Title: How to statically bind a MAC address with a port on Ruijie RG-S29 series switches? [Print this page] Author: GTAC-Sophia Time: 2023-6-27 20:46 Title: How to statically bind a MAC address with a port on Ruijie RG-S29 series switches? Scenario:
A static MAC address binds the MAC address of anetwork device with a port of a switch. When connected to other ports of the switch, the network device will not be able to communicate with other devices. I. Configuration Step:
Ruijie>enable
Ruijie#configure terminal
Ruijie(config)#mac-address-table static 0001.1111.1111 vlan 1 int fastEthernet0/1 -------> bind the mac address0001.1111.1111 of vlan 1 with port f0/1 of the switch; if this mac address is connected to other ports such as f0/2, it will be able to communicate with other devices.
Ruijie(config)#end
Ruijie#write ------> save the configuration
Note: When the switch receives a packet containing the specified MAC address on the specified VLAN, the packet is forwarded to the bound interface.
II. Verification:
Run the 'show mac-address-table static' command to check whether the configuration takes effect.
Welcome to Ruijie Community (https://community.ruijienetworks.com/)