Chapter 11 Configuring PPP over Ethernet with NAT
Configuration Tasks
DETAILED STEPS
| Command | Purpose |
Step 1 |
|
|
ip nat pool name | Creates pool of global IP addresses for NAT. | |
| netmask |
|
| Example: |
|
| Router(config)# ip nat pool pool1 |
|
| 192.168.1.0 192.168.2.0 netmask |
|
| 255.255.252.0 |
|
| Router(config)# |
|
Step 2 |
|
|
ip nat inside source {list | Enables dynamic translation of addresses on the | |
| inside interface. | |
| pool name} [overload] | The first example shows the addresses permitted |
|
| |
| Example: | by the access list 1 to be translated to one of the |
| Router(config)# ip nat inside source list 1 | addresses specified in the dialer interface 0. |
|
| |
| interface dialer 0 overload | The second example shows the addresses |
| or | permitted by access list acl1 to be translated to one |
| of the addresses specified in the NAT pool pool1. | |
|
| |
| Example: | For details about this command and additional |
| Router(config)# ip nat inside source list | parameters that can be set, as well as information |
| about enabling static translation, see Cisco IOS IP | |
| acl1 pool pool1 | |
|
| Command Reference, Volume 1 of 4: Addressing |
|
| and Services. |
Step 3 |
|
|
interface type number | Enters configuration mode for the VLAN (on | |
| Example: | which the Fast Ethernet LAN interfaces |
| ||
| Router(config)# interface vlan 1 | NAT. |
|
| |
Step 4 |
|
|
ip nat {inside outside} | Identifies the specified VLAN interface as the | |
| Example: | NAT inside interface. |
| For details about this command and additional | |
| ||
| parameters that can be set, as well as information | |
| ||
| about enabling static translation, see Cisco IOS IP | |
|
| |
|
| Command Reference, Volume 1 of 4: Addressing |
|
| and Services. |
Step 5 |
|
|
no shutdown | Enables the configuration changes just made to the | |
| Example: | Ethernet interface. |
|
| |
|
| |
|
| |
Step 6 |
|
|
exit | Exits configuration mode for the Fast Ethernet | |
| Example: | interface. |
|
| |
|
| |
| Router(config)# |
|
|
|
|
| Cisco 819 Series Integrated Services Routers Software Configuration Guide |
|
|