Blade ICE G8124-E Personal Computer User Manual


 
BLADEOS 6.5.2 Application Guide
BMD00220, October 2010 Chapter 24: Virtual Router Redundancy Protocol 341
Task 2: Configure G8124 2
1. Configure client and server interfaces.
2. Configure the default gateways. Each default gateway points to a Layer 3 router.
3. Turn on VRRP and configure two Virtual Interface Routers.
RS G8124(config)# interface ip 1
RS G8124(config-ip-if)# ip address 192.168.1.101 255.255.255.0
RS G8124(config-ip-if)# vlan 10
RS G8124(config-ip-if)# enable
RS G8124(config-ip-if)# exit
RS G8124(config)# interface ip 2
RS G8124(config-ip-if)# ip address 192.168.2.100 255.255.255.0
RS G8124(config-ip-if)# vlan 20
RS G8124(config-ip-if)# enable
RS G8124(config-ip-if)# exit
RS G8124(config)# interface ip 3
RS G8124(config-ip-if)# ip address 10.0.1.101 255.255.255.0
RS G8124(config-ip-if)# enable
RS G8124(config-ip-if)# exit
RS G8124(config)# interface ip 4
RS G8124(config-ip-if)# ip address 10.0.2.100 255.255.255.0
RS G8124(config-ip-if)# enable
RS G8124(config-ip-if)# exit
RS G8124(config)# ip gateway 1 address 192.168.2.1
RS G8124(config)# ip gateway 1 enable
RS G8124(config)# ip gateway 2 address 192.168.1.1
RS G8124(config)# ip gateway 2 enable
RS G8124(config)# router vrrp
RS G8124(config-vrrp)# enable
RS G8124(config-vrrp)# virtual-router 1 virtual-router-id 1
RS G8124(config-vrrp)# virtual-router 1 interface 1
RS G8124(config-vrrp)# virtual-router 1 address 192.168.1.200
RS G8124(config-vrrp)# virtual-router 1 enable
RS G8124(config-vrrp)# virtual-router 2 virtual-router-id 2
RS G8124(config-vrrp)# virtual-router 2 interface 2
RS G8124(config-vrrp)# virtual-router 2 address 192.168.2.200
RS G8124(config-vrrp)# virtual-router 2 enable