Cisco Systems 15310-CL Network Card User Manual


 
9-4
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
Configuring Link Aggregation
interface FastEthernet 1
channel-group 1
!
interface POS 0
bridge-group 1
Example 9-2 ML_Series B Configuration
hostname Switch B
no ip routing
!
bridge 1 protocol ieee
!
interface Port-channel 1
bridge-group 1
hold-queue 150 in
!
interface FastEthernet 0
channel-group 1
!
interface FastEthernet 1
channel-group 1
!
interface POS 0
bridge-group 1
!
Configuring POS Channel
You can configure a POS channel by creating a POS channel interface (port channel) and optionally
assigning an IP address. All POS interfaces that are members of a POS channel should have the same
port properties and be on the same ML-Series card.
Note POS channel is only supported with G-Series card compatible (LEX) encapsulation.
To create a POS channel interface, perform the following procedure, beginning in global configuration
mode:
Command Purpose
Step 1
Router(config)# interface port-channel
channel-number
Creates the POS channel interface. You can
configure one POS channel on the ML-Series card.
Step 2
Router(config-if)# ip address
ip-address
subnet-mask
Assigns an IP address and subnet mask to the POS
channel interface (required only for the Layer 3
POS channel).
Step 3
Router(config-if)# end
Exits to privileged EXEC mode.
Step 4
Router# copy running-config startup-config
(Optional) Saves configuration changes to
NVRAM.