Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
Page tree
Skip to end of metadata
Go to start of metadata

Show special voice vlan id detail information.

Command Syntax
show vlans voice-vlan vlan-id <text>

Parameter
<text> voice-vlan id, can't be the same with pvid or vlan-member

Example
• This example is to show voice-vlan detail information::

1.ge-1/1/1 is in suto mode and aging.
admin@XorPlus#  run show vlans voice-vlan vlan-id 10
Voice Vlan ID:10
Voice Vlan local priority:6
Voice Vlan dscp:46
Voice Vlan aging time:1440 minutes
Current voice vlan enabled port mode:
Port           Mode      Tagged    Mac_Address      Status          
--------------------------------------------------------------------
ge-1/1/1       auto      false                      Aging:86143sec  
 
2.ge-1/1/2 is in auto mode and working.
admin@XorPlus# run show vlans voice-vlan vlan-id 20
Voice Vlan ID:20
Voice Vlan local priority:6
Voice Vlan dscp:46
Voice Vlan aging time:1440 minutes
Current voice vlan enabled port mode:
Port           Mode      Tagged    Mac_Address      Status          
--------------------------------------------------------------------
ge-1/1/2       auto      false     0:1:e3:0:0:0     Working        
  
3.ge-1/1/3 is in auto mode and not working.
admin@XorPlus# run show vlans voice-vlan vlan-id 30
Voice Vlan ID:30
Voice Vlan local priority:6
Voice Vlan dscp:46
Voice Vlan aging time:1440 minutes
Current voice vlan enabled port mode:
Port           Mode      Tagged    Mac_Address      Status          
--------------------------------------------------------------------
ge-1/1/3       auto      false                      Idle    
   
4.ge-1/1/4 is in manual mode. It can't display any mac-addresses and status will always be working in this mode.      
admin@XorPlus# run show vlans voice-vlan vlan-id 40
Voice Vlan ID:40
Voice Vlan local priority:6
Voice Vlan dscp:46
Voice Vlan aging time:1440 minutes
Current voice vlan enabled port mode:
Port           Mode      Tagged    Mac_Address      Status          
--------------------------------------------------------------------
ge-1/1/4       manual    false                      Working
  • No labels