R1(config)#router rip | 启动RIP进程 |
---|---|
R1(config-router)# network 192.168.1.0 | 宣告直连网络 |
配置RIP v2 |
R1(config)#router rip | 启动RIP进程 |
---|---|---|
R1(config-router)#version 2 | 配置rip版本2 |
R1(config-router)#network 192.168.1.0 | 宣告直连网络 |
---|---|
R1(config-router)#no auto-summary | 关闭路由汇总 |