10-13
Cisco ONS 15454 and Cisco ONS 15454 SDH Ethernet Card Software Feature and Configuration Guide, R8.0
Chapter 10 Configuring Link Aggregation
Configuring LACP
Configure the LACP system priority. This configuration is optional.
In Example 10-8, an interface is added to a GEC.
Example 10-8 LACP Configuration Example
#sh running-config interface gigabitEthernet 0
Building configuration...
Current configuration : 150 bytes
!
interface GigabitEthernet0
no ip address
no keepalive
channel-group 5 mode active
end
Station-1#sh running-config interface port-channel 5
Building configuration...
Current configuration : 112 bytes
!
interface Port-channel5
no ip address
bridge-group 101
hold-queue 300 in
end
Step 3
Router(config-if)# lacp port-priority <
priority number
>
Sets the LACP port’s priority. Range of values is
from 1 through 65535. For example,
lacp port-priority 100
Step 4
Router(config-if)# exit
Exits the port’s configuration mode.
Step 1
Router(config)#lacp system-priority <
system priority
>
Sets the LACP system priority in a range of values
from 1 through 65535. For example,
lacp system-priority 100
Step 2
Router(config)# exit
Exits the global configuration mode.
Step 3
Router# copy running-config startup-config
(Optional) Saves the configuration changes to
NVRAM.