Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation

show ilmi statistics

Syntax

show ilmi statistics

Release Information

Command introduced before Junos OS Release 7.4.

Description

Display input and output Integrated Local Management Interface (ILMI) statistics.

Options

This command has no options.

Required Privilege Level

view

 

Related Documentation

 

List of Sample Output

show ilmi statistics

Output Fields

Table 1 lists the output fields for the show ilmi statistics command. Output fields are listed in the approximate order in which they appear.

Table 1: show ilmi statistics Output Fields

Field Name

Field Description

Input

Information about received ILMI packets:

  • Packets—Total number of messages delivered to the ILMI entity from the transport service.
  • Bad versions—Total number of messages delivered to the ILMI entity that were for an unsupported ILMI version.
  • Bad community names—Total number of messages delivered to the ILMI entity that did not use an ILMI community name.
  • Bad community uses—Total number of messages delivered to the ILMI entity that represented an ILMI operation that was not allowed by the ILMI community named in the message.
  • ASN parse errors—Total number of ASN.1 or BER errors encountered by the ILMI entity when decoding received ILMI messages.
  • Too bigs—Total number of ILMI packets delivered to the ILMI entity with an error status field of tooBig.
  • No such names—Total number of ILMI packets delivered to the ILMI entity with an error status field of noSuchName.
  • Bad values—Total number of ILMI packets delivered to the ILMI entity with an error status field of badValue.
  • Read onlys—Total number of valid ILMI packets delivered to the ILMI entity with an error status field of readOnly. Only incorrect implementations of ILMI generate this error.
  • General errors—Total number of ILMI packets delivered to the ILMI entity with an error status field of genErr.
  • Total request varbinds—Total number of objects retrieved successfully by the ILMI entity as a result of receiving valid ILMI GetRequest and GetNext packets.
  • Total set varbinds—Total number of objects modified successfully by the ILMI entity as a result of receiving valid ILMI SetRequest packets.
  • Get requests—Total number of ILMI GetRequest packets that have been accepted and processed by the ILMI entity.
  • Get nexts—Total number of ILMI GetNext packets that have been accepted and processed by the ILMI entity.
  • Set requests—Total number of ILMI SetRequest packets that have been accepted and processed by the ILMI entity.
  • Get responses—Total number of ILMI GetResponse packets that have been accepted and processed by the ILMI entity.
  • Traps—Total number of ILMI traps received by the ILMI entity.
  • Silent drops—Total number of GetRequest, GetNextRequest, GetBulkRequest, SetRequest, and InformRequest packets delivered to the ILMI entity that were silently dropped because the size of a reply containing an alternate response packet with an empty variable-bindings field was greater than either a local constraint or the maximum message size associated with the originator of the requests.
  • Proxy drops—Total number of GetRequest, GetNextRequest, GetBulkRequest, SetRequest, and InformRequest packets delivered to the ILMI entity that were silently dropped because the transmission of the (possibly translated) message to a proxy target failed in such a way (other than a timeout) that no response packet could be returned.

Output

Information about transmitted ILMI packets:

  • Packets—Total number of messages passed from the ILMI entity to the transport service.
  • Too bigs—Total number of ILMI packets generated by the ILMI entity with an error status field of tooBig.
  • No such names—Total number of ILMI packets generated by the ILMI entity with an error status field of noSuchName.
  • Bad values—Total number of ILMI packets generated by the ILMI entity with an error status field of badValue.
  • General errors—Total number of ILMI packets generated by the ILMI entity with an error status field of genErr.
  • Get requests—Total number of ILMI GetRequest packets that have been generated by the ILMI entity.
  • Get nexts—Total number of ILMI GetNext packets that have been generated by the ILMI entity.
  • Set requests—Total number of ILMI SetRequest packets that have been generated by the ILMI entity.
  • Get responses—Total number of ILMI GetResponse packets that have been generated by the ILMI entity.
  • Traps—Total number of ILMI traps generated by the ILMI entity.

Sample Output

show ilmi statistics

user@host> show ilmi statistics
   ILMI statistics:
    Input:
      Packets: 0, Bad versions: 0, Bad community names: 0,
      Bad community uses: 0, ASN parse errors: 0,
      Too bigs: 0, No such names: 0, Bad values: 0,
      Read onlys: 0, General errors: 0,
      Total request varbinds: 0, Total set varbinds: 0,
      Get requests: 0, Get nexts: 0, Set requests: 0,
      Get responses: 0, Traps: 0,
      Silent drops: 0, Proxy drops 0
    Output:
      Packets: 0, Too bigs: 0, No such names: 0,
      Bad values: 0, General errors: 0,
      Get requests: 0, Get nexts: 0, Set requests: 0,
      Get responses: 0, Traps: 0 

Published: 2013-01-30

 

Related Documentation

 

Published: 2013-01-30