Hi All ,
At my customer place I need to replace existing access switch ie cisco 4507R (End of life switch) with cisco 4948E switch.
DBL is enabled on 4507R and below is the QoS part of cisco 4507 R switch (bootflash:cat4500-ipbasek9-mz.122-31.SGA9.bin ).
qos dbl
qos map dscp 24 25 26 27 28 29 30 31 to tx-queue 4
qos map dscp 32 33 34 35 36 37 38 39 to tx-queue 4
qos map cos 3 to dscp 26
qos map cos 5 to dscp 46
qos
policy-map autoqos-voip-policy
class class-default
dbl
Lan uplink ports on cisco 4507 R connected to Core switches which have below qos parameters.
------------------------------------------------------------------------------------------------------------------------
interface GigabitEthernet y/y
description LAN uplink to Core Switch
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1,100-110
switchport trunk allowed vlan add 991
switchport mode trunk
speed nonegotiate
qos trust dscp
tx-queue 1
bandwidth 480000000 bps
tx-queue 3
bandwidth 20000000 bps
priority high
channel-group 11 mode active
Voice server has below configuration.
---------------------------------------------------
interface GigabitEthernetx/x
description voice server
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 100,102,
switchport mode trunk
speed 1000
duplex full
qos trust dscp
tx-queue 3
priority high
shape percent 33
new 4948E switch does not support auto Qos , it has bootflash:cat4500e-entservicesk9-mz.122-54.SG.bin on it.
Somebody can tell me QoS commands which can be enabled on 4948 E as similar to cisco 4507 R switch.
For voice server its mandatory to have QoS on the port.
Many Thanks.
Thanks ,
M S K