Vecino BGP |
- Vecinos BGP de una instancia de NSX-T Manager específica:
list(BGP Neighbor) of NSX-T Router where Manager = 'NSX-T Manager Name'
- Vecinos BGP de un enrutador NSX-T específico:
list(BGP Neighbor) of NSX-T Router 'Router Name'
- Vecinos BGP de un nodo de transporte de NSX-T específico:
list(BGP Neighbor) of NSX-T Service Router where Active Node = 'Transport Node Name'
- Vecino BGP con estado de BGP no activo:
list(BGP Neighbor) of BGP Connection where BGP Status != 'Active'
- Vecino BGP con un número de sistema autónomo específico:
BGP Neighbor where Local AS = '64500
|
Conexión BGP |
- Todas las conexiones BGP de un vecino BGP:
BGP Connection where BGP Neighbor = 'BGP Neighbor IP Address'
- Todas las conexiones BGP con un estado de BGP específico:
BGP Connection where BGP Status != 'ACTIVE'
- Todas las conexiones BGP de un enrutador NSX-T o NSX-T Manager:
BGP Connection where Logical Router = 'Router Name' or Manager = 'NSX-T Manager Name'
- Todas las conexiones BGP con un sistema autónomo remoto específico:
BGP Connection where Remote AS = '12334'
|
Rutas etiquetadas con vecino BGP |
- Rutas conocidas de BGP para una instancia de NSX-T Manager específica:
Route where BGP Neighbor = 'BGP Neighbor IP Address' and Vrf.manager = 'NSX-T Manager Name'
- Rutas conocidas de BGP en un enrutador específico:
Route where BGP Neighbor = 'BGP Neighbor IP Address' and vrf = 'Router Name'
- Rutas conocidas de BGP de un vecino BGP con un estado de BGP específico:
Route where BGP Neighbor in (list(BGP Neighbor) of BGP Connection where BGP Status != 'Active')
Nota:
vRealize Network Insight almacena las rutas FIB de los nodos de NSX-T Edge. Estas consultas de búsqueda devuelven las rutas FIB que se aprendieron de los detalles del vecino BGP.
|
Estado de ECMP |
- Enrutador NSX-T con ECMP habilitado:
NSX-T Router where ECMP = 'Enabled' and manager = 'NSX-T Manager Name'
- NSX-T Edge con ECMP habilitado:
NSX-T Transport Node where ECMP = 'Enabled'
- Clúster de NSX-T Edge donde se implementa un enrutador ECMP:
NSX-T Edge Cluster where ECMP = 'Enabled'
Nota: Un enrutador NSX-T está habilitado para ECMP cuando se implementa con HA activo-activo.
|