ALCATEL OmniSwitch 6400 關閉Port及查詢MAC Address

「ALCATEL Switch」好多年沒碰到了,想不到冤家路窄~在江湖混總會見面的….
指令都生疏了,隨手做一下筆記,預防下次見面。

查詢MAC Address Table
語法:

show bridge address-table


查詢ARP資訊

語法:

show arp

查詢Port現狀
語法:

show interfaces status

關閉特定Port
語法:

console# configure
console(config)# interface ethernet e11
console(config-if)# shutdown
console(config-if)# exit
console(config)# exit
console#

※本範例是將「e11」Port關閉

存檔
語法:

copy running-config startup-config
接著輸入Yes