Static MAC entries and Dynamic MAC Address Learning


You can configure a static MAC entry in the FDB and manage dynamic MAC address learning (for example, configuring aging time or deleting the dynamic MAC address entry).

Configuring a Static MAC Entry and Managing the FDB

admin@PICOS# set interface gigabit-ethernet ge-1/1/1 static-ethernet-switching mac-address 22:22:22:22:22:22 vlan 1
admin@PICOS# set interface ethernet-switching-options mac-table-aging-time 60
admin@PICOS# commit 
Commit OK.
Save done.
admin@PICOS# run show ethernet-switching table 
Total entries in switching table: 0
Static entries in switching table: 0
Dynamic entries in switching table: 0

VLAN MAC address Type Age Interfaces User
---- ----------------- --------- ---- ---------------- ----------
admin@PICOS# run clear ethernet-switching table ge-1/1/1
admin@PICOS# run show ethernet-switching table 
Total entries in switching table: 0
Static entries in switching table: 0
Dynamic entries in switching table: 0
VLAN MAC address Type Age Interfaces User
---- ----------------- --------- ---- ---------------- ----------

admin@PICOS# 

Copyright © 2024 Pica8 Inc. All Rights Reserved.