10-8
Cisco ONS 15454 and Cisco ONS 15454 SDH Ethernet Card Software Feature and Configuration Guide, R8.0
Chapter 10 Configuring Link Aggregation
Encapsulation over EtherChannel Example
Encapsulation over EtherChannel Example
Figure 10-3 shows an example of encapsulation over EtherChannel. The associated code is provided in
Example 10-5 (Switch A) and Example 10-6 (Switch B).
Figure 10-3 Encapsulation over EtherChannel Example
This encapsulation over EtherChannel example shows how to set up two ONS 15454s with ML100T-12
cards (Switch A and Switch B) to interoperate with two switches that also support IEEE 802.1Q
encapsulation over EtherChannel. To set up this example, use the configurations in the following
sections for both Switch A and Switch B.
Example 10-5 Switch A Configuration
hostname Switch A
!
bridge irb
bridge 1 protocol ieee
bridge 2 protocol ieee
!
interface Port-channel1
no ip address
hold-queue 150 in
!
interface Port-channel1.1
encapsulation dot1Q 1 native
bridge-group 1
!
interface Port-channel1.2
encapsulation dot1Q 2
bridge-group 2
Step 4
Router(config-subif)# end
Exits to privileged EXEC mode.
Note
Optionally, you can remain in interface
configuration mode and enable other
supported interface commands to meet
your requirements.
Step 5
Router# copy running-config startup-config
(Optional) Saves the configuration changes to
NVRAM.
Command Purpose
ONS 15454
with ML100T-12
Fast Ethernet 0
POS 0POS 0
Fast Ethernet 0
Switch_A
SONET STS-1
ONS 15454
with ML100T-12
Switch_B
Fast Ethernet 1 Fast Ethernet 1
802.1Q Trunking
VLANs 1 & 2
802.1Q Trunking
VLANs 1 & 2
83122