27-11
Cisco ASR 1000 Series Aggregation Services Routers SIP and SPA Software Configuration Guide
OL-14127-08
Chapter 27 Classifying and Scheduling Packets for ASR 1000 Series
Information About Ingress Classification
Classifying IPv6 Packets
To classify all the IPv6 packets as either high priority or low priority, or to classify the IPv6 packets with
specific traffic class values such as high or low, execute the following set of commands in the
Configuration ingress class map mode:
SUMMARY STEPS
1. enable
2. configure terminal
3. ingress-class-map index-id
4. map ipv6 all queue
5. map ipv6 tc af43 strict-priority
6. exit
7. interface {POS | Serial} interface-path-id
8. plim qos input class-map index-id
Step 10
interface {POS | Serial} interface-path-id
Example:
Router(config)# interface POS 0/2/0
Enters the interface configuation mode and specifies the
POS or Serial interface name with the notation
slot/sub-slot/interface-id. Possible interface types for this
procedure are:
• POS
• Serial
Note The example indicates a 0 port in the POS SPA
adapter at sub-slot 2 in the SIP at slot 0.
Step 11
plim qos input class-map index-id
Example:
Router(config-if)# plim qos input class-map 1
Attaches the ingress classification class-map template with
the specified index-id to the POS or Serial interface.
Command or Action Purpose