Cisco 871 : NAT virtual interface

According to this:

formatting link

  1. enable
  2. configure terminal
  3. interface type number
  4. ip nat enable
  5. exit
  6. ip nat pool name start-ip end-ip netmask netmask add-route
  7. ip nat source list access-list- number pool name vrf name
  8. ip nat source list access-list- number pool name vrf name overload

should do the trick. But I don't have a vrf spaciffied which is a problem when it comes to step 7.

How can I specify a correct vrf?

What I'm trying to do. Make nat work on FastErthernet other then F4. So I added a new vlan. Added f0 to new vlan. And configured a vlan interface (vlan 2).

THX in advance, M

read more and respond »

Posted 5 years ago by Martin Latos in Cisco Systems

Report misuse

Image for Cisco 871 :  NAT virtual interface