Mac-limit sayısı belirlenip limit aşımında aksiyon belirlenir
edit switch-options
set interface ge-0/0/0 interface-mac-limit 1 packet-action shutdown
commit
Mac-limitlenen mac adresinin kalıcı olarak o porta tanımlı kalması sağlanır
edit switch-options
set interface ge-0/0/0 persistent-learning
commit
Yapılandırmayı gözlemleme
portun up/down durumu incelenir
root>show interface terse
portlardan gelen mac adreslerine bakılır
root>show ethernet-switching table
Mac-limit ile ilgili loglar gözlemlenir
root>show log messages | grep limit
mac-limit ile ilgili shutdown edilen port geri açılır
root>clear ethernet-switching recovery-timeout interface ge-0/0/0
Comments