VMware Aria Operations for Networks에서 VMware NSX-T Manager 엔티티 세부 정보를 검색할 수 있습니다.

다음은 몇 가지 샘플 검색 쿼리입니다.

VMware NSX-T Manager 엔티티 샘플 쿼리
BGP 인접 항목
  • 지정된 NSX-T Manager의 BGP 인접 항목:
    list(BGP Neighbor) of NSX-T Router where Manager = 'NSX-T Manager Name'
  • 지정된 NSX-T 라우터의 BGP 인접 항목:
    list(BGP Neighbor) of NSX-T Router 'Router Name'
  • 지정된 NSX-T 전송 노드의 BGP 인접 항목:
     list(BGP Neighbor) of NSX-T Service Router where Active Node = 'Transport Node Name'
  • 비활성 BGP 상태를 가진 BGP 인접 항목:
    list(BGP Neighbor) of BGP Connection where BGP Status != 'Active'
  • 특정 AS 번호가 있는 BGP 인접 항목:
    BGP Neighbor where Local AS = '64500
BGP 연결
  • BGP 인접 항목의 모든 BGP 연결:
    BGP Connection where BGP Neighbor = 'BGP Neighbor IP Address'
  • 특정 BGP 상태를 가진 모든 BGP 연결:
    BGP Connection where BGP Status != 'ACTIVE'
  • NSX-T 라우터 또는 NSX-T Manager의 모든 BGP 연결:
    BGP Connection where Logical Router = 'Router Name' or Manager = 'NSX-T Manager Name'
  • 특정 원격 AS가 있는 모든 BGP 연결:
    BGP Connection where Remote AS = '12334'
BGP 인접 항목으로 태그가 지정된 경로
  • 지정된 NSX-T Manager에 대한 BGP 학습 경로:
    Route where BGP Neighbor = 'BGP Neighbor IP Address' and Vrf.manager = 'NSX-T Manager Name'
  • 지정된 라우터의 BGP 학습 경로:
    Route where BGP Neighbor = 'BGP Neighbor IP Address' and vrf = 'Router Name'
  • 특정 BGP 상태를 가진 BGP 인접 항목의 BGP 학습 경로:
    Route where BGP Neighbor in (list(BGP Neighbor) of BGP Connection where BGP Status != 'Active')
참고: VMware Aria Operations for Networks는 NSX-T Edge 노드의 FIB 경로를 저장합니다. 이러한 검색 쿼리는 BGP 인접 항목 세부 정보에서 학습된 FIB 경로를 반환합니다.
ECMP 상태
  • ECMP를 사용하도록 설정된 NSX-T 라우터:
    NSX-T Router where ECMP = 'Enabled' and manager = 'NSX-T Manager Name'
  • ECMP를 사용하도록 설정된 NSX-T Edge:
    NSX-T Transport Node where ECMP = 'Enabled'
  • ECMP 라우터가 배포된 NSX-T Edge 클러스터:
    NSX-T Edge Cluster where ECMP = 'Enabled'
참고: NSX-T 라우터는 액티브-액티브의 HA와 함께 배포될 때 ECMP를 사용하도록 설정됩니다.