一台路由器2个端口.分别为S1/0 ip172.16.1.2/30 S1/1 IP172.16.1.5/30.用RIP协议我配置了.但是2个端口互相ping不通有人能告诉我为什么么.配置如下:
S1/0
int s1/0
ip add 172.16.1.2 255.255.255.252
no sh
router rip
ver 2
netw 172.16.0.0
no auto
s1/1
ip add 172.16.1.5 255.255.255.252
no sh
router rip
ver 2
netw 172.16.0.0
no auto