Step 1 |
enable
Example:
|
Enables privileged EXEC mode.
|
Step 2 |
configure
terminal
Example:
Device# configure terminal
|
Enters global configuration mode.
|
Step 3 |
interface
type
number
Example:
Device(config)# interface GigabitEthernet 0/0/1
|
Configures an interface type and enters interface configuration mode.
|
Step 4 |
no ip address
Example:
Device(config-if)# no ip address
|
Disables IP routing on the interface.
|
Step 5 |
negotiation auto
Example:
Device(config-if)# negotiation auto
|
Enables the autonegotiation protocol to configure the speed, duplex, and automatic flow control of the Gigabit Ethernet interface.
|
Step 6 |
service-policy output
policy-map-name
Example:
Device(config-if)# service-policy output parent-llq
|
Specifies the name of the policy map to be attached to the input or output direction of the interface.
|
Step 7 |
service instance
id
ethernet
Example:
Device(config-if)# service instance 1 ethernet
|
Configures an Ethernet service instance on an interface and enters service instance configuration mode.
|
Step 8 |
encapsulation dot1q
vlan-id
Example:
Device(config-if-srv)# encapsulation dot1q 100
|
Defines the matching criteria to map 802.1Q frames' ingress on an interface to the service instance.
|
Step 9 |
bridge-domain
bridge-domain-id
Example:
Device(config-if-srv)# bridge-domain 100
|
Binds the bridge domain to the service instance.
|
Step 10 |
exit
Example:
Device(config-if-serv)# exit
|
Exits service instance configuration mode.
|
Step 11 |
service instance
id
ethernet
Example:
Device(config-if)# service instance 2 ethernet
|
Configures an Ethernet service instance on an interface and enters service instance configuration mode.
|
Step 12 |
encapsulation dot1q
vlan-id
Example:
Device(config-if-srv)# encapsulation dot1q 101
|
Defines the matching criteria to map 802.1Q frames' ingress on an interface to the service instance.
|
Step 13 |
bridge-domain
bridge-domain-id
Example:
Device(config-if-srv)# bridge-domain 101
|
Binds the bridge domain to the service instance.
|
Step 14 |
exit
Example:
Device(config-if-srv)# exit
|
Exits QoS policy-map class configuration mode.
|
Step 15 |
end
Example:
|
(Optional) Exits interface configuration mode.
|