MAC地址表包括兩種類型的地址
1. 交換機(jī)動(dòng)態(tài)學(xué)習(xí)的地址;
2. 通過手動(dòng)綁定的靜態(tài)地址,
Managing the MAC Address Table
。無論是動(dòng)態(tài)地址還是手動(dòng)固定地址,MAC地址表包括目的MAC、VLAN ID、端口號(hào)、地址類型。
Eg:
Switch#show mac-address-table
Destination Address Address Type VLAN Destination Port
------------------- ------------ ---- --------------------
cc00.4058.0000 Self 1 Vlan1
Switch#show mac-address-table interfacef0/1
手工靜態(tài)指定MAC地址
Switch(config)#mac-address-table static0013.1a2f.0680 vlan 1 interface f0/2
指定丟棄某個(gè)MAC地址
Switch(config)#mac-address-table static 0013.1a2f.0680 vlan 2 drop
在接口或VLAN上禁止學(xué)習(xí)MAC地址
1. 在接口或SVI接口上禁用MAC地址學(xué)習(xí),交換機(jī)將轉(zhuǎn)發(fā)所有的IP包在2層域中;
2. 可以選擇在單個(gè)VLAN上禁用MAC地址學(xué)習(xí),VLAN 范圍1-4094;
3. 建議在僅僅在VLAN的兩個(gè)接口上禁用MAC地址學(xué)習(xí),若在多個(gè)接口上禁用交換機(jī)或轉(zhuǎn)發(fā)廣播,
電腦資料
《Managing the MAC Address Table》(http://www.ishadingyu.com)。4. 不能在連接路由器的接口上禁用MAC地址學(xué)習(xí)。
5. 在配置了安全級(jí)別的接口上不能配置禁用MAC地址學(xué)習(xí)。
Configure
Eg:Router(config)# no mac address-tablelearning vlan 200
Router(config)# no mac-address-table learning interface GigabitEthernet 0/5
Displaying MAC Address Table
show mac address-table address
show mac address-table aging-time
show mac address-table count
show mac address-table dynamic
show mac address-table interface
show mac address-table learning
show mac address-table static
show mac address-table vlan