You are on page 1of 3

____________________________________________________________

Translación NAT-PT Estático

____________________________________________________________

R1#ping 2001:db8:13::3
R3#ping 172.16.13.1

____________________________________________________________

ROUTER 1
____________________________________________________________

R1#conf ter
R1(config)#ipv6 unicast-routing
R1(config)#interface f0/0
R1(config-if)#ipv6 address 2001:db8:12::1/64
R1(config-if)#ipv6 address fe80::5 link-local
R1(config-if)#no shutdown
R1(config-if)#exit

conf ter
ipv6 unicast-routing
interface g0/0
ipv6 address 2001:db8:12::1/64
ipv6 address fe80::5 link-local
no shutdown
exit
............................................................

CONFIGURAMOS ENRUTAMIENTO ESTATICO POR DEFECTO EN LOS ROUTERS R1 Y R4

............................................................

R1#conf ter
R1(config)#ipv6 route ::/0 2001:db8:12::2

conf ter
ipv6 route ::/0 2001:db8:12::2

____________________________________________________________

ROUTER 2
____________________________________________________________

R2#conf ter
R2(config)#ipv6 unicast-routing
R2(config)#interface f0/0
R2(config-if)#ipv6 address 2001:db8:12::2/64
R2(config-if)#ipv6 address fe80::6 link-local
R2(config-if)#no shutdown
R2(config-if)#exit
R2(config)#interface f0/1
R2(config-if)#ip address 172.16.23.1 255.255.255.0
R2(config-if)#ipv6 address fe80::6 link-local
R2(config-if)#no shutdown
R2(config-if)#exit

conf ter
ipv6 unicast-routing
interface f0/0
ipv6 address 2001:db8:12::2/64
ipv6 address fe80::6 link-local
no shutdown
exit
interface f0/1
ip address 172.16.23.1 255.255.255.0
ipv6 address fe80::6 link-local
no shutdown
exit

............................................................

En modo de configuración global configurar en R2 la traducción de direcciones IPv4


a IPv6 e IPv6 a IPv4 uno a uno, con el mecanismo de translación NAT-PT Estático
............................................................

R2#conf ter
R2(config)#ipv6 unicast-routing
R2(config)#ipv6 nat v4v6 source 172.16.23.2 2001:db8:13::3
R2(config)#ipv6 nat v6v4 source 2001:db8:12::1 172.16.13.1
R2(config)#ipv6 nat prefix 2001:db8:13::/96

conf ter
ipv6 unicast-routing
ipv6 nat v4v6 source 172.16.23.2 2001:db8:13::3
ipv6 nat v6v4 source 2001:db8:12::1 172.16.13.1
ipv6 nat prefix 2001:db8:13::/96

config t
interface f0/0
ipv6 nat
interface f0/1
ipv6 nat

DESPUES ACTIVAR EL NATEO

debug ipv6 nat

____________________________________________________________

ROUTER 3
____________________________________________________________

R3#conf ter
R3(config)#ipv6 unicast-routing
R3(config)#interface f0/1
R3(config-if)#ip address 172.16.23.2 255.255.255.0
R3(config-if)#ipv6 address fe80::7 link-local
R3(config-if)#no shutdown
R3(config-if)#exit

conf ter
ipv6 unicast-routing
interface f0/1
ip address 172.16.23.2 255.255.255.0
ipv6 address fe80::7 link-local
no shutdown
exit

............................................................

CONFIGURAMOS ENRUTAMIENTO ESTATICO POR DEFECTO EN LOS ROUTERS R3 Y R4

............................................................

R3#conf ter
R3(config)#ip route 0.0.0.0 0.0.0.0 172.16.23.1

conf ter
ip route 0.0.0.0 0.0.0.0 172.16.23.1

You might also like