IBM RackSwitch G8000 Application Manual page 307

A top-of-rack (tor) switch
Hide thumbs Also See for RackSwitch G8000:
Table of Contents

Advertisement

© Copyright IBM Corp. 2011
To implement the active-active example, perform the following switch configuration.
Task 1: Configure G8000 1
1. Configure client and server interfaces.
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
2. Configure the default gateways. Each default gateway points to a Layer 3
router.
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
3. Turn on VRRP and configure two Virtual Interface Routers.
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
4. Enable tracking on ports. Set the priority of Virtual Router 1 to 101, so that it
becomes the Master.
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
Chapter 25. Virtual Router Redundancy Protocol
305

Advertisement

Table of Contents

Troubleshooting

loading

Table of Contents