PurposeCommand or Action
Configures the ICCP redundancy group.
redundancy iccp-group group-number
Example:
RP/0/RSP0/CPU0:router(config-sfl-network)# redundancy
iccp-group 2
Step 6
Specifies the satellite ID.
satellite satellite-id
Example:
RP/0/RSP0/CPU0:router(config-sfl-network) # satellite
500
Step 7
Configures the remote satellite ports 0 to 5.
remote-portsinterface_type remote_subslot
Example:
RP/0/RSP0/CPU0:router(config-satellite-fabric-link)#
remote-ports GigabitEthernet 0/0/0-9
Step 8
Attaches a policy map to an output interface to be
used as the service policy for that interface.
service-policy output parent-policy-map-name
Example:
RP/0/RSP0/CPU0:router(config-satellite-fabric-link)#
service-policy output parent-policy
Step 9
Repeat Steps 7 through 9 to attach the policy
map to the satellite interfaces.
Note
commit
Step 10
Returns the router to global configuration mode.exit
Example:
RP/0/RSP0/CPU0:router(config-if)# exit
Step 11
Configuration Examples for QoS Offload
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
Cisco ASR 9000 Series Aggregation Services Router nV System Configuration Guide, Release 5.3.x
99
Configuring QoS on the Satellite System
Configuration Examples for QoS Offload