Hi all,
Quick question...
I have the following configured on a FastEthernet Interface:
interface FastEthernet0/0
description LAN Port
ip address 192.168.42.1 255.255.255.0
no ip unreachables
ip nat inside
ip inspect standard in
ip route-cache flow
ip policy route-map NO_NAT
speed auto
full-duplex
If a packet from the 192.168.42.0 network is recieved for an none-local subnet, eg destination 192.168.50.114, which process handles the packet first? The NAT process (ip nat inside) or the Route-Map (ip policy route-map NO_NAT)?
Thanks in advance
Jim Westhead CCNA
Quick question...
I have the following configured on a FastEthernet Interface:
interface FastEthernet0/0
description LAN Port
ip address 192.168.42.1 255.255.255.0
no ip unreachables
ip nat inside
ip inspect standard in
ip route-cache flow
ip policy route-map NO_NAT
speed auto
full-duplex
If a packet from the 192.168.42.0 network is recieved for an none-local subnet, eg destination 192.168.50.114, which process handles the packet first? The NAT process (ip nat inside) or the Route-Map (ip policy route-map NO_NAT)?
Thanks in advance
Jim Westhead CCNA