Asset ID: |
1-71-1983322.1 |
Update Date: | 2017-05-08 |
Keywords: | |
Solution Type
Technical Instruction Sure
Solution
1983322.1
:
LACP can not be used with LLA on ES1-24
Related Categories |
- PLA-Support>Sun Systems>SAND>Network>SN-SND: Sun Network Ethernet Switches
|
In this Document
Created from <SR 3-10114665381>
Applies to:
Oracle Switch ES1-24 - Version All Versions to All Versions [Release All Releases]
Information in this document applies to any platform.
Goal
How to disable LACP on LLA ISL and host ports.
Solution
The current version 1.3.1.19 does not support using LLA with LACP.
This is an example from my lab so port numbers and port channel numbers are specific to each configuration.
The settings to change to manual mode are as follows:
First check to see if LACP is running on the port channels:
es1-24-bur09-a-sp SEFOS# show ether summary
Group Port-channel Protocol Ports
-------------------------------------------------------------------------
101 Po101(U)[AU,OU] LACP Ex0/1(P)<----------------------------Host Port Protocol LACP
100 Po100(U)[AU,OU] LACP Ex0/15(P),Ex0/16(P)<-----------------ISL Protocol LACP
To disable LACP on the ES1-24 and configure manual mode modify the underlying port modes. Show the current port configuration.
es1-24-bur09-a-sp SEFOS# show run int ex 0/1
interface extreme-ethernet 0/1
description "port_e1000g2_host2"
no shutdown
channel-group 101 mode active<------------------------------LACP is Active
speed 1000
es1-24-bur09-a-sp SEFOS# show run int ex 0/15
interface extreme-ethernet 0/15
no shutdown
!
interface extreme-ethernet 0/15
description "isl_to_ES1_B_P15"
no shutdown
channel-group 100 mode active<------------------------------LACP is Active
speed 10000
es1-24-bur09-a-sp SEFOS# show run int ex 0/16
interface extreme-ethernet 0/16
no shutdown
!
interface extreme-ethernet 0/16
description "isl_to_ES1_B_P16"
no shutdown
channel-group 100 mode active<------------------------------LACP is Active
speed 10000
Example on how to disable LACP and configure manual mode by modifying the underlying port mode.
es1-24-bur09-a-sp SEFOS#config t
es1-24-bur09-a-sp SEFOS(config)#interface ex 0/1
es1-24-bur09-a-sp SEFOS(config-if)#channel-group 101 mode on <-----------Change active to "on"
es1-24-bur09-a-sp SEFOS(config-if)# exit
es1-24-bur09-a-sp SEFOS(config)# int ex 0/15
es1-24-bur09-a-sp SEFOS(config-if)#channel-group 100 mode on <-----------Change active to "on"
es1-24-bur09-a-sp SEFOS(config-if)# exit
es1-24-bur09-a-sp SEFOS(config)# int ex 0/16
es1-24-bur09-a-sp SEFOS(config-if)#channel-group 100 mode on <-----------Change active to "on"
es1-24-bur09-a-sp SEFOS(config-if)# end
es1-24-bur09-a-sp SEFOS#
Check settings:
es1-24-bur09-a-sp SEFOS# show ether summary
Group Port-channel Protocol Ports
-------------------------------------------------------------------------
101 Po101(U)[AU,OU] Manual Ex0/1(P)
100 Po100(U)[AU,OU] Manual Ex0/15(P),Ex0/16(P)<--------------------------Note LACP has changed to Manual
For the interswitch link port channel 100 you will need to configure both ends of the link so the same changes should be made on the peer switch too.
You would also need to disable LACP on the host ports that are connected to the ES1-24.
After confirming the expected behavior, save the sefos configuration:
es1-24-bur09-a-sp SEFOS#write startup-config
Attachments
This solution has no attachment