Storm-control

hervtart·2023년 7월 6일
0

network

목록 보기
2/2

What's this?

  • 스위치 포트로 과다한 트래픽이 수신되면 이 기능을 통해 트래픽 처리양을 제어 및 관리할 수 있다. 스위치 포트로 유니캐스트, 멀티캐스트, 브로트캐스트가 1초 동안 일정 이상 수신되면 설정에 일시적으로 차단하거나 조절해준다.

설정

Storm-control 기능을 사용할 포트를 정한다.
Switch(config)#interface fastEthernet 0/2
제어될 프레임의 유형을 선택한다.
Switch(config-if-range)#storm-control broadcast level
Switch(config-if-range)#storm-control multicast level
Switch(config-if-range)#storm-control unicast level
포트를 제어할 방법을 선택할 수 있습니다.
Switch(config-if-range)#storm-control action ?
- trap : 설정값보다 초과되면 SNMP로 메시지를 전송한다.
- shutdown : 설정값보다 초과하면 해당 Port를 중지시킨다.
Switch(config-if-range)#storm-control broadcast level ?
<0.00 - 100.00> Enter rising threshold
bps Enter suppression level in bits per second (bps 단위를 사용하여 초당 입력되는 트래픽 용량을 제어한다.)
pps Enter suppression level in packets per second (pps 단위를 사용하여 초당 입력되는 패킷 개수를 제어한다.)

<0.00 - 100.00> Enter rising threshold

Switch(config-if-range)#storm-control broadcast level 50 20
해당 포트에서 broadcast 프레임 처리양이 50이 되면 broadcast 프레임을 차단한다.
storm-control action shutdown 설정이 되어있으면 포트를 Shutdown 한다.
해당 포트에서 broadcast 프레임 처리양이 20이 될때까지 broadcast 프레임을 제어한다.
아래 명령어를 이용해 현재 설정값과 사용량을 볼 수 있다.
Switch#show storm-control broadcast

참고한 자료 : https://light-touch-fish.tistory.com/23

profile
광주소프트웨어마이스터고 7기

0개의 댓글

관련 채용 정보