Wired Intelligent Edge

last person joined: 4 hours ago 

Bring performance and reliability to your network with the HPE Aruba Networking Core, Aggregation, and Access layer switches. Discuss the latest features and functionality of your switching devices, and find ways to improve security across your network to bring together a mobile-first solution
Expand all | Collapse all

Retrieving "local" mac-address-table in MAS?

This thread has been viewed 0 times
  • 1.  Retrieving "local" mac-address-table in MAS?

    Posted Jan 18, 2014 06:03 AM

    Is there some way to retrieve only local mac-address-table entries for MAS that have multiple uplinks?

     

    With a single uplink, I could simply " show mac-address-table | exclude <uplink-interface>".  But for redundancy we have multiple uplinks. The command line only allows one pipe. I cannot find a way to exclude more than one uplink interface from "show mac-address-table".

     

    If this is not currently possible, could "local" be added to the "show mac-address-table" command?

     

    I'll wait to hear if there is some solution I am missing before submitting this as a feature request.



  • 2.  RE: Retrieving "local" mac-address-table in MAS?

    Posted Jan 19, 2014 06:02 AM

     

    One crude way (Assuming your uplink interfaces are  all 10-Gige   i.,e X/1/Y  format,  Example: 0/1/0,   0/1/1,   1/1/0 etc...) is that:

     

    You can inverse your filter by stating as

     

    show mac-address-table | include /0/

     

    But, this would also omit any mac-addresses learnt on Port-channel interfaces

     

     

     

     



  • 3.  RE: Retrieving "local" mac-address-table in MAS?

    EMPLOYEE
    Posted Jan 20, 2014 11:11 AM

    Babsonbill,

    In terms of a feature request, I think multiple pipe conditions is the better path. I'm trying to wrap my head around the "local" idea. Since we cannot gaurentee that customers are using the uplink ports as the uplinks, how would you define "local"? A switch could also have multiple port-channels, some for uplinks, some for APs/Servers so we would run into the same problem of assuming what is an uplink and what is not.

     

    Best regards,

     

    Madani



  • 4.  RE: Retrieving "local" mac-address-table in MAS?

    Posted Sep 03, 2015 10:07 AM

    Madani,

     

    By "local," I have in mind a device -- laptop, desktop, server -- that is directly connected to an access port on a switch.  No intermediate network devices.

     

    We have a situation where a MAS connects on an uplink port to a distribution switch/router as a trunk.  It would therefore be easy to "show mac | excl /1/".

     

    But for redundancy, we have another switch connected to (usually) one /0/ port, also as trunk.  I would like to exclude both of these trunks.

     

    Might it be possible to create something like a "show mac | excl trunk" command?