HPswitch

From Piszczynski
Revision as of 18:10, 5 December 2023 by Aleks (talk | contribs) (Created page with "== View MAC Address tables == '''Listing all learned MAC addresses on the switch, with the port number on which each MAC address was learned'''<syntaxhighlight lang="bash"> show mac-address </syntaxhighlight>'''Listing all learned MAC addresses on one or more ports, with their corresponding port numbers''' For example, to list the learned MAC address on ports A1 through A4 and port A6:<syntaxhighlight lang="bash"> show mac-address a1-a4,a6 </syntaxhighlight>'''Listing a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

View MAC Address tables

Listing all learned MAC addresses on the switch, with the port number on which each MAC address was learned

show mac-address

Listing all learned MAC addresses on one or more ports, with their corresponding port numbers For example, to list the learned MAC address on ports A1 through A4 and port A6:

show mac-address a1-a4,a6

Listing all learned MAC addresses on a VLAN, with their port numbers This command lists the MAC addresses associated with the ports for a given VLAN. For example:

show mac-address vlan 100