Start a Conversation

Solved!

Go to Solution

1450

March 24th, 2021 12:00

N2048P Voice QoS Help

I am working on setting up a new stack of two Dell N2048P switches and I'm stumbling through the Voice QoS part of the setup.  A colleague started setting up this config and I am trying to get ready for production.

Any help or advice would be greatly appreciated. 

configure
vlan 20,22-26,28-29,253
exit
vlan 20
name "Workstations"
exit
vlan 24
name "Voice"

system jumbo mtu 9216
no ip http server
ip http secure-server
boot auto-copy-sw
class-map match-all voice-map
match vlan 24
exit
policy-map voice-policy in
class voice-map
assign-queue 2
mark cos 5

switchport voice vlan
ip ssh server
application install SupportAssist auto-restart start-on-boot
application install hiveagent start-on-boot

interface Gi1/0/1
cos-queue strict 5
description "Workstations"
classofservice dot1p-mapping 5 5
switchport mode general
switchport general pvid 20
switchport general allowed vlan add 24 tagged
switchport access vlan 20
lldp tlv-select system-description system-capabilities management-address
switchport voice vlan dot1p 5
switchport voice vlan override-authentication
exit
!
interface Gi1/0/2
cos-queue strict 5
description "Workstations"
classofservice dot1p-mapping 5 5
switchport mode general
switchport general pvid 20
switchport general allowed vlan add 24 tagged
switchport access vlan 20
lldp tlv-select system-description system-capabilities management-address
switchport voice vlan dot1p 5
switchport voice vlan override-authentication
exit
!

 

Thanks.

Moderator

 • 

9.2K Posts

April 8th, 2021 09:00

Hi Duke,

It should work the way you have it configured. Though if you are using voice-vlan, you really don’t need to set up the CoS separately because it does that as part of the voice-vlan. Page 893 https://dell.to/39X6BpE But it isn’t hurting anything to have it like that. For your second question you are correct and since it is in general mode the access mode commands don’t do anything.

8 Posts

March 29th, 2021 09:00

Bump.  Still looking for advice.

Moderator

 • 

9.2K Posts

March 29th, 2021 10:00

Hi Duke979,

Do you have a specific question for the setup? Page 802 https://dell.to/2QPFdmY shows voice vlan with qos config.

8 Posts

April 8th, 2021 06:00

  • Specifically the bold parts of the configuration, are all the lines needed for cos?  I see there are a few different methods to provide qos/cos.  I at this point do not have any acl or class-maps setup. 
  • Second question is since the mode is general, is the access mode line in italics actually doing anything or necessary?

 

interface Gi1/0/1
cos-queue strict 5
description "Workstations"
classofservice dot1p-mapping 5 5
switchport mode general
switchport general pvid 20
switchport general allowed vlan add 24 tagged
switchport access vlan 20
lldp tlv-select system-description system-capabilities management-address
switchport voice vlan dot1p 5
switchport voice vlan override-authentication

No Events found!

Top