Configuraciones Ipv6

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

**************************ROUTER QUITO ******************************************

configure terminal
ipv6 unicast-routing
ipv6 router rip NET3_TO
interface s0/1/0
ipv6 add 2800:bebe:ca5a:ae00::190/127
ipv6 rip NET3_TO enable
no sh
interface s0/1/1
ipv6 add 2800:bebe:ca5a:ae00::192/127
ipv6 rip NET3_TO enable
interface s0/0/1
ipv6 add 2800:370:cafe:fc60::2/60
ipv6 rip NET3_TO enable
no sh
interface s0/0/0
ipv6 add 2800:bebe:ca5a:ae00::194/127
ipv6 rip NET3_TO enable
interface f0/0
ipv6 add 2800:bebe:ca5a:ae40::1/60
ipv6 rip NET3_TO enable
no sh
ipv6 route 2800:370:cafe:ab60::0/60 s0/0/1
**************************ROUTER SANTO DOMINGO *******************************
configure terminal
ipv6 unicast-routing
ipv6 router rip NET3_TO
interface s0/1/0
ipv6 add 2800:bebe:ca5a:ae00::191/127
ipv6 rip NET3_TO enable
no sh
interface f0/0
ipv6 add 2800:bebe:ca5a:ae10::1/60
ipv6 rip NET3_TO enable
no sh
ipv6 route 2800:370:cafe:ab60::0/60 s0/1/1
///////configuracion DHCP/////
config t
ipv6 dhcp pool REDIPV6
address prefix 2800:bebe:ca5a:ae10::0/60
dns-server 2800:bebe:ca5a:ae10::1
domain-name lfft.net3.net
interface f0/0
ipv6 dhcp server REDIPV6
**************************ROUTER MANABI*****************************************
configure terminal
ipv6 unicast-routing
ipv6 router rip NET3_TO
interface s0/1/0
ipv6 add 2800:bebe:ca5a:ae00::195/127
ipv6 rip NET3_TO enable
no sh
interface f0/0
ipv6 add 2800:bebe:ca5a:ae20::1/60
ipv6 rip NET3_TO enable
no sh
ipv6 route 2800:370:cafe:ab60::/60 s0/1/0
**************************ROUTER IBARRA *****************************************
configure terminal
ipv6 unicast-routing
ipv6 router rip NET3_TO
interface s0/1/1
ipv6 add 2800:bebe:ca5a:ae00::193/127
ipv6 rip NET3_TO enable
no sh
interface f0/0
ipv6 add 2800:bebe:ca5a:ae30::1/60
ipv6 rip NET3_TO enable
no sh
ipv6 route 2800:370:cafe:ab60::/60 2800:bebe:ca5a:ae00::192
ipv6 route 2800:370:cafe:fc60::/60 s0/1/1
**************************ROUTER ISP **********************************************
configure terminal
ipv6 unicast-routing
ipv6 router rip NET3_TO
interface s0/1/1
ipv6 add 2800:370:cafe:fc60::1/60
ipv6 rip NET3_TO enable
no sh
interface f0/0
ipv6 add 2800:370:cafe:ab60::1/60
ipv6 rip NET3_TO enable
no sh
ipv6 route 2800:bebe:ca5a:ae40::/60 s0/1/1(quito)
ipv6 route 2800:bebe:ca5a:ae30::/60 s0/1/1(ibarra)
ipv6 route 2800:bebe:ca5a:ae10::/60 s0/1/1(sto)
ipv6 route 2800:bebe:ca5a:ae20::/60 s0/1/1(man)
/////nat
configure terminal
ip nat pool NAT-POOL2 200.100.100.3 200.100.100.14 netmask 255.255.255.240
access-list 1 permit 199.6.32.0 0.0.15.255
ip nat inside source list 1 pool NAT-POOL2 overload
interface Serial0/1/1
ip nat inside
interface f0/0
ip nat outside

You might also like