Wired Intelligent Edge (Campus Switching and Routing)

 View Only
last person joined: one year 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 HPE Aruba Networking switching devices, and find ways to improve security across your network.

What is sticky-mac feature on the Aruba Mobility switches and how to configure the same? 

Jun 29, 2014 02:28 PM

Environment : This article applies to all Aruba Mobility Switches with code versions 7.3 and above.

 

Sticky MAC dynamically learns MAC addresses on an interface and retains the MAC information in case the Mobility Access Switch reboots.

Advantage:  No need to learn the MACs after the switch has rebooted. The MAC will already be present in the MAC address table.

1. Before enabling the feature:

(ArubaS2500-24P) #show mac-address-table
MAC Address Table
-----------------
Destination Address  Address Type  VLAN  Destination Port
-------------------  ------------  ----  ----------------
f0:1f:af:52:44:09    Learnt        0001  GE0/0/20


2. Enabling the feature:

(ArubaS2500-24P) # configure t
(ArubaS2500-24P) (config) #interface-profile port-security-profile new
(ArubaS2500-24P) (Port security profile "new") #sticky-mac
(ArubaS2500-24P) (Port security profile "new") #exit

3. Verify that the feature has been enable:


(ArubaS2500-24P) (config) #show mac-address-table
MAC Address Table
-----------------
Destination Address  Address Type  VLAN  Destination Port
-------------------  ------------  ----  ----------------
f0:1f:af:52:44:09    Sticky        0001  GE0/0/20

4. To clear the sticky mac address:

# clear mac-address-table sticky
# clear mac-address-table vlan <id> sticky
# clear mac-address-table interface <interface-name> sticky
# clear mac-address-table vlan <id> mac <mac-address> sticky
# clear mac-address-table interface <interface-name> mac <mac address> sticky
# clear mac-address-table vlan <id> interface <interface name> sticky

Statistics
0 Favorited
2 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.