AR2200怎样配置GRE+VRRP组合组网
路由器AR1和AR2做为网络双出口,如何配置GRE+VRRP组合组网;
AR1的主要配置:
interface GigabitEthernet0/0/0
ip address 10.1.1.2 255.255.255.0
vrrp vrid 1 virtual-ip 10.1.1.11 //WAN口配置虚拟IP
vrrp vrid 1 priority 20
vrrp vrid 1 preempt-mode timer delay 20
#
interface Tunnel0/0/1
ip address 10.2.1.1 255.255.255.0
tunnel-protocol gre
source 10.1.1.11 //配置虚拟IP作为源
destination 10.3.1.1
#
ip route-static 10.10.1.0 255.255.255.0 Tunnel0/0/1
AR2的主要配置:
interface GigabitEthernet0/0/0
ip address 10.1.1.3 255.255.255.0
vrrp vrid 1 virtual-ip 10.1.1.11 //WAN口配置虚拟IP
#
interface Tunnel0/0/1
ip address 10.2.1.2 255.255.255.0
tunnel-protocol gre
source 10.1.1.11 //配置虚拟IP作为源
destination 10.3.1.1
#
ip route-static 10.10.1.0 255.255.255.0 Tunnel0/0/1
AR3的主要配置:
interface GigabitEthernet0/0/0
ip address 10.3.1.1 255.255.255.0
#
interface GigabitEthernet0/0/1
ip address 10.10.1.1 255.255.255.0
#
interface Tunnel0/0/1
ip address 10.2.1.3 255.255.255.0
tunnel-protocol gre
source 10.3.1.1
destination 10.1.1.11 //配置虚拟IP作为目的
#
ip route-static 10.20.1.0 255.255.255.0 Tunnel0/0/1
- 上一篇:AR3200与思科R2800路由器通过E1接口对接 2015/3/3
- 下一篇:某事业单位项目中接口速率不同导致接口无法对接 2015/3/3