MAC-based Access Control Commands
Extreme Networks EAS 100-24t Switch CLI Manual
283
Example usage:
To configure the target VLAN “default” for the MAC-based Access Control local database entry
000000000001:
config mac_based_access_control_local mac
Purpose Used to configure a MAC-based access control local database entry.
Syntax config mac_based_access_control_local mac <macaddr> [vlan<
vlan_name 32> | vlanid <vlanid 1-4094> | clear_vlan]
Description This command is used to configure a MAC-based access control local
database entry previously created using the create
mac_based_access_control_local command.
Parameters mac - Specify the authenticated host’s MAC address.
vlan - Specify the target VLAN by VLAN name. When this host is authorized,
the host is assigned to this VLAN.
vlanid - Specify the target VLAN by VID. When the host is authorized, it is
assigned to this VLAN if the target VLAN exists.
clear_vlan – Specify that the VLAN specified will be cleared.
Restrictions Only Administrator-level users can issue this command.
# config mac_based_access_control_local mac 00-00-00-00-00-01 vlan default
Command: config mac_based_access_control_local mac 00-00-00-00-00-01 vlan default
Success.
#
delete mac_based_access_control_local
Purpose Used to delete the local database entry.
Syntax delete mac_based_access_control_local [mac <macaddr> |
vlan<vlan_name 32> | vlanid <vlanid 1-4094>]
Description This command is used to delete the local database entry.
Parameters mac – Delete database by this MAC address.
vlan – Delete database by this VLAN name.
vlanid – Delete database by this VLAN ID.
Restrictions Only Administrator-level users can issue this command.