Module rasn_mib::egp

source ·
Expand description

the EGP (Exterior Gateway Protocol) group

Implementation of the EGP group is mandatory for all systems which implement the EGP.

Structs§

  • The autonomous system number of this EGP entity.
  • The number of EGP messages received that proved to be in error.
  • The number of EGP messages received without error.
  • The IP address of this entry’s EGP neighbor.
  • The autonomous system of this EGP peer. Zero should be specified if the autonomous system number of the neighbor is not yet known.
  • Information about this entity’s relationship with a particular EGP neighbor.
  • A control variable used to trigger operator-initiated “Start” and “Stop” events. When read, this variable always returns the most recent value that egpNeighEventTrigger was set to. If it has not been set since the last initialization of the network management subsystem on the node, it returns a value of `stop’.
  • The number of EGP-defined error messages received from this EGP peer.
  • The number of EGP messages received from this EGP peer that proved to be in error (e.g., bad EGP checksum).
  • The number of EGP messages received without error from this EGP peer.
  • The interval between EGP Hello command retransmissions (in hundredths of a second). This represents the t1 timer as defined in RFC 904.
  • The interval between EGP poll command retransmissions (in hundredths of a second). This represents the t3 timer as defined in RFC 904.
  • The interval between EGP poll command retransmissions (in hundredths of a second). This represents the t3 timer as defined in RFC 904.
  • The number of EGP-defined error messages sent to this EGP peer.
  • The number of locally generated EGP messages not sent to this EGP peer due to resource limitations within an EGP entity.
  • The number of locally generated EGP messages to this EGP peer.
  • The EGP state of the local system with respect to this entry’s EGP neighbor. Each EGP state is represented by a value that is one greater than the numerical value associated with said state in RFC 904.
  • The number of EGP state transitions from the UP state to any other state with this EGP peer.
  • The number of EGP state transitions to the UP state with this EGP peer.
  • The EGP neighbor table contains information about this entity’s EGP neighbors.
  • The number of locally generated EGP messages not sent due to resource limitations within an EGP entity.
  • The total number of locally generated EGP messages.