Cisco Quality of Service (QoS)

Written on August 29, 2008 – 5:53 pm | by Yanurmal |

Below is Cisco QoS sample config.
In this sample config I created two class-map of traffic. Data and voice.

Router_A
!
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router_A
!
resource policy
!
ip subnet-zero
ip cef
!
class-map match-all data
match ip precedence 3
class-map match-all voice
match ip precedence 5

!
policy-map serial
class voice
bandwidth percent 32
set ip precedence 5
class data
bandwidth percent 63
set ip precedence 3
class class-default
fair-queue
random-detect

!
interface FastEthernet0/0
description “LAN A”
ip address 192.168.1.254 255.255.255.0
duplex auto
speed auto
!
interface Serial0/2/0
description “WAN Link to B”
ip address 10.1.1.1 255.255.255.252
service-policy output serial
!
ip classless
ip route 192.168.2.0 255.255.255.0 10.1.1.2
!
line con 0
line vty 0 4
password hidden
login
!
end

Popularity: 34%

Share This Post

Related Posts

You must be logged in to post a comment.

Ads

Find entries :