LDwin on 2260

Post Reply
bdelozier
Member
Posts: 6
Joined: 08 Jan 2025 03:22

LDwin on 2260

Post by bdelozier »

Hello everyone,

I'm not sure if it's the right place to ask my question, sorry if it's not the case !

I usually use a software called LDwin to help me identify where my cables are connected.
And by default, on the Alcatel equipment, lldp information are not available, I did a little search about it, and find few cli commands that work well for what I'm doing on OS6360.

There is the command that I use :
lldp chassis tlv management management-address enable
lldp chassis tlv management port-description enable system-name enable system-description enable

But when I did the same cli command on the OS2260, I got no result. (To be sure I did the test directly connected in the front of a OS2260)

Have you any idea on how I can get this to work on my OS2260 ?

Thank you for your time :)
silvio
Alcatel Unleashed Certified Guru
Alcatel Unleashed Certified Guru
Posts: 2076
Joined: 01 Jul 2008 10:51
Location: Germany

Re: LDwin on 2260

Post by silvio »

With this command the switch will offer to all lldp neigbors the wished informations. Per default only the mandatory lldp attribues will be sent. Here you configure the optional attributes.
Have you other ALE switches connected? Than you can test with "show lldp remote system" the received information.
Maybe there is an mistake in the 2260 - I never tested it with them. Than an update is useful.
BR Silvio
User avatar
Cristek
Member
Posts: 95
Joined: 08 Mar 2024 10:56

Re: LDwin on 2260

Post by Cristek »

I was curious so I took a look, and this is an output comparison between a network with 2220 switches and a different site with 6360 and a 6900.

On the 2220:

Code: Select all

Remote LLDP nearest-bridge Agents on Local Port 1/1/10:

    Chassis 94:24:e1:b3:68:11, Port 1027:
      Remote ID                   = 42,
      Chassis Subtype             = 4 (MAC Address),
      Port Subtype                = 7 (Locally assigned),
      Port Description            = Alcatel-Lucent Enterprise OS2260-P24 GNI 1/1/27,
      System Name                 = REDACTED,
      System Description          = Alcatel-Lucent Enterprise OS2260-P24 5.2.26.R06 GA, July 17, 2024.,
      Capabilities Supported      = Bridge Router,
      Capabilities Enabled        = Bridge Router,
      Management IP Address       = 192.168.11.232,
      Remote port default vlan    = 1,
      Vlan ID                     = 1,
      Vlan Name                   = VLAN1,
      Protocol vlan Id            = 0 (Flags = 0),
      Protocol Identity           = 88cc,
      Remote port MAC/PHY AutoNeg = Supported Enabled Capability 0x0004,
      Mau Type                    = 1000BaseSXFD - Fiber over short-wavelength laser full duplex mode
On the 6900:

Code: Select all

Remote LLDP nearest-bridge Agents on Local Port 2/1/5:

    Chassis 78:24:59:36:38:29, Port 1050:
      Remote ID                   = 35,
      Chassis Subtype             = 4 (MAC Address),
      Port Subtype                = 7 (Locally assigned),
      Port Description            = Alcatel-Lucent OS6360 GNI 1/1/50,
      System Name                 = REDACTED,
      System Description          = Alcatel-Lucent Enterprise OS6360-P48X 8.9.221.R03 GA, October 12, 2023.,
      Capabilities Supported      = Bridge Router,
      Capabilities Enabled        = Bridge Router,
      Management IP Address       = 10.100.10.15,
      Remote port default vlan    = 1,
      Vlan ID                     = 1,
      Vlan Name                   = VLAN1,
      Protocol vlan Id            = 0 (Flags = 0),
      Protocol Identity           = 88cc,
      Remote port MAC/PHY AutoNeg = Supported Disabled Capability 0x0000,
      Mau Type                    =10GigBaseSR - R fiber over 850 nm optics

Both have the following LLDP config:

Code: Select all

! LLDP:
lldp nearest-bridge chassis tlv management port-description enable system-name enable system-description enable
lldp nearest-bridge chassis tlv management management-address enable
lldp nearest-bridge chassis tlv dot1 vlan-name enable port-vlan enable
lldp nearest-bridge chassis tlv dot3 mac-phy enable power-via-mdi enable power-via-mdi-measurements enable
lldp nearest-bridge chassis tlv med capability enable ext-power-via-mdi enable network-policy enable
lldp nearest-bridge chassis tlv proprietary enable
bdelozier
Member
Posts: 6
Joined: 08 Jan 2025 03:22

Re: LDwin on 2260

Post by bdelozier »

Hello guys,

First, thanks for your help !

So I did the check on a 2260 that is connected to a 2260 and a 6360.

Code: Select all

GARE-LTP-N2-2 show lldp remote-system
Remote LLDP nearest-bridge Agents on Local Port 1/1/47:

    Chassis 78:24:59:74:cc:75, Port 1047:
      Remote ID                   = 56,
      Chassis Subtype             = 4 (MAC Address),
      Port Subtype                = 7 (Locally assigned),
      Port Description            = Alcatel-Lucent OS6360 GNI 1/1/47,
      System Name                 = GARE-LTP-N2-1,
      System Description          = Alcatel-Lucent Enterprise OS6360-P48 8.10.10                                                                                                                                                             5.R02 GA, December 03, 2024.,
      Capabilities Supported      = Bridge Router,
      Capabilities Enabled        = Bridge Router,
      Management IP Address       = 192.168.200.60

Remote LLDP nearest-bridge Agents on Local Port 1/1/49:

    Chassis 78:24:59:70:27:7b, Port 1049:
      Remote ID                   = 63,
      Chassis Subtype             = 4 (MAC Address),
      Port Subtype                = 7 (Locally assigned),
      Port Description            = Alcatel-Lucent Enterprise OS2260-P48 GNI 1/1                                                                                                                                                             /49,
      System Name                 = GARE-LT3-N2-1,
      System Description          = Alcatel-Lucent Enterprise OS2260-P48 5.2.26.                                                                                                                                                             R06 GA, July 17, 2024.,
      Capabilities Supported      = Bridge Router,
      Capabilities Enabled        = Bridge Router,
      Management IP Address       = 192.168.200.68
On the 2260, we are not able to see the specific port where it's connected

My LLDP configuration :

Code: Select all

GARE-LTP-N2-2 show configuration snapshot lldp
! LLDP:
lldp nearest-bridge chassis tlv management port-description enable system-name enable system-description enable
lldp nearest-bridge chassis tlv management management-address enable
I will try to add all the command given by cristek and keep you informed.

Once again, thanks !
bdelozier
Member
Posts: 6
Joined: 08 Jan 2025 03:22

Re: LDwin on 2260

Post by bdelozier »

So indeed, it work after put more command :
I'm not able to tell which one worked

Code: Select all

Remote LLDP nearest-bridge Agents on Local Port 1/1/49:

    Chassis 78:24:59:70:27:7b, Port 1049:
      Remote ID                   = 63,
      Chassis Subtype             = 4 (MAC Address),
      Port Subtype                = 7 (Locally assigned),
      Port Description            = Alcatel-Lucent Enterprise OS2260-P48 GNI 1/1/49,
      System Name                 = GARE-LT3-N2-1,
      System Description          = Alcatel-Lucent Enterprise OS2260-P48 5.2.26.R06 GA, July 17, 2024.,
      Capabilities Supported      = Bridge Router,
      Capabilities Enabled        = Bridge Router,
      Management IP Address       = 192.168.200.68
I will be able to have a physical access on the switch tomorrow, so I will try again with LDwin and keep you informed.

Thanks for your help !
bdelozier
Member
Posts: 6
Joined: 08 Jan 2025 03:22

Re: LDwin on 2260

Post by bdelozier »

Ok guys, thanks for your help it solve the problem !
Post Reply

Return to “OmniSwitch 2260 / 2360”