AR2200怎樣配置GRE+VRRP組合組網(wǎng)
路由器AR1和AR2做為網(wǎng)絡(luò)雙出口,如何配置GRE+VRRP組合組網(wǎng);
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
- 下一篇:某事業(yè)單位項(xiàng)目中接口速率不同導(dǎo)致接口無法對接 2015/3/3