GTAC-Sophia Publish time 2023-4-14 16:09:38

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 toc heck whether the configuration takes effect.
Pages: [1]
View full version: How to statically bind a MAC address with a port on Ruijie RG-S29 series switches?