: NAT not translating. Checks : Inside/outside assignments, ACL permit statement, overload keyword.
ip route 0.0.0.0 0.0.0.0 10.2.2.2 : show ip route | ping Lab 6 – OSPFv2 Single area :
network 10.1.1.0 0.0.0.3 area 0 network 192.168.2.0 0.0.0.255 area 1 : show ip ospf neighbor | show ip route ospf Lab 7 – IPv6 Addressing & Routing Configure IPv6 on interface : : NAT not translating
vlan 10 name Sales vlan 20 name Engineering interface f0/1 switchport mode access switchport access vlan 10 interface f0/24 switchport mode trunk switchport trunk allowed vlan 10,20 : show vlan brief | show interfaces trunk Lab 3 – STP & EtherChannel Topology : SW1 – SW2 – SW3 (triangle with redundant links)
ip route 192.168.23.0 255.255.255.0 10.1.1.2 : ACL permit statement
ipv6 unicast-routing interface g0/0 ipv6 address 2001:db8:1:1::1/64 ipv6 enable :
access-list 1 deny host 192.168.1.10 access-list 1 permit any interface g0/0 ip access-group 1 out : : NAT not translating
interface g0/0.10 encapsulation dot1Q 10 ip address 192.168.10.1 255.255.255.0 interface g0/0.20 encapsulation dot1Q 20 ip address 192.168.20.1 255.255.255.0 : ping from PC in VLAN10 to PC in VLAN20 Lab 5 – Static & Default Routing Topology : R1 — R2 — R3