무중단 활성 라우팅 동기화 이벤트 추적
라우팅 엔진 간의 무중단 활성 라우팅 동기화의 진행 상황을 추적하기 위해 지원되는 각 프로토콜 및 BFD 세션에 대해 무중단 활성 라우팅 추적 옵션 플래그를 구성하고 이러한 작업을 로그 파일에 기록할 수 있습니다.
지원되는 라우팅 프로토콜에 대한 무중단 활성 라우팅 추적 옵션을 구성하려면 계층 수준에서 문을 [edit protocols protocol-name traceoptions flag]
포함하고 nsr-synchronization
선택적으로 detail, disable, receive 및 send 옵션 중 하나 이상을 지정합니다.
[edit protocols] bgp { traceoptions { flag nsr-synchronization <detail> <disable> <receive> <send>; } } isis { traceoptions { flag nsr-synchronization <detail> <disable> <receive> <send>; } } ldp { traceoptions { flag nsr-synchronization <detail> <disable> <receive> <send>; } } mpls { traceoptions { flag nsr-synchronization; flag nsr-synchronization-detail; } } msdp { traceoptions { flag nsr-synchronization <detail> <disable> <receive> <send>; } } (ospf | ospf3) { traceoptions { flag nsr-synchronization <detail> <disable> <receive> <send>; } } rip { traceoptions { flag nsr-synchronization <detail> <disable> <receive> <send>; } } ripng { traceoptions { flag nsr-synchronization <detail> <disable> <receive> <send>; } } pim { traceoptions { flag nsr-synchronization <detail> <disable> <receive> <send>; } }
BFD 세션에 대한 무중단 활성 라우팅 추적 옵션을 구성하려면 계층 수준에서 nsr-synchronization 및 nsr-packet
문을 [edit protocols bfd traceoptions flag]
포함합니다.
[edit protocols] bfd { traceoptions { flag nsr-synchronization; flag nsr-packet; } }
BGP에 의해 보급된 경로에서 복제된 레이어 2 VPN 신호 상태를 추적하려면 계층 수준에서 문을 [edit routing-options traceoptions flag]
포함합니다nsr-synchronization
. 또한 이 플래그는 VPLS가 커널 복제 상태에서 수신하는 레이블 및 논리적 인터페이스 연결을 추적합니다.
[edit routing-options] traceoptions { flag nsr-synchronization; }