Switchport voice vlan priority, Switchport voice vlan rule, Switchport voice vlan – Microsens MS453490M Management Guide User Manual

Page 813: Priority, Rule

Advertising
background image

C

HAPTER

34

| VLAN Commands

Configuring Voice VLANs

– 813 –

E

XAMPLE

The following example sets port 1 to Voice VLAN auto mode.

Console(config)#interface ethernet 1/1

Console(config-if)#switchport voice vlan auto

Console(config-if)#

switchport voice

vlan priority

This command specifies a CoS priority for VoIP traffic on a port. Use the no

form to restore the default priority on a port.

S

YNTAX

switchport voice vlan priority priority-value
no switchport voice vlan priority

priority-value - The CoS priority value. (Range: 0-6)

D

EFAULT

S

ETTING

6

C

OMMAND

M

ODE

Interface Configuration

C

OMMAND

U

SAGE

Specifies a CoS priority to apply to the port VoIP traffic on the Voice VLAN.

The priority of any received VoIP packet is overwritten with the new

priority when the Voice VLAN feature is active for the port.

E

XAMPLE

The following example sets the CoS priority to 5 on port 1.

Console(config)#interface ethernet 1/1

Console(config-if)#switchport voice vlan priority 5

Console(config-if)#

switchport voice

vlan rule

This command selects a method for detecting VoIP traffic on a port. Use

the no form to disable the detection method on the port.

S

YNTAX

[no] switchport voice vlan rule {oui | lldp}

oui - Traffic from VoIP devices is detected by the Organizationally

Unique Identifier (OUI) of the source MAC address.
lldp - Uses LLDP to discover VoIP devices attached to the port.

Advertising