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

QoS on a Router

JoshBar75473
Level 2
Level 2

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

1 Accepted Solution

Accepted Solutions

Georg Pauwen
VIP Alumni
VIP Alumni

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

balaji.bandi
Hall of Fame
Hall of Fame

here is the configuration start with :

 

https://www.cisco.com/c/en/us/td/docs/ios/solutions_docs/qos_solutions/QoSVoIP/QoSVoIP.html

BB

=====Preenayamo Vasudevam=====

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

How to Ask The Cisco Community for Help

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

=====Preenayamo Vasudevam=====

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

How to Ask The Cisco Community for Help

Georg Pauwen
VIP Alumni
VIP Alumni

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