cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
346
Views
0
Helpful
2
Replies

Will QOS work with class on WAN interface !

kumar-brajesh
Level 1
Level 1

Hello,

Will QOS will work in this way  where class is put on WAN interface where it should be service  policy.

router#sh run interface Se0/0/0.1

Building  configuration...

Current configuration : 239 bytes
!
interface  Serial0/0/0.1 point-to-point

bandwidth 2048
ip address XXXX
ip nat outside
frame-relay  interface-dlci 555
  class COS-OUT-S0/0/0.1   

!

COS-OUT-S0/0/0.1 is defined as policy map  with class of voice and video.

When   checking on WAN int #sh policy-map  interface  Se0/0/0.1 , can see   output of service policy input/output with policy map  recpective   classes and packets match entries.Is  QOS working with this    configuration?

Appreciate any input on this.

Regards,

Brajesh.

1 Accepted Solution

Accepted Solutions

ashok_boin
Level 5
Level 5

Hi Brajesh,

It's perfectly working. You have configured FRTS.

http://www.cisco.com/en/US/docs/ios/12_0/qos/configuration/guide/qcfrts.html#wp4555

Regards...

-Ashok.


With best regards...
Ashok

View solution in original post

2 Replies 2

ashok_boin
Level 5
Level 5

Hi Brajesh,

It's perfectly working. You have configured FRTS.

http://www.cisco.com/en/US/docs/ios/12_0/qos/configuration/guide/qcfrts.html#wp4555

Regards...

-Ashok.


With best regards...
Ashok

Thanks Ashok.

I can see map class configured where service policy is configured.

map-class frame-relay COS-OUT-S0/0/0.1

frame-relay cir 1945600

frame-relay bc 20480

frame-relay be 0

frame-relay mincir 1945600

service-policy input COUNT-IN  >>>

service-policy output COS-OUT-S0/0/0.1>>>

Regards,

Brajesh.