viernes, 20 de junio de 2008

ENRUTAMIENTO EIGRP

Configuración del enrutamiento EIGRP





Configuracion Basica de Router 1

Router>en
Router#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname Wersaw
Wersaw(config)#line con 0
Wersaw(config-line)#password cisco
Wersaw(config-line)#login
Wersaw(config-line)#line vty 0 15
Wersaw(config-line)#login
Wersaw(config-line)#exit
Wersaw(config)#enable password cisco
Wersaw(config)#enable secret class
Wersaw(config)#exit
%SYS-5-CONFIG_I: Configured from console by console
Wersaw#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
Wersaw#

Configuracion de las interfaces

Wersaw#
Wersaw#en
Wersaw#config t
Enter configuration commands, one per line. End with CNTL/Z.
Wersaw(config)#int F0/0
Wersaw(config-if)#ip address 192.168.3.1 255.255.255.0
Wersaw(config-if)#no shut

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
Wersaw(config-if)#exit
Wersaw(config)#int serial 1/0
Wersaw(config-if)#ip address 192.168.2.1 255.255.255.252
Wersaw(config-if)#clock rate 56000
Wersaw(config-if)#no shutdown
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0, changed state to upWersaw(config-if)#
Wersaw(config-if)#exit
Wersaw#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
Wersaw#en
Wersaw#config t
Enter configuration commands, one per line. End with CNTL/Z.
Wersaw(config)#router eigrp 101
Wersaw(config-router)#network 192.168.2.0
Wersaw(config-router)#network 192.168.2.0
Wersaw(config-router)#network 192.168.1.0
Wersaw(config-router)#end
%SYS-5-CONFIG_I: Configured from console by console
Wersaw#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route

Gateway of last resort is not set

192.168.2.0/30 is subnetted, 1 subnets
C 192.168.2.0 is directly connected, Serial1/0
C 192.168.3.0/24 is directly connected, FastEthernet0/0
Wersaw#

No hay comentarios: