永发信息网

cisco路由器上如何实现GRE通道传输特殊协议

答案:1  悬赏:70  手机版
解决时间 2021-01-27 16:57
  • 提问者网友:聂風
  • 2021-01-26 21:50
cisco路由器上如何实现GRE通道传输特殊协议
最佳答案
  • 五星知识达人网友:一秋
  • 2021-01-26 21:55
配置仅仅是给予参考,是可以实现上面的功能 外加扩展的访问控制列表就行R1#
interface Loopback0
ip address 1.1.1.1 255.255.255.0
ip ospf 1 area 0
!
interface Tunnel0
ip address 10.1.1.1 255.255.255.0
tunnel source 1.1.1.1
tunnel destination 2.2.2.2
tunnel mode ipip
!
interface Serial0/0
ip address 192.168.13.1 255.255.255.0
ip ospf 1 area 0
!
ip route 0.0.0.0 0.0.0.0 Serial0/0 R2#
interface Loopback0
ip address 2.2.2.2 255.255.255.0
ip ospf 1 area 0
!
interface Tunnel0
ip address 10.1.1.2 255.255.255.0
tunnel source 2.2.2.2
tunnel destination 1.1.1.1
tunnel mode ipip
!
interface Serial0/0
no ip address
shutdown
serial restart-delay 0
!
interface Serial0/1
ip address 192.168.23.2 255.255.255.0
ip ospf 1 area 0
!
ip route 0.0.0.0 0.0.0.0 Tunnel0
R3#
interface Loopback0
ip address 3.3.3.3 255.255.255.0
!
interface Serial0/0
ip address 192.168.13.3 255.255.255.0
ip ospf 1 area 0
!
interface Serial0/1
ip address 192.168.23.3 255.255.255.0
ip ospf 1 area 0ip route 0.0.0.0 0.0.0.0 Serial0/0
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯