Cisco Systems 15310-CL Network Card User Manual


 
9-6
Cisco ONS 15310-CL and Cisco ONS 15310-MA Ethernet Card Software Feature and Configuration Guide R8.5
78-18133-01
Chapter 9 Configuring Link Aggregation on the ML-Series Card
Understanding Encapsulation over FEC or POS Channel
!
interface POS0
channel-group 1
!
interface POS1
channel-group 1
Example 9-4 ML_Series B Configuration
bridge irb
bridge 1 protocol ieee
!
!
interface Port-channel1
bridge-group 1
!
interface FastEthernet0
bridge-group 1
!
interface POS0
channel-group 1
!
interface POS1
no ip address
channel-group 1
Understanding Encapsulation over FEC or POS Channel
When configuring encapsulation over FEC or POS, be sure to configure IEEE 802.1Q on the
port-channel interface, not its member ports. However, certain attributes of port channel, such as duplex
mode, need to be configured at the member port levels. Also make sure that you do not apply
protocol-level configuration (such as an IP address or a bridge group assignment) to the member
interfaces. All protocol-level configuration should be on the port channel or on its subinterface. You
must configure IEEE 802.1Q encapsulation on the partner system of the EtherChannel as well.
Configuring Encapsulation over EtherChannel or POS Channel
To configure encapsulation over the FEC or POS channel, perform the following procedure, beginning
in global configuration mode:
Command Purpose
Step 1
Router(config)# interface port-channel
channel-number.subinterface-number
Configures the subinterface on the created port
channel.
Step 2
Router(config-subif)# encapsulation dot1q
vlan-id
Assigns the IEEE 802.1Q encapsulation to the
subinterface.
Step 3
Router(config-subif)# bridge-group
bridge-group-number
Assigns the subinterface to a bridge group.