336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
[명령어] Cisco Port Down 명령어 : UDLD
Cisco 스위치에서 Shutdown을 할 경우, 인터페이스 administrator down 과 port down이 있습니다.
그 중 port down을 강제적으로 할 때 다음과 같이 합니다.
1. 해당 인터페이스를 셧다운 합니다.
Switch#conf t
Switch(config)#interface fastEthernet 0/21
Switch(config-if)#shutdown
2. conf t 후 udld aggressive로 적용합니다.
Switch#conf t
Switch(config)#udld aggressive
# udld (UniDirectional Link Detection) 프로토콜 실행 버전 : 12.2_25
--
# 해제 방법
Switch#conf t
Switch(config)#no udld aggressive
// Fail Close 테스트 시 좋은 방법 입니다. ^^;