Friday, September 7, 2012

CONFIGUREING EIGRP BETWEEN TWO ROUTERS

CONFIGUREING EIGRP BETWEEN TWO ROUTERS
R1
R2
11.1.1.1
11.1.1.2
192.168.1.1
192.168.2.1



192.168.1.2
192.168.2.2

Configuring EIGRP on router 1
Router >enable
Router# configure $ terminal
Router(config)#hostname $ R1
R1(config)#interface $ Ethernet 0
R1(config-if)# ip $ address $ 192.168.1.1 $ 255.255.255.0
R1(config –if)#shotdown
R1(config-if)#exit
R1(config)#interface $ serial 0
R1(config-if)#ip $ address 11.1.1.1 $ 255.0.0.0
R1(config-if )#no $ shut down
R1(config –if)# clock $ rate $ 64000
R1(config-if)#ctrl+z
R1# show $ ip $ interface $ brief
R1# configure $ terminal
R1(config)# router $ eigrp $ 10
R1(config-router)#network $ 192.168.1.0
R1(config-router) #network $ 11.0.0.0
R1(config-router)ctrl+z
R1# show $ ip $ route
Configuring EIGRP on router 2
Router>enable
Router # configure $ terminal
Router(config)#hostname $ R2
R2(config) #interface $ Ethernet 0
R2(config-if)# ip $ address $ 192.168.2.1$ 255.255.255.0
R2(config-if)# no shutdown
R2(config-if) #exit
R2 (config) interface $ serial 0
R2(config-if) ip $ address 11.1.1.2 $ 255.0.0.0
R2(config-if )#no$ shutdown
R2(config –if)#ctrl+z
R2#show $ ip $ interface $ brief
R2# configure $ terminal
R2(config)#router $ eigrp $ 10
R2(config –router)#network $ 192.168.2.0 $ 255.255.255.0
R2 config-router)#network $ 11.0.0.0
R2(config-router)#ctrl+z
R2# show $ ip $ route

PC1
Ip address= 192.168.1.2
Default-gateway=192.168.1.1(router LAN port)
PC2
Ip address =192.168.2.2
Default-gateway=192.168.2.1 (router Lan port address)

No comments:

Post a Comment