看一下SECTION.B的76题<br><br>答案里的配RIP的时候怎么在TK3上配那么多???????<br><br><br><br>NO.67<br>A soft drink company has made the decision to provide 3 branches with network connectivity. There is a<br>LAN in each branch. The Vanilla and Chocolate routers are fully configured. The Plain router is almost<br>fully configured. However, it does not have the routing protocol configured. Configure the routing<br>protocol and publish all networks on the Plain router.<br>The configurations of the routers are as follows:<br>&#8226; The routers are named Vanilla, Chocolate, and Plain.<br>&#8226; RIP is the routing protocol used.<br>&#8226; The clocking is provided on the serial 0 interface.<br>&#8226; The password on the Plain router is “TestKing”<br>&#8226; The default subnet mask is used on all interfaces<br>&#8226; The IP addresses are listed below.<br><br><br>Lab 1<br>Name: Vanilla<br>E0 192.168.149.1<br>S0 192.168.199.1<br>Lab 2<br>Name: Chocolate<br>E0 192.168.55.1<br>S0 192.168.101.1<br>S1 192.168.199.1<br>Lab3<br>Name: Plain<br>E0 192.168.65.1<br>S1 192.168.101.2<br>Secret Password: TestKing<br>Start by clicking on host that is connected to the router you want to configure.<br><br><br>Answer Lab 3:<br>enable<br>config terminal<br>hostname Plain<br>enable secret TestKing<br>interface ethernet 0<br>ip address 192.168.65.1 255.255.255.0<br>no shutdown<br>exit<br>interface serial1<br>ip address 192.168.101.2 255.255.255.0<br>no shutdown<br>exit<br>router rip<br>network 192.168.65.0<br>network 192.168.101.0<br>network 192.168.55.0<br>network 192.168.149.0<br>network 192.168.199.0<br>^z<br>copy running-config startup-config<br><br><br>