[c-nsp] nat question

Kevin Graham mahargk at gmail.com
Mon Apr 30 18:31:05 EDT 2007


On 4/30/07, Dan <dan at technc.com> wrote:

> interface FastEthernet0/3/3
>  switchport access vlan 303
[...]
> route-map nat-wb permit 10
>  match interface FastEthernet0/3/3
[...]
> interface Vlan303
>  ip address 64.x.x.1 255.255.255.240
[...]
> ip nat inside source route-map nat-wb interface FastEthernet0/3/3 overload

Fa0/3/3 is a switchport, you want to overload onto the SVI (vlan303).
route-map nat-wb should also match the SVI, not the switchport.


More information about the cisco-nsp mailing list