1.画实验拓扑图
2. 路由器LYL-A配置
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname LYL-A
LYL-A(config)#interface fastEthernet 0/0
LYL-A(config-if)#ip address 192.168.10.254 255.255.255.0
LYL-A(config-if)#no shutdown
LYL-A(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
LYL-A(config-if)#exit
LYL-A(config)#interface serial 2/0
LYL-A(config-if)#ip address 172.16.10.1 255.255.255.0
LYL-A(config-if)#clock rate 64000
LYL-A(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial2/0, changed state to down
LYL-A(config-if)#exit
LYL-A(config)#
%LINK-5-CHANGED: Interface Serial2/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up
配置rip