Vubiq Networks Inc. V10G-L Benutzerhandbuch

Seite von 69
 
50  
Vubiq HaulPass V10g User Manual 
 
 
  
 
              © 2018 Vubiq Networks, Inc. All Rights Reserved 
8.3  GVRP Global Configuration 
A small number of parameters can be configured for GVRP. These parameters are found in the web GUI under 
Configuration > GVRP > Global Configuration. 
 
Figure 33. GVRP Global Configuration
 
The Enable GVRP checkbox enables GVRP globally. 
Join-time, Leave-time and LeaveAll-time are protocol parameters in units of centi-seconds, (i.e., in 1/100 seconds). 
These are parameters according to the GARP (IEEE 802.1D-2004, clause 12) standard. 
(config)# [no] gvrp time join-time 19 (config)# 
no] gvrp time leave-time 61 (config)# [no] gvrp 
time leave-all-time 1234 
Where the no form disables GVRP or puts the protocol parameter into its default value. The commands can also 
be put into a single line. 
(config)# gvrp time join-time 19 leave-time 61 leave-all-time 1234 
The last parameter is the number of VLANs that GVRP can administer. This puts an upper limit to the number 
resources that can be used. 
Max VLANs is set to 20 when GVRP is enabled globally using the following command: 
(config)# [no] gvrp
 
If a different value is needed, say 100, enable GVRP using the following command: 
(config)# gvrp max-vlans 100 
Note: GVRP must be disabled in advance for the max-vlan number to be changed.