
KSwitch D10 MMT Managed Time Sensitive Ethernet Switch - Preliminary User Guide, Rev. 0.99
// 75
Parameter
Description
Examples
Example#2 ( Disable MAC address learning on ports 2-5)
(config)# interface GigabitEthernet 1/2-5
(config-if)#no mac address-table learning
Example#3 (add VLAN2 to the list of learning disabled VLANs)
(config)# no mac address-table learning vlan 2
9.5.12.3.
MAC Address-Table Static
Description - Assign a static mac address to the specific port or ports.
mac address-table static
<v_mac_addr> vlan <v_vlan_id> { [ interface <port_type> [ <v_port_type_list> ] ] }
no mac address-table static
<v_mac_addr> vlan <v_vlan_id> { [ interface <port_type> [
<v_port_type_list> ] ] }
Parameter
Description
Parameter
<v_mac_addr>
48 bit MAC address: xx:xx:xx:xx:xx:xx
<v_vlan_id>
VLAN IDs 1-4095
<port_type>
GigabitEthernet
<v_port_type_list>
List of Port ID, ex, 1/1,3-5
Default
N.A
Mode
Global Configuration Mode
Usage
Assigns a static MAC address to a port. Use the no version of the command to remove it.
Examples
Example#1 (Assign static MAC address 00:11:22:33:44:55 to port 1 on VLAN 1)
(config)#mac address-table static 00:11:22:33:44:55 vlan 1 interface Gi 1/1