手册一二中rip命令的总结
router rip
net x.x.x.x
show ip route
show ip protocol
debug ip rip
version 2
passive-interface s1
neighbor
distribute-list 1 in serial0
auto-summary
timers basic x x x x
timers basic Interval between updates Invalid Holddown Flush!
auto-summary开启关闭自动汇总
distribute-list 1 in serial0路由过滤
neighbor建立单播邻居关系
passive-interface s1只接收rip更新不发送
version 2开启RIP版本2
debug ip rip查看RIP的工作过程
show ip protocol查看路由协议的详细情节和各个参数
show ip route查看路由器学到的各种不同类型的路由表
net x.x.x.x使某一个接口通告协议启用
有补充的接着来!!