| Step 1 |
enable
|
Enables the privileged EXEC mode.
Enter your password if prompted.
|
| Step 2 |
configure terminal
Router# configure terminal
|
Enters the global configuration mode.
|
| Step 3 |
interface port-channel
channel-number
Router(config)# interface port-channel 1
|
Enters the interface configuration mode and defines the interface
as a port channel.
|
| Step 4 |
no ip address
Router(config-if)# no ip address
|
Removes an IP address or disables IP processing.
|
| Step 5 |
no negotiation auto
Router(config-if)# no negotiation auto
|
Disables the advertisement of speed, duplex mode, and flow control
on a port-channel interface.
|
| Step 6 |
port-channel load-balancing link 1
Router(config-if)# port-channel load-balancing link 1
|
Enables port-channel load balancing on link 1.
|
| Step 7 |
backup link 2
Router(config-if)# backup link 2
|
|
| Step 8 |
service-instance 100,300
Router(config-if)# service-instance 100,300
|
Creates a service instance on the interface.
|
| Step 9 |
port-channel load-balancing link 2
Router(config-if)# port-channel load-balancing link 2
|
Enables port-channel load balancing on link 2.
|
| Step 10 |
backup link 1
Router(config-if)# backup link 1
|
|
| Step 11 |
service-instance 200,400
Router(config-if)# service-instance 200,400
|
Creates a service instance on the interface.
|
| Step 12 |
load-balancing vlan
Router(config-if)# load-balancing vlan
|
Enables port-channel load balancing on the router.
|
| Step 13 |
service instance
id
ethernet
Router(config-if)# service instance 100 ethernet
|
Creates a service instance on the interface.
|
| Step 14 |
encapsulation { default |
untagged |
dot1q
vlan-id [ second-dot1q
vlan-id] }
Router(config-if-srv)# encapsulation dot1q 100
|
Defines the matching criteria to be used in order to map the
ingress dot1q frames on an interface to the appropriate service instance.
|
| Step 15 |
service instance
id
ethernet
Router(config-if)# service instance 200 ethernet
|
Creates a service instance on the interface.
|
| Step 16 |
encapsulation { default |
untagged |
dot1q
vlan-id [ second-dot1q
vlan-id] }
Router(config-if-srv)# encapsulation dot1q 200
|
Defines the matching criteria to be used in order to map the
ingress dot1q frames on an interface to the appropriate service instance.
|
| Step 17 |
service instance
id
ethernet
Router(config-if)# service instance 300 ethernet
|
Creates a service instance on the interface.
|
| Step 18 |
encapsulation { default |
untagged |
dot1q
vlan-id [ second-dot1q
vlan-id] }
Router(config-if-srv)# encapsulation dot1q 300
|
Defines the matching criteria to be used in order to map the
ingress dot1q frames on an interface to the appropriate service instance.
|
| Step 19 |
service instance
id
ethernet
Router(config-if)# service instance 400 ethernet
|
Creates a service instance on the interface.
|
| Step 20 |
encapsulation { default |
untagged |
dot1q
vlan-id [ second-dot1q
vlan-id] }
Router(config-if-srv)# encapsulation dot1q 400
|
Defines the matching criteria to be used in order to map the
ingress dot1q frames on an interface to the appropriate service instance.
|
| Step 21 |
interface
type number
Router(config)# interface gigabitethernet0/2/6
|
Specifies the interface type and number.
|
| Step 22 |
no ip address
Router(config-if)# no ip address
|
Removes an IP address or disables IP processing.
|
| Step 23 |
no negotiation auto
Router(config-if)# no negotiation auto
|
Disables the advertisement of speed, duplex mode, and flow control
on a port-channel interface.
|
| Step 24 |
channel-group
channel-number
link
link-number
Router(config-if)# channel-group 1 link 1
|
Assigns a Gigabit Ethernet interface to the specified channel
group and link.
|
| Step 25 |
interface
type number
Router(config)# interface gigabitethernet0/2/7
|
Specifies the interface type and number.
|
| Step 26 |
no ip address
Router(config-if)# no ip address
|
Removes an IP address or disables IP processing.
|
| Step 27 |
no negotiation auto
Router(config-if)# no negotiation auto
|
Disables the advertisement of speed, duplex mode, and flow control
on a port-channel interface.
|
| Step 28 |
channel-group
channel-number
link
link-number
Router(config-if)# channel-group 1 link 1
|
Assigns a Gigabit Ethernet interface to the specified channel
group and link.
|
| Step 29 |
end
|
Exits the interface configuration mode, and returns to the
privileged EXEC mode.
|