Offloading Service-Policy On Physical Access Port: Example - Cisco ASR 9000 Series Configuration Manual

Aggregation services router modular quality of service
Hide thumbs Also See for ASR 9000 Series:
Table of Contents

Advertisement

Offloading Service-policy on Physical Access Port: Example

Offloading Service-policy on Physical Access Port: Example
In this example, a service-policy called policy1 is created. This service policy is associated to a class map
called class1 through the use of the class command, and then the service policy is attached in the input direction
on a GigabitEthernet interface 100/0/0/0. This service-policy is configured under the nv mode and thus the
QoS policy is offloaded to the satellite.
config
class-map match-any class1
match precedence 6
end-class-map
!
policy-map policy1
class class1
set qos-group 5
!
interface gigabitEthernet 100/0/0/0
nv
service-policy input policy1
end or commit
Offloading Service-policy on Bundle Access Port: Example
In this example, a service-policy called policy2 is created. This service policy is associated to a class map
called class2 through the use of the class command. The service policy is then attached in the input direction
on a bundle-ether interface with bundle id as 1 that has two bundle member links—GigabitEthernet interface
100/0/0/1 and GigabitEthernet interface 100/0/0/2. This service-policy is configured under the nv mode and
thus the QoS policy is offloaded to the satellite bundle-ether interface.
config
class-map match-any class2
match precedence 6
end-class-map
!
policy-map policy2
class class2
set qos-group 5
end-policy-map
!
interface bundle-ether 1
bundle-id 1
nv
service-policy input policy2
end or commit
!
end or commit
Offloading Service-policy on Physical SFL: Example
In this example, a service-policy called policy3 is created, which is associated to a class map called class3
through the use of the class command. The service policy is applied to the host-facing satellite fabric link
(SFL) on the satellite 100 and attached in the output direction on a TenGigE interface 0/1/0/0. This is configured
under the nv mode and thus the QoS policy is offloaded to the satellite.
config
class-map match-any class3
match qos-group 5
Cisco ASR 9000 Series Aggregation Services Router Modular Quality of Service Configuration Guide, Release
6.1.x
304
Configuring QoS on the Satellite System

Advertisement

Table of Contents
loading

Table of Contents