DETAILED STEPS
PurposeCommand or Action
Enables privileged EXEC mode.enable
Step 1
Example:
Device> enable
•
Enter your password if prompted.
Enters global configuration mode.configure terminal
Example:
Device# configure terminal
Step 2
Configures an interface type and enters interface
configuration mode.
interface type number
Example:
Device(config)# interface GigabitEthernet
0/0/1
Step 3
•
Enter the interface type number.
Disables IP routing on the interface.no ip address
Example:
Device(config-if)# no ip address
Step 4
Enables the autonegotiation protocol to configure the speed,
duplex, and automatic flow control of the Gigabit Ethernet
interface.
negotiation auto
Example:
Device(config-if)# negotiation auto
Step 5
Specifies the name of the policy map to be attached to the
input or output direction of the interface.
service-policy output policy-map-name
Example:
Device(config-if)# service-policy output
parent-llq
Step 6
•
You can enter the name of a hierarchical or a flat policy
map.
Configures an Ethernet service instance on an interface and
enters service instance configuration mode.
service instance id ethernet
Example:
Device(config-if)# service instance 1 ethernet
Step 7
Defines the matching criteria to map 802.1Q frames' ingress
on an interface to the service instance.
encapsulation dot1q vlan-id
Example:
Device(config-if-srv)# encapsulation dot1q
100
Step 8
QoS: Policing and Shaping Configuration Guide (Cisco ASR 920 Series)
24
Port-Shaper and LLQ in the Presence of EFPs
Configuring Port Level Shaping on the Main Interface with Ethernet Flow Points