两个CISCO2600系列的路由器之间用串口连接,要让他们能互相通信应该怎么配置?请给出详细的配置。

来源:百度知道 编辑:UC知道 时间:2024/06/05 23:07:02
我在BOSON上模拟的时候串口连接选的是P to P,正确是的应该是选择什么?

R1
2600-1#conf t
2600-1(config)#int s0
2600-1(config-if)#ip add 1.1.1.1 255.0.0.0
2600-1(config-if)#cl ra 64000
2600-1(config-if)#no shu
R2
2600-2#conf t
2600-2(config)#int s0
2600-2(config-if)#ip add 1.1.1.2 255.0.0.0
2600-2(config-if)#no shu
2600-2#ping 1.1.1.1
Type escape sequence to abort.
Sending 5,100-byte ICMP Echos to 1.1.1.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms