|
3022| 9
|
[求助] pc可ping通R2 6.6.6.6环回口,但是R2不做路由协议 |
|
3鸿鹄币
最佳答案R1#interface Tunnel10
ip address 14.1.1.1 255.255.255.0
tunnel source 192.168.1.1
tunnel destination 100.1.1.4
!
ip route 6.6.6.6 255.255.255.255 Tunnel10
ip route 100.1.1.0 255.255.255.0 192.168.1.2
R4#
interface Tunnel10
ip address 14.1.1.4 255.255.255.0
tunnel source 100.1.1.4
tunnel destination 192.168.1.1
!
ip route 192.168.1.0 ...
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||