cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1406
Views
10
Helpful
4
Replies

QoS on a Router

JoshBar75473
Level 1
Level 1

Router to receive VOIP on interface fastethernet 0/1 and ensure it survives on the WAN link.

1 Accepted Solution

Accepted Solutions

Hello,

 

something like the below should work. The exact syntax depends on which router and which IOS you have...

 

class-map match-all DSCP_EF
match ip dscp ef
!
policy-map OUT_DSCP
 class DSCP_EF
  set precedence 5
 class class-default
  fair-queue
!
interface FastEthernet0/1
ip address 192.168.1.1 255.255.255.0
service-policy OUT_DSCP out

View solution in original post

4 Replies 4

Thank you

The document i have provided all the information, suggest read and understand - make a config based on your requirement and test it.

 

or do basic config, we can help you tweak if required.

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Hello,

 

something like the below should work. The exact syntax depends on which router and which IOS you have...

 

class-map match-all DSCP_EF
match ip dscp ef
!
policy-map OUT_DSCP
 class DSCP_EF
  set precedence 5
 class class-default
  fair-queue
!
interface FastEthernet0/1
ip address 192.168.1.1 255.255.255.0
service-policy OUT_DSCP out

Review Cisco Networking products for a $25 gift card