EasyManua.ls Logo

IBM RackSwitch G8000

IBM RackSwitch G8000
362 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
© Copyright IBM Corp. 2011 Chapter 25. Virtual Router Redundancy Protocol 305
To implement the active-active example, perform the following switch configuration.
Task 1: Configure G8000 1
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.
4. Enable tracking on ports. Set the priority of Virtual Router 1 to 101, so that it
becomes the Master.
RS G8000(config)# interface ip 1
RS G8000(config-ip-if)# ip address 192.168.1.100 255.255.255.0
RS G8000(config-ip-if)# vlan 10
RS G8000(config-ip-if)# enable
RS G8000(config-ip-if)# exit
RS G8000(config)# interface ip 2
RS G8000(config-ip-if)# ip address 192.168.2.101 255.255.255.0
RS G8000(config-ip-if)# vlan 20
RS G8000(config-ip-if)# enable
RS G8000(config-ip-if)# exit
RS G8000(config)# interface ip 3
RS G8000(config-ip-if)# ip address 10.0.1.100 255.255.255.0
RS G8000(config-ip-if)# enable
RS G8000(config-ip-if)# exit
RS G8000(config)# interface ip 4
RS G8000(config-ip-if)# ip address 10.0.2.101 255.255.255.0
RS G8000(config-ip-if)# enable
RS G8000(config-ip-if)# exit
RS G8000(config)# ip gateway 1 address 192.168.1.1
RS G8000(config)# ip gateway 1 enable
RS G8000(config)# ip gateway 2 address 192.168.2.1
RS G8000(config)# ip gateway 2 enable
RS G8000(config)# router vrrp
RS G8000(config-vrrp)# enable
RS G8000(config-vrrp)# virtual-router 1 virtual-router-id 1
RS G8000(config-vrrp)# virtual-router 1 interface 1
RS G8000(config-vrrp)# virtual-router 1 address 192.168.1.200
RS G8000(config-vrrp)# virtual-router 1 enable
RS G8000(config-vrrp)# virtual-router 2 virtual-router-id 2
RS G8000(config-vrrp)# virtual-router 2 interface 2
RS G8000(config-vrrp)# virtual-router 2 address 192.168.2.200
RS G8000(config-vrrp)# virtual-router 2 enable
RS G8000(config-vrrp)# virtual-router 1 track ports
RS G8000(config-vrrp)# virtual-router 1 priority 101
RS G8000(config-vrrp)# virtual-router 2 track ports
RS G8000(config-vrrp)# exit

Table of Contents

Other manuals for IBM RackSwitch G8000

Related product manuals