예: LLDP 구성
다음 예에서는 인터페이스에서 ge-1/1/1
LLDP를 구성하지만 다른 모든 인터페이스에서는 LLDP를 사용하지 않도록 설정하고, 자동으로 활성화된 모든 기능에 대해 기본값을 명시적으로 구성하고, LLDP 구성 알림 간격에 대해 30초의 값을, 물리적 토폴로지 트랩 간격에 대해 30초의 값을 구성합니다.
[edit] protocols { lldp { advertisement-interval 30; hold-multiplier 4; interface all { disable; } interface ge-1/1/1; lldp-configuration-notification-interval 30; ptopo-configuration-maximum-hold-time 300; ptopo-configuration-trap-interval 30; transmit-delay 2; } }
다음과 같은 몇 가지 show 명령을 사용하여 LLDP의 작동을 확인합니다.
show lldp <detail>
show lldp neighbors interface-name
show lldp statistics interface-name
show lldp local-information
show lldp remote-global-statisitics
LLDP 인접 정보 또는 통계를 전역적으로 또는 인터페이스에서 지울 수 있습니다.
clear lldp neighbors interface-name
clear lldp statistics interface-name
명령을 사용하여 LLDP에 대한 기본 정보를 표시할 수 있습니다.show lldp detail
user@host> show lldp detail LLDP : Enabled Advertisement interval : 30 Second(s) Transmit delay : 2 Second(s) Hold timer : 4 Second(s) Notification interval : 30 Second(s) Config Trap Interval : 300 Second(s) Connection Hold timer : 60 Second(s) Interface LLDP Neighbor count ge-1/1/1 Enabled 0 LLDP basic TLVs supported: Chassis identifier, Port identifier, Port description, System name, System description, System capabilities, Management address. LLDP 802 TLVs supported: Link aggregation, Maximum frame size, MAC/PHY Configuration/Status, Port VLAN ID, Port VLAN name.
이러한 명령의 출력에 대한 자세한 내용은 CLI 탐색기를 참조하십시오.