GVRP Configuration on Cisco

cisco-gvrp-configuration

In this configuration example, we will focus on how to configure GVRP on Cisco. Here, for our GVRP Configuration Example, we will use the below topology.

cisco-gvrp-configuration

Let’s start our GVRP Configuration on each of these Switches.

Switch A Confguration

Firstly, we will create our VLANs (40 and 50) then we will enable GVRP globally on the switch.

Cisco-Switch-A> enable
Cisco-Switch-A# configure terminal
Cisco-Switch-A(config)# vlan 40
Cisco-Switch-A(config)# vlan 50
Cisco-Switch-A(config)# gvrp enable

Then we will configure the interfaces and we will also enable GVRP on these interfaces.We will configure the vlan ports as Access and the trasport port (the link between the switches) as Trunk.We will allow only the required VLAN on Access ports, but we will allow all VLANs on Trunk port.

Cisco-Switch-A(config)# interface fastethernet 1/4
Cisco-Switch-A(config-if)# switchport mode access
Cisco-Switch-A(config-if)# switchport access vlan 40
Cisco-Switch-A(config-if)# gvrp enable
Cisco-Switch-A(config-if)# interface fastethernet 1/5
Cisco-Switch-A(config-if)# switchport mode access
Cisco-Switch-A(config-if)# switchport access vlan 50
Cisco-Switch-A(config-if)# gvrp enable
Cisco-Switch-A(config-if)# interface fastethernet 1/1
Cisco-Switch-A(config-if)# switchport mode trunk
Cisco-Switch-A(config-if)# switchport access vlan all
Cisco-Switch-A(config-if)# gvrp enable
Cisco-Switch-A(config-if)# end

Lastly, we will save our configuration.

Cisco-Switch-A# copy running-config startup-config

Switch B Configuration

We will configure Switch B similar to switch A.

Cisco-Switch-B> enable
Cisco-Switch-B# configure terminal
Cisco-Switch-B(config)# vlan 40
Cisco-Switch-B(config)# vlan 50
Cisco-Switch-B(config)# gvrp enable

Other GVRP, MVRP and VTP Articles…/u>

GVRP Overview
GVRP Configuration on Cisco
GVRP Configuration on Huawei
MVRP Overview
MVRP Configuration on Cisco
MVRP Configuration on Juniper

gokhan-kosem-instructor-ipcisco

Gokhan Kosem is a Network Engineer, Instructor and the Founder of IPCisco.com with 15+ years of experience in Cisco, Nokia, Huawei, Juniper, Linux, Service Provider Networks, Routing and Switching technologies.

He has worked on the backbone networks of major service providers and network vendors including Nortel, Alcatel-Lucent (Nokia) and has extensive hands-on experience with Cisco, Huawei, Juniper and Nokia networking technologies.

He has trained thousands of networking students worldwide through IPCisco.com, Udemy, books, labs, quizzes, and educational content across multiple social media platforms.

IPCisco.com | Best Route to Your Dreams

Leave a Reply

Your email address will not be published. Required fields are marked *