GVRP配置命令
目 录
目 录
GVRP配置命令..........................................................................................................................................................1 目 录...........................................................................................................................................................................I 第1章 GVRP配置命令............................................................................................................................................1
1.1 GVRP配置命令............................................................................................................................................1
1.1.1 gvrp....................................................................................................................................................1 1.1.2 gvrp dynamic-vlan-pruning..................................................................................................................2 1.1.3 show gvrp statistics............................................................................................................................2 1.1.4 show gvrp status.................................................................................................................................3 1.1.5 debug gvrp event................................................................................................................................4 1.1.6 debug gvrp packet..............................................................................................................................4 1.2 GARP配置命令...........................................................................................................................................5
1.2.1 garp timer leaveall..............................................................................................................................5 1.2.2 garp timer hold...................................................................................................................................6 1.2.3 garp timer join....................................................................................................................................7 1.2.4 garp timer leave.................................................................................................................................7 1.2.5 show garp timers................................................................................................................................8 1.2.6 show garp status................................................................................................................................9 1.2.7 debug garp.......................................................................................................................................10
- I -
GVRP配置命令
第1章 GVRP配置命令
1.1 GVRP配置命令
1.1.1 gvrp
命令描述
gvrp no gvrp
配置GVRP开启和关闭,no命令恢复到默认值。
参数
无
缺省
全局GVRP关闭,端口GVRP开启
使用说明
在系统中,GVRP启动分为全局和端口两个,只有两者都配置启动后,GVRP功能才真正启动。
示例
下面的命令将全局开启gvrp。
Switch_config#gvrp Switch_config#
下面的命令将在端口1上开启gvrp。
Switch_config_g0/1#gvrp Switch_config_g0/1#
- 1 -
GVRP配置命令
1.1.2 gvrp dynamic-vlan-pruning
命令描述
gvrp dynamic-vlan-pruning no gvrp dynamic-vlan-pruning
配置动态VLAN仅在注册的端口生效,no命令恢复到默认值。
参数
无
缺省
不启用dynamic-vlan-pruning,即,动态VLAN可以在所有端口生效。
命令模式
全局配置模式
使用说明
开启该功能后,如果一个端口没有注册某个动态VLAN,即便它是trunk口且允许该VLAN
通过,这个端口也不会归属于该动态VLAN。
示例
下面的命令使动态VLAN仅在注册的端口生效: Switch_config#gvrp dynamic-vlan-pruning Switch_config#
1.1.3 show gvrp statistics
命令描述
show gvrp statistics [interface intf-id] 显示GVRP统计信息。
- 2 -
GVRP配置命令
参数
参数
参数说明
intf-id
具体的物理端口。
缺省
无
使用说明
显示GVRP 统计信息。
示例
下面的命令将显示端口g0/1的GVRP统计信息
Switch_config#show gvrp statistics interface g0/1 GVRP statistics on port g0/1
GVRP Status : Enabled GVRP Frames Received : 0 GVRP Frames Transmitted : 20 GVRP Frames Discarded : 0
GVRP Last Pdu Origin : 0000.0000.0000
1.1.4 show gvrp status
命令描述
show gvrp status 显示GVRP状态信息。
参数
无
缺省
无
使用说明
显示GVRP 状态信息。
- 3 -