egp

OIDNameTypeValueAccess
egpNeighState Read-Only
egpNeighAddr Read-Only
egpNeighAs Read-Only
egpNeighInMsgs Read-Only
egpNeighInErrs Read-Only
egpNeighOutMsgs Read-Only
egpNeighOutErrs Read-Only
egpNeighInErrMsgs Read-Only
egpNeighOutErrMsgs Read-Only
egpNeighStateUps Read-Only
egpNeighStateDowns Read-Only
egpNeighIntervalHello Read-Only
egpNeighIntervalPoll Read-Only
egpNeighMode Read-Only
egpNeighEventTrigger Read-Write

egpNeighState

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.

egpNeighAddr

The IP address of this entry's EGP neighbor.

egpNeighAs

The autonomous system of this EGP peer. Zero should be specified if the autonomous system number of the neighbor is not yet known.

egpNeighInMsgs

The number of EGP messages received without error from this EGP peer.

egpNeighInErrs

The number of EGP messages received from this EGP peer that proved to be in error (e.g., bad EGP checksum).

egpNeighOutMsgs

The number of locally generated EGP messages to this EGP peer.

egpNeighOutErrs

The number of locally generated EGP messages not sent to this EGP peer due to resource limitations within an EGP entity.

egpNeighInErrMsgs

The number of EGP-defined error messages received from this EGP peer.

egpNeighOutErrMsgs

The number of EGP-defined error messages sent to this EGP peer.

egpNeighStateUps

The number of EGP state transitions to the UP state with this EGP peer.

egpNeighStateDowns

The number of EGP state transitions from the UP state to any other state with this EGP peer.

egpNeighIntervalHello

The interval between EGP Hello command retransmissions (in hundredths of a second). This represents the t1 timer as defined in RFC 904.

egpNeighIntervalPoll

The interval between EGP poll command

retransmissions (in hundredths of a second). This represents the t3 timer as defined in RFC 904.


egpNeighMode

The polling mode of this EGP entity, either passive or active.

egpNeighEventTrigger

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'.

When set, this variable causes a Start or Stop event on the specified neighbor, as specified on pages 8-10 of RFC 904. Briefly, a Start event causes an Idle peer to begin neighbor acquisition and a non-Idle peer to reinitiate neighbor acquisition. A stop event causes a non-Idle peer to return to the Idle state until a Start event occurs, either via egpNeighEventTrigger or otherwise.