小熊 发表于 2004-3-3 10:03:58

看一下TK上的PART B的NO.67

看一下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>&amp;#8226; The routers are named Vanilla, Chocolate, and Plain.<br>&amp;#8226; RIP is the routing protocol used.<br>&amp;#8226; The clocking is provided on the serial 0 interface.<br>&amp;#8226; The password on the Plain router is “TestKing”<br>&amp;#8226; The default subnet mask is used on all interfaces<br>&amp;#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>images/upfile/20043310343.jpg

cwav 发表于 2004-3-3 10:14:59

没有必要,多此一举~答案错了

简单爱 发表于 2004-3-3 10:20:54

不是吧?我觉得没有那么多啊?<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>对于这个我还有点不解??不是只要与路由器相连的网络吗?

cwav 发表于 2004-3-3 10:23:46

是,所以说答案太麻烦了,不过你配了好像也无所谓就是了

chinamoon 发表于 2004-3-3 13:27:26

通常network是指要发布出去的网络。<br><br>原文由 简单爱 发表:<br>不是吧?我觉得没有那么多啊?<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>对于这个我还有点不解??不是只要与路由器相连的网络吗?<br>

简单爱 发表于 2004-3-3 16:04:23

可是,到底在什么时候用哪个啊 ??我都晕了!

小熊 发表于 2004-3-3 16:19:48

要发布出去的当然应该是自己的INTERFACE上的吧??<br>我想!

cwav 发表于 2004-3-3 22:30:04

直连的:)
页: [1]
查看完整版本: 看一下TK上的PART B的NO.67