<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Show neighbour in ExtremeSwitching (Other)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-other/show-neighbour/m-p/10370#M1398</link>
    <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
I wonder that, in Enterasys Networks switch when we want to see ip adress and mac address we was typing "show neighbour" , but, in Extreme Networks switch when we type "show neighbour" we can not see the ip address of the switch. Therefore I have to look to arp table also. Is there any command that we can see all information easly like Enterasy Networks.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Best Regards</description>
    <pubDate>Tue, 03 Mar 2015 15:27:00 GMT</pubDate>
    <dc:creator>Erhan_YILDIZ1</dc:creator>
    <dc:date>2015-03-03T15:27:00Z</dc:date>
    <item>
      <title>Show neighbour</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/show-neighbour/m-p/10370#M1398</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
I wonder that, in Enterasys Networks switch when we want to see ip adress and mac address we was typing "show neighbour" , but, in Extreme Networks switch when we type "show neighbour" we can not see the ip address of the switch. Therefore I have to look to arp table also. Is there any command that we can see all information easly like Enterasy Networks.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Best Regards</description>
      <pubDate>Tue, 03 Mar 2015 15:27:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/show-neighbour/m-p/10370#M1398</guid>
      <dc:creator>Erhan_YILDIZ1</dc:creator>
      <dc:date>2015-03-03T15:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: Show neighbour</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/show-neighbour/m-p/10371#M1399</link>
      <description>Erhan,&lt;BR /&gt;
&lt;BR /&gt;
I assume you're talking about discovery protocols like edp or lldp.&lt;BR /&gt;
&lt;BR /&gt;
In &lt;B&gt;edp&lt;/B&gt;, if you use the &lt;B&gt;&lt;I&gt;detailed&lt;/I&gt;&lt;/B&gt; keyword you'll get a list of the vlans (and their ip addresses) available in the neighboring switches.&lt;BR /&gt;
&lt;BR /&gt;
* lab1.sw2.1 # show edp ports all &lt;B&gt;&lt;I&gt;detailed&lt;/I&gt;&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
Port   Neighbor                       Neighbor-ID         Remote  Age    Num&lt;BR /&gt;
                                                           Port         Vlans&lt;BR /&gt;
=============================================================================&lt;BR /&gt;
6      lab1.sw1                  00:00:00:01:30:df:01:01   1:6    15     3    &lt;BR /&gt;
7      lab1.sw1                  00:00:00:01:30:df:01:01   1:7    15     3    &lt;BR /&gt;
=============================================================================&lt;BR /&gt;
* lab1.sw2.2 # show edp ports 6 detail &lt;BR /&gt;
=============================================================================&lt;BR /&gt;
&lt;BR /&gt;
Port 6: EDP is Enabled&lt;BR /&gt;
Tx stats: sw-pdu-tx=11         vlan-pdu-tx=10         pdu-tx-err=0         &lt;BR /&gt;
Rx stats: sw-pdu-rx=11         vlan-pdu-rx=11         pdu-rx-err=0         &lt;BR /&gt;
&lt;BR /&gt;
Time of last transmit error: None&lt;BR /&gt;
Time of last receive error:  None&lt;BR /&gt;
Remote-System:        lab1.sw1                   Age = 27&lt;BR /&gt;
Remote-ID:            00:00:00:01:30:df:01:01&lt;BR /&gt;
Software version:     15.7.1.4 &lt;BR /&gt;
Remote-Port:          1:6&lt;BR /&gt;
Port Type:         Ethernet&lt;BR /&gt;
Auto Negotiation:    ON &lt;BR /&gt;
Flow Control:        NONE&lt;BR /&gt;
Duplex Speed:        Configured = AUTO        Actual = FULL    &lt;BR /&gt;
Port Speed (MB):    Configured = AUTO        Actual = 100 Mbps&lt;BR /&gt;
&lt;B&gt;Remote-Vlans:&lt;BR /&gt;
    core (20, 10.0.20.11)  Age = 27&lt;BR /&gt;
    data (10, 10.0.10.11)  Age = 27&lt;BR /&gt;
    iscc (100, 10.0.100.11)  Age = 27&lt;BR /&gt;
&lt;/B&gt;&lt;BR /&gt;
=============================================================================&lt;BR /&gt;
* lab1.sw2.3 # &lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
  On the other hand, if you are using &lt;B&gt;lldp&lt;/B&gt;, you will need to configure the lldp ports to advertise management address information to its neighbors, as it is disabled by default.&lt;BR /&gt;
&lt;BR /&gt;
configure lldp ports [all | port_list] [&lt;B&gt;advertise&lt;/B&gt; | no-advertise] management-address&lt;BR /&gt;
&lt;BR /&gt;
Then, if you request neighbor information with the detailed keyword it will display their management addresses.&lt;BR /&gt;
&lt;BR /&gt;
* lab1.sw2.3 # show lldp neighbors &lt;B&gt;&lt;I&gt;detailed &lt;/I&gt;&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
-----------------------------------------------------------------------------&lt;BR /&gt;
LLDP Port 6 detected 1 neighbor&lt;BR /&gt;
  Neighbor: 00:01:30:DF:01:01/6, age 25 seconds&lt;BR /&gt;
    - Chassis ID type: MAC address (4)&lt;BR /&gt;
      Chassis ID     : 00:01:30:DF:01:01&lt;BR /&gt;
    - Port ID type: ifName (5)&lt;BR /&gt;
      Port ID     : "6"&lt;BR /&gt;
    - Time To Live: 120 seconds&lt;BR /&gt;
    - Port Description: ""&lt;BR /&gt;
    - System Name: "lab1.sw1"&lt;BR /&gt;
    - System Description: "ExtremeXOS (Summit-PC) version 15.7.1.4 v1571b4 b\&lt;BR /&gt;
                           y release-manager on Fri Feb 13 16:30:06 EST 2015"&lt;BR /&gt;
    - System Capabilities : "Bridge, Router"&lt;BR /&gt;
      Enabled Capabilities: "Bridge, Router"&lt;BR /&gt;
    - Management Address Subtype: IPv4 (1)&lt;BR /&gt;
      &lt;B&gt;Management Address        : 172.16.56.11&lt;/B&gt;&lt;BR /&gt;
      Interface Number Subtype  : ifIndex (2)&lt;BR /&gt;
      Interface Number          : 1000006&lt;BR /&gt;
      Object ID String          : "null"&lt;BR /&gt;
&lt;BR /&gt;
-----------------------------------------------------------------------------&lt;BR /&gt;
LLDP Port 7 detected 1 neighbor&lt;BR /&gt;
  Neighbor: 00:01:30:DF:01:01/7, age 25 seconds&lt;BR /&gt;
    - Chassis ID type: MAC address (4)&lt;BR /&gt;
      Chassis ID     : 00:01:30:DF:01:01&lt;BR /&gt;
    - Port ID type: ifName (5)&lt;BR /&gt;
      Port ID     : "7"&lt;BR /&gt;
    - Time To Live: 120 seconds&lt;BR /&gt;
    - Port Description: ""&lt;BR /&gt;
    - System Name: "lab1.sw1"&lt;BR /&gt;
    - System Description: "ExtremeXOS (Summit-PC) version 15.7.1.4 v1571b4 b\&lt;BR /&gt;
                           y release-manager on Fri Feb 13 16:30:06 EST 2015"&lt;BR /&gt;
    - System Capabilities : "Bridge, Router"&lt;BR /&gt;
      Enabled Capabilities: "Bridge, Router"&lt;BR /&gt;
    - Management Address Subtype: IPv4 (1)&lt;BR /&gt;
      &lt;B&gt;Management Address        : 172.16.56.11&lt;/B&gt;&lt;BR /&gt;
      Interface Number Subtype  : ifIndex (2)&lt;BR /&gt;
      Interface Number          : 1000006&lt;BR /&gt;
      Object ID String          : "null"&lt;BR /&gt;
&lt;BR /&gt;
* lab1.sw2.4 # If you see a MAC address instead of an IP address, then the mgmt vlan has no IP address configured.&lt;BR /&gt;
&lt;BR /&gt;
Regards, Daniel&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Mar 2015 19:38:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/show-neighbour/m-p/10371#M1399</guid>
      <dc:creator>dflouret</dc:creator>
      <dc:date>2015-03-03T19:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Show neighbour</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/show-neighbour/m-p/120775#M4290</link>
      <description>&lt;P&gt;In Extreme Networks switches, the command only displays MAC addresses and directly connected devices, unlike Enterasys switches which include IP addresses. To see both IP and MAC information, you typically need to check the ARP table with in addition to. There isn’t a single command that combines all neighbor details like Enterasys, so the usual approach is to correlate for MAC and port information with for IP addresses to get a complete view of the network.&lt;/P&gt;&lt;P&gt;On a lighter note, just like organizing network devices for clarity, &lt;A href="https://naildesigns4u.com" target="_self"&gt;Unique nail design&lt;/A&gt; is all about attention to detail and creativity. From subtle patterns to bold, colorful designs, well-crafted nails can transform a simple look into a statement of style, offering a small but impactful way to express personality and creativity.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2025 15:55:57 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/show-neighbour/m-p/120775#M4290</guid>
      <dc:creator>alijaan897</dc:creator>
      <dc:date>2025-11-14T15:55:57Z</dc:date>
    </item>
  </channel>
</rss>

