CCNA标准实验12——EIGRP的配置
在路由器R1上的配置
Router>en
Router#conf t
Enter mands, one per line. End TL/Z.
Router(config)#hostname R1
R1(config)#enable password snk
R1(config)#line console 0
R1(config-line)#password snk
R1(config-line)#login
R1(config-line)#exec-timeout 0 0
R1(config-line)#logging synchronous
R1(config-line)#exit
R1(config)#line vty 0 4
R1(config-line)#password snk
R1(config-line)#login
R1(config-line)#exit
R1(config)#service password-encryption
R1(config)#int fa0/0
R1(config-if)#ip address
R1(config-if)#no shutdown
%LINK-5-CHANGED: Interface 0/0, changed state to up
R1(config-if)#
R1(config-if)#exit
R1(config)#int s1/0
R1(config-if)#ip address
R1(config-if)#clock rate 64000
R1(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial1/0, changed state to down
R1(config-if)#exit
R1(config)#
配置路由器R2
Router>en
Router#conf t
Enter mands, one per line. End TL/Z.
Router(config)#hostname R2
R2(config)#enable password snk
R2(config)#line console 0
R2(config-line)#password snk
R2(config-line)#login
R2(config-line)#exec-timeout 0 0
R2(config-line)#logging synchronous
R2(config-line)#exit
R2(config)#line vty 0 4
R2(config-line)#password snk
R2(config-line)#login
R2(config-line)#exit
R2(config)#int s1/0
R2(config-if)#ip address
R2(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial1/0, changed state to up
R2(config-if)#
R2(config-if)#exit
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0, changed state to up
R2(config-if)#exit
R2(config)#int s1/1
R2(config-if)#ip address
R2(config-if)#clock rate 64000
R2(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial1/1, changed state to down
R2(config-if)#exit
R2(config)#int loopback 0
R2(config-if)#
%LINK-5-CHANGED: Interface Loopback0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback0, changed state to up
R2(config-if)#ip
CCNA标准实验13——EIGRP 来自淘豆网m.daumloan.com转载请标明出处.