You are on page 1of 1

1:1/0 2:1/1

1:1/1 3:1/0
2:1/0 3:1/1  Ejemplo de inducción de dispositivos e interfaces en IOU web
3:1/2 4:1/0
1:0/2 5:0/1
4:0/1 6:0/0

#do sh eigrp topology


#do show runn | sec eigrp
#ipv6 address autoconfig  habilita envío de mensajes para autoconfigurar el equipo en
IPv6 (se hace en una interfaz con configuración de IPv6) (pc’s)
#ipv6 unicast-routing
#history-size 100
#no service config
#no boot network
Config IP en IPv6  64: ipv6 add acac:1313::1/64 o ipv6 add aaaa:1111::/64 eui-64
(el primero es sin eui-64 y el segundo es con eui-64)
EIGRP named IPv4  router eigrp SA10 ; address-family ipv4 unicast autonomous-system
10 ; network 10.0.0.0 ; topology base ; variance ; exit
EIGRP named IPv6  router eigrp SA10 ; address-family ipv6 unicast autonomous-system
10 ; eigrp router-id 1.1.1.1 ; topology base ; af-interface f0/0 ; summary-address
192.168.0.0/24 ;
DHCP  ip dhcp excluded-address 172.16.4.1 ; ip dhcp pool LAN4 ; network 172.16.4.0
255.255.255.0 ; default-router 172.16.4.1 ; dns-server 8.8.8.8 ; exit
EIGRP commands  router eigrp AS10 ; passive-interface default ; no passive-interface
s0/0 ; exit
Int f0/0 ; ip hello-interval eigrp AS10 10 ; ip hold-time eigrp AS10 30 ; exit

You might also like