Configuration Guide

Table Of Contents
©2021 Extreme Networks, Inc. All rights reserved
October 2021
320
22.7
Inter-ISID Configuration
In addition to the configuration to the configuration used in 22.3, we will add the following configuration.
22.7.1
VRF configuration
8005 & 8006 – Create VRF and add IP addressing to VLANs 1155 and 2256, enable VRRP
with backup master, and make 8005 VRRP master for VLAN 1155
8005:
8005:5(config)#ip vrf inter-isid
8005:5(config)#interface vlan 1155
8005:5(config-if)#vrf inter-isid
8005:5(config-if)#ip address 10.5.40.2 255.255.255.0
8005:5(config-if)#ip vrrp address 10.5.40.1
8005:5(config-if)#ip vrrp 55 backup-master enable priority 150
8005:5(config-if)#ip vrrp 55 enable
8005:5(config-if)#exit
8005:5(config)#interface vlan 2256
8005:5(config-if)#vrf inter-isid
8005:5(config-if)#ip address 10.5.41.2 255.255.255.0
8005:5(config-if)#ip vrrp address 10.5.41.1
8005:5(config-if)#ip vrrp 56 backup-master enable
8005:5(config-if)#ip vrrp 56 enable
8005:5(config-if)#exit
For 8006, use the same configuration as above except for the items shown below
8005:5(config)#interface vlan 1155
8005:5(config-if)#ip address 10.5.40.3 255.255.255.0
8005:5(config-if)#ip vrrp 55 backup-master enable
|
8005:5(config)#interface vlan 2256
8005:5(config-if)#ip address 10.5.41.3 255.255.255.0
8005:5(config-if)#ip vrrp 56 backup-master enable priority 150