2019-11-10-ch03pt实践
RIP实战
categories: 思科2
现在查看实战部分1
R1
!R1
en
conf terminal
!Use the appropriate command to create a default route on R1 for all Internet traffic to exit the network through S0/0/1.
ip route 0.0.0.0 0.0.0.0 s0/0/1
!Enter RIP protocol configuration mode.
router rip
!Use version 2 of the RIP protocol and disable the summarization of networks.
version 2
no auto-summary
!Configure RIP for the networks that connect to R1.
network 192.168.1.0
network 192.168.2.0
!Configure the LAN port that contains no routers so that it does not send out any routing information.
passive-interface gig 0/0
!Advertise the default route configured in step 1a with other RIP routers.
default-information originate
exit
exit
!check configure
show ip protocols
!save configure
copy running-config startup-config
R2
en
conf terminal
route rip
version 2
no auto-summary
network 192.168.2.0
network 192.168.3.0
network 192.168.4.0
passive-interface gig 0/0
exit
exit
Copy running-config startup-config
R3
en
conf terminal
router rip
version 2
no auto-summary
network 192.168.4.0
network 192.168.5.0
passive-interface gig 0/0
exit
exit
Copy running-config startup-config
转载请注明来源,欢迎对文章中的引用来源进行考证,欢迎指出任何有错误或不够清晰的表达。可以在下面评论区评论,也可以邮件至 tianyilt@qq.com
文章标题:2019-11-10-ch03pt实践
本文作者:tianyilt
发布时间:2019-12-07, 23:40:55
最后更新:2019-12-10, 08:53:01
原始链接:http://yoursite.com/2019/12/07/%E6%80%9D%E7%A7%912/2019-11-10-ch03pt%E5%AE%9E%E8%B7%B5/版权声明: "署名-非商用-相同方式共享 4.0" 转载请保留原文链接及作者。