<?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 RE: How to view IP address with known MAC address in EXOS in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ip-address-with-known-mac-address-in-exos/m-p/56624#M16594</link>
    <description>Mac                     Vlan       Age  Flags           Port / Virtual Port List&lt;BR /&gt;
--------------------------------------------------------------------------------&lt;BR /&gt;
d8:9e:f3:05:04:2d      DMZ(100) 0055 nd m     v     1:39&lt;BR /&gt;
&lt;BR /&gt;
Flags : d - Dynamic, s - Static, p - Permanent, n - NetLogin, m - MAC, i - IP,&lt;BR /&gt;
        x - IPX, l - lockdown MAC, L - lockdown-timeout MAC, M- Mirror, B - Egress Blackhole,&lt;BR /&gt;
        b - Ingress Blackhole, v - MAC-Based VLAN, P - Private VLAN, T - VLAN translation,&lt;BR /&gt;
        D - drop packet, h - Hardware Aging, o - IEEE 802.1ah Backbone MAC,&lt;BR /&gt;
        S - Software Controlled Deletion, r - MSRP,&lt;BR /&gt;
        X - VXLAN, Z - OpenFlow&lt;BR /&gt;
&lt;BR /&gt;
Total: 133 Static: 0  Perm: 0  Dyn: 133  Dropped: 0  Locked: 0  Locked with Timeout: 0&lt;BR /&gt;
FDB Aging time: 300&lt;BR /&gt;
&lt;BR /&gt;
* X440-19 # show nodealias mac d8:9e:f3:05:04:2d&lt;BR /&gt;
Port   MAC Address          Alias ID  Time Last Learned    VID   Protocol  Source IP&lt;BR /&gt;
-----  -----------------  ----------  -------------------  ----  --------  ---------------&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Fri, 26 Oct 2018 17:46:00 GMT</pubDate>
    <dc:creator>Mateusz_Haba</dc:creator>
    <dc:date>2018-10-26T17:46:00Z</dc:date>
    <item>
      <title>How to view IP address with known MAC address in EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ip-address-with-known-mac-address-in-exos/m-p/56599#M16569</link>
      <description>what should i do ? if i know the MAC address of the user and i want to get his ip .  If its possible then please give me command for extreme switches.</description>
      <pubDate>Sun, 20 Dec 2015 21:20:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ip-address-with-known-mac-address-in-exos/m-p/56599#M16569</guid>
      <dc:creator>shashank_sharma</dc:creator>
      <dc:date>2015-12-20T21:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to view IP address with known MAC address in EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ip-address-with-known-mac-address-in-exos/m-p/56600#M16570</link>
      <description>Show iparp | include "Mac"    You will need to run that command on the router    Hope that helps</description>
      <pubDate>Sun, 20 Dec 2015 21:23:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ip-address-with-known-mac-address-in-exos/m-p/56600#M16570</guid>
      <dc:creator>davidj_cogliane</dc:creator>
      <dc:date>2015-12-20T21:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to view IP address with known MAC address in EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ip-address-with-known-mac-address-in-exos/m-p/56601#M16571</link>
      <description>show iparp provide me all the MAC and users ip which are connected that time but I just need some limited users MAC ip until i need to create a big data .&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sun, 20 Dec 2015 21:28:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ip-address-with-known-mac-address-in-exos/m-p/56601#M16571</guid>
      <dc:creator>shashank_sharma</dc:creator>
      <dc:date>2015-12-20T21:28:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to view IP address with known MAC address in EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ip-address-with-known-mac-address-in-exos/m-p/56602#M16572</link>
      <description>Correct, that is why I added the filter  "| include " Mac you are interested in " "  Show iparp | include "Mac"</description>
      <pubDate>Sun, 20 Dec 2015 21:33:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ip-address-with-known-mac-address-in-exos/m-p/56602#M16572</guid>
      <dc:creator>davidj_cogliane</dc:creator>
      <dc:date>2015-12-20T21:33:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to view IP address with known MAC address in EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ip-address-with-known-mac-address-in-exos/m-p/56603#M16573</link>
      <description>You can also leave off the "| include" and just do 'show iparp &lt;MAC_ADDR&gt;'. This will be faster, as it only checks the ARP table for the specified MAC, instead of dumping the entire table and filtering the output.&lt;BR /&gt;
&lt;BR /&gt;
-Brandon&lt;/MAC_ADDR&gt;</description>
      <pubDate>Sun, 20 Dec 2015 23:38:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ip-address-with-known-mac-address-in-exos/m-p/56603#M16573</guid>
      <dc:creator>BrandonC</dc:creator>
      <dc:date>2015-12-20T23:38:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to view IP address with known MAC address in EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ip-address-with-known-mac-address-in-exos/m-p/56604#M16574</link>
      <description>thanks a lot Brandon and David.&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Dec 2015 16:39:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ip-address-with-known-mac-address-in-exos/m-p/56604#M16574</guid>
      <dc:creator>shashank_sharma</dc:creator>
      <dc:date>2015-12-21T16:39:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to view IP address with known MAC address in EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ip-address-with-known-mac-address-in-exos/m-p/56605#M16575</link>
      <description>fuck off extreme switches!! None of those commands works!!</description>
      <pubDate>Sat, 29 Sep 2018 00:02:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ip-address-with-known-mac-address-in-exos/m-p/56605#M16575</guid>
      <dc:creator>wagner_rocha</dc:creator>
      <dc:date>2018-09-29T00:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to view IP address with known MAC address in EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ip-address-with-known-mac-address-in-exos/m-p/56606#M16576</link>
      <description>With that attitude, there aren't many things that are likely to work for you. If you have trouble figuring out a command, provide us with some useful information and ask a proper question instead of spouting off profanity to others for helping someone else in a nearly 3 year old thread.&lt;BR /&gt;
&lt;BR /&gt;
Edit: You can come back and try again on Monday.</description>
      <pubDate>Sat, 29 Sep 2018 00:02:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ip-address-with-known-mac-address-in-exos/m-p/56606#M16576</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2018-09-29T00:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to view IP address with known MAC address in EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ip-address-with-known-mac-address-in-exos/m-p/56607#M16577</link>
      <description>He'll get a chance to ask us a proper question when I un-suspend him on Monday.</description>
      <pubDate>Sat, 29 Sep 2018 00:02:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ip-address-with-known-mac-address-in-exos/m-p/56607#M16577</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2018-09-29T00:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to view IP address with known MAC address in EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ip-address-with-known-mac-address-in-exos/m-p/56608#M16578</link>
      <description>Ok, Wagner. You can try this again if you'd like.</description>
      <pubDate>Sat, 29 Sep 2018 00:02:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ip-address-with-known-mac-address-in-exos/m-p/56608#M16578</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2018-09-29T00:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to view IP address with known MAC address in EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ip-address-with-known-mac-address-in-exos/m-p/56609#M16579</link>
      <description>&lt;BLOCKQUOTE&gt;With that attitude, there aren't many things that are likely to work for you.&lt;BR /&gt;
&lt;/BLOCKQUOTE&gt;Another job maybe </description>
      <pubDate>Sat, 29 Sep 2018 00:02:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ip-address-with-known-mac-address-in-exos/m-p/56609#M16579</guid>
      <dc:creator>Ronald_Dvorak</dc:creator>
      <dc:date>2018-09-29T00:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to view IP address with known MAC address in EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ip-address-with-known-mac-address-in-exos/m-p/56610#M16580</link>
      <description>Wow, perhaps you should rather herd sheep or sth.</description>
      <pubDate>Sat, 29 Sep 2018 00:02:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ip-address-with-known-mac-address-in-exos/m-p/56610#M16580</guid>
      <dc:creator>Tomasz</dc:creator>
      <dc:date>2018-09-29T00:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to view IP address with known MAC address in EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ip-address-with-known-mac-address-in-exos/m-p/56611#M16581</link>
      <description>I'm wonder if he has XOS switches?  If he can fix his attitude and provide a bit of information maybe we can get him on the right track.</description>
      <pubDate>Sat, 29 Sep 2018 00:02:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ip-address-with-known-mac-address-in-exos/m-p/56611#M16581</guid>
      <dc:creator>davidj_cogliane</dc:creator>
      <dc:date>2018-09-29T00:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to view IP address with known MAC address in EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ip-address-with-known-mac-address-in-exos/m-p/56612#M16582</link>
      <description>Hi folks,&lt;BR /&gt;
&lt;BR /&gt;
Let my hook up to this topic.&lt;BR /&gt;
I've tried above commands but those will only show MAC's for VLAN where the switch is. &lt;BR /&gt;
&lt;BR /&gt;
If I issue show iparp | include "MAC" it shows nothing. When I issue just show iparp it gives me MAC's of other switches which are in the same mgmt VLAN. &lt;BR /&gt;
The question is: How can I get IP of device in another VLAN (directly connected to this specific switch).&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Oct 2018 16:52:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ip-address-with-known-mac-address-in-exos/m-p/56612#M16582</guid>
      <dc:creator>Mateusz_Haba</dc:creator>
      <dc:date>2018-10-26T16:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to view IP address with known MAC address in EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ip-address-with-known-mac-address-in-exos/m-p/56613#M16583</link>
      <description>Hi Mateusz,&lt;BR /&gt;
&lt;BR /&gt;
If you have EXOS device with version that has "enable nodealias port all" you should try this for L2 (non-routing) switch. It will bind MAC, IP and port in single table you can display.&lt;BR /&gt;
&lt;BR /&gt;
Hope that helps,&lt;BR /&gt;
Tomasz&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Oct 2018 16:52:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ip-address-with-known-mac-address-in-exos/m-p/56613#M16583</guid>
      <dc:creator>Tomasz</dc:creator>
      <dc:date>2018-10-26T16:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to view IP address with known MAC address in EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ip-address-with-known-mac-address-in-exos/m-p/56614#M16584</link>
      <description>Hi Mateusz&lt;BR /&gt;
To get IP and corresponding MAC reflected in the output of show iparp; you need to make that (another vlan) as L3 on switch; Or else you will be able to see the MAC addresses only (using show fdb).&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Harkanwaljeet Singh&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Oct 2018 17:05:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ip-address-with-known-mac-address-in-exos/m-p/56614#M16584</guid>
      <dc:creator>Harkanwaljeet_S</dc:creator>
      <dc:date>2018-10-26T17:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to view IP address with known MAC address in EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ip-address-with-known-mac-address-in-exos/m-p/56615#M16585</link>
      <description>Thanks for quick reply.&lt;BR /&gt;
&lt;BR /&gt;
@Tomasz - I just enabled nodealias on my switch and tried to display table as follow:&lt;BR /&gt;
show nodealias. Here's output:&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;* X440-19 # show nodealias&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt;Max Entries:           422                    Active Entries: 422&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt;Purge Time:            10-26-2018 14:28:52    State:          2&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt;Protocols Enabled:     ip, ipv6, ospf, bgp, bootps, bootpc, vrrp, dhcps, dhcpc, bpdu, udp, mdns, llmnr, ssdp,&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt;Ports Enabled:&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt; 1:1(0/157) 1:2(1/157) 1:3(1/157) 1:4(0/157) 1:5(0/157) 1:6(0/157)&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt; 1:7(1/157) 1:8(0/157) 1:9(2/157) 1:10(2/157) 1:11(2/157) 1:12(0/157)&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt; 1:13(0/157) 1:14(8/157) 1:15(0/157) 1:16(0/157) 1:17(1/157) 1:18(1/157)&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt; 1:19(2/157) 1:20(0/157) 1:21(0/157) 1:22(0/157) 1:23(2/157) 1:24(0/157)&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt; 1:25(2/157) 1:26(0/157) 1:27(0/157) 1:28(0/157) 1:29(0/157) 1:30(0/157)&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt; 1:31(0/157) 1:32(0/157) 1:33(0/157) 1:34(0/157) 1:35(0/157) 1:36(0/157)&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt; 1:37(0/157) 1:38(0/157) 1:39(0/157) 1:40(0/157) 1:41(0/157) 1:42(0/157)&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt; 1:43(0/157) 1:44(0/157) 1:45(0/157) 1:46(17/157) 1:47(0/157) 1:48(150/157)&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt; 1:49(0/157) 1:50(0/157) 1:51(0/157) 1:52(0/157) 2:1(1/157) 2:2(0/157)&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt; 2:3(2/157) 2:4(0/157) 2:5(4/157) 2:6(0/157) 2:7(1/157) 2:8(4/157)&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt; 2:9(3/157) 2:10(0/157) 2:11(1/157) 2:12(1/157) 2:13(0/157) 2:14(1/157)&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt; 2:15(0/157) 2:16(0/157) 2:17(2/157) 2:18(1/157) 2:19(7/157) 2:20(0/157)&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt; 2:21(7/157) 2:22(1/157) 2:23(9/157) 2:24(0/157) 2:25(2/157) 2:26(0/157)&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt; 2:27(0/157) 2:28(0/157) 2:29(2/157) 2:30(0/157) 2:31(1/157) 2:32(3/157)&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt; 2:33(2/157) 2:34(0/157) 2:35(1/157) 2:36(0/157) 2:37(0/157) 2:38(0/157)&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt; 2:39(5/157) 2:40(1/157) 2:41(0/157) 2:42(5/157) 2:43(2/157) 2:44(1/157)&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt; 2:45(0/157) 2:46(3/157) 2:47(0/157) 2:48(157/157) 2:49(0/157) 2:50(0/157)&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt; 2:51(0/157) 2:52(0/157)&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt;&lt;BR /&gt;
&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;
I'm interested in port 1:39 which shows no aliases. Anything missing?</description>
      <pubDate>Fri, 26 Oct 2018 17:37:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ip-address-with-known-mac-address-in-exos/m-p/56615#M16585</guid>
      <dc:creator>Mateusz_Haba</dc:creator>
      <dc:date>2018-10-26T17:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to view IP address with known MAC address in EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ip-address-with-known-mac-address-in-exos/m-p/56616#M16586</link>
      <description>"show nodealias" shows the config for nodealias.&lt;BR /&gt;
&lt;BR /&gt;
If you'd like to check port details use "show nodealias ports all" or for one port "show nodealias ports 1:39"</description>
      <pubDate>Fri, 26 Oct 2018 17:41:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ip-address-with-known-mac-address-in-exos/m-p/56616#M16586</guid>
      <dc:creator>Ronald_Dvorak</dc:creator>
      <dc:date>2018-10-26T17:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to view IP address with known MAC address in EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ip-address-with-known-mac-address-in-exos/m-p/56617#M16587</link>
      <description>You can also try "show nodealias mac &lt;MAC address=""&gt;".&lt;BR /&gt;&lt;/MAC&gt;</description>
      <pubDate>Fri, 26 Oct 2018 17:43:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ip-address-with-known-mac-address-in-exos/m-p/56617#M16587</guid>
      <dc:creator>Tomasz</dc:creator>
      <dc:date>2018-10-26T17:43:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to view IP address with known MAC address in EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ip-address-with-known-mac-address-in-exos/m-p/56618#M16588</link>
      <description>&lt;B&gt;@Ronald&lt;/B&gt; - that clarifies much but still can't see any IP/MAC while giving:&lt;BR /&gt;
&lt;BR /&gt;
show nodealias port 1:39&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Oct 2018 17:46:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ip-address-with-known-mac-address-in-exos/m-p/56618#M16588</guid>
      <dc:creator>Mateusz_Haba</dc:creator>
      <dc:date>2018-10-26T17:46:00Z</dc:date>
    </item>
  </channel>
</rss>

