Limetime's TimeLine
반응형
article thumbnail
[네트워크 기초] 15. 맥 어드레스 테이블 (MAC Address Table)
Network 2023. 6. 28. 11:15

MAC Address를 저장하는 2가지 방식 DYNAMIC 방식 자동으로 배우는 방식 300초(Default)가 지나도록 사용하지 않는 주소는 지운다. (용량 한계) PERMANENT 방식 수동으로 넣어줘야 한다. (Static) 절대 지워지지 않도록 설정. (Learning 과정을 거칠 필요가 없다.) 명령어 : mac-address-table static aaaa.aaaa.aaaa(맥주소) vlan 1(vlan-id) interface fastethernet 0/24(interface-id) Switch# show mac-address-table MAC Address Table ------------------------------------------------------------------ Vl..

반응형