Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

Tabelas operacionais predefinidas do Junos PyEZ (saída estruturada)

RESUMO Extraia informações operacionais de um dispositivo Junos usando tabelas e visualizações predefinidas do Junos PyEZ para selecionar itens específicos da saída RPC XML.

Tabelas operacionais (op) do Junos PyEZ para saída estruturada oferecem uma maneira simples e eficiente de extrair informações da saída XML de um RPC. O módulo Junos PyEZ jnpr.junos.op oferece definições predefinidas de Tabela e Visualização para RPCs correspondentes a alguns comandos operacionais comuns. A Tabela 1 lista cada um dos módulos, os nomes de Tabela definidos nesse módulo e o RPC geral e o comando CLI correspondente para cada Tabela. Para obter informações sobre as opções de comando fornecidas ao RPC, a chave para cada item e os campos selecionados pela visualização correspondente, analise a Tabela e veja as definições no arquivo .yml para esse módulo.

Para obter a lista mais atual de definições de Tabela e Visualização, veja o repositório Junos PyEZ GitHub em https://github.com/Juniper/py-junos-eznc/. Você também pode criar suas próprias definições personalizadas de Tabela e Visualização.

Tabela 1: módulos jnpr.junos.op

Módulo

Tabela

RPC

Comando CLI

arp

ArpTable

get-arp-table-information

show arp

bfd

BfdSessionTable

get-bfd-session-information

show bfd session extensive

bgp

bgpTable

get-bgp-neighbor-information

show bgp neighbor

ccc

CCCTable

get-ccc-information

show connections

elsethernetswitchingtable

ElsEthernetSwitchingTable

get-ethernet-switching-table-information

show ethernet-switching table

ethernetswitchingtable

EthernetSwitchingTable

get-ethernet-switching-table-information

show ethernet-switching table

ethport

EthPortTable

get-interface-information

(filtrado para interfaces Ethernet)

show interfaces media

fpc

FpcHwTable

FpcMiReHwTable

get-chassis-inventory

show chassis hardware

FpcInfoTable

FpcMiReInfoTable

get-fpc-information

show chassis fpc

idpattacks

IDPAttackTable

get-idp-attack-table-information

show security idp attack table

intopticdiag

PhyPortDiagTable

get-interface-optics-diagnostics-information

show interfaces diagnostics optics

inventory

ModuleTable

get-chassis-inventory

show chassis hardware

isis

IsisAdjacencyTable

get-isis-adjacency-information

show isis adjacency

l2circuit

L2CircuitConnectionTable

get-l2ckt-connection-information

show l2circuit connections

lacp

LacpPortTable

get-lacp-interface-information

show lacp interfaces

ldp

LdpNeighborTable

get-ldp-neighbor-information

show ldp neighbor extensive

lldp

LLDPNeighborTable

get-lldp-neighbors-information

show lldp neighbors

nd

NdTable

get-ipv6-nd-information

show ipv6 neighbors

ospf

OspfNeighborTable

get-ospf-neighbor-information

show ospf neighbor

OspfInterfaceTable

get-ospf-interface-information

show ospf interface

ospfTable

get-ospf-overview-information

show ospf overview

OspfRoutesTable

get-ospf-route-information

show ospf route

phyport

PhyPortTable

get-interface-information

(filtrado para interfaces Ethernet)

show interfaces

PhyPortStatsTable

get-interface-information

(filtrado para interfaces Ethernet)

show interfaces extensive

PhyPortErrorTable

get-interface-information

(filtrado para interfaces Ethernet)

show interfaces extensive

routes

RouteTable

get-route-information

show route

RouteSummaryTable

get-route-summary-information

show route summary

securityzone

SecurityZoneTable

get-zones-information

show security zones

teddb

TedTable

TedSummaryTable

get-ted-database-information

show ted database

vlan

VlanTable

get-vlan-information

show vlans

xcvr

XcvrTable

get-chassis-inventory

show chassis hardware

O vídeo a seguir demonstra como usar a RouteTable Tabela.