0% found this document useful (0 votes)
51 views

TP Eigrp 1

The document describes the configuration of EIGRP routing on three routers. Router 1 is configured with Ethernet interface 192.168.1.1 and serial interface 10.10.0.1. Router 3 is configured with serial interfaces 10.10.0.2 and 11.0.0.2. Router 2 is configured with Ethernet interface 192.168.1.17 and serial interface 11.0.0.1. EIGRP process 1 is configured on all three routers to advertise the connected networks.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
51 views

TP Eigrp 1

The document describes the configuration of EIGRP routing on three routers. Router 1 is configured with Ethernet interface 192.168.1.1 and serial interface 10.10.0.1. Router 3 is configured with serial interfaces 10.10.0.2 and 11.0.0.2. Router 2 is configured with Ethernet interface 192.168.1.17 and serial interface 11.0.0.1. EIGRP process 1 is configured on all three routers to advertise the connected networks.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7

TP ROUTAGE EIGRP

ROUTER 1 :

Router>en
Router>enable
Router#conf
Router#configure t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int
Router(config)#interface fas
Router(config)#interface fastEthernet 0/0
Router(config-if)#ip add
Router(config-if)#ip address 192.168.1.1 255.255.255.240
Router(config-if)#
Router(config-if)#no sh
Router(config-if)#no shutdown

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0,


changed state to up

Router(config-if)#ex
Router(config-if)#exit

Router(config)#int
Router(config)#interface se
Router(config)#interface serial
Router(config)#interface serial
Router(config)#interface serial 0/1/0
Router(config-if)#
Router(config-if)#ip add
Router(config-if)#ip address 10.10.0.1 255.255.192.0
Router(config-if)#clo
Router(config-if)#clock ra
Router(config-if)#clock rate 64000
Router(config-if)#no sh
Router(config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial0/1/0, changed state to down


Router(config-if)#exit
Router(config)#router ei
Router(config)#router eigrp 1
Router(config-router)#net
Router(config-router)#network 192.168.1.0
Router(config-router)#net
Router(config-router)#network 10.10.0.0
Router(config-router)#no au
Router(config-router)#no auto-summary
Router(config-router)#exit

Router(config)#exit

%SYS-5-CONFIG_I: Configured from console by console


Router#copy run
Router#copy running-config st
Router#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]

ROUTER 3:

Router>en
Router#conf
Router#configure t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface se
Router(config)#interface serial 0/1/0
Router(config-if)#ip add
Router(config-if)#ip address 10.10.0.2 255.255.192.0
Router(config-if)#clo
Router(config-if)#clock ra
Router(config-if)#clock rate 64000
Router(config-if)#no sh

Router(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/1/0, changed state to up
Router(config-if)#ex
Router(config-if)#exit
Router(config)#interface se
Router(config)#interface serial 0/1/1
Router(config-if)#ip add
Router(config-if)#ip address 11.0.0.2 255.255.240.0
Router(config-if)#clo
Router(config-if)#clock ra
Router(config-if)#clock rate 64000
Router(config-if)#no sh
Router(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/1/1, changed state to up
Router(config-if)#ex
Router(config-if)#exit
Router(config)#ro
Router(config)#router ei
Router(config)#router eigrp 1
Router(config-router)#network 10.10.0.0
Router(config-router)#net
Router(config-router)#network 11.0.0.0
Router(config-router)#no au
Router(config-router)#no auto-summary
Router(config-router)#exit

Router(config)#exit

%SYS-5-CONFIG_I: Configured from console by console


Router#cop
Router#copy run
Router#copy running-config st
Router#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]

ROUTER 2:

Router>en
Router>enable
Router#conf
Router#configure t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int
Router(config)#interface fas
Router(config)#interface fastEthernet 0/1
Router(config-if)#ip add
Router(config-if)#ip address 192.168.1.17 255.255.255.240
Router(config-if)#

Router(config-if)#no sh
Router(config-if)#no shutdown

Router(config-if)#ex
Router(config-if)#exit
Router(config)#int
Router(config)#interface se
Router(config)#interface serial 0/1/0
Router(config-if)#
Router(config-if)#ip add
Router(config-if)#ip address 11.0.0.1 255.255.240.0
Router(config-if)#clo
Router(config-if)#clock ra
Router(config-if)#clock rate 64000
Router(config-if)#no sh
Router(config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial0/1/0, changed state to down


Router(config-if)#exit
Router(config)#router ei
Router(config)#router eigrp 1
Router(config-router)#net
Router(config-router)#network 11.0.0.0
Router(config-router)#net
Router(config-router)#network 192.168.1.16

Router(config-router)#no au
Router(config-router)#no auto-summary
Router(config-router)#exit
Router(config)#exit

%SYS-5-CONFIG_I: Configured from console by console


Router#copy run
Router#copy running-config st
Router#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]

You might also like