Here is command for policy-map which i can apply on router:
class-map match-all ENHANCED
match access-group 111
!
!
policy-map ENHANCED-OUT
class ENHANCED
set dscp af21
priority percent 75
class class-default
fair-queue
interface Multilink1
ip address 207.218.56.66 255.255.255.252
ip route-cache flow
ppp multilink
ppp multilink group 1
service-policy output ENHANCED-OUT
access-list 111 permit ip any any
------------
we take 100% enhanced traffic link from service provider and i configure router with above command, but problem is on cisco router i can only configure 75% of traffic as ENHANCED and rest of traffic by default set as a class-default.
but when i check with ( show policy-map interface)
Drop some packet on ENHANCED (class-map) but on same time there is no traffic on class-default,
my question how to drop traffic from ENHANCED to default.
-------------
cgx-r1#sh policy-map interface
Multilink1
Service-policy output: ENHANCED-OUT
Class-map: ENHANCED (match-all)
350619 packets, 47001781 bytes
5 minute offered rate 851000 bps, drop rate 0 bps
Match: access-group 111
QoS Set
dscp af21
Packets marked 350619
Queueing
Strict Priority
Output Queue: Conversation 264
Bandwidth 75 (%)
Bandwidth 3456 (kbps) Burst 86400 (Bytes)
(pkts matched/bytes matched) 51060/13440588
(total drops/bytes drops) 14/17972
Class-map: class-default (match-any)
0 packets, 0 bytes
5 minute offered rate 0 bps, drop rate 0 bps
Match: any
Queueing
Flow Based Fair Queueing
Maximum Number of Hashed Queues 256
(total queued/total drops/no-buffer drops) 0/0/0
Start Free Trial