Tags:
Cisco, Router, 2821, Problem with Policy-map
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.