336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
[정보] 스위치 보호 설정(Arp Spoofing 대비)
# Mac Address Flooding 공격 보호
Switch#int fa0/1
Switch(config)#switchport port-security maximum 5 // 접속가능 최대허용 맥주소 개수 5개
Switch(config)#switchport port-security mac-address H.H.H // 접속할 맥주소 지정
Switch(config)#switchport port-security violation [protect/restrict/shutdown] // 설정위반시 실행모드
- 시스코 기준
# Mac Address Flooding 공격 보호
Switch#int fa0/1
Switch(config)#switchport port-security maximum 5 // 접속가능 최대허용 맥주소 개수 5개
Switch(config)#switchport port-security mac-address H.H.H // 접속할 맥주소 지정
Switch(config)#switchport port-security violation [protect/restrict/shutdown] // 설정위반시 실행모드
- 시스코 기준