07-29-2013 05:36 AM - edited 03-11-2019 07:18 PM
Hi,
my frewall IOS is 8.4.6, and hardware - 5510
i have two outside interfaces, one via inertnet and another once connected to MPLS cloud. both interfaces are bounded to one physical interface like subinterfaces.
i want to prioritize voice and voice signaling traffic. so my configs are:
interface Ethernet0/0.532
description to MPLS
vlan 532
nameif CEE-TRANSIT
security-level 0
ip address XX
!
interface Ethernet0/0.701
description to Internet
vlan 701
nameif EXT-TRANSIT
security-level 0
ip address XX
!
class-map voice_traffic
match dscp ef
!
class-map voice_signaling
match dscp cs3
!
policy-map qos_class_policy
class voice_traffic
priority
class voice_signaling
priority
policy-map qos_ext-transit
class class-default
shape average 100000000
service-policy qos_class_policy
!
service-policy qos_ext-transit interface CEE-TRANSIT
!
when i issue sh service-policy interface ceE-TRANSIT
Interface CEE-TRANSIT:
Service-policy: qos_ext-transit
Class-map: class-default
shape (average) cir 100000000, bc 400000
(pkts output/bytes output) 182755/38264448
(total drops/no-buffer drops) 0/0
Service-policy: qos_class_policy
Class-map: voice_traffic
priority
Queueing
queue limit 1666 packets
(queue depth/total drops/no-buffer drops) 0/0/0
(pkts output/bytes output) 539/137808
Class-map: voice_signaling
priority
Queueing
queue limit 1666 packets
(queue depth/total drops/no-buffer drops) 0/0/0
(pkts output/bytes output) 0/0
Class-map: class-default
Default Queueing
queue limit 1666 packets
(queue depth/total drops/no-buffer drops) 0/0/0
(pkts output/bytes output) 182259/38131872
the only tarnsmited packets via the interface is 539 and it stays for already 3 hours. but i am sure i am transmiting EF packets via this interface. why this packets are not prezent in the out put
07-29-2013 11:33 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide