<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Configlets>
    <Configlet>
        <TEMPLATE_ID>5702</TEMPLATE_ID>
        <TEMPLATE_NAME>Configure Dynamic NAT - Cisco</TEMPLATE_NAME>
        <TEMPLATE_TYPE>COMMAND_LINE_MODE</TEMPLATE_TYPE>
        <OWNER_NAME>admin</OWNER_NAME>
        <LAST_MODIFIED_TIME>2019-09-12 17:51:58.846</LAST_MODIFIED_TIME>
        <DESCRIPTION>This configlet is used to configure dynamic NAT (Network Address Translation) on cisco devices.</DESCRIPTION>
        <TEMPLATE_CONTENTS>configure terminal
interface $INSIDE_INTF
ip nat inside
exit
interface $OUTSIDE_INTF
ip nat outside
exit
access-list $ACL_ID permit $SOURCE_ADDRESS $SUBNET_MASK
ip nat pool $POOL_NAME $POOL_START_ADDRESS $POOL_END_ADDRESS netmask $NETMASK
ip nat inside source list $ACL_ID pool $POOL_NAME
exit
show ip nat translations
write memory</TEMPLATE_CONTENTS>
        <BACKUP_ENABLED>true</BACKUP_ENABLED>
    </Configlet>
</Configlets>
