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
end-class-map
!
policy-map policy3
class class3
bandwidth percent 13
!
interface TenGigE 0/1/0/0
nv satellite-fabric-link satellite 100
remote-ports GigabitEthernet 0/0/0-9
service-policy output policy3
end or commit
Cisco ASR 9000 Series Aggregation Services Router nV System Configuration Guide, Release 5.3.x
100
Configuring QoS on the Satellite System
Offloading Service-policy on Bundle Access Port: Example