10-7
Cisco ONS 15310-CL, ONS 15310-MA, and ONS 15310-MA SDH Ethernet Card Software Feature and Configuration Guide, R9.1 and R9.2
78-19415-01
Chapter 10 Configuring Link Aggregation on the ML-Series Card
Understanding Encapsulation over FEC or POS Channel
Encapsulation over EtherChannel Example
Figure 10-3 shows an example of encapsulation over EtherChannel. The associated code for
ML_Series A is provided in Example 10-5 and for ML_Series B in Example 10-6.
Figure 10-3 Encapsulation over EtherChannel Example
This encapsulation over EtherChannel example shows how to set up two ONS 15310-CL nodes or
ONS 15310-MA nodes with ML-Series cards 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 ML_Series A Configuration
hostname ML_Series_A
!
bridge irb
bridge 1 protocol ieee
bridge 2 protocol ieee
!
interface Port-channel1
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
ML-Series
Fast Ethernet 0
POS 0POS 0
Fast Ethernet 0
Switch_A
SONET STS-1
ML-Series
Switch_B
Fast Ethernet 1 Fast Ethernet 1
802.1Q Trunking
VLANs 1 & 2
802.1Q Trunking
VLANs 1 & 2
124091