You are on page 1of 2

CENTRAL

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
en
conf ter
hostname Main Central
no ip domain-lookup
enable secret cisco

line console 0
password class
login
line vty 0 15
password cisco
login
exit
service password-encryption
banner motd $Alerta Usted esta siendo monitoreado NO INTENTE ACCEDER SIN PERMISOS$

int s0/0/0
description Primary Connection
ip address 128.107.0.1 255.255.255.252
ipv6 address 2001:DB8:2:1::1/64
ipv6 address FE80::1 link-local
no shutdown

int s0/0/1
description Backup Connection
ip address 128.107.0.5 255.255.255.252
ipv6 address 2001:DB8:3:1::1/64
ipv6 address FE80::1 link-local
no shutdown

int s0/1/1
description Connect to North
ip address 10.10.20.1 255.255.255.252
ipv6 address 2001:DB8:1:1::1/64
ipv6 address FE80::1 link-local
no shutdown
exit

ip route 10.10.1.0 255.255.255.0 s0/1/1

ip route 10.10.2.0 255.255.255.0 s0/1/1

ipv6 route 2001:DB8:1:A::/64 s0/1/1


ipv6 route 2001:DB8:1:B::/64 s0/1/1

ip route 0.0.0.0 0.0.0.0 s0/0/0


ip route 0.0.0.0 0.0.0.0 s0/0/1 2
ipv6 route ::/0 s0/0/0
ipv6 route ::/0 s0/0/1 2
ipv6 unicast-routing
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

enable
conf terminal

int s0/0/0
ip address 10.10.20.2 255.255.255.252
ipv6 address 2001:DB8:1:1::2/64
ipv6 address FE80::2 link-local
no shutdown

int g0/0
ip address 10.10.1.254 255.255.255.0
ipv6 address 2001:DB8:1:A::1/64
ipv6 address FE80::2 link-local
no shutdown
int g0/1
ip address 10.10.2.254 255.255.255.0
ipv6 address 2001:DB8:1:B::1/64
ipv6 address FE80::2 link-local
no shutdown

exit
int s0/0/0
description Connection to Main
int g0/0
description LAN A
int g0/1
description LAN B
exit
ip route 0.0.0.0 0.0.0.0 s0/0/0
ipv6 route ::/0 s0/0/0
ipv6 unicast-routing

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

Host A:
IPv4 Configuration:
- IP Address: 10.10.1.10
- Subnet Mask: 255.255.255.0
- Gateway: 10.10.1.254
- DNS Server: 64.100.100.10
IPv6 Configuration:
- IPv6 Address: 2001:DB8:1:A::A / 64
- IPv6 Gateway: FE80::2
- IPv6 DNS Server: 2001:DB8:FF:F::10

Host B:
IPv4 Configuration:
- IP Address: 10.10.2.10
- Subnet Mask: 255.255.255.0
- Gateway: 10.10.2.254
- DNS Server: 64.100.100.10
IPv6 Configuration:
- IPv6 Address: 2001:DB8:1:B::A / 64
- IPv6 Gateway: FE80::2
- IPv6 DNS Server: 2001:DB8:FF:F::10

You might also like