Cisco
思科交換機:在控制台中將 MAC 類型從動態更改為靜態
如何在mac-address-table(switch)中將mac從靜態更改為動態?我找到了這個官方來源,但仍然不明白我必須選擇哪些選項。
像這樣的東西:
switch(config)# mac-address-table static 12ab.47dd.ff89 vlan 3 interface fastethernet 2/1 auto-learn
您不能將靜態條目更改為動態條目。只需刪除靜態條目,交換機就會在該主機發送幀時添加自己的動態條目。
使用“no”語法刪除地址。例如:
no mac-address-table static 12ab.47dd.ff89 vlan 3