Answer

Feb 26, 2025 - 09:33 PM
To configure a static MAC address on the FS S3400-48T4SP PoE+ Switch, you can follow these steps:
1. Enter privilege mode by logging into the switch.
2. Enter the global configuration mode by typing "config".
3. To add a static MAC address entry, use the following command:
"mac address-table static mac-addr vlan vlan-id interface interface-id"
Replace "mac-addr" with the MAC address you want to add, "vlan-id" with the VLAN number (1-4094), and "interface-id" with the port name.
Example: "mac address-table static 00:11:22:33:44:55 vlan 10 interface GigabitEthernet1/0/1"
4. To delete a static MAC address entry, use the following command:
"no mac address-table static mac-addr vlan vlan-id interface interface-id"
Replace the parameters with the corresponding values of the MAC address entry you want to delete.
Example: "no mac address-table static 00:11:22:33:44:55 vlan 10 interface GigabitEthernet1/0/1"
5. Exit the global configuration mode by typing "exit".
6. Save the settings by typing "write".
Please note that static MAC address entries cannot be aged by the switch and can only be deleted manually.
Add New Comment