How to configure the GVRP on Edgecore switch ? Follow
GARP VLAN registration protocol (GVRP) can exchange VLAN configuration information dynamically. When the switch receives VLAN information and GARP VLAN Registration Protocol, the receiving interface joins that VLAN. If an interface VLAN does not exist , the switch will creates the VLAN automatically.
The GVRP max member of automatically creates the VLAN is 256.
Support Models
ECS4620 series, ECS4510 series, ECS4120 series, ECS4100 series, ECS5520 series, ECS4530 series, ECS2100 series, ECS2110 series, ECS3510 series
ECS4100 switch1 config:
Console#configure
Console(config)#vlan database
Console(config-vlan)#vlan 10,20,30
Console(config-vlan)#exit
Console(config)#bridge-ext gvrp
Console(config)#interface ethernet 1/1
Console(config-if)#switchport gvrp
Console(config-if)#exit
Console(config)#interface ethernet 1/11
Console(config-if)#switchport allowed vlan add 10,20,30
ECS4100 switch2 config:
Console#configure
Console(config)#bridge-ext gvrp
Console(config)#interface ethernet 1/1
Console(config-if)#switchport gvrp
Show ip interface to check VLAN on ECS4100 switch1 :
Use the configuration to check VLAN Link Up status
Console#configure
Console(config)#int vlan 10
Console(config-if)#int vlan 20
Console(config-if)#int vlan 30
Console(config-if)#exit
Console(config)#exit
Console#show ip interface
VLAN 10,20,30 Administrative up must be Link Up status
Show vlan on ECS4100 switch1 :
VLAN 10,20,30 type should be static
Show vlan on ECS4100 switch2 :
VLAN 10,20,30 type should be Dynamic
Comments
0 comments
Please sign in to leave a comment.