DETAILED STEPS
PurposeCommand or Action
Enables privileged EXEC mode. Enter your password when
prompted.
enable
Example:
Router> enable
Step 1
Enters global configuration mode.configure terminal
Example:
Router# configure terminal
Step 2
Enters the ingress classification template settings for the specified
template ID and enables the configuration of the classifications
for IPv4, IPv6, or MPLS.
ingress-class-map 1
Example:
Router(config-ing-class-map)#
Step 3
Sets the priority for all IPv6 packets as high.map ipv6 all queue strict-priority
Example:
Router(config-ing-class-map)# map ipv6 all
queue strict-priority
Step 4
Classifies IPv6 traffic class values with af43 as high priority.map ipv6 tc tc-value queue strict-priority
Example:
Router(config-ing-class-map)# map ipv6 tc
af43 queue strict-priority
Step 5
Exits the ingress-class-map mode and goes back to the global
configuration mode.
exit
Example:
Router(config-ing-class-map)# exit
Step 6
Enters the interface configuration mode and specifies the POS
or Serial interface name with the notation
interface {POS | Serial} interface-path-id
Example:
Router(config)# interface POS 0/2/0
Step 7
slot/sub-slot/interface-id. Possible interface types for this
procedure are:
•
POS
•
Serial
The example indicates a 0 port in the POS SPA adapter
at sub-slot 2 in the SIP at slot 0.
Note
Cisco ASR 1000 Series Aggregation Services Routers SIP and SPA Software Configuration Guide, Cisco IOS
XE Everest 16.5
444 OL-14127-17
Classifying and Scheduling Packets for the ASR 1000 Series Aggregation Services Routers
Configuring the Ingress Classification