Sie sind auf Seite 1von 627

.

1
iso OBJECT-TYPE
-- FROM #-1
::= { 1 }

.1.0
std OBJECT-TYPE
-- FROM LLDP-MIB, IEEE8021-PAE-MIB, IEEE-802DOT17-RPR-MIB
::= { iso(1) 0 }

.1.0.8802
iso8802 OBJECT-TYPE
-- FROM LLDP-MIB, IEEE8021-PAE-MIB, IEEE-802DOT17-RPR-MIB
::= { iso(1) std(0) 8802 }

.1.0.8802.1
ieee802dot1 OBJECT-TYPE
-- FROM LLDP-MIB, IEEE8021-PAE-MIB
::= { iso(1) std(0) iso8802(8802) 1 }

.1.0.8802.1.1
ieee802dot1mibs OBJECT-TYPE
-- FROM LLDP-MIB, IEEE8021-PAE-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) 1 }

.1.0.8802.1.1.1
ieee8021paeMIB MODULE-IDENTITY
-- FROM IEEE8021-PAE-MIB
DESCRIPTION " The Port Access Entity module for managing IEEE
802.1X."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) 1 }

.1.0.8802.1.1.1.1
paeMIBObjects OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) 1 }

.1.0.8802.1.1.1.1.1
dot1xPaeSystem OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) 1 }

.1.0.8802.1.1.1.1.1.1
dot1xPaeSystemAuthControl OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
SYNTAX INTEGER {enabled(1), disabled(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The administrative enable/disable state for
Port Access Control in a System."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeSystem(1) 1 }

.1.0.8802.1.1.1.1.1.2
dot1xPaePortTable OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table of system level information for each port
supported by the Port Access Entity. An entry appears
in this table for each port of this system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeSystem(1) 2 }

.1.0.8802.1.1.1.1.1.2.1
dot1xPaePortEntry OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { dot1xPaePortNumber }
DESCRIPTION "The Port number, protocol version, and
initialization control for a Port."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeSystem(1) dot1xPaePortTable(2) 1 }

.1.0.8802.1.1.1.1.1.2.1.1
dot1xPaePortNumber OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
-- TEXTUAL CONVENTION InterfaceIndex
SYNTAX Integer32 (1..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The Port number associated with this Port."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeSystem(1) dot1xPaePortTable(2)
dot1xPaePortEntry(1) 1 }

.1.0.8802.1.1.1.1.1.2.1.2
dot1xPaePortProtocolVersion OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The protocol version associated with this Port."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeSystem(1) dot1xPaePortTable(2)
dot1xPaePortEntry(1) 2 }

.1.0.8802.1.1.1.1.1.2.1.3
dot1xPaePortCapabilities OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
SYNTAX BITS {dot1xPaePortAuthCapable(0), dot1xPaePortSuppCapable(1)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Indicates the PAE functionality that this Port
supports and that may be managed through this MIB."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeSystem(1) dot1xPaePortTable(2)
dot1xPaePortEntry(1) 3 }

.1.0.8802.1.1.1.1.1.2.1.4
dot1xPaePortInitialize OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The initialization control for this Port. Setting this
attribute TRUE causes the Port to be initialized.
The attribute value reverts to FALSE once initialization
has completed."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeSystem(1) dot1xPaePortTable(2)
dot1xPaePortEntry(1) 4 }

.1.0.8802.1.1.1.1.1.2.1.5
dot1xPaePortReauthenticate OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The reauthentication control for this port. Setting
this attribute TRUE causes the Authenticator PAE state
machine for the Port to reauthenticate the Supplicant.
Setting this attribute FALSE has no effect.
This attribute always returns FALSE when it is read."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeSystem(1) dot1xPaePortTable(2)
dot1xPaePortEntry(1) 5 }

.1.0.8802.1.1.1.1.2
dot1xPaeAuthenticator OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) 2 }

.1.0.8802.1.1.1.1.2.1
dot1xAuthConfigTable OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table that contains the configuration objects for the
Authenticator PAE associated with each port.
An entry appears in this table for each port that may
authenticate access to itself."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) 1 }

.1.0.8802.1.1.1.1.2.1.1
dot1xAuthConfigEntry OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { dot1xPaePortNumber }
DESCRIPTION "The configuration information for an Authenticator
PAE."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthConfigTable(1)
1 }

.1.0.8802.1.1.1.1.2.1.1.1
dot1xAuthPaeState OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
SYNTAX INTEGER {initialize(1), disconnected(2), connecting(3),
authenticating(4), authenticated(5), aborting(6), held(7), forceAuth(8),
forceUnauth(9)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The current value of the Authenticator PAE state
machine."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthConfigTable(1)
dot1xAuthConfigEntry(1) 1 }

.1.0.8802.1.1.1.1.2.1.1.2
dot1xAuthBackendAuthState OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
SYNTAX INTEGER {request(1), response(2), success(3), fail(4), timeout(5),
idle(6), initialize(7)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The current state of the Backend Authentication
state machine."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthConfigTable(1)
dot1xAuthConfigEntry(1) 2 }

.1.0.8802.1.1.1.1.2.1.1.3
dot1xAuthAdminControlledDirections OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
-- TEXTUAL CONVENTION PaeControlledDirections
SYNTAX INTEGER {both(0), in(1)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The current value of the administrative controlled
directions parameter for the Port."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthConfigTable(1)
dot1xAuthConfigEntry(1) 3 }

.1.0.8802.1.1.1.1.2.1.1.4
dot1xAuthOperControlledDirections OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
-- TEXTUAL CONVENTION PaeControlledDirections
SYNTAX INTEGER {both(0), in(1)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The current value of the operational controlled
directions parameter for the Port."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthConfigTable(1)
dot1xAuthConfigEntry(1) 4 }

.1.0.8802.1.1.1.1.2.1.1.5
dot1xAuthAuthControlledPortStatus OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
-- TEXTUAL CONVENTION PaeControlledPortStatus
SYNTAX INTEGER {authorized(1), unauthorized(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The current value of the controlled Port
status parameter for the Port."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthConfigTable(1)
dot1xAuthConfigEntry(1) 5 }

.1.0.8802.1.1.1.1.2.1.1.6
dot1xAuthAuthControlledPortControl OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
-- TEXTUAL CONVENTION PaeControlledPortControl
SYNTAX INTEGER {forceUnauthorized(1), auto(2), forceAuthorized(3)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The current value of the controlled Port
control parameter for the Port."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthConfigTable(1)
dot1xAuthConfigEntry(1) 6 }

.1.0.8802.1.1.1.1.2.1.1.7
dot1xAuthQuietPeriod OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The value, in seconds, of the quietPeriod constant
currently in use by the Authenticator PAE state
machine."
DEFVAL { 60 }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthConfigTable(1)
dot1xAuthConfigEntry(1) 7 }

.1.0.8802.1.1.1.1.2.1.1.8
dot1xAuthTxPeriod OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The value, in seconds, of the txPeriod constant
currently in use by the Authenticator PAE state
machine."
DEFVAL { 30 }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthConfigTable(1)
dot1xAuthConfigEntry(1) 8 }

.1.0.8802.1.1.1.1.2.1.1.9
dot1xAuthSuppTimeout OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The value, in seconds, of the suppTimeout constant
currently in use by the Backend Authentication state
machine."
DEFVAL { 30 }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthConfigTable(1)
dot1xAuthConfigEntry(1) 9 }
.1.0.8802.1.1.1.1.2.1.1.10
dot1xAuthServerTimeout OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The value, in seconds, of the serverTimeout constant
currently in use by the Backend Authentication state
machine."
DEFVAL { 30 }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthConfigTable(1)
dot1xAuthConfigEntry(1) 10 }

.1.0.8802.1.1.1.1.2.1.1.11
dot1xAuthMaxReq OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The value of the maxReq constant currently in use by
the Backend Authentication state machine."
DEFVAL { 2 }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthConfigTable(1)
dot1xAuthConfigEntry(1) 11 }

.1.0.8802.1.1.1.1.2.1.1.12
dot1xAuthReAuthPeriod OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The value, in seconds, of the reAuthPeriod constant
currently in use by the Reauthentication Timer state
machine."
DEFVAL { 3600 }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthConfigTable(1)
dot1xAuthConfigEntry(1) 12 }

.1.0.8802.1.1.1.1.2.1.1.13
dot1xAuthReAuthEnabled OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The enable/disable control used by the Reauthentication
Timer state machine (8.5.5.1)."
DEFVAL { false }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthConfigTable(1)
dot1xAuthConfigEntry(1) 13 }

.1.0.8802.1.1.1.1.2.1.1.14
dot1xAuthKeyTxEnabled OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The value of the keyTransmissionEnabled constant
currently in use by the Authenticator PAE state
machine."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthConfigTable(1)
dot1xAuthConfigEntry(1) 14 }

.1.0.8802.1.1.1.1.2.2
dot1xAuthStatsTable OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table that contains the statistics objects for the
Authenticator PAE associated with each Port.
An entry appears in this table for each port that may
authenticate access to itself."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) 2 }

.1.0.8802.1.1.1.1.2.2.1
dot1xAuthStatsEntry OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { dot1xPaePortNumber }
DESCRIPTION "The statistics information for an Authenticator PAE."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthStatsTable(2)
1 }

.1.0.8802.1.1.1.1.2.2.1.1
dot1xAuthEapolFramesRx OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of valid EAPOL frames of any type
that have been received by this Authenticator."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthStatsTable(2)
dot1xAuthStatsEntry(1) 1 }

.1.0.8802.1.1.1.1.2.2.1.2
dot1xAuthEapolFramesTx OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of EAPOL frames of any type
that have been transmitted by this Authenticator."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthStatsTable(2)
dot1xAuthStatsEntry(1) 2 }

.1.0.8802.1.1.1.1.2.2.1.3
dot1xAuthEapolStartFramesRx OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of EAPOL Start frames that have
been received by this Authenticator."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthStatsTable(2)
dot1xAuthStatsEntry(1) 3 }

.1.0.8802.1.1.1.1.2.2.1.4
dot1xAuthEapolLogoffFramesRx OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of EAPOL Logoff frames that have
been received by this Authenticator."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthStatsTable(2)
dot1xAuthStatsEntry(1) 4 }

.1.0.8802.1.1.1.1.2.2.1.5
dot1xAuthEapolRespIdFramesRx OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of EAP Resp/Id frames that have
been received by this Authenticator."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthStatsTable(2)
dot1xAuthStatsEntry(1) 5 }

.1.0.8802.1.1.1.1.2.2.1.6
dot1xAuthEapolRespFramesRx OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of valid EAP Response frames
(other than Resp/Id frames) that have been
received by this Authenticator."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthStatsTable(2)
dot1xAuthStatsEntry(1) 6 }

.1.0.8802.1.1.1.1.2.2.1.7
dot1xAuthEapolReqIdFramesTx OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of EAP Req/Id frames that have been
transmitted by this Authenticator."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthStatsTable(2)
dot1xAuthStatsEntry(1) 7 }
.1.0.8802.1.1.1.1.2.2.1.8
dot1xAuthEapolReqFramesTx OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of EAP Request frames
(other than Rq/Id frames) that have been
transmitted by this Authenticator."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthStatsTable(2)
dot1xAuthStatsEntry(1) 8 }

.1.0.8802.1.1.1.1.2.2.1.9
dot1xAuthInvalidEapolFramesRx OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of EAPOL frames that have been
received by this Authenticator in which the
frame type is not recognized."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthStatsTable(2)
dot1xAuthStatsEntry(1) 9 }

.1.0.8802.1.1.1.1.2.2.1.10
dot1xAuthEapLengthErrorFramesRx OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of EAPOL frames that have been received
by this Authenticator in which the Packet Body
Length field is invalid."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthStatsTable(2)
dot1xAuthStatsEntry(1) 10 }

.1.0.8802.1.1.1.1.2.2.1.11
dot1xAuthLastEapolFrameVersion OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The protocol version number carried in the
most recently received EAPOL frame."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthStatsTable(2)
dot1xAuthStatsEntry(1) 11 }

.1.0.8802.1.1.1.1.2.2.1.12
dot1xAuthLastEapolFrameSource OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
-- TEXTUAL CONVENTION MacAddress
SYNTAX OCTET STRING (6)
DISPLAY-HINT "1x:"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The source MAC address carried in the
most recently received EAPOL frame."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) dot1xAuthStatsTable(2)
dot1xAuthStatsEntry(1) 12 }

.1.0.8802.1.1.1.1.2.4
dot1xAuthSessionStatsTable OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table that contains the session statistics objects
for the Authenticator PAE associated with each Port.
An entry appears in this table for each port that may
authenticate access to itself."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2) 4 }

.1.0.8802.1.1.1.1.2.4.1
dot1xAuthSessionStatsEntry OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { dot1xPaePortNumber }
DESCRIPTION "The session statistics information for an Authenticator
PAE. This shows the current values being collected for
each session that is still in progress, or the final
values for the last valid session on each port where
there is no session currently active."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2)
dot1xAuthSessionStatsTable(4) 1 }

.1.0.8802.1.1.1.1.2.4.1.1
dot1xAuthSessionOctetsRx OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of octets received in user data
frames on this Port during the session."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2)
dot1xAuthSessionStatsTable(4) dot1xAuthSessionStatsEntry(1) 1 }

.1.0.8802.1.1.1.1.2.4.1.2
dot1xAuthSessionOctetsTx OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of octets transmitted in user data
frames on this Port during the session."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2)
dot1xAuthSessionStatsTable(4) dot1xAuthSessionStatsEntry(1) 2 }

.1.0.8802.1.1.1.1.2.4.1.3
dot1xAuthSessionFramesRx OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of user data frames received
on this Port during the session."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2)
dot1xAuthSessionStatsTable(4) dot1xAuthSessionStatsEntry(1) 3 }

.1.0.8802.1.1.1.1.2.4.1.4
dot1xAuthSessionFramesTx OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of user data frames transmitted
on this Port during the session."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2)
dot1xAuthSessionStatsTable(4) dot1xAuthSessionStatsEntry(1) 4 }

.1.0.8802.1.1.1.1.2.4.1.5
dot1xAuthSessionId OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
-- TEXTUAL CONVENTION SnmpAdminString
SYNTAX OCTET STRING (0..255)
DISPLAY-HINT "255a"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A unique identifier for the session, in the
form of a printable ASCII string of at least
three characters."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2)
dot1xAuthSessionStatsTable(4) dot1xAuthSessionStatsEntry(1) 5 }

.1.0.8802.1.1.1.1.2.4.1.6
dot1xAuthSessionAuthenticMethod OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
SYNTAX INTEGER {remoteAuthServer(1), localAuthServer(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The authentication method used to establish the
session."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2)
dot1xAuthSessionStatsTable(4) dot1xAuthSessionStatsEntry(1) 6 }

.1.0.8802.1.1.1.1.2.4.1.7
dot1xAuthSessionTime OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The duration of the session in seconds."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2)
dot1xAuthSessionStatsTable(4) dot1xAuthSessionStatsEntry(1) 7 }
.1.0.8802.1.1.1.1.2.4.1.8
dot1xAuthSessionTerminateCause OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
SYNTAX INTEGER {supplicantLogoff(1), portFailure(2), supplicantRestart(3),
reauthFailed(4), authControlForceUnauth(5), portReInit(6), portAdminDisabled(7),
notTerminatedYet(999)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The reason for the session termination."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2)
dot1xAuthSessionStatsTable(4) dot1xAuthSessionStatsEntry(1) 8 }

.1.0.8802.1.1.1.1.2.4.1.9
dot1xAuthSessionUserName OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
-- TEXTUAL CONVENTION SnmpAdminString
SYNTAX OCTET STRING (0..255)
DISPLAY-HINT "255a"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The User-Name representing the identity of the
Supplicant PAE."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) dot1xPaeAuthenticator(2)
dot1xAuthSessionStatsTable(4) dot1xAuthSessionStatsEntry(1) 9 }

.1.0.8802.1.1.1.1.3
dot1xPaeSupplicant OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) paeMIBObjects(1) 3 }

.1.0.8802.1.1.1.2
dot1xPaeConformance OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) 2 }

.1.0.8802.1.1.1.2.1
dot1xPaeGroups OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) dot1xPaeConformance(2) 1 }

.1.0.8802.1.1.1.2.1.1
dot1xPaeSystemGroup OBJECT-GROUP
-- FROM IEEE8021-PAE-MIB
DESCRIPTION "A collection of objects providing system information
about, and control over, a PAE."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) dot1xPaeConformance(2) dot1xPaeGroups(1) 1 }

.1.0.8802.1.1.1.2.1.2
dot1xPaeAuthConfigGroup OBJECT-GROUP
-- FROM IEEE8021-PAE-MIB
DESCRIPTION "A collection of objects providing configuration
information about an Authenticator PAE."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) dot1xPaeConformance(2) dot1xPaeGroups(1) 2 }

.1.0.8802.1.1.1.2.1.3
dot1xPaeAuthStatsGroup OBJECT-GROUP
-- FROM IEEE8021-PAE-MIB
DESCRIPTION "A collection of objects providing statistics about an
Authenticator PAE."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) dot1xPaeConformance(2) dot1xPaeGroups(1) 3 }

.1.0.8802.1.1.1.2.1.5
dot1xPaeAuthSessionStatsGroup OBJECT-GROUP
-- FROM IEEE8021-PAE-MIB
DESCRIPTION "A collection of objects providing statistics about the
current, or last session for an Authenticator PAE."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) dot1xPaeConformance(2) dot1xPaeGroups(1) 5 }

.1.0.8802.1.1.1.2.2
dot1xPaeCompliances OBJECT-TYPE
-- FROM IEEE8021-PAE-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) dot1xPaeConformance(2) 2 }

.1.0.8802.1.1.1.2.2.1
dot1xPaeCompliance MODULE-COMPLIANCE
-- FROM IEEE8021-PAE-MIB
DESCRIPTION "The compliance statement for device support of
Port Access Control."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1)
ieee8021paeMIB(1) dot1xPaeConformance(2) dot1xPaeCompliances(2) 1 }

.1.0.8802.1.1.2
lldpMIB MODULE-IDENTITY
-- FROM LLDP-MIB
DESCRIPTION "Management Information Base module for LLDP configuration,
statistics, local system data and remote systems data
components.

Copyright (C) IEEE (2005). This version of this MIB module


is published as subclause 12.1 of IEEE Std 802.1AB-2005;
see the standard itself for full legal notices."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) 2 }

.1.0.8802.1.1.2.0
lldpNotifications OBJECT-TYPE
-- FROM LLDP-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) 0 }

.1.0.8802.1.1.2.0.0
lldpNotificationPrefix OBJECT-TYPE
-- FROM LLDP-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpNotifications(0) 0 }

.1.0.8802.1.1.2.0.0.1
lldpRemTablesChange NOTIFICATION-TYPE
-- FROM LLDP-MIB
OBJECTS { lldpStatsRemTablesInserts, lldpStatsRemTablesDeletes,
lldpStatsRemTablesDrops, lldpStatsRemTablesAgeouts }
DESCRIPTION "A lldpRemTablesChange notification is sent when the value
of lldpStatsRemTableLastChangeTime changes. It can be
utilized by an NMS to trigger LLDP remote systems table
maintenance polls.

Note that transmission of lldpRemTablesChange


notifications are throttled by the agent, as specified by the
'lldpNotificationInterval' object."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpNotifications(0) lldpNotificationPrefix(0) 1 }

.1.0.8802.1.1.2.1
lldpObjects OBJECT-TYPE
-- FROM LLDP-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) 1 }

.1.0.8802.1.1.2.1.1
lldpConfiguration OBJECT-TYPE
-- FROM LLDP-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) 1 }

.1.0.8802.1.1.2.1.1.1
lldpMessageTxInterval OBJECT-TYPE
-- FROM LLDP-MIB
SYNTAX Integer32 (5..32768)
UNITS ""
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The interval at which LLDP frames are transmitted on
behalf of this LLDP agent.

The default value for lldpMessageTxInterval object is


30 seconds.

The value of this object must be restored from non-volatile


storage after a re-initialization of the management system."
DEFVAL { 30 }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpConfiguration(1) 1 }

.1.0.8802.1.1.2.1.1.2
lldpMessageTxHoldMultiplier OBJECT-TYPE
-- FROM LLDP-MIB
SYNTAX Integer32 (2..10)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The time-to-live value expressed as a multiple of the
lldpMessageTxInterval object. The actual time-to-live value
used in LLDP frames, transmitted on behalf of this LLDP agent,
can be expressed by the following formula: TTL = min(65535,
(lldpMessageTxInterval * lldpMessageTxHoldMultiplier)) For
example, if the value of lldpMessageTxInterval is '30', and
the value of lldpMessageTxHoldMultiplier is '4', then the
value '120' is encoded in the TTL field in the LLDP header.

The default value for lldpMessageTxHoldMultiplier object is 4.


The value of this object must be restored from non-volatile
storage after a re-initialization of the management system."
DEFVAL { 4 }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpConfiguration(1) 2 }

.1.0.8802.1.1.2.1.1.3
lldpReinitDelay OBJECT-TYPE
-- FROM LLDP-MIB
SYNTAX Integer32 (1..10)
UNITS ""
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The lldpReinitDelay indicates the delay (in units of
seconds) from when lldpPortConfigAdminStatus object of a
particular port becomes 'disabled' until re-initialization
will be attempted.

The default value for lldpReintDelay object is two seconds.

The value of this object must be restored from non-volatile


storage after a re-initialization of the management system."
DEFVAL { 2 }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpConfiguration(1) 3 }

.1.0.8802.1.1.2.1.1.4
lldpTxDelay OBJECT-TYPE
-- FROM LLDP-MIB
SYNTAX Integer32 (1..8192)
UNITS ""
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The lldpTxDelay indicates the delay (in units
of seconds) between successive LLDP frame transmissions
initiated by value/status changes in the LLDP local systems
MIB. The recommended value for the lldpTxDelay is set by the
following formula:

1 <= lldpTxDelay <= (0.25 * lldpMessageTxInterval)

The default value for lldpTxDelay object is two seconds.

The value of this object must be restored from non-volatile


storage after a re-initialization of the management system."
DEFVAL { 2 }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpConfiguration(1) 4 }

.1.0.8802.1.1.2.1.1.5
lldpNotificationInterval OBJECT-TYPE
-- FROM LLDP-MIB
SYNTAX Integer32 (5..3600)
UNITS ""
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This object controls the transmission of LLDP notifications.
the agent must not generate more than one lldpRemTablesChange
notification-event in the indicated period, where a
'notification-event' is the transmission of a single
notification PDU type to a list of notification destinations.
If additional changes in lldpRemoteSystemsData object
groups occur within the indicated throttling period,
then these trap- events must be suppressed by the
agent. An NMS should periodically check the value of
lldpStatsRemTableLastChangeTime to detect any missed
lldpRemTablesChange notification-events, e.g. due to
throttling or transmission loss.

If notification transmission is enabled for particular ports,


the suggested default throttling period is 5 seconds.

The value of this object must be restored from non-volatile


storage after a re-initialization of the management system."
DEFVAL { 5 }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpConfiguration(1) 5 }

.1.0.8802.1.1.2.1.1.6
lldpPortConfigTable OBJECT-TYPE
-- FROM LLDP-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The table that controls LLDP frame transmission on individual
ports."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpConfiguration(1) 6 }

.1.0.8802.1.1.2.1.1.6.1
lldpPortConfigEntry OBJECT-TYPE
-- FROM LLDP-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { lldpPortConfigPortNum }
DESCRIPTION "LLDP configuration information for a particular port.
This configuration parameter controls the transmission and
the reception of LLDP frames on those ports whose rows are
created in this table."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpConfiguration(1) lldpPortConfigTable(6) 1 }

.1.0.8802.1.1.2.1.1.6.1.1
lldpPortConfigPortNum OBJECT-TYPE
-- FROM LLDP-MIB
-- TEXTUAL CONVENTION LldpPortNumber
SYNTAX Integer32 (1..4096)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The index value used to identify the port component
(contained in the local chassis with the LLDP agent)
associated with this entry.

The value of this object is used as a port index to the


lldpPortConfigTable."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpConfiguration(1) lldpPortConfigTable(6) lldpPortConfigEntry(1) 1
}

.1.0.8802.1.1.2.1.1.6.1.2
lldpPortConfigAdminStatus OBJECT-TYPE
-- FROM LLDP-MIB
SYNTAX INTEGER {txOnly(1), rxOnly(2), txAndRx(3), disabled(4)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The administratively desired status of the local LLDP agent.

If the associated lldpPortConfigAdminStatus object has a


value of 'txOnly(1)', then LLDP agent will transmit LLDP
frames on this port and it will not store any information
about the remote systems connected.

If the associated lldpPortConfigAdminStatus object has a


value of 'rxOnly(2)', then the LLDP agent will receive,
but it will not transmit LLDP frames on this port.

If the associated lldpPortConfigAdminStatus object has a


value of 'txAndRx(3)', then the LLDP agent will transmit
and receive LLDP frames on this port.

If the associated lldpPortConfigAdminStatus object has a


value of 'disabled(4)', then LLDP agent will not transmit or
receive LLDP frames on this port. If there is remote systems
information which is received on this port and stored in
other tables, before the port's lldpPortConfigAdminStatus
becomes disabled, then the information will naturally age out."
DEFVAL { txAndRx }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpConfiguration(1) lldpPortConfigTable(6) lldpPortConfigEntry(1) 2
}

.1.0.8802.1.1.2.1.1.6.1.3
lldpPortConfigNotificationEnable OBJECT-TYPE
-- FROM LLDP-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The lldpPortConfigNotificationEnable controls, on a per
port basis, whether or not notifications from the agent
are enabled. The value true(1) means that notifications are
enabled; the value false(2) means that they are not."
DEFVAL { false }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpConfiguration(1) lldpPortConfigTable(6) lldpPortConfigEntry(1) 3
}

.1.0.8802.1.1.2.1.1.6.1.4
lldpPortConfigTLVsTxEnable OBJECT-TYPE
-- FROM LLDP-MIB
SYNTAX BITS {portDesc(0), sysName(1), sysDesc(2), sysCap(3)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The lldpPortConfigTLVsTxEnable, defined as a bitmap,
includes the basic set of LLDP TLVs whose transmission is
allowed on the local LLDP agent by the network management.
Each bit in the bitmap corresponds to a TLV type associated
with a specific optional TLV.

It should be noted that the organizationally-specific TLVs


are excluded from the lldpTLVsTxEnable bitmap.

LLDP Organization Specific Information Extension MIBs should


have similar configuration object to control transmission
of their organizationally defined TLVs.

The bit 'portDesc(0)' indicates that LLDP agent should


transmit 'Port Description TLV'.

The bit 'sysName(1)' indicates that LLDP agent should transmit


'System Name TLV'.

The bit 'sysDesc(2)' indicates that LLDP agent should transmit


'System Description TLV'.

The bit 'sysCap(3)' indicates that LLDP agent should transmit


'System Capabilities TLV'.

There is no bit reserved for the management address TLV type


since transmission of management address TLVs are controlled
by another object, lldpConfigManAddrTable.

The default value for lldpPortConfigTLVsTxEnable object is


empty set, which means no enumerated values are set.

The value of this object must be restored from non-volatile


storage after a re-initialization of the management system."
DEFVAL { { } }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpConfiguration(1) lldpPortConfigTable(6) lldpPortConfigEntry(1) 4
}

.1.0.8802.1.1.2.1.1.7
lldpConfigManAddrTable OBJECT-TYPE
-- FROM LLDP-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The table that controls selection of LLDP management address
TLV instances to be transmitted on individual ports."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpConfiguration(1) 7 }

.1.0.8802.1.1.2.1.1.7.1
lldpConfigManAddrEntry OBJECT-TYPE
-- FROM LLDP-MIB
MAX-ACCESS not-accessible
STATUS current
AUGMENTS { lldpLocManAddrEntry }
DESCRIPTION "LLDP configuration information that specifies the set
of ports (represented as a PortList) on which the local
system management address instance will be transmitted.

This configuration object augments the lldpLocManAddrEntry,


therefore it is only present along with the management
address instance contained in the associated
lldpLocManAddrEntry entry.

Each active lldpConfigManAddrEntry must be restored from


non-volatile and re-created (along with the corresponding
lldpLocManAddrEntry) after a re-initialization of the
management system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpConfiguration(1) lldpConfigManAddrTable(7) 1 }

.1.0.8802.1.1.2.1.1.7.1.1
lldpConfigManAddrPortsTxEnable OBJECT-TYPE
-- FROM LLDP-MIB
-- TEXTUAL CONVENTION LldpPortList
SYNTAX OCTET STRING (0..512)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "A set of ports that are identified by a PortList, in which
each port is represented as a bit. The corresponding local
system management address instance will be transmitted on the
member ports of the lldpManAddrPortsTxEnable.

The default value for lldpConfigManAddrPortsTxEnable object


is empty binary string, which means no ports are specified
for advertising indicated management address instance."
DEFVAL { 0 }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpConfiguration(1) lldpConfigManAddrTable(7)
lldpConfigManAddrEntry(1) 1 }

.1.0.8802.1.1.2.1.2
lldpStatistics OBJECT-TYPE
-- FROM LLDP-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) 2 }

.1.0.8802.1.1.2.1.2.1
lldpStatsRemTablesLastChangeTime OBJECT-TYPE
-- FROM LLDP-MIB
-- TEXTUAL CONVENTION TimeStamp
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The value of sysUpTime object (defined in IETF RFC 3418)
at the time an entry is created, modified, or deleted in the
in tables associated with the lldpRemoteSystemsData objects
and all LLDP extension objects associated with remote systems.

An NMS can use this object to reduce polling of the


lldpRemoteSystemsData objects."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpStatistics(2) 1 }

.1.0.8802.1.1.2.1.2.2
lldpStatsRemTablesInserts OBJECT-TYPE
-- FROM LLDP-MIB
-- TEXTUAL CONVENTION ZeroBasedCounter32
SYNTAX Gauge32
UNITS ""
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of times the complete set of information
advertised by a particular MSAP has been inserted into tables
contained in lldpRemoteSystemsData and lldpExtensions objects.

The complete set of information received from a particular


MSAP should be inserted into related tables. If partial
information cannot be inserted for a reason such as lack
of resources, all of the complete set of information should
be removed.

This counter should be incremented only once after the


complete set of information is successfully recorded
in all related tables. Any failures during inserting
information set which result in deletion of previously
inserted information should not trigger any changes in
lldpStatsRemTablesInserts since the insert is not completed
yet or or in lldpStatsRemTablesDeletes, since the deletion
would only be a partial deletion. If the failure was the
result of lack of resources, the lldpStatsRemTablesDrops
counter should be incremented once."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpStatistics(2) 2 }

.1.0.8802.1.1.2.1.2.3
lldpStatsRemTablesDeletes OBJECT-TYPE
-- FROM LLDP-MIB
-- TEXTUAL CONVENTION ZeroBasedCounter32
SYNTAX Gauge32
UNITS ""
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of times the complete set of information
advertised by a particular MSAP has been deleted from
tables contained in lldpRemoteSystemsData and lldpExtensions
objects.

This counter should be incremented only once when the


complete set of information is completely deleted from all
related tables. Partial deletions, such as deletion of
rows associated with a particular MSAP from some tables,
but not from all tables are not allowed, thus should not
change the value of this counter."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpStatistics(2) 3 }

.1.0.8802.1.1.2.1.2.4
lldpStatsRemTablesDrops OBJECT-TYPE
-- FROM LLDP-MIB
-- TEXTUAL CONVENTION ZeroBasedCounter32
SYNTAX Gauge32
UNITS ""
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of times the complete set of information
advertised by a particular MSAP could not be entered into
tables contained in lldpRemoteSystemsData and lldpExtensions
objects because of insufficient resources."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpStatistics(2) 4 }

.1.0.8802.1.1.2.1.2.5
lldpStatsRemTablesAgeouts OBJECT-TYPE
-- FROM LLDP-MIB
-- TEXTUAL CONVENTION ZeroBasedCounter32
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of times the complete set of information
advertised by a particular MSAP has been deleted from tables
contained in lldpRemoteSystemsData and lldpExtensions objects
because the information timeliness interval has expired.

This counter should be incremented only once when the complete


set of information is completely invalidated (aged out)
from all related tables. Partial aging, similar to deletion
case, is not allowed, and thus, should not change the value
of this counter."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpStatistics(2) 5 }

.1.0.8802.1.1.2.1.2.6
lldpStatsTxPortTable OBJECT-TYPE
-- FROM LLDP-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table containing LLDP transmission statistics for
individual ports. Entries are not required to exist in
this table while the lldpPortConfigEntry object is equal to
'disabled(4)'."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpStatistics(2) 6 }

.1.0.8802.1.1.2.1.2.6.1
lldpStatsTxPortEntry OBJECT-TYPE
-- FROM LLDP-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { lldpStatsTxPortNum }
DESCRIPTION "LLDP frame transmission statistics for a particular port.
The port must be contained in the same chassis as the
LLDP agent.

All counter values in a particular entry shall be


maintained on a continuing basis and shall not be deleted
upon expiration of rxInfoTTL timing counters in the LLDP
remote systems MIB of the receipt of a shutdown frame from
a remote LLDP agent.

All statistical counters associated with a particular


port on the local LLDP agent become frozen whenever the
adminStatus is disabled for the same port."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpStatistics(2) lldpStatsTxPortTable(6) 1 }

.1.0.8802.1.1.2.1.2.6.1.1
lldpStatsTxPortNum OBJECT-TYPE
-- FROM LLDP-MIB
-- TEXTUAL CONVENTION LldpPortNumber
SYNTAX Integer32 (1..4096)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The index value used to identify the port component
(contained in the local chassis with the LLDP agent)
associated with this entry.

The value of this object is used as a port index to the


lldpStatsTable."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpStatistics(2) lldpStatsTxPortTable(6) lldpStatsTxPortEntry(1)
1 }

.1.0.8802.1.1.2.1.2.6.1.2
lldpStatsTxPortFramesTotal OBJECT-TYPE
-- FROM LLDP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of LLDP frames transmitted by this LLDP agent
on the indicated port."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpStatistics(2) lldpStatsTxPortTable(6) lldpStatsTxPortEntry(1)
2 }

.1.0.8802.1.1.2.1.2.7
lldpStatsRxPortTable OBJECT-TYPE
-- FROM LLDP-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table containing LLDP reception statistics for individual
ports. Entries are not required to exist in this table while
the lldpPortConfigEntry object is equal to 'disabled(4)'."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpStatistics(2) 7 }

.1.0.8802.1.1.2.1.2.7.1
lldpStatsRxPortEntry OBJECT-TYPE
-- FROM LLDP-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { lldpStatsRxPortNum }
DESCRIPTION "LLDP frame reception statistics for a particular port.
The port must be contained in the same chassis as the
LLDP agent.

All counter values in a particular entry shall be


maintained on a continuing basis and shall not be deleted
upon expiration of rxInfoTTL timing counters in the LLDP
remote systems MIB of the receipt of a shutdown frame from
a remote LLDP agent.

All statistical counters associated with a particular


port on the local LLDP agent become frozen whenever the
adminStatus is disabled for the same port."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpStatistics(2) lldpStatsRxPortTable(7) 1 }

.1.0.8802.1.1.2.1.2.7.1.1
lldpStatsRxPortNum OBJECT-TYPE
-- FROM LLDP-MIB
-- TEXTUAL CONVENTION LldpPortNumber
SYNTAX Integer32 (1..4096)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The index value used to identify the port component
(contained in the local chassis with the LLDP agent)
associated with this entry.

The value of this object is used as a port index to the


lldpStatsTable."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpStatistics(2) lldpStatsRxPortTable(7) lldpStatsRxPortEntry(1)
1 }

.1.0.8802.1.1.2.1.2.7.1.2
lldpStatsRxPortFramesDiscardedTotal OBJECT-TYPE
-- FROM LLDP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of LLDP frames received by this LLDP agent on
the indicated port, and then discarded for any reason.
This counter can provide an indication that LLDP header
formating problems may exist with the local LLDP agent in
the sending system or that LLDPDU validation problems may
exist with the local LLDP agent in the receiving system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpStatistics(2) lldpStatsRxPortTable(7) lldpStatsRxPortEntry(1)
2 }

.1.0.8802.1.1.2.1.2.7.1.3
lldpStatsRxPortFramesErrors OBJECT-TYPE
-- FROM LLDP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of invalid LLDP frames received by this LLDP
agent on the indicated port, while this LLDP agent is enabled."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpStatistics(2) lldpStatsRxPortTable(7) lldpStatsRxPortEntry(1)
3 }

.1.0.8802.1.1.2.1.2.7.1.4
lldpStatsRxPortFramesTotal OBJECT-TYPE
-- FROM LLDP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of valid LLDP frames received by this LLDP agent
on the indicated port, while this LLDP agent is enabled."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpStatistics(2) lldpStatsRxPortTable(7) lldpStatsRxPortEntry(1)
4 }
.1.0.8802.1.1.2.1.2.7.1.5
lldpStatsRxPortTLVsDiscardedTotal OBJECT-TYPE
-- FROM LLDP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of LLDP TLVs discarded for any reason by this LLDP
agent on the indicated port."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpStatistics(2) lldpStatsRxPortTable(7) lldpStatsRxPortEntry(1)
5 }

.1.0.8802.1.1.2.1.2.7.1.6
lldpStatsRxPortTLVsUnrecognizedTotal OBJECT-TYPE
-- FROM LLDP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of LLDP TLVs received on the given port that
are not recognized by this LLDP agent on the indicated port.

An unrecognized TLV is referred to as the TLV whose type value


is in the range of reserved TLV types (000 1001 - 111 1110)
in Table 9.1 of IEEE Std 802.1AB-2005. An unrecognized
TLV may be a basic management TLV from a later LLDP version."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpStatistics(2) lldpStatsRxPortTable(7) lldpStatsRxPortEntry(1)
6 }

.1.0.8802.1.1.2.1.2.7.1.7
lldpStatsRxPortAgeoutsTotal OBJECT-TYPE
-- FROM LLDP-MIB
-- TEXTUAL CONVENTION ZeroBasedCounter32
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The counter that represents the number of age-outs that
occurred on a given port. An age-out is the number of
times the complete set of information advertised by a
particular MSAP has been deleted from tables contained in
lldpRemoteSystemsData and lldpExtensions objects because
the information timeliness interval has expired.

This counter is similar to lldpStatsRemTablesAgeouts, except


that the counter is on a per port basis. This enables NMS to
poll tables associated with the lldpRemoteSystemsData objects
and all LLDP extension objects associated with remote systems
on the indicated port only.

This counter should be set to zero during agent initialization


and its value should not be saved in non-volatile storage.
When a port's admin status changes from 'disabled' to
'rxOnly', 'txOnly' or 'txAndRx', the counter associated with
the same port should reset to 0. The agent should also flush
all remote system information associated with the same port.

This counter should be incremented only once when the


complete set of information is invalidated (aged out) from
all related tables on a particular port. Partial aging
is not allowed, and thus, should not change the value of
this counter."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpStatistics(2) lldpStatsRxPortTable(7) lldpStatsRxPortEntry(1)
7 }

.1.0.8802.1.1.2.1.3
lldpLocalSystemData OBJECT-TYPE
-- FROM LLDP-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) 3 }

.1.0.8802.1.1.2.1.3.1
lldpLocChassisIdSubtype OBJECT-TYPE
-- FROM LLDP-MIB
-- TEXTUAL CONVENTION LldpChassisIdSubtype
SYNTAX INTEGER {chassisComponent(1), interfaceAlias(2), portComponent(3),
macAddress(4), networkAddress(5), interfaceName(6), local(7)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The type of encoding used to identify the chassis
associated with the local system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpLocalSystemData(3) 1 }

.1.0.8802.1.1.2.1.3.2
lldpLocChassisId OBJECT-TYPE
-- FROM LLDP-MIB
-- TEXTUAL CONVENTION LldpChassisId
SYNTAX OCTET STRING (1..255)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The string value used to identify the chassis component
associated with the local system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpLocalSystemData(3) 2 }

.1.0.8802.1.1.2.1.3.3
lldpLocSysName OBJECT-TYPE
-- FROM LLDP-MIB
-- TEXTUAL CONVENTION SnmpAdminString
SYNTAX OCTET STRING (0..255)
DISPLAY-HINT "255a"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The string value used to identify the system name of the
local system. If the local agent supports IETF RFC 3418,
lldpLocSysName object should have the same value of sysName
object."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpLocalSystemData(3) 3 }

.1.0.8802.1.1.2.1.3.4
lldpLocSysDesc OBJECT-TYPE
-- FROM LLDP-MIB
-- TEXTUAL CONVENTION SnmpAdminString
SYNTAX OCTET STRING (0..255)
DISPLAY-HINT "255a"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The string value used to identify the system description
of the local system. If the local agent supports IETF RFC 3418,
lldpLocSysDesc object should have the same value of sysDesc
object."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpLocalSystemData(3) 4 }

.1.0.8802.1.1.2.1.3.5
lldpLocSysCapSupported OBJECT-TYPE
-- FROM LLDP-MIB
-- TEXTUAL CONVENTION LldpSystemCapabilitiesMap
SYNTAX BITS {other(0), repeater(1), bridge(2), wlanAccessPoint(3), router(4),
telephone(5), docsisCableDevice(6), stationOnly(7)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The bitmap value used to identify which system capabilities
are supported on the local system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpLocalSystemData(3) 5 }

.1.0.8802.1.1.2.1.3.6
lldpLocSysCapEnabled OBJECT-TYPE
-- FROM LLDP-MIB
-- TEXTUAL CONVENTION LldpSystemCapabilitiesMap
SYNTAX BITS {other(0), repeater(1), bridge(2), wlanAccessPoint(3), router(4),
telephone(5), docsisCableDevice(6), stationOnly(7)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The bitmap value used to identify which system capabilities
are enabled on the local system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpLocalSystemData(3) 6 }

.1.0.8802.1.1.2.1.3.7
lldpLocPortTable OBJECT-TYPE
-- FROM LLDP-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table contains one or more rows per port information
associated with the local system known to this agent."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpLocalSystemData(3) 7 }

.1.0.8802.1.1.2.1.3.7.1
lldpLocPortEntry OBJECT-TYPE
-- FROM LLDP-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { lldpLocPortNum }
DESCRIPTION "Information about a particular port component.

Entries may be created and deleted in this table by the


agent."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpLocalSystemData(3) lldpLocPortTable(7) 1 }

.1.0.8802.1.1.2.1.3.7.1.1
lldpLocPortNum OBJECT-TYPE
-- FROM LLDP-MIB
-- TEXTUAL CONVENTION LldpPortNumber
SYNTAX Integer32 (1..4096)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The index value used to identify the port component
(contained in the local chassis with the LLDP agent)
associated with this entry.

The value of this object is used as a port index to the


lldpLocPortTable."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpLocalSystemData(3) lldpLocPortTable(7) lldpLocPortEntry(1) 1 }

.1.0.8802.1.1.2.1.3.7.1.2
lldpLocPortIdSubtype OBJECT-TYPE
-- FROM LLDP-MIB
-- TEXTUAL CONVENTION LldpPortIdSubtype
SYNTAX INTEGER {interfaceAlias(1), portComponent(2), macAddress(3),
networkAddress(4), interfaceName(5), agentCircuitId(6), local(7)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The type of port identifier encoding used in the associated
'lldpLocPortId' object."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpLocalSystemData(3) lldpLocPortTable(7) lldpLocPortEntry(1) 2 }

.1.0.8802.1.1.2.1.3.7.1.3
lldpLocPortId OBJECT-TYPE
-- FROM LLDP-MIB
-- TEXTUAL CONVENTION LldpPortId
SYNTAX OCTET STRING (1..255)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The string value used to identify the port component
associated with a given port in the local system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpLocalSystemData(3) lldpLocPortTable(7) lldpLocPortEntry(1) 3 }

.1.0.8802.1.1.2.1.3.7.1.4
lldpLocPortDesc OBJECT-TYPE
-- FROM LLDP-MIB
-- TEXTUAL CONVENTION SnmpAdminString
SYNTAX OCTET STRING (0..255)
DISPLAY-HINT "255a"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The string value used to identify the IEEE 802 LAN station's
port
description associated with the local system. If the local
agent supports IETF RFC 2863, lldpLocPortDesc object should
have the same value of ifDescr object."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpLocalSystemData(3) lldpLocPortTable(7) lldpLocPortEntry(1) 4 }

.1.0.8802.1.1.2.1.3.8
lldpLocManAddrTable OBJECT-TYPE
-- FROM LLDP-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table contains management address information on the
local system known to this agent."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpLocalSystemData(3) 8 }

.1.0.8802.1.1.2.1.3.8.1
lldpLocManAddrEntry OBJECT-TYPE
-- FROM LLDP-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { lldpLocManAddrSubtype, lldpLocManAddr }
DESCRIPTION "Management address information about a particular chassis
component. There may be multiple management addresses
configured on the system identified by a particular
lldpLocChassisId. Each management address should have
distinct 'management address type' (lldpLocManAddrSubtype) and
'management address' (lldpLocManAddr.)

Entries may be created and deleted in this table by the


agent."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpLocalSystemData(3) lldpLocManAddrTable(8) 1 }

.1.0.8802.1.1.2.1.3.8.1.1
lldpLocManAddrSubtype OBJECT-TYPE
-- FROM LLDP-MIB
-- TEXTUAL CONVENTION AddressFamilyNumbers
SYNTAX INTEGER {other(0), ipV4(1), ipV6(2), nsap(3), hdlc(4), bbn1822(5),
all802(6), e163(7), e164(8), f69(9), x121(10), ipx(11), appleTalk(12),
decnetIV(13), banyanVines(14), e164withNsap(15), dns(16), distinguishedName(17),
asNumber(18), xtpOverIpv4(19), xtpOverIpv6(20), xtpNativeModeXTP(21),
fibreChannelWWPN(22), fibreChannelWWNN(23), gwid(24), reserved(65535)}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The type of management address identifier encoding used in
the associated 'lldpLocManagmentAddr' object."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpLocalSystemData(3) lldpLocManAddrTable(8) lldpLocManAddrEntry(1)
1 }

.1.0.8802.1.1.2.1.3.8.1.2
lldpLocManAddr OBJECT-TYPE
-- FROM LLDP-MIB
-- TEXTUAL CONVENTION LldpManAddress
SYNTAX OCTET STRING (1..31)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The string value used to identify the management address
component associated with the local system. The purpose of
this address is to contact the management entity."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpLocalSystemData(3) lldpLocManAddrTable(8) lldpLocManAddrEntry(1)
2 }

.1.0.8802.1.1.2.1.3.8.1.3
lldpLocManAddrLen OBJECT-TYPE
-- FROM LLDP-MIB
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total length of the management address subtype and the
management address fields in LLDPDUs transmitted by the
local LLDP agent.

The management address length field is needed so that the


receiving systems that do not implement SNMP will not be
required to implement an iana family numbers/address length
equivalency table in order to decode the management adress."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpLocalSystemData(3) lldpLocManAddrTable(8) lldpLocManAddrEntry(1)
3 }

.1.0.8802.1.1.2.1.3.8.1.4
lldpLocManAddrIfSubtype OBJECT-TYPE
-- FROM LLDP-MIB
-- TEXTUAL CONVENTION LldpManAddrIfSubtype
SYNTAX INTEGER {unknown(1), ifIndex(2), systemPortNumber(3)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The enumeration value that identifies the interface numbering
method used for defining the interface number, associated
with the local system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpLocalSystemData(3) lldpLocManAddrTable(8) lldpLocManAddrEntry(1)
4 }

.1.0.8802.1.1.2.1.3.8.1.5
lldpLocManAddrIfId OBJECT-TYPE
-- FROM LLDP-MIB
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The integer value used to identify the interface number
regarding the management address component associated with
the local system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpLocalSystemData(3) lldpLocManAddrTable(8) lldpLocManAddrEntry(1)
5 }

.1.0.8802.1.1.2.1.3.8.1.6
lldpLocManAddrOID OBJECT-TYPE
-- FROM LLDP-MIB
SYNTAX OBJECT IDENTIFIER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The OID value used to identify the type of hardware component
or protocol entity associated with the management address
advertised by the local system agent."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpLocalSystemData(3) lldpLocManAddrTable(8) lldpLocManAddrEntry(1)
6 }

.1.0.8802.1.1.2.1.4
lldpRemoteSystemsData OBJECT-TYPE
-- FROM LLDP-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) 4 }

.1.0.8802.1.1.2.1.4.1
lldpRemTable OBJECT-TYPE
-- FROM LLDP-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table contains one or more rows per physical network
connection known to this agent. The agent may wish to ensure
that only one lldpRemEntry is present for each local port,
or it may choose to maintain multiple lldpRemEntries for
the same local port.

The following procedure may be used to retrieve remote


systems information updates from an LLDP agent:

1. NMS polls all tables associated with remote systems


and keeps a local copy of the information retrieved.
NMS polls periodically the values of the following
objects:
a. lldpStatsRemTablesInserts
b. lldpStatsRemTablesDeletes
c. lldpStatsRemTablesDrops
d. lldpStatsRemTablesAgeouts
e. lldpStatsRxPortAgeoutsTotal for all ports.

2. LLDP agent updates remote systems MIB objects, and


sends out notifications to a list of notification
destinations.

3. NMS receives the notifications and compares the new


values of objects listed in step 1.

Periodically, NMS should poll the object


lldpStatsRemTablesLastChangeTime to find out if anything
has changed since the last poll. if something has
changed, NMS will poll the objects listed in step 1 to
figure out what kind of changes occurred in the tables.

if value of lldpStatsRemTablesInserts has changed,


then NMS will walk all tables by employing TimeFilter
with the last-polled time value. This request will
return new objects or objects whose values are updated
since the last poll.

if value of lldpStatsRemTablesAgeouts has changed,


then NMS will walk the lldpStatsRxPortAgeoutsTotal and
compare the new values with previously recorded ones.
For ports whose lldpStatsRxPortAgeoutsTotal value is
greater than the recorded value, NMS will have to
retrieve objects associated with those ports from
table(s) without employing a TimeFilter (which is
performed by specifying 0 for the TimeFilter.)

lldpStatsRemTablesDeletes and lldpStatsRemTablesDrops


objects are provided for informational purposes."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpRemoteSystemsData(4) 1 }
.1.0.8802.1.1.2.1.4.1.1
lldpRemEntry OBJECT-TYPE
-- FROM LLDP-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { lldpRemTimeMark, lldpRemLocalPortNum, lldpRemIndex }
DESCRIPTION "Information about a particular physical network connection.
Entries may be created and deleted in this table by the agent,
if a physical topology discovery process is active."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpRemoteSystemsData(4) lldpRemTable(1) 1 }

.1.0.8802.1.1.2.1.4.1.1.1
lldpRemTimeMark OBJECT-TYPE
-- FROM LLDP-MIB
-- TEXTUAL CONVENTION TimeFilter
SYNTAX TimeTicks
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A TimeFilter for this entry. See the TimeFilter textual
convention in IETF RFC 2021 and
http://www.ietf.org/IESG/Implementations/RFC2021-Implementation.txt
to see how TimeFilter works."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpRemoteSystemsData(4) lldpRemTable(1) lldpRemEntry(1) 1 }

.1.0.8802.1.1.2.1.4.1.1.2
lldpRemLocalPortNum OBJECT-TYPE
-- FROM LLDP-MIB
-- TEXTUAL CONVENTION LldpPortNumber
SYNTAX Integer32 (1..4096)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The index value used to identify the port component
(contained in the local chassis with the LLDP agent)
associated with this entry. The lldpRemLocalPortNum
identifies the port on which the remote system information
is received.

The value of this object is used as a port index to the


lldpRemTable."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpRemoteSystemsData(4) lldpRemTable(1) lldpRemEntry(1) 2 }

.1.0.8802.1.1.2.1.4.1.1.3
lldpRemIndex OBJECT-TYPE
-- FROM LLDP-MIB
SYNTAX Integer32 (1..2147483647)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This object represents an arbitrary local integer value used
by this agent to identify a particular connection instance,
unique only for the indicated remote system.

An agent is encouraged to assign monotonically increasing


index values to new entries, starting with one, after each
reboot. It is considered unlikely that the lldpRemIndex
will wrap between reboots."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpRemoteSystemsData(4) lldpRemTable(1) lldpRemEntry(1) 3 }

.1.0.8802.1.1.2.1.4.1.1.4
lldpRemChassisIdSubtype OBJECT-TYPE
-- FROM LLDP-MIB
-- TEXTUAL CONVENTION LldpChassisIdSubtype
SYNTAX INTEGER {chassisComponent(1), interfaceAlias(2), portComponent(3),
macAddress(4), networkAddress(5), interfaceName(6), local(7)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The type of encoding used to identify the chassis associated
with the remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpRemoteSystemsData(4) lldpRemTable(1) lldpRemEntry(1) 4 }

.1.0.8802.1.1.2.1.4.1.1.5
lldpRemChassisId OBJECT-TYPE
-- FROM LLDP-MIB
-- TEXTUAL CONVENTION LldpChassisId
SYNTAX OCTET STRING (1..255)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The string value used to identify the chassis component
associated with the remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpRemoteSystemsData(4) lldpRemTable(1) lldpRemEntry(1) 5 }

.1.0.8802.1.1.2.1.4.1.1.6
lldpRemPortIdSubtype OBJECT-TYPE
-- FROM LLDP-MIB
-- TEXTUAL CONVENTION LldpPortIdSubtype
SYNTAX INTEGER {interfaceAlias(1), portComponent(2), macAddress(3),
networkAddress(4), interfaceName(5), agentCircuitId(6), local(7)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The type of port identifier encoding used in the associated
'lldpRemPortId' object."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpRemoteSystemsData(4) lldpRemTable(1) lldpRemEntry(1) 6 }

.1.0.8802.1.1.2.1.4.1.1.7
lldpRemPortId OBJECT-TYPE
-- FROM LLDP-MIB
-- TEXTUAL CONVENTION LldpPortId
SYNTAX OCTET STRING (1..255)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The string value used to identify the port component
associated with the remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpRemoteSystemsData(4) lldpRemTable(1) lldpRemEntry(1) 7 }

.1.0.8802.1.1.2.1.4.1.1.8
lldpRemPortDesc OBJECT-TYPE
-- FROM LLDP-MIB
-- TEXTUAL CONVENTION SnmpAdminString
SYNTAX OCTET STRING (0..255)
DISPLAY-HINT "255a"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The string value used to identify the description of
the given port associated with the remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpRemoteSystemsData(4) lldpRemTable(1) lldpRemEntry(1) 8 }

.1.0.8802.1.1.2.1.4.1.1.9
lldpRemSysName OBJECT-TYPE
-- FROM LLDP-MIB
-- TEXTUAL CONVENTION SnmpAdminString
SYNTAX OCTET STRING (0..255)
DISPLAY-HINT "255a"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The string value used to identify the system name of the
remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpRemoteSystemsData(4) lldpRemTable(1) lldpRemEntry(1) 9 }

.1.0.8802.1.1.2.1.4.1.1.10
lldpRemSysDesc OBJECT-TYPE
-- FROM LLDP-MIB
-- TEXTUAL CONVENTION SnmpAdminString
SYNTAX OCTET STRING (0..255)
DISPLAY-HINT "255a"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The string value used to identify the system description
of the remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpRemoteSystemsData(4) lldpRemTable(1) lldpRemEntry(1) 10 }

.1.0.8802.1.1.2.1.4.1.1.11
lldpRemSysCapSupported OBJECT-TYPE
-- FROM LLDP-MIB
-- TEXTUAL CONVENTION LldpSystemCapabilitiesMap
SYNTAX BITS {other(0), repeater(1), bridge(2), wlanAccessPoint(3), router(4),
telephone(5), docsisCableDevice(6), stationOnly(7)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The bitmap value used to identify which system capabilities
are supported on the remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpRemoteSystemsData(4) lldpRemTable(1) lldpRemEntry(1) 11 }

.1.0.8802.1.1.2.1.4.1.1.12
lldpRemSysCapEnabled OBJECT-TYPE
-- FROM LLDP-MIB
-- TEXTUAL CONVENTION LldpSystemCapabilitiesMap
SYNTAX BITS {other(0), repeater(1), bridge(2), wlanAccessPoint(3), router(4),
telephone(5), docsisCableDevice(6), stationOnly(7)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The bitmap value used to identify which system capabilities
are enabled on the remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpRemoteSystemsData(4) lldpRemTable(1) lldpRemEntry(1) 12 }
.1.0.8802.1.1.2.1.4.2
lldpRemManAddrTable OBJECT-TYPE
-- FROM LLDP-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table contains one or more rows per management address
information on the remote system learned on a particular port
contained in the local chassis known to this agent."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpRemoteSystemsData(4) 2 }

.1.0.8802.1.1.2.1.4.2.1
lldpRemManAddrEntry OBJECT-TYPE
-- FROM LLDP-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { lldpRemTimeMark, lldpRemLocalPortNum, lldpRemIndex,
lldpRemManAddrSubtype, lldpRemManAddr }
DESCRIPTION "Management address information about a particular chassis
component. There may be multiple management addresses
configured on the remote system identified by a particular
lldpRemIndex whose information is received on
lldpRemLocalPortNum of the local system. Each management
address should have distinct 'management address
type' (lldpRemManAddrSubtype) and 'management address'
(lldpRemManAddr.)

Entries may be created and deleted in this table by the


agent."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpRemoteSystemsData(4) lldpRemManAddrTable(2) 1 }

.1.0.8802.1.1.2.1.4.2.1.1
lldpRemManAddrSubtype OBJECT-TYPE
-- FROM LLDP-MIB
-- TEXTUAL CONVENTION AddressFamilyNumbers
SYNTAX INTEGER {other(0), ipV4(1), ipV6(2), nsap(3), hdlc(4), bbn1822(5),
all802(6), e163(7), e164(8), f69(9), x121(10), ipx(11), appleTalk(12),
decnetIV(13), banyanVines(14), e164withNsap(15), dns(16), distinguishedName(17),
asNumber(18), xtpOverIpv4(19), xtpOverIpv6(20), xtpNativeModeXTP(21),
fibreChannelWWPN(22), fibreChannelWWNN(23), gwid(24), reserved(65535)}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The type of management address identifier encoding used in
the associated 'lldpRemManagmentAddr' object."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpRemoteSystemsData(4) lldpRemManAddrTable(2)
lldpRemManAddrEntry(1) 1 }

.1.0.8802.1.1.2.1.4.2.1.2
lldpRemManAddr OBJECT-TYPE
-- FROM LLDP-MIB
-- TEXTUAL CONVENTION LldpManAddress
SYNTAX OCTET STRING (1..31)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The string value used to identify the management address
component associated with the remote system. The purpose
of this address is to contact the management entity."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpRemoteSystemsData(4) lldpRemManAddrTable(2)
lldpRemManAddrEntry(1) 2 }

.1.0.8802.1.1.2.1.4.2.1.3
lldpRemManAddrIfSubtype OBJECT-TYPE
-- FROM LLDP-MIB
-- TEXTUAL CONVENTION LldpManAddrIfSubtype
SYNTAX INTEGER {unknown(1), ifIndex(2), systemPortNumber(3)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The enumeration value that identifies the interface numbering
method used for defining the interface number, associated
with the remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpRemoteSystemsData(4) lldpRemManAddrTable(2)
lldpRemManAddrEntry(1) 3 }

.1.0.8802.1.1.2.1.4.2.1.4
lldpRemManAddrIfId OBJECT-TYPE
-- FROM LLDP-MIB
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The integer value used to identify the interface number
regarding the management address component associated with
the remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpRemoteSystemsData(4) lldpRemManAddrTable(2)
lldpRemManAddrEntry(1) 4 }

.1.0.8802.1.1.2.1.4.2.1.5
lldpRemManAddrOID OBJECT-TYPE
-- FROM LLDP-MIB
SYNTAX OBJECT IDENTIFIER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The OID value used to identify the type of hardware component
or protocol entity associated with the management address
advertised by the remote system agent."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpRemoteSystemsData(4) lldpRemManAddrTable(2)
lldpRemManAddrEntry(1) 5 }

.1.0.8802.1.1.2.1.4.3
lldpRemUnknownTLVTable OBJECT-TYPE
-- FROM LLDP-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table contains information about an incoming TLV which
is not recognized by the receiving LLDP agent. The TLV may
be from a later version of the basic management set.

This table should only contain TLVs that are found in


a single LLDP frame. Entries in this table, associated
with an MAC service access point (MSAP, the access point
for MAC services provided to the LCC sublayer, defined
in IEEE 100, which is also identified with a particular
lldpRemLocalPortNum, lldpRemIndex pair) are overwritten with
most recently received unrecognized TLV from the same MSAP,
or they will naturally age out when the rxInfoTTL timer
(associated with the MSAP) expires."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpRemoteSystemsData(4) 3 }

.1.0.8802.1.1.2.1.4.3.1
lldpRemUnknownTLVEntry OBJECT-TYPE
-- FROM LLDP-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { lldpRemTimeMark, lldpRemLocalPortNum, lldpRemIndex,
lldpRemUnknownTLVType }
DESCRIPTION "Information about an unrecognized TLV received from a
physical network connection. Entries may be created and
deleted in this table by the agent, if a physical topology
discovery process is active."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpRemoteSystemsData(4) lldpRemUnknownTLVTable(3) 1 }

.1.0.8802.1.1.2.1.4.3.1.1
lldpRemUnknownTLVType OBJECT-TYPE
-- FROM LLDP-MIB
SYNTAX Integer32 (9..126)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This object represents the value extracted from the type
field of the TLV."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpRemoteSystemsData(4) lldpRemUnknownTLVTable(3)
lldpRemUnknownTLVEntry(1) 1 }

.1.0.8802.1.1.2.1.4.3.1.2
lldpRemUnknownTLVInfo OBJECT-TYPE
-- FROM LLDP-MIB
SYNTAX OCTET STRING (0..511)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This object represents the value extracted from the value
field of the TLV."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpRemoteSystemsData(4) lldpRemUnknownTLVTable(3)
lldpRemUnknownTLVEntry(1) 2 }

.1.0.8802.1.1.2.1.4.4
lldpRemOrgDefInfoTable OBJECT-TYPE
-- FROM LLDP-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table contains one or more rows per physical network
connection which advertises the organizationally defined
information.

Note that this table contains one or more rows of


organizationally defined information that is not recognized
by the local agent.

If the local system is capable of recognizing any


organizationally defined information, appropriate extension
MIBs from the organization should be used for information
retrieval."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpRemoteSystemsData(4) 4 }

.1.0.8802.1.1.2.1.4.4.1
lldpRemOrgDefInfoEntry OBJECT-TYPE
-- FROM LLDP-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { lldpRemTimeMark, lldpRemLocalPortNum, lldpRemIndex,
lldpRemOrgDefInfoOUI, lldpRemOrgDefInfoSubtype, lldpRemOrgDefInfoIndex }
DESCRIPTION "Information about the unrecognized organizationally
defined information advertised by the remote system.
The lldpRemTimeMark, lldpRemLocalPortNum, lldpRemIndex,
lldpRemOrgDefInfoOUI, lldpRemOrgDefInfoSubtype, and
lldpRemOrgDefInfoIndex are indexes to this table. If there is
an lldpRemOrgDefInfoEntry associated with a particular remote
system identified by the lldpRemLocalPortNum and lldpRemIndex,
there must be an lldpRemEntry associated with the same
instance (i.e, using same indexes.) When the lldpRemEntry
for the same index is removed from the lldpRemTable, the
associated lldpRemOrgDefInfoEntry should be removed from
the lldpRemOrgDefInfoTable.

Entries may be created and deleted in this table by the


agent."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpRemoteSystemsData(4) lldpRemOrgDefInfoTable(4) 1 }

.1.0.8802.1.1.2.1.4.4.1.1
lldpRemOrgDefInfoOUI OBJECT-TYPE
-- FROM LLDP-MIB
SYNTAX OCTET STRING (3)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The Organizationally Unique Identifier (OUI), as defined
in IEEE Std 802-2001, is a 24 bit (three octets) globally
unique assigned number referenced by various standards,
of the information received from the remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpRemoteSystemsData(4) lldpRemOrgDefInfoTable(4)
lldpRemOrgDefInfoEntry(1) 1 }

.1.0.8802.1.1.2.1.4.4.1.2
lldpRemOrgDefInfoSubtype OBJECT-TYPE
-- FROM LLDP-MIB
SYNTAX Integer32 (1..255)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The integer value used to identify the subtype of the
organizationally defined information received from the
remote system.

The subtype value is required to identify different instances


of organizationally defined information that could not be
retrieved without a unique identifier that indicates the
particular type of information contained in the information
string."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpRemoteSystemsData(4) lldpRemOrgDefInfoTable(4)
lldpRemOrgDefInfoEntry(1) 2 }

.1.0.8802.1.1.2.1.4.4.1.3
lldpRemOrgDefInfoIndex OBJECT-TYPE
-- FROM LLDP-MIB
SYNTAX Integer32 (1..2147483647)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This object represents an arbitrary local integer value
used by this agent to identify a particular unrecognized
organizationally defined information instance, unique only
for the lldpRemOrgDefInfoOUI and lldpRemOrgDefInfoSubtype
from the same remote system.

An agent is encouraged to assign monotonically increasing


index values to new entries, starting with one, after each
reboot. It is considered unlikely that the
lldpRemOrgDefInfoIndex will wrap between reboots."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpRemoteSystemsData(4) lldpRemOrgDefInfoTable(4)
lldpRemOrgDefInfoEntry(1) 3 }

.1.0.8802.1.1.2.1.4.4.1.4
lldpRemOrgDefInfo OBJECT-TYPE
-- FROM LLDP-MIB
SYNTAX OCTET STRING (0..507)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The string value used to identify the organizationally
defined information of the remote system. The encoding for
this object should be as defined for SnmpAdminString TC."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpRemoteSystemsData(4) lldpRemOrgDefInfoTable(4)
lldpRemOrgDefInfoEntry(1) 4 }

.1.0.8802.1.1.2.1.5
lldpExtensions OBJECT-TYPE
-- FROM LLDP-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) 5 }

.1.0.8802.1.1.2.1.5.4623
lldpXdot3MIB MODULE-IDENTITY
-- FROM LLDP-EXT-DOT3-MIB
DESCRIPTION "The LLDP Management Information Base extension module for
IEEE 802.3 organizationally defined discovery information.

In order to assure the uniqueness of the LLDP-MIB,


lldpXdot3MIB is branched from lldpExtensions using OUI value
as the node. An OUI/'company_id' is a 24 bit globally unique
assigned number referenced by various standards.

Copyright (C) IEEE (2005). This version of this MIB module


is published as Annex G.6.1 of IEEE Std 802.1AB-2005;
see the standard itself for full legal notices."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) 4623 }

.1.0.8802.1.1.2.1.5.4623.1
lldpXdot3Objects OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) 1 }

.1.0.8802.1.1.2.1.5.4623.1.1
lldpXdot3Config OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) 1 }

.1.0.8802.1.1.2.1.5.4623.1.1.1
lldpXdot3PortConfigTable OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table that controls selection of LLDP TLVs to be transmitted
on individual ports."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1)
lldpXdot3Config(1) 1 }

.1.0.8802.1.1.2.1.5.4623.1.1.1.1
lldpXdot3PortConfigEntry OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
MAX-ACCESS not-accessible
STATUS current
AUGMENTS { lldpPortConfigEntry }
DESCRIPTION "LLDP configuration information that controls the
transmission of IEEE 802.3 organizationally defined TLVs on
LLDP transmission capable ports.

This configuration object augments the lldpPortConfigEntry of


the LLDP-MIB, therefore it is only present along with the port
configuration defined by the associated lldpPortConfigEntry
entry.

Each active lldpXdot3PortConfigEntry must be from non-volatile


storage (along with the corresponding lldpPortConfigEntry)
after a re-initialization of the management system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1)
lldpXdot3Config(1) lldpXdot3PortConfigTable(1) 1 }

.1.0.8802.1.1.2.1.5.4623.1.1.1.1.1
lldpXdot3PortConfigTLVsTxEnable OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
SYNTAX BITS {macPhyConfigStatus(0), powerViaMDI(1), linkAggregation(2),
maxFrameSize(3)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The lldpXdot3PortConfigTLVsTxEnable, defined as a bitmap,
includes the IEEE 802.3 organizationally defined set of LLDP
TLVs whose transmission is allowed on the local LLDP agent by
the network management. Each bit in the bitmap corresponds
to an IEEE 802.3 subtype associated with a specific IEEE
802.3 optional TLV. The bit 0 is not used since there is
no corresponding subtype.

The bit 'macPhyConfigStatus(0)' indicates that LLDP agent


should transmit 'MAC/PHY configuration/status TLV'.

The bit 'powerViaMDI(1)' indicates that LLDP agent should


transmit 'Power via MDI TLV'.

The bit 'linkAggregation(2)' indicates that LLDP agent should


transmit 'Link Aggregation TLV'.

The bit 'maxFrameSize(3)' indicates that LLDP agent should


transmit 'Maximum-frame-size TLV'.

The default value for lldpXdot3PortConfigTLVsTxEnable object


is an empty set, which means no enumerated values are set.

The value of this object must be restored from non-volatile


storage after a re-initialization of the management system."
DEFVAL { { } }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1)
lldpXdot3Config(1) lldpXdot3PortConfigTable(1) lldpXdot3PortConfigEntry(1) 1 }

.1.0.8802.1.1.2.1.5.4623.1.2
lldpXdot3LocalData OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) 2 }

.1.0.8802.1.1.2.1.5.4623.1.2.1
lldpXdot3LocPortTable OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table contains one row per port of Ethernet port
information (as a part of the LLDP 802.3 organizational
extension) on the local system known to this agent."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1)
lldpXdot3LocalData(2) 1 }

.1.0.8802.1.1.2.1.5.4623.1.2.1.1
lldpXdot3LocPortEntry OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { lldpLocPortNum }
DESCRIPTION "Information about a particular port component."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1)
lldpXdot3LocalData(2) lldpXdot3LocPortTable(1) 1 }

.1.0.8802.1.1.2.1.5.4623.1.2.1.1.1
lldpXdot3LocPortAutoNegSupported OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The truth value used to indicate whether the given port
(associated with the local system) supports Auto-negotiation."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1)
lldpXdot3LocalData(2) lldpXdot3LocPortTable(1) lldpXdot3LocPortEntry(1) 1 }

.1.0.8802.1.1.2.1.5.4623.1.2.1.1.2
lldpXdot3LocPortAutoNegEnabled OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The truth value used to indicate whether port
Auto-negotiation is enabled on the given port associated
with the local system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1)
lldpXdot3LocalData(2) lldpXdot3LocPortTable(1) lldpXdot3LocPortEntry(1) 2 }

.1.0.8802.1.1.2.1.5.4623.1.2.1.1.3
lldpXdot3LocPortAutoNegAdvertisedCap OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
SYNTAX OCTET STRING (2)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This object contains the value (bitmap) of the
ifMauAutoNegCapAdvertisedBits object (defined in IETF RFC
3636) which is associated with the given port on the
local system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1)
lldpXdot3LocalData(2) lldpXdot3LocPortTable(1) lldpXdot3LocPortEntry(1) 3 }

.1.0.8802.1.1.2.1.5.4623.1.2.1.1.4
lldpXdot3LocPortOperMauType OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
SYNTAX Integer32 (0..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "An integer value that indicates the operational MAU type
of the given port on the local system.

This object contains the integer value derived from the


list position of the corresponding dot3MauType as listed
in IETF RFC 3636 (or subsequent revisions) and is equal
to the last number in the respective dot3MauType OID.

For example, if the ifMauType object is dot3MauType1000BaseTHD


which corresponds to {dot3MauType 29}, the numerical value of
this field will be 29. For MAU types not listed in RFC 3636
(or subsequent revisions), the value of this field shall be
set to zero."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1)
lldpXdot3LocalData(2) lldpXdot3LocPortTable(1) lldpXdot3LocPortEntry(1) 4 }
.1.0.8802.1.1.2.1.5.4623.1.2.2
lldpXdot3LocPowerTable OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table contains one row per port of power ethernet
information (as a part of the LLDP 802.3 organizational
extension) on the local system known to this agent."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1)
lldpXdot3LocalData(2) 2 }

.1.0.8802.1.1.2.1.5.4623.1.2.2.1
lldpXdot3LocPowerEntry OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { lldpLocPortNum }
DESCRIPTION "Information about a particular port component."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1)
lldpXdot3LocalData(2) lldpXdot3LocPowerTable(2) 1 }

.1.0.8802.1.1.2.1.5.4623.1.2.2.1.1
lldpXdot3LocPowerPortClass OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
-- TEXTUAL CONVENTION LldpPowerPortClass
SYNTAX INTEGER {pClassPSE(1), pClassPD(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The value that identifies the port Class of the given port
associated with the local system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1)
lldpXdot3LocalData(2) lldpXdot3LocPowerTable(2) lldpXdot3LocPowerEntry(1) 1 }

.1.0.8802.1.1.2.1.5.4623.1.2.2.1.2
lldpXdot3LocPowerMDISupported OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The truth value used to indicate whether the MDI power is
supported on the given port associated with the local system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1)
lldpXdot3LocalData(2) lldpXdot3LocPowerTable(2) lldpXdot3LocPowerEntry(1) 2 }

.1.0.8802.1.1.2.1.5.4623.1.2.2.1.3
lldpXdot3LocPowerMDIEnabled OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The truth value used to identify whether MDI power is
enabled on the given port associated with the local system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1)
lldpXdot3LocalData(2) lldpXdot3LocPowerTable(2) lldpXdot3LocPowerEntry(1) 3 }

.1.0.8802.1.1.2.1.5.4623.1.2.2.1.4
lldpXdot3LocPowerPairControlable OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The truth value is derived from the value of
pethPsePortPowerPairsControlAbility object (defined in IETF
RFC 3621) and is used to indicate whether the pair selection
can be controlled on the given port associated with the
local system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1)
lldpXdot3LocalData(2) lldpXdot3LocPowerTable(2) lldpXdot3LocPowerEntry(1) 4 }

.1.0.8802.1.1.2.1.5.4623.1.2.2.1.5
lldpXdot3LocPowerPairs OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
SYNTAX Integer32 (1 | 2)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This object contains the value of the pethPsePortPowerPairs
object (defined in IETF RFC 3621) which is associated with
the given port on the local system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1)
lldpXdot3LocalData(2) lldpXdot3LocPowerTable(2) lldpXdot3LocPowerEntry(1) 5 }

.1.0.8802.1.1.2.1.5.4623.1.2.2.1.6
lldpXdot3LocPowerClass OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
SYNTAX Integer32 (1 | 2 | 3 | 4 | 5)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This object contains the value of the
pethPsePortPowerClassifications object (defined in IETF
RFC 3621) which is associated with the given port on the
local system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1)
lldpXdot3LocalData(2) lldpXdot3LocPowerTable(2) lldpXdot3LocPowerEntry(1) 6 }

.1.0.8802.1.1.2.1.5.4623.1.2.3
lldpXdot3LocLinkAggTable OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table contains one row per port of link aggregation
information (as a part of the LLDP 802.3 organizational
extension) on the local system known to this agent."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1)
lldpXdot3LocalData(2) 3 }

.1.0.8802.1.1.2.1.5.4623.1.2.3.1
lldpXdot3LocLinkAggEntry OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { lldpLocPortNum }
DESCRIPTION "Link Aggregation information about a particular port
component."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1)
lldpXdot3LocalData(2) lldpXdot3LocLinkAggTable(3) 1 }

.1.0.8802.1.1.2.1.5.4623.1.2.3.1.1
lldpXdot3LocLinkAggStatus OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
-- TEXTUAL CONVENTION LldpLinkAggStatusMap
SYNTAX BITS {aggCapable(0), aggEnabled(1)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The bitmap value contains the link aggregation capabilities
and the current aggregation status of the link."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1)
lldpXdot3LocalData(2) lldpXdot3LocLinkAggTable(3) lldpXdot3LocLinkAggEntry(1) 1 }

.1.0.8802.1.1.2.1.5.4623.1.2.3.1.2
lldpXdot3LocLinkAggPortId OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
SYNTAX Integer32 (0 | 1..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This object contains the IEEE 802.3 aggregated port
identifier, aAggPortID (IEEE 802.3-2002, 30.7.2.1.1),
derived from the ifNumber of the ifIndex for the port
component in link aggregation.

If the port is not in link aggregation state and/or it


does not support link aggregation, this value should be set
to zero."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1)
lldpXdot3LocalData(2) lldpXdot3LocLinkAggTable(3) lldpXdot3LocLinkAggEntry(1) 2 }

.1.0.8802.1.1.2.1.5.4623.1.2.4
lldpXdot3LocMaxFrameSizeTable OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table contains one row per port of maximum frame
size information (as a part of the LLDP 802.3 organizational
extension) on the local system known to this agent."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1)
lldpXdot3LocalData(2) 4 }

.1.0.8802.1.1.2.1.5.4623.1.2.4.1
lldpXdot3LocMaxFrameSizeEntry OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { lldpLocPortNum }
DESCRIPTION "Maximum Frame Size information about a particular port
component."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1)
lldpXdot3LocalData(2) lldpXdot3LocMaxFrameSizeTable(4) 1 }

.1.0.8802.1.1.2.1.5.4623.1.2.4.1.1
lldpXdot3LocMaxFrameSize OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "An integer value indicating the maximum supported frame
size in octets on the given port of the local system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1)
lldpXdot3LocalData(2) lldpXdot3LocMaxFrameSizeTable(4)
lldpXdot3LocMaxFrameSizeEntry(1) 1 }

.1.0.8802.1.1.2.1.5.4623.1.3
lldpXdot3RemoteData OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1) 3 }

.1.0.8802.1.1.2.1.5.4623.1.3.1
lldpXdot3RemPortTable OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table contains Ethernet port information (as a part
of the LLDP 802.3 organizational extension) of the remote
system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1)
lldpXdot3RemoteData(3) 1 }

.1.0.8802.1.1.2.1.5.4623.1.3.1.1
lldpXdot3RemPortEntry OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { lldpRemTimeMark, lldpRemLocalPortNum, lldpRemIndex }
DESCRIPTION "Information about a particular physical network connection."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1)
lldpXdot3RemoteData(3) lldpXdot3RemPortTable(1) 1 }

.1.0.8802.1.1.2.1.5.4623.1.3.1.1.1
lldpXdot3RemPortAutoNegSupported OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The truth value used to indicate whether the given port
(associated with remote system) supports Auto-negotiation."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1)
lldpXdot3RemoteData(3) lldpXdot3RemPortTable(1) lldpXdot3RemPortEntry(1) 1 }

.1.0.8802.1.1.2.1.5.4623.1.3.1.1.2
lldpXdot3RemPortAutoNegEnabled OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The truth value used to indicate whether port
Auto-negotiation is enabled on the given port associated
with the remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1)
lldpXdot3RemoteData(3) lldpXdot3RemPortTable(1) lldpXdot3RemPortEntry(1) 2 }

.1.0.8802.1.1.2.1.5.4623.1.3.1.1.3
lldpXdot3RemPortAutoNegAdvertisedCap OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
SYNTAX OCTET STRING (2)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This object contains the value (bitmap) of the
ifMauAutoNegCapAdvertisedBits object (defined in IETF RFC
3636) which is associated with the given port on the
remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1)
lldpXdot3RemoteData(3) lldpXdot3RemPortTable(1) lldpXdot3RemPortEntry(1) 3 }

.1.0.8802.1.1.2.1.5.4623.1.3.1.1.4
lldpXdot3RemPortOperMauType OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
SYNTAX Integer32 (0..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "An integer value that indicates the operational MAU type
of the sending device.

This object contains the integer value derived from the


list position of the corresponding dot3MauType as listed in
in IETF RFC 3636 (or subsequent revisions) and is equal
to the last number in the respective dot3MauType OID.

For example, if the ifMauType object is dot3MauType1000BaseTHD


which corresponds to {dot3MauType 29}, the numerical value of
this field will be 29. For MAU types not listed in RFC 3636
(or subsequent revisions), the value of this field shall be
set to zero."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1)
lldpXdot3RemoteData(3) lldpXdot3RemPortTable(1) lldpXdot3RemPortEntry(1) 4 }

.1.0.8802.1.1.2.1.5.4623.1.3.2
lldpXdot3RemPowerTable OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table contains Ethernet power information (as a part
of the LLDP 802.3 organizational extension) of the remote
system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1)
lldpXdot3RemoteData(3) 2 }

.1.0.8802.1.1.2.1.5.4623.1.3.2.1
lldpXdot3RemPowerEntry OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { lldpRemTimeMark, lldpRemLocalPortNum, lldpRemIndex }
DESCRIPTION "Information about a particular physical network connection."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1)
lldpXdot3RemoteData(3) lldpXdot3RemPowerTable(2) 1 }

.1.0.8802.1.1.2.1.5.4623.1.3.2.1.1
lldpXdot3RemPowerPortClass OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
-- TEXTUAL CONVENTION LldpPowerPortClass
SYNTAX INTEGER {pClassPSE(1), pClassPD(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The value that identifies the port Class of the given port
associated with the remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1)
lldpXdot3RemoteData(3) lldpXdot3RemPowerTable(2) lldpXdot3RemPowerEntry(1) 1 }

.1.0.8802.1.1.2.1.5.4623.1.3.2.1.2
lldpXdot3RemPowerMDISupported OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The truth value used to indicate whether the MDI power
is supported on the given port associated with the remote
system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1)
lldpXdot3RemoteData(3) lldpXdot3RemPowerTable(2) lldpXdot3RemPowerEntry(1) 2 }

.1.0.8802.1.1.2.1.5.4623.1.3.2.1.3
lldpXdot3RemPowerMDIEnabled OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The truth value used to identify whether MDI power is
enabled on the given port associated with the remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1)
lldpXdot3RemoteData(3) lldpXdot3RemPowerTable(2) lldpXdot3RemPowerEntry(1) 3 }

.1.0.8802.1.1.2.1.5.4623.1.3.2.1.4
lldpXdot3RemPowerPairControlable OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The truth value is derived from the value of
pethPsePortPowerPairsControlAbility object (defined in IETF
RFC 3621) and is used to indicate whether the pair selection
can be controlled on the given port associated with the
remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1)
lldpXdot3RemoteData(3) lldpXdot3RemPowerTable(2) lldpXdot3RemPowerEntry(1) 4 }

.1.0.8802.1.1.2.1.5.4623.1.3.2.1.5
lldpXdot3RemPowerPairs OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
SYNTAX Integer32 (1 | 2)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This object contains the value of the pethPsePortPowerPairs
object (defined in IETF RFC 3621) which is associated with
the given port on the remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1)
lldpXdot3RemoteData(3) lldpXdot3RemPowerTable(2) lldpXdot3RemPowerEntry(1) 5 }

.1.0.8802.1.1.2.1.5.4623.1.3.2.1.6
lldpXdot3RemPowerClass OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
SYNTAX Integer32 (1 | 2 | 3 | 4 | 5)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This object contains the value of the
pethPsePortPowerClassifications object (defined in IETF
RFC 3621) which is associated with the given port on the
remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1)
lldpXdot3RemoteData(3) lldpXdot3RemPowerTable(2) lldpXdot3RemPowerEntry(1) 6 }

.1.0.8802.1.1.2.1.5.4623.1.3.3
lldpXdot3RemLinkAggTable OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table contains port link aggregation information
(as a part of the LLDP IEEE 802.3 organizational extension)
of the remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1)
lldpXdot3RemoteData(3) 3 }

.1.0.8802.1.1.2.1.5.4623.1.3.3.1
lldpXdot3RemLinkAggEntry OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { lldpRemTimeMark, lldpRemLocalPortNum, lldpRemIndex }
DESCRIPTION "Link Aggregation information about remote system's port
component."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1)
lldpXdot3RemoteData(3) lldpXdot3RemLinkAggTable(3) 1 }

.1.0.8802.1.1.2.1.5.4623.1.3.3.1.1
lldpXdot3RemLinkAggStatus OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
-- TEXTUAL CONVENTION LldpLinkAggStatusMap
SYNTAX BITS {aggCapable(0), aggEnabled(1)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The bitmap value contains the link aggregation capabilities
and the current aggregation status of the link."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1)
lldpXdot3RemoteData(3) lldpXdot3RemLinkAggTable(3) lldpXdot3RemLinkAggEntry(1) 1 }

.1.0.8802.1.1.2.1.5.4623.1.3.3.1.2
lldpXdot3RemLinkAggPortId OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
SYNTAX Integer32 (0 | 1..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This object contains the IEEE 802.3 aggregated port
identifier, aAggPortID (IEEE Std 802.3-2002, 30.7.2.1.1),
derived from the ifNumber of the ifIndex for the port
component associated with the remote system.

If the remote port is not in link aggregation state and/or


it does not support link aggregation, this value should be
zero."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1)
lldpXdot3RemoteData(3) lldpXdot3RemLinkAggTable(3) lldpXdot3RemLinkAggEntry(1) 2 }

.1.0.8802.1.1.2.1.5.4623.1.3.4
lldpXdot3RemMaxFrameSizeTable OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table contains one row per port of maximum frame
size information (as a part of the LLDP IEEE 802.3 organizational
extension) of the remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1)
lldpXdot3RemoteData(3) 4 }

.1.0.8802.1.1.2.1.5.4623.1.3.4.1
lldpXdot3RemMaxFrameSizeEntry OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { lldpRemTimeMark, lldpRemLocalPortNum, lldpRemIndex }
DESCRIPTION "Maximum Frame Size information about a particular port
component."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1)
lldpXdot3RemoteData(3) lldpXdot3RemMaxFrameSizeTable(4) 1 }

.1.0.8802.1.1.2.1.5.4623.1.3.4.1.1
lldpXdot3RemMaxFrameSize OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "An integer value indicating the maximum supported frame
size in octets on the port component associated with the
remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Objects(1)
lldpXdot3RemoteData(3) lldpXdot3RemMaxFrameSizeTable(4)
lldpXdot3RemMaxFrameSizeEntry(1) 1 }

.1.0.8802.1.1.2.1.5.4623.2
lldpXdot3Conformance OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) 2 }

.1.0.8802.1.1.2.1.5.4623.2.1
lldpXdot3Compliances OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Conformance(2) 1 }

.1.0.8802.1.1.2.1.5.4623.2.1.1
lldpXdot3Compliance MODULE-COMPLIANCE
-- FROM LLDP-EXT-DOT3-MIB
DESCRIPTION "The compliance statement for SNMP entities which implement
the LLDP 802.3 organizational extension MIB."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Conformance(2)
lldpXdot3Compliances(1) 1 }

.1.0.8802.1.1.2.1.5.4623.2.2
lldpXdot3Groups OBJECT-TYPE
-- FROM LLDP-EXT-DOT3-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Conformance(2) 2 }

.1.0.8802.1.1.2.1.5.4623.2.2.1
lldpXdot3ConfigGroup OBJECT-GROUP
-- FROM LLDP-EXT-DOT3-MIB
DESCRIPTION "The collection of objects which are used to configure the
LLDP 802.3 organizational extension implementation behavior.

This group is mandatory for agents which implement the


LLDP 802.3 organizational extension."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Conformance(2)
lldpXdot3Groups(2) 1 }

.1.0.8802.1.1.2.1.5.4623.2.2.2
lldpXdot3LocSysGroup OBJECT-GROUP
-- FROM LLDP-EXT-DOT3-MIB
DESCRIPTION "The collection of objects which are used to represent LLDP
802.3 organizational extension Local Device Information.

This group is mandatory for agents which implement the


LLDP 802.3 organizational extension in the TX mode."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Conformance(2)
lldpXdot3Groups(2) 2 }

.1.0.8802.1.1.2.1.5.4623.2.2.3
lldpXdot3RemSysGroup OBJECT-GROUP
-- FROM LLDP-EXT-DOT3-MIB
DESCRIPTION "The collection of objects which are used to represent LLDP
802.3 organizational extension Local Device Information.

This group is mandatory for agents which implement the


LLDP 802.3 organizational extension in the RX mode."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot3MIB(4623) lldpXdot3Conformance(2)
lldpXdot3Groups(2) 3 }

.1.0.8802.1.1.2.1.5.4795
lldpXMedMIB MODULE-IDENTITY
-- FROM LLDP-EXT-MED-MIB
DESCRIPTION "The LLDP Management Information Base extension module for
TIA-TR41.4 Media Endpoint Discovery information.

In order to assure the uniqueness of the LLDP-MIB,


lldpXMedMIB is branched from lldpExtensions using the TIA OUI
value as the node. An OUI/'company_id' is a 24 bit globally
unique assigned number referenced by various standards.

Copyright (C) TIA (2005). This version of this MIB module


is published as Section 13.3 of ANSI/TIA-1057.

See the standard itself for full legal notices."


::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) 4795 }

.1.0.8802.1.1.2.1.5.4795.0
lldpXMedNotifications OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) 0 }

.1.0.8802.1.1.2.1.5.4795.0.1
lldpXMedTopologyChangeDetected NOTIFICATION-TYPE
-- FROM LLDP-EXT-MED-MIB
OBJECTS { lldpRemChassisIdSubtype, lldpRemChassisId, lldpXMedRemDeviceClass }
DESCRIPTION "A notification generated by the local device sensing
a change in the topology that indicates that a new remote
device attached to a local port, or a remote device disconnected
or moved from one port to another."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedNotifications(0) 1 }

.1.0.8802.1.1.2.1.5.4795.1
lldpXMedObjects OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) 1 }

.1.0.8802.1.1.2.1.5.4795.1.1
lldpXMedConfig OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) 1 }

.1.0.8802.1.1.2.1.5.4795.1.1.1
lldpXMedLocDeviceClass OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
-- TEXTUAL CONVENTION LldpXMedDeviceClass
SYNTAX INTEGER {notDefined(0), endpointClass1(1), endpointClass2(2),
endpointClass3(3), networkConnectivity(4)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Local Device Class."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedConfig(1) 1 }

.1.0.8802.1.1.2.1.5.4795.1.1.2
lldpXMedPortConfigTable OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table that controls selection of LLDP TLVs to be transmitted
on individual ports."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedConfig(1) 2 }

.1.0.8802.1.1.2.1.5.4795.1.1.2.1
lldpXMedPortConfigEntry OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
MAX-ACCESS not-accessible
STATUS current
AUGMENTS { lldpPortConfigEntry }
DESCRIPTION "LLDP configuration information that controls the
transmission of the MED organizationally defined TLVs on
LLDP transmission capable ports.

This configuration object augments the lldpPortConfigEntry of


the LLDP-MIB, therefore it is only present along with the port
configuration defined by the associated lldpPortConfigEntry
entry.

Each active lldpXMedPortConfigEntry must be stored and


retrieved from non-volatile storage (along with the
corresponding lldpPortConfigEntry) after a re-initialization
of the management system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedConfig(1) lldpXMedPortConfigTable(2) 1 }

.1.0.8802.1.1.2.1.5.4795.1.1.2.1.1
lldpXMedPortCapSupported OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
-- TEXTUAL CONVENTION LldpXMedCapabilities
SYNTAX BITS {capabilities(0), networkPolicy(1), location(2), extendedPSE(3),
extendedPD(4), inventory(5)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The bitmap includes the MED organizationally defined set of LLDP
TLVs whose transmission is possible for the respective port
on the LLDP agent of the device. Each bit in the bitmap corresponds
to an LLDP-MED subtype associated with a specific TIA TR41.4 MED
optional TLV. If the bit is set, the agent supports the
corresponding TLV."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedConfig(1) lldpXMedPortConfigTable(2) lldpXMedPortConfigEntry(1) 1 }

.1.0.8802.1.1.2.1.5.4795.1.1.2.1.2
lldpXMedPortConfigTLVsTxEnable OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
-- TEXTUAL CONVENTION LldpXMedCapabilities
SYNTAX BITS {capabilities(0), networkPolicy(1), location(2), extendedPSE(3),
extendedPD(4), inventory(5)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The lldpXMedPortConfigTLVsTxEnable, defined as a bitmap,
includes the MED organizationally defined set of LLDP
TLVs whose transmission is allowed on the local LLDP agent by
the network management. Each bit in the bitmap corresponds
to an LLDP-MED subtype associated with a specific TIA TR41.4 MED
optional TLV. If the bit is set, the agent will send the
corresponding TLV if the respective capability is supported per
port.

Setting a bit with in this object for a non-supported capability


shall have no functional effect and will result in an inconsistent
value error returned to the management application.

There are other rules and restrictions that prevent arbitrary


combinations of TLVs to be enabled on LLDP-MED devices according to
the device classes. These rules are defined in Section 10.2.1,
Tables 5 - 9 of ANSI/TIA-1057. In case a management application
attempts to set this object to a value that does not follow the rules,
the set operation shall have and will result in an inconsistent
value error returned to the management application.

Setting this object to an empty set is valid and effectively


disables LLDP-MED on a per-port basis by disabling transmission of
all MED organizational TLVs. In this case the remote tables objects
in the LLDP-MED MIB corresponding to the respective port will not
be populated.

The default value for lldpXMedPortConfigTLVsTxEnable object


is an empty set, which means no enumerated values are set.

The value of this object must be restored from non-volatile


storage after a re-initialization of the management system."
DEFVAL { { } }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedConfig(1) lldpXMedPortConfigTable(2) lldpXMedPortConfigEntry(1) 2 }
.1.0.8802.1.1.2.1.5.4795.1.1.2.1.3
lldpXMedPortConfigNotifEnable OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "A value of 'true(1)' enables sending the topology change
traps on this port.
A value of 'false(2)' disables sending the topology change
traps on this port."
DEFVAL { false }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedConfig(1) lldpXMedPortConfigTable(2) lldpXMedPortConfigEntry(1) 3 }

.1.0.8802.1.1.2.1.5.4795.1.1.3
lldpXMedFastStartRepeatCount OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
SYNTAX Unsigned32 (1..10)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The number of times the fast start LLDPDU are being sent during
the
activation of the fast start mechanism defined by LLDP-MED."
DEFVAL { 3 }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedConfig(1) 3 }

.1.0.8802.1.1.2.1.5.4795.1.2
lldpXMedLocalData OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) 2 }

.1.0.8802.1.1.2.1.5.4795.1.2.1
lldpXMedLocMediaPolicyTable OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table contains one row per policy type per port
of media policy information (as a part of the MED
organizational extension) on the local system known
to this agent."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedLocalData(2) 1 }

.1.0.8802.1.1.2.1.5.4795.1.2.1.1
lldpXMedLocMediaPolicyEntry OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { lldpLocPortNum, lldpXMedLocMediaPolicyAppType }
DESCRIPTION "Information about a particular policy on a specific
port component."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedLocalData(2) lldpXMedLocMediaPolicyTable(1) 1 }

.1.0.8802.1.1.2.1.5.4795.1.2.1.1.1
lldpXMedLocMediaPolicyAppType OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
-- TEXTUAL CONVENTION PolicyAppType
SYNTAX BITS {unknown(0), voice(1), voiceSignaling(2), guestVoice(3),
guestVoiceSignaling(4), softPhoneVoice(5), videoconferencing(6), streamingVideo(7),
videoSignaling(8)}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The media type that defines the primary function of the
application for the policy advertised by an endpoint."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedLocalData(2) lldpXMedLocMediaPolicyTable(1) lldpXMedLocMediaPolicyEntry(1)
1 }

.1.0.8802.1.1.2.1.5.4795.1.2.1.1.2
lldpXMedLocMediaPolicyVlanID OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
SYNTAX Integer32 (0 | 1..4094 | 4095)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "An extension of the VLAN Identifier for the port,
as defined in IEEE 802.1P-1998.

A value of 1 through 4094 is used to define a valid PVID.

A value of 0 shall be used if the device is using priority tagged


frames, meaning that only the 802.1p priority level is significant
and the default VID of the ingress port is being used instead.

A value of 4095 is reserved for implementation use."


::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedLocalData(2) lldpXMedLocMediaPolicyTable(1) lldpXMedLocMediaPolicyEntry(1)
2 }

.1.0.8802.1.1.2.1.5.4795.1.2.1.1.3
lldpXMedLocMediaPolicyPriority OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
SYNTAX Integer32 (0..7)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This object contains the value of the 802.1p priority
which is associated with the given port on the
local system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedLocalData(2) lldpXMedLocMediaPolicyTable(1) lldpXMedLocMediaPolicyEntry(1)
3 }

.1.0.8802.1.1.2.1.5.4795.1.2.1.1.4
lldpXMedLocMediaPolicyDscp OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
-- TEXTUAL CONVENTION Dscp
SYNTAX Integer32 (0..63)
DISPLAY-HINT "d"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This object contains the value of the Differentiated Service
Code Point (DSCP) as defined in IETF RFC 2474 and RFC 2475
which is associated with the given port on the local system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedLocalData(2) lldpXMedLocMediaPolicyTable(1) lldpXMedLocMediaPolicyEntry(1)
4 }

.1.0.8802.1.1.2.1.5.4795.1.2.1.1.5
lldpXMedLocMediaPolicyUnknown OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A value of 'true' indicates that the
network policy for the specified application type is
currently unknown. In this case, the VLAN ID, the
layer 2 priority and the DSCP value fields are ignored.
A value of 'false' indicates that this network policy
is defined "
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedLocalData(2) lldpXMedLocMediaPolicyTable(1) lldpXMedLocMediaPolicyEntry(1)
5 }

.1.0.8802.1.1.2.1.5.4795.1.2.1.1.6
lldpXMedLocMediaPolicyTagged OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A value of 'true' indicates that the application is using a
tagged VLAN.
A value of 'false' indicates that for the specific application
the device either is using an untagged VLAN or does not
support port based VLAN operation. In this case, both the
VLAN ID and the Layer 2 priority fields are ignored and
only the DSCP value has relevance "
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedLocalData(2) lldpXMedLocMediaPolicyTable(1) lldpXMedLocMediaPolicyEntry(1)
6 }

.1.0.8802.1.1.2.1.5.4795.1.2.2
lldpXMedLocHardwareRev OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
-- TEXTUAL CONVENTION SnmpAdminString
SYNTAX OCTET STRING (0..32)
DISPLAY-HINT "255a"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The vendor-specific hardware revision string
as advertised by the endpoint."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedLocalData(2) 2 }

.1.0.8802.1.1.2.1.5.4795.1.2.3
lldpXMedLocFirmwareRev OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
-- TEXTUAL CONVENTION SnmpAdminString
SYNTAX OCTET STRING (0..32)
DISPLAY-HINT "255a"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The vendor-specific firmware revision string
as advertised by the endpoint."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedLocalData(2) 3 }

.1.0.8802.1.1.2.1.5.4795.1.2.4
lldpXMedLocSoftwareRev OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
-- TEXTUAL CONVENTION SnmpAdminString
SYNTAX OCTET STRING (0..32)
DISPLAY-HINT "255a"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The vendor-specific software revision string
as advertised by the endpoint."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedLocalData(2) 4 }

.1.0.8802.1.1.2.1.5.4795.1.2.5
lldpXMedLocSerialNum OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
-- TEXTUAL CONVENTION SnmpAdminString
SYNTAX OCTET STRING (0..32)
DISPLAY-HINT "255a"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The vendor-specific serial number
as advertised by the endpoint."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedLocalData(2) 5 }

.1.0.8802.1.1.2.1.5.4795.1.2.6
lldpXMedLocMfgName OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
-- TEXTUAL CONVENTION SnmpAdminString
SYNTAX OCTET STRING (0..32)
DISPLAY-HINT "255a"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The vendor-specific manufacturer name
as advertised by the endpoint."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedLocalData(2) 6 }
.1.0.8802.1.1.2.1.5.4795.1.2.7
lldpXMedLocModelName OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
-- TEXTUAL CONVENTION SnmpAdminString
SYNTAX OCTET STRING (0..32)
DISPLAY-HINT "255a"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The vendor-specific model name
as advertised by the endpoint."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedLocalData(2) 7 }

.1.0.8802.1.1.2.1.5.4795.1.2.8
lldpXMedLocAssetID OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
-- TEXTUAL CONVENTION SnmpAdminString
SYNTAX OCTET STRING (0..32)
DISPLAY-HINT "255a"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The vendor-specific asset tracking identifier
as advertised by the endpoint."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedLocalData(2) 8 }

.1.0.8802.1.1.2.1.5.4795.1.2.9
lldpXMedLocLocationTable OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table contains Location information as advertised
by the local system.

The information may be configured per port by a Location


Information Server (LIS) or other management application.

Multiple Location TLVs of different subtypes may be transmitted


in the same PDU.

The information in this table MUST be stored in non-volatile-memory


and persist over restart/reboot sequences."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedLocalData(2) 9 }

.1.0.8802.1.1.2.1.5.4795.1.2.9.1
lldpXMedLocLocationEntry OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { lldpLocPortNum, lldpXMedLocLocationSubtype }
DESCRIPTION "Information about Location information for the local device."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedLocalData(2) lldpXMedLocLocationTable(9) 1 }
.1.0.8802.1.1.2.1.5.4795.1.2.9.1.1
lldpXMedLocLocationSubtype OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
-- TEXTUAL CONVENTION LocationSubtype
SYNTAX INTEGER {unknown(1), coordinateBased(2), civicAddress(3), elin(4)}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The location subtype advertised by the local device."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedLocalData(2) lldpXMedLocLocationTable(9) lldpXMedLocLocationEntry(1) 1 }

.1.0.8802.1.1.2.1.5.4795.1.2.9.1.2
lldpXMedLocLocationInfo OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
SYNTAX OCTET STRING (0..256)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The location information. Parsing of this information is
dependent upon the location subtype, as defined by the value of the
lldpXMedLocLocationSubtype object. "
DEFVAL { \"\" }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedLocalData(2) lldpXMedLocLocationTable(9) lldpXMedLocLocationEntry(1) 2 }

.1.0.8802.1.1.2.1.5.4795.1.2.10
lldpXMedLocXPoEDeviceType OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
SYNTAX INTEGER {unknown(1), pseDevice(2), pdDevice(3), none(4)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Defines the type of Power-via-MDI (Power over Ethernet)
advertised
by the local device.

A value pseDevice(2) indicates that the device is advertised as a


Power Sourcing Entity (PSE).

A value pdDevice(3) indicates that the device is advertised as a


Powered Device (PD).

A value of none(4) indicates that the device does not support PoE."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedLocalData(2) 10 }

.1.0.8802.1.1.2.1.5.4795.1.2.11
lldpXMedLocXPoEPSEPortTable OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table contains one row per port of PSE PoE
information on the local system known to this agent."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedLocalData(2) 11 }

.1.0.8802.1.1.2.1.5.4795.1.2.11.1
lldpXMedLocXPoEPSEPortEntry OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { lldpLocPortNum }
DESCRIPTION "Information about a particular port PoE information."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedLocalData(2) lldpXMedLocXPoEPSEPortTable(11) 1 }

.1.0.8802.1.1.2.1.5.4795.1.2.11.1.1
lldpXMedLocXPoEPSEPortPowerAv OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
SYNTAX Gauge32 (0..1023)
UNITS ""
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This object contains the value of the power available from the
PSE via this port expressed in units of 0.1 watts."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedLocalData(2) lldpXMedLocXPoEPSEPortTable(11) lldpXMedLocXPoEPSEPortEntry(1)
1 }

.1.0.8802.1.1.2.1.5.4795.1.2.11.1.2
lldpXMedLocXPoEPSEPortPDPriority OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
SYNTAX INTEGER {unknown(1), critical(2), high(3), low(4)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Reflects the PD power priority that is being advertised on this
PSE port.

If both locally configure priority and


ldpXMedRemXPoEPDPowerPriority are available on this port, it is
a matter of local policy which one takes precedence. This object
reflects the active value on this port.

If the priority is not configured or known by the PD, the value


unknown(1) will be returned.

A value critical(2) indicates that the device advertises its power


Priority as critical, as per RFC 3621.

A value high(3) indicates that the device advertises its power


Priority as high, as per RFC 3621.

A value low(4) indicates that the device advertises its power


Priority as low, as per RFC 3621."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedLocalData(2) lldpXMedLocXPoEPSEPortTable(11) lldpXMedLocXPoEPSEPortEntry(1)
2 }

.1.0.8802.1.1.2.1.5.4795.1.2.12
lldpXMedLocXPoEPSEPowerSource OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
SYNTAX INTEGER {unknown(1), primary(2), backup(3)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Defines the type of PSE Power Source advertised
by the local device.

A value primary(2) indicates that the device advertises its power


source as primary.

A value backup(3) indicates that the device advertises its power


Source as backup."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedLocalData(2) 12 }

.1.0.8802.1.1.2.1.5.4795.1.2.13
lldpXMedLocXPoEPDPowerReq OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
SYNTAX Gauge32 (0..1023)
UNITS ""
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This object contains the value of the power required by a
PD expressed in units of 0.1 watts."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedLocalData(2) 13 }

.1.0.8802.1.1.2.1.5.4795.1.2.14
lldpXMedLocXPoEPDPowerSource OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
SYNTAX INTEGER {unknown(1), fromPSE(2), local(3), localAndPSE(4)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Defines the type of Power Source advertised as being used
by the local device.

A value fromPSE(2) indicates that the device advertises its power


source as received from a PSE.

A value local(3) indicates that the device advertises its power


source as local.

A value localAndPSE(4) indicates that the device advertises its


power source as using both local and PSE power."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedLocalData(2) 14 }

.1.0.8802.1.1.2.1.5.4795.1.2.15
lldpXMedLocXPoEPDPowerPriority OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
SYNTAX INTEGER {unknown(1), critical(2), high(3), low(4)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Defines the priority advertised as being required by this PD.

A value critical(2) indicates that the device advertises its power


Priority as critical, as per RFC 3621.

A value high(3) indicates that the device advertises its power


Priority as high, as per RFC 3621.

A value low(4) indicates that the device advertises its power


Priority as low, as per RFC 3621."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedLocalData(2) 15 }

.1.0.8802.1.1.2.1.5.4795.1.3
lldpXMedRemoteData OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1) 3 }

.1.0.8802.1.1.2.1.5.4795.1.3.1
lldpXMedRemCapabilitiesTable OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table that displays LLDP-MED capabilities of remote devices
connected to individual ports."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedRemoteData(3) 1 }

.1.0.8802.1.1.2.1.5.4795.1.3.1.1
lldpXMedRemCapabilitiesEntry OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { lldpRemTimeMark, lldpRemLocalPortNum, lldpRemIndex }
DESCRIPTION "LLDP-MED capabilities of remote devices connected to the device
ports and communicating via LLDP-MED.

The remote tables in the LLDP-MED MIB excepting this table may be
sparsely populate. An entry in one of these table is meaningful
and shall be populated by the agent only if the corresponding bits
for the respective function are set in the objects in this table. "
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedRemoteData(3) lldpXMedRemCapabilitiesTable(1) 1 }

.1.0.8802.1.1.2.1.5.4795.1.3.1.1.1
lldpXMedRemCapSupported OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
-- TEXTUAL CONVENTION LldpXMedCapabilities
SYNTAX BITS {capabilities(0), networkPolicy(1), location(2), extendedPSE(3),
extendedPD(4), inventory(5)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The bitmap includes the MED organizationally defined set of LLDP
TLVs whose transmission is possible on the LLDP agent of the remote
device connected to this port. Each bit in the bitmap corresponds
to an LLDP-MED subtype associated with a specific TIA TR41.4 MED
optional TLV. If the bit is set, the agent has the capability
to support the corresponding TLV."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedRemoteData(3) lldpXMedRemCapabilitiesTable(1)
lldpXMedRemCapabilitiesEntry(1) 1 }

.1.0.8802.1.1.2.1.5.4795.1.3.1.1.2
lldpXMedRemCapCurrent OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
-- TEXTUAL CONVENTION LldpXMedCapabilities
SYNTAX BITS {capabilities(0), networkPolicy(1), location(2), extendedPSE(3),
extendedPD(4), inventory(5)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The bitmap includes the MED organizationally defined set of LLDP
TLVs whose transmission is possible on the LLDP agent of the remote
device connected to this port. Each bit in the bitmap corresponds
to an LLDP-MED subtype associated with a specific TIA TR41.4 MED
optional TLV. If the bit is set, the agent currently supports the
corresponding TLV."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedRemoteData(3) lldpXMedRemCapabilitiesTable(1)
lldpXMedRemCapabilitiesEntry(1) 2 }

.1.0.8802.1.1.2.1.5.4795.1.3.1.1.3
lldpXMedRemDeviceClass OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
-- TEXTUAL CONVENTION LldpXMedDeviceClass
SYNTAX INTEGER {notDefined(0), endpointClass1(1), endpointClass2(2),
endpointClass3(3), networkConnectivity(4)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Device Class as advertised by the device remotely connected to
the
port."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedRemoteData(3) lldpXMedRemCapabilitiesTable(1)
lldpXMedRemCapabilitiesEntry(1) 3 }

.1.0.8802.1.1.2.1.5.4795.1.3.2
lldpXMedRemMediaPolicyTable OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table contains media policy information as advertised
by the remote system.

This table may be sparsely populated. Entries in this table are


relevant only if the networkPolicy(0) bits in the
lldpXMedRemCapSupported and lldpXMedRemCapCurrent objects of the
corresponding ports are set."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedRemoteData(3) 2 }

.1.0.8802.1.1.2.1.5.4795.1.3.2.1
lldpXMedRemMediaPolicyEntry OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { lldpRemTimeMark, lldpRemLocalPortNum, lldpRemIndex,
lldpXMedRemMediaPolicyAppType }
DESCRIPTION "Information about the per port per policy type policy
information for a particular physical network connection."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedRemoteData(3) lldpXMedRemMediaPolicyTable(2) 1 }

.1.0.8802.1.1.2.1.5.4795.1.3.2.1.1
lldpXMedRemMediaPolicyAppType OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
-- TEXTUAL CONVENTION PolicyAppType
SYNTAX BITS {unknown(0), voice(1), voiceSignaling(2), guestVoice(3),
guestVoiceSignaling(4), softPhoneVoice(5), videoconferencing(6), streamingVideo(7),
videoSignaling(8)}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The media type that defines the primary function of the
application for the policy advertised by the endpoint connected
remotely to this port."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedRemoteData(3) lldpXMedRemMediaPolicyTable(2) lldpXMedRemMediaPolicyEntry(1)
1 }

.1.0.8802.1.1.2.1.5.4795.1.3.2.1.2
lldpXMedRemMediaPolicyVlanID OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
SYNTAX Integer32 (0 | 1..4094 | 4095)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "An extension of the VLAN Identifier for the remote system
connected to this port, as defined in IEEE 802.1P-1998.

A value of 1 through 4094 is used to define a valid PVID.

A value of 0 shall be used if the device is using priority tagged


frames, meaning that only the 802.1p priority level is significant
and the default VID of the ingress port is being used instead.

A value of 4095 is reserved for implementation use."


::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedRemoteData(3) lldpXMedRemMediaPolicyTable(2) lldpXMedRemMediaPolicyEntry(1)
2 }

.1.0.8802.1.1.2.1.5.4795.1.3.2.1.3
lldpXMedRemMediaPolicyPriority OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
SYNTAX Integer32 (0..7)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This object contains the value of the 802.1p priority
which is associated with the remote system connected at
given port."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedRemoteData(3) lldpXMedRemMediaPolicyTable(2) lldpXMedRemMediaPolicyEntry(1)
3 }
.1.0.8802.1.1.2.1.5.4795.1.3.2.1.4
lldpXMedRemMediaPolicyDscp OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
-- TEXTUAL CONVENTION Dscp
SYNTAX Integer32 (0..63)
DISPLAY-HINT "d"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This object contains the value of the Differentiated Service
Code Point (DSCP) as defined in IETF RFC 2474 and RFC 2475
which is associated with remote system connected at the port."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedRemoteData(3) lldpXMedRemMediaPolicyTable(2) lldpXMedRemMediaPolicyEntry(1)
4 }

.1.0.8802.1.1.2.1.5.4795.1.3.2.1.5
lldpXMedRemMediaPolicyUnknown OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A value of 'true' indicates that the
network policy for the specified application type is
currently unknown. In this case, the VLAN ID, the
layer 2 priority and the DSCP value fields are ignored.
A value of 'false' indicates that this network policy
is defined."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedRemoteData(3) lldpXMedRemMediaPolicyTable(2) lldpXMedRemMediaPolicyEntry(1)
5 }

.1.0.8802.1.1.2.1.5.4795.1.3.2.1.6
lldpXMedRemMediaPolicyTagged OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A value of 'true' indicates that the application is using a
tagged VLAN.
A value of 'false' indicates that for the specific application
the device either is using an untagged VLAN or does not
support port based VLAN operation. In this case, both the
VLAN ID and the Layer 2 priority fields are ignored and
only the DSCP value has relevance "
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedRemoteData(3) lldpXMedRemMediaPolicyTable(2) lldpXMedRemMediaPolicyEntry(1)
6 }

.1.0.8802.1.1.2.1.5.4795.1.3.3
lldpXMedRemInventoryTable OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table contains inventory information as advertised
by the remote system.

This table may be sparsely populated. Entries in this table are


relevant only if the inventory(2) bits in the
lldpXMedRemCapSupported and lldpXMedRemCapCurrent objects of the
corresponding ports are set "
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedRemoteData(3) 3 }

.1.0.8802.1.1.2.1.5.4795.1.3.3.1
lldpXMedRemInventoryEntry OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { lldpRemTimeMark, lldpRemLocalPortNum, lldpRemIndex }
DESCRIPTION "Information about inventory information for the remote devices
connected to the ports."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedRemoteData(3) lldpXMedRemInventoryTable(3) 1 }

.1.0.8802.1.1.2.1.5.4795.1.3.3.1.1
lldpXMedRemHardwareRev OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
-- TEXTUAL CONVENTION SnmpAdminString
SYNTAX OCTET STRING (0..32)
DISPLAY-HINT "255a"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The vendor-specific hardware revision string
as advertised by the remote endpoint."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedRemoteData(3) lldpXMedRemInventoryTable(3) lldpXMedRemInventoryEntry(1) 1 }

.1.0.8802.1.1.2.1.5.4795.1.3.3.1.2
lldpXMedRemFirmwareRev OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
-- TEXTUAL CONVENTION SnmpAdminString
SYNTAX OCTET STRING (0..32)
DISPLAY-HINT "255a"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The vendor-specific firmware revision string
as advertised by the remote endpoint."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedRemoteData(3) lldpXMedRemInventoryTable(3) lldpXMedRemInventoryEntry(1) 2 }

.1.0.8802.1.1.2.1.5.4795.1.3.3.1.3
lldpXMedRemSoftwareRev OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
-- TEXTUAL CONVENTION SnmpAdminString
SYNTAX OCTET STRING (0..32)
DISPLAY-HINT "255a"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The vendor-specific software revision string
as advertised by the remote endpoint."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedRemoteData(3) lldpXMedRemInventoryTable(3) lldpXMedRemInventoryEntry(1) 3 }

.1.0.8802.1.1.2.1.5.4795.1.3.3.1.4
lldpXMedRemSerialNum OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
-- TEXTUAL CONVENTION SnmpAdminString
SYNTAX OCTET STRING (0..32)
DISPLAY-HINT "255a"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The vendor-specific serial number
as advertised by the remote endpoint."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedRemoteData(3) lldpXMedRemInventoryTable(3) lldpXMedRemInventoryEntry(1) 4 }

.1.0.8802.1.1.2.1.5.4795.1.3.3.1.5
lldpXMedRemMfgName OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
-- TEXTUAL CONVENTION SnmpAdminString
SYNTAX OCTET STRING (0..32)
DISPLAY-HINT "255a"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The vendor-specific manufacturer name
as advertised by the remote endpoint."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedRemoteData(3) lldpXMedRemInventoryTable(3) lldpXMedRemInventoryEntry(1) 5 }

.1.0.8802.1.1.2.1.5.4795.1.3.3.1.6
lldpXMedRemModelName OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
-- TEXTUAL CONVENTION SnmpAdminString
SYNTAX OCTET STRING (0..32)
DISPLAY-HINT "255a"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The vendor-specific model name
as advertised by the remote endpoint."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedRemoteData(3) lldpXMedRemInventoryTable(3) lldpXMedRemInventoryEntry(1) 6 }

.1.0.8802.1.1.2.1.5.4795.1.3.3.1.7
lldpXMedRemAssetID OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
-- TEXTUAL CONVENTION SnmpAdminString
SYNTAX OCTET STRING (0..32)
DISPLAY-HINT "255a"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The vendor-specific asset tracking identifier
as advertised by the remote endpoint."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedRemoteData(3) lldpXMedRemInventoryTable(3) lldpXMedRemInventoryEntry(1) 7 }

.1.0.8802.1.1.2.1.5.4795.1.3.4
lldpXMedRemLocationTable OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table contains Location information as advertised
by the remote system.

This table may be sparsely populated. Entries in this table are


relevant only if the Location(3) bits in the
lldpXMedRemCapSupported and lldpXMedRemCapCurrent objects of the
corresponding ports are set "
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedRemoteData(3) 4 }

.1.0.8802.1.1.2.1.5.4795.1.3.4.1
lldpXMedRemLocationEntry OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { lldpRemTimeMark, lldpRemLocalPortNum, lldpRemIndex,
lldpXMedRemLocationSubtype }
DESCRIPTION "Information about Location information for the remote devices
connected to the ports."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedRemoteData(3) lldpXMedRemLocationTable(4) 1 }

.1.0.8802.1.1.2.1.5.4795.1.3.4.1.1
lldpXMedRemLocationSubtype OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
-- TEXTUAL CONVENTION LocationSubtype
SYNTAX INTEGER {unknown(1), coordinateBased(2), civicAddress(3), elin(4)}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The location subtype advertised by the remote endpoint."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedRemoteData(3) lldpXMedRemLocationTable(4) lldpXMedRemLocationEntry(1) 1 }

.1.0.8802.1.1.2.1.5.4795.1.3.4.1.2
lldpXMedRemLocationInfo OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
SYNTAX OCTET STRING (0..256)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The location information advertised by the remote endpoint.
Parsing of this information is dependent upon the location
subtype, as defined by the value of the corresponding
lldpXMedRemLocationSubType object. "
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedRemoteData(3) lldpXMedRemLocationTable(4) lldpXMedRemLocationEntry(1) 2 }

.1.0.8802.1.1.2.1.5.4795.1.3.5
lldpXMedRemXPoETable OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table contains information about the PoE device type
as advertised by the remote system.

This table is densely populated."


::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedRemoteData(3) 5 }

.1.0.8802.1.1.2.1.5.4795.1.3.5.1
lldpXMedRemXPoEEntry OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { lldpRemTimeMark, lldpRemLocalPortNum, lldpRemIndex }
DESCRIPTION "Information about PoE type of the remote devices
connected to the ports."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedRemoteData(3) lldpXMedRemXPoETable(5) 1 }

.1.0.8802.1.1.2.1.5.4795.1.3.5.1.1
lldpXMedRemXPoEDeviceType OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
SYNTAX INTEGER {unknown(1), pseDevice(2), pdDevice(3), none(4)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Defines the type of Power-via-MDI (Power over Ethernet)
advertised
by the remote device.

A value pseDevice(2) indicates that the device is advertised as a


Power Sourcing Entity (PSE).

A value pdDevice(3) indicates that the device is advertised as a


Powered Device (PD).

A value none(4) indicates that the device does not support PoE."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedRemoteData(3) lldpXMedRemXPoETable(5) lldpXMedRemXPoEEntry(1) 1 }

.1.0.8802.1.1.2.1.5.4795.1.3.6
lldpXMedRemXPoEPSETable OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table contains extended PoE information as advertised
by the remote devices of PSE type.

This table may be sparsely populated. Entries in this table are


relevant only if the extendedPSE(4) bits in the
lldpXMedRemCapSupported and lldpXMedRemCapCurrent objects of the
corresponding ports are set "
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedRemoteData(3) 6 }
.1.0.8802.1.1.2.1.5.4795.1.3.6.1
lldpXMedRemXPoEPSEEntry OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { lldpRemTimeMark, lldpRemLocalPortNum, lldpRemIndex }
DESCRIPTION "Information about Extended PoE PSE information for
the remote devices connected to the ports."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedRemoteData(3) lldpXMedRemXPoEPSETable(6) 1 }

.1.0.8802.1.1.2.1.5.4795.1.3.6.1.1
lldpXMedRemXPoEPSEPowerAv OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
SYNTAX Gauge32 (0..1023)
UNITS ""
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This object contains the value of the power available from the
PSE via this port expressed in units of 0.1 watts on the remote
device."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedRemoteData(3) lldpXMedRemXPoEPSETable(6) lldpXMedRemXPoEPSEEntry(1) 1 }

.1.0.8802.1.1.2.1.5.4795.1.3.6.1.2
lldpXMedRemXPoEPSEPowerSource OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
SYNTAX INTEGER {unknown(1), primary(2), backup(3)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Defines the type of PSE Power Source advertised
by the remote device.

A value primary(2) indicates that the device advertises its power


source as primary.

A value backup(3) indicates that the device advertises its power


Source as backup."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedRemoteData(3) lldpXMedRemXPoEPSETable(6) lldpXMedRemXPoEPSEEntry(1) 2 }

.1.0.8802.1.1.2.1.5.4795.1.3.6.1.3
lldpXMedRemXPoEPSEPowerPriority OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
SYNTAX INTEGER {unknown(1), critical(2), high(3), low(4)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This object contains the value of the PSE power priority
advertised by the remote device.

A value critical(2) indicates that the device advertises its power


priority as critical, as per RFC 3621.

A value high(3) indicates that the device advertises its power


priority as high, as per RFC 3621.
A value low(4) indicates that the device advertises its power
priority as low, as per RFC 3621."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedRemoteData(3) lldpXMedRemXPoEPSETable(6) lldpXMedRemXPoEPSEEntry(1) 3 }

.1.0.8802.1.1.2.1.5.4795.1.3.7
lldpXMedRemXPoEPDTable OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table contains extended PoE information as advertised
by the remote devices of PD type.

This table may be sparsely populated. Entries in this table are


relevant only if the extendedPD(5) bits in the
lldpXMedRemCapSupported and lldpXMedRemCapCurrent objects of the
corresponding ports are set "
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedRemoteData(3) 7 }

.1.0.8802.1.1.2.1.5.4795.1.3.7.1
lldpXMedRemXPoEPDEntry OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { lldpRemTimeMark, lldpRemLocalPortNum, lldpRemIndex }
DESCRIPTION "Information about XPoEPD information for the remote devices
connected to the ports."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedRemoteData(3) lldpXMedRemXPoEPDTable(7) 1 }

.1.0.8802.1.1.2.1.5.4795.1.3.7.1.1
lldpXMedRemXPoEPDPowerReq OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
SYNTAX Gauge32 (0..1023)
UNITS ""
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This object contains the value of the power required by a
PD connected remotely to the port
expressed in units of 0.1 watts."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedRemoteData(3) lldpXMedRemXPoEPDTable(7) lldpXMedRemXPoEPDEntry(1) 1 }

.1.0.8802.1.1.2.1.5.4795.1.3.7.1.2
lldpXMedRemXPoEPDPowerSource OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
SYNTAX INTEGER {unknown(1), fromPSE(2), local(3), localAndPSE(4)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Defines the type of Power Source advertised as being used
by the device connected remotely to the port.

A value fromPSE(2) indicates that the device advertises its power


source as received from a PSE.

A value local(3) indicates that the device advertises its power


source as local.

A value localAndPSE(4) indicates that the device advertises its


power source as using both local and PSE power."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedRemoteData(3) lldpXMedRemXPoEPDTable(7) lldpXMedRemXPoEPDEntry(1) 2 }

.1.0.8802.1.1.2.1.5.4795.1.3.7.1.3
lldpXMedRemXPoEPDPowerPriority OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
SYNTAX INTEGER {unknown(1), critical(2), high(3), low(4)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Defines the priority advertised as being required by the PD
connected remotely to the port.

A value critical(2) indicates that the device advertises its power


Priority as critical, as per RFC 3621.

A value high(3) indicates that the device advertises its power


Priority as high, as per RFC 3621.

A value low(4) indicates that the device advertises its power


Priority as low, as per RFC 3621."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedObjects(1)
lldpXMedRemoteData(3) lldpXMedRemXPoEPDTable(7) lldpXMedRemXPoEPDEntry(1) 3 }

.1.0.8802.1.1.2.1.5.4795.2
lldpXMedConformance OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) 2 }

.1.0.8802.1.1.2.1.5.4795.2.1
lldpXMedCompliances OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedConformance(2) 1 }

.1.0.8802.1.1.2.1.5.4795.2.1.1
lldpXMedCompliance MODULE-COMPLIANCE
-- FROM LLDP-EXT-MED-MIB
DESCRIPTION "The compliance statement for SNMP entities which implement
the LLDP MED extension MIB."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedConformance(2)
lldpXMedCompliances(1) 1 }

.1.0.8802.1.1.2.1.5.4795.2.2
lldpXMedGroups OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedConformance(2) 2 }
.1.0.8802.1.1.2.1.5.4795.2.2.1
lldpXMedConfigGroup OBJECT-GROUP
-- FROM LLDP-EXT-MED-MIB
DESCRIPTION "The collection of objects which are used to configure or
describe the configuration or behavior of the LLDP-MED
organizational extension implementation."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedConformance(2)
lldpXMedGroups(2) 1 }

.1.0.8802.1.1.2.1.5.4795.2.2.2
lldpXMedOptMediaPolicyGroup OBJECT-GROUP
-- FROM LLDP-EXT-MED-MIB
DESCRIPTION "The collection of objects which are used to represent LLDP
MED organizational extensions for Media Policy Information."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedConformance(2)
lldpXMedGroups(2) 2 }

.1.0.8802.1.1.2.1.5.4795.2.2.3
lldpXMedOptInventoryGroup OBJECT-GROUP
-- FROM LLDP-EXT-MED-MIB
DESCRIPTION "The collection of objects which are used to represent LLDP
MED organizational extension for inventory Information."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedConformance(2)
lldpXMedGroups(2) 3 }

.1.0.8802.1.1.2.1.5.4795.2.2.4
lldpXMedOptLocationGroup OBJECT-GROUP
-- FROM LLDP-EXT-MED-MIB
DESCRIPTION "The collection of objects which are used to represent LLDP
MED organizational extension for Location Information."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedConformance(2)
lldpXMedGroups(2) 4 }

.1.0.8802.1.1.2.1.5.4795.2.2.5
lldpXMedOptPoEPSEGroup OBJECT-GROUP
-- FROM LLDP-EXT-MED-MIB
DESCRIPTION "The collection of objects which are used to represent LLDP
MED organizational extensions for PoE PSE Information."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedConformance(2)
lldpXMedGroups(2) 5 }

.1.0.8802.1.1.2.1.5.4795.2.2.6
lldpXMedOptPoEPDGroup OBJECT-GROUP
-- FROM LLDP-EXT-MED-MIB
DESCRIPTION "The collection of objects which are used to represent LLDP
MED organizational extensions for PoE PD Information."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedConformance(2)
lldpXMedGroups(2) 6 }

.1.0.8802.1.1.2.1.5.4795.2.2.7
lldpXMedRemSysGroup OBJECT-GROUP
-- FROM LLDP-EXT-MED-MIB
DESCRIPTION "The collection of objects which are used to represent LLDP-
MED organizational extension Remote Device Information."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedConformance(2)
lldpXMedGroups(2) 7 }

.1.0.8802.1.1.2.1.5.4795.2.2.8
lldpXMedNotificationsGroup OBJECT-TYPE
-- FROM LLDP-EXT-MED-MIB
DESCRIPTION "Notifications sent by an LLDP-MED agent."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXMedMIB(4795) lldpXMedConformance(2)
lldpXMedGroups(2) 8 }

.1.0.8802.1.1.2.1.5.32962
lldpXdot1MIB MODULE-IDENTITY
-- FROM LLDP-EXT-DOT1-MIB
DESCRIPTION "The LLDP Management Information Base extension module for
IEEE 802.1 organizationally defined discovery information.

In order to assure the uniqueness of the LLDP-MIB,


lldpXdot1MIB is branched from lldpExtensions using OUI value
as the node. An OUI/'company_id' is a 24 bit globally unique
assigned number referenced by various standards.

Copyright (C) IEEE (2005). This version of this MIB module


is published as Annex F.7.1 of IEEE Std 802.1AB-2005;
see the standard itself for full legal notices."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) 32962 }

.1.0.8802.1.1.2.1.5.32962.1
lldpXdot1Objects OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) 1 }

.1.0.8802.1.1.2.1.5.32962.1.1
lldpXdot1Config OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) 1 }

.1.0.8802.1.1.2.1.5.32962.1.1.1
lldpXdot1ConfigPortVlanTable OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table that controls selection of LLDP Port VLAN-ID TLVs
to be transmitted on individual ports."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1)
lldpXdot1Config(1) 1 }

.1.0.8802.1.1.2.1.5.32962.1.1.1.1
lldpXdot1ConfigPortVlanEntry OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
MAX-ACCESS not-accessible
STATUS current
AUGMENTS { lldpPortConfigEntry }
DESCRIPTION "LLDP configuration information that controls the
transmission of IEEE 802.1 organizationally defined Port
VLAN-ID TLV on LLDP transmission capable ports.

This configuration object augments the lldpPortConfigEntry of


the LLDP-MIB, therefore it is only present along with the port
configuration defined by the associated lldpPortConfigEntry
entry.

Each active lldpConfigEntry must be restored from non-volatile


storage (along with the corresponding lldpPortConfigEntry)
after a re-initialization of the management system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1)
lldpXdot1Config(1) lldpXdot1ConfigPortVlanTable(1) 1 }

.1.0.8802.1.1.2.1.5.32962.1.1.1.1.1
lldpXdot1ConfigPortVlanTxEnable OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The lldpXdot1ConfigPortVlanTxEnable, which is defined as
a truth value and configured by the network management,
determines whether the IEEE 802.1 organizationally defined
port VLAN TLV transmission is allowed on a given LLDP
transmission capable port.

The value of this object must be restored from non-volatile


storage after a re-initialization of the management system."
DEFVAL { false }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1)
lldpXdot1Config(1) lldpXdot1ConfigPortVlanTable(1) lldpXdot1ConfigPortVlanEntry(1)
1 }

.1.0.8802.1.1.2.1.5.32962.1.1.2
lldpXdot1ConfigVlanNameTable OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The table that controls selection of LLDP VLAN name TLV
instances to be transmitted on individual ports."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1)
lldpXdot1Config(1) 2 }

.1.0.8802.1.1.2.1.5.32962.1.1.2.1
lldpXdot1ConfigVlanNameEntry OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
MAX-ACCESS not-accessible
STATUS current
AUGMENTS { lldpXdot1LocVlanNameEntry }
DESCRIPTION "LLDP configuration information that specifies the set of
ports (represented as a PortList) on which the Local System
VLAN name instance will be transmitted.

This configuration object augments the lldpLocVlanEntry,


therefore it is only present along with the VLAN Name instance
contained in the associated lldpLocVlanNameEntry entry.

Each active lldpXdot1ConfigVlanNameEntry must be restored


from non-volatile storage (along with the corresponding
lldpXdot1LocVlanNameEntry) after a re-initialization of the
management system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1)
lldpXdot1Config(1) lldpXdot1ConfigVlanNameTable(2) 1 }

.1.0.8802.1.1.2.1.5.32962.1.1.2.1.1
lldpXdot1ConfigVlanNameTxEnable OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The boolean value that indicates whether the corresponding
Local System VLAN name instance will be transmitted on the
port defined by the given lldpXdot1LocVlanNameEntry.

The value of this object must be restored from non-volatile


storage after a re-initialization of the management system."
DEFVAL { false }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1)
lldpXdot1Config(1) lldpXdot1ConfigVlanNameTable(2) lldpXdot1ConfigVlanNameEntry(1)
1 }

.1.0.8802.1.1.2.1.5.32962.1.1.3
lldpXdot1ConfigProtoVlanTable OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The table that controls selection of LLDP Port and Protocol
VLAN ID TLV instances to be transmitted on individual ports."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1)
lldpXdot1Config(1) 3 }

.1.0.8802.1.1.2.1.5.32962.1.1.3.1
lldpXdot1ConfigProtoVlanEntry OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
MAX-ACCESS not-accessible
STATUS current
AUGMENTS { lldpXdot1LocProtoVlanEntry }
DESCRIPTION "LLDP configuration information that specifies the set of
ports (represented as a PortList) on which the Local System
Protocol VLAN instance will be transmitted.

This configuration object augments the lldpXdot1LocVlanEntry,


therefore it is only present along with the Port and
Protocol VLAN ID instance contained in the associated
lldpXdot1LocVlanEntry entry.

Each active lldpXdot1ConfigProtoVlanEntry must be restored


from non-volatile storage (along with the corresponding
lldpXdot1LocProtoVlanEntry) after a re-initialization of
the management system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1)
lldpXdot1Config(1) lldpXdot1ConfigProtoVlanTable(3) 1 }

.1.0.8802.1.1.2.1.5.32962.1.1.3.1.1
lldpXdot1ConfigProtoVlanTxEnable OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The boolean value that indicates whether the corresponding
Local System Port and Protocol VLAN instance will
be transmitted on the port defined by the given
lldpXdot1LocProtoVlanEntry.

The value of this object must be restored from non-volatile


storage after a re-initialization of the management system."
DEFVAL { false }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1)
lldpXdot1Config(1) lldpXdot1ConfigProtoVlanTable(3)
lldpXdot1ConfigProtoVlanEntry(1) 1 }

.1.0.8802.1.1.2.1.5.32962.1.1.4
lldpXdot1ConfigProtocolTable OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The table that controls selection of LLDP Protocol
TLV instances to be transmitted on individual ports."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1)
lldpXdot1Config(1) 4 }

.1.0.8802.1.1.2.1.5.32962.1.1.4.1
lldpXdot1ConfigProtocolEntry OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
MAX-ACCESS not-accessible
STATUS current
AUGMENTS { lldpXdot1LocProtocolEntry }
DESCRIPTION "LLDP configuration information that specifies the set of
ports (represented as a PortList) on which the Local System
Protocol instance will be transmitted.

This configuration object augments the lldpXdot1LocProtoEntry,


therefore it is only present along with the Protocol instance
contained in the associated lldpXdot1LocProtoEntry entry.

Each active lldpXdot1ConfigProtocolEntry must be restored


from non-volatile storage (along with the corresponding
lldpXdot1LocProtocolEntry) after a re-initialization of the
management system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1)
lldpXdot1Config(1) lldpXdot1ConfigProtocolTable(4) 1 }

.1.0.8802.1.1.2.1.5.32962.1.1.4.1.1
lldpXdot1ConfigProtocolTxEnable OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The boolean value that indicates whether the corresponding
Local System Protocol Identity instance will be transmitted
on the port defined by the given lldpXdot1LocProtocolEntry.

The value of this object must be restored from non-volatile


storage after a re-initialization of the management system."
DEFVAL { false }
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1)
lldpXdot1Config(1) lldpXdot1ConfigProtocolTable(4) lldpXdot1ConfigProtocolEntry(1)
1 }

.1.0.8802.1.1.2.1.5.32962.1.2
lldpXdot1LocalData OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) 2 }

.1.0.8802.1.1.2.1.5.32962.1.2.1
lldpXdot1LocTable OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table contains one row per port for IEEE 802.1
organizationally defined LLDP extension on the local system
known to this agent."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1)
lldpXdot1LocalData(2) 1 }

.1.0.8802.1.1.2.1.5.32962.1.2.1.1
lldpXdot1LocEntry OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { lldpLocPortNum }
DESCRIPTION "Information about IEEE 802.1 organizationally defined
LLDP extension."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1)
lldpXdot1LocalData(2) lldpXdot1LocTable(1) 1 }

.1.0.8802.1.1.2.1.5.32962.1.2.1.1.1
lldpXdot1LocPortVlanId OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
SYNTAX Integer32 (0 | 1..4094)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The integer value used to identify the port's VLAN identifier
associated with the local system. A value of zero shall
be used if the system either does not know the PVID or does
not support port-based VLAN operation."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1)
lldpXdot1LocalData(2) lldpXdot1LocTable(1) lldpXdot1LocEntry(1) 1 }

.1.0.8802.1.1.2.1.5.32962.1.2.2
lldpXdot1LocProtoVlanTable OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table contains one or more rows per Port and Protocol
VLAN information about the local system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1)
lldpXdot1LocalData(2) 2 }

.1.0.8802.1.1.2.1.5.32962.1.2.2.1
lldpXdot1LocProtoVlanEntry OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { lldpLocPortNum, lldpXdot1LocProtoVlanId }
DESCRIPTION "Port and protocol VLAN ID Information about a particular
port component. There may be multiple port and protocol VLANs,
identified by a particular lldpXdot1LocProtoVlanId, configured
on the given port."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1)
lldpXdot1LocalData(2) lldpXdot1LocProtoVlanTable(2) 1 }

.1.0.8802.1.1.2.1.5.32962.1.2.2.1.1
lldpXdot1LocProtoVlanId OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
SYNTAX Integer32 (0 | 1..4094)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The integer value used to identify the port and protocol
VLANs associated with the given port associated with the
local system. A value of zero shall be used if the system
either does not know the protocol VLAN ID (PPVID) or does
not support port and protocol VLAN operation."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1)
lldpXdot1LocalData(2) lldpXdot1LocProtoVlanTable(2) lldpXdot1LocProtoVlanEntry(1) 1
}

.1.0.8802.1.1.2.1.5.32962.1.2.2.1.2
lldpXdot1LocProtoVlanSupported OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The truth value used to indicate whether the given port
(associated with the local system) supports port and protocol
VLANs."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1)
lldpXdot1LocalData(2) lldpXdot1LocProtoVlanTable(2) lldpXdot1LocProtoVlanEntry(1) 2
}
.1.0.8802.1.1.2.1.5.32962.1.2.2.1.3
lldpXdot1LocProtoVlanEnabled OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The truth value used to indicate whether the port and
protocol VLANs are enabled on the given port associated with
the local system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1)
lldpXdot1LocalData(2) lldpXdot1LocProtoVlanTable(2) lldpXdot1LocProtoVlanEntry(1) 3
}

.1.0.8802.1.1.2.1.5.32962.1.2.3
lldpXdot1LocVlanNameTable OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table contains one or more rows per IEEE 802.1Q VLAN
name information on the local system known to this agent."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1)
lldpXdot1LocalData(2) 3 }

.1.0.8802.1.1.2.1.5.32962.1.2.3.1
lldpXdot1LocVlanNameEntry OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { lldpLocPortNum, lldpXdot1LocVlanId }
DESCRIPTION "VLAN name Information about a particular port component.
There may be multiple VLANs, identified by a particular
lldpXdot1LocVlanId, configured on the given port."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1)
lldpXdot1LocalData(2) lldpXdot1LocVlanNameTable(3) 1 }

.1.0.8802.1.1.2.1.5.32962.1.2.3.1.1
lldpXdot1LocVlanId OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
-- TEXTUAL CONVENTION VlanId
SYNTAX Integer32 (1..4094)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The integer value used to identify the IEEE 802.1Q
VLAN IDs with which the given port is compatible."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1)
lldpXdot1LocalData(2) lldpXdot1LocVlanNameTable(3) lldpXdot1LocVlanNameEntry(1) 1 }

.1.0.8802.1.1.2.1.5.32962.1.2.3.1.2
lldpXdot1LocVlanName OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
-- TEXTUAL CONVENTION SnmpAdminString
SYNTAX OCTET STRING (1..32)
DISPLAY-HINT "255a"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The string value used to identify VLAN name identified by the
Vlan Id associated with the given port on the local system.

This object should contain the value of the dot1QVLANStaticName


object (defined in IETF RFC 2674) identified with the given
lldpXdot1LocVlanId."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1)
lldpXdot1LocalData(2) lldpXdot1LocVlanNameTable(3) lldpXdot1LocVlanNameEntry(1) 2 }

.1.0.8802.1.1.2.1.5.32962.1.2.4
lldpXdot1LocProtocolTable OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table contains one or more rows per protocol identity
information on the local system known to this agent."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1)
lldpXdot1LocalData(2) 4 }

.1.0.8802.1.1.2.1.5.32962.1.2.4.1
lldpXdot1LocProtocolEntry OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { lldpLocPortNum, lldpXdot1LocProtocolIndex }
DESCRIPTION "Information about particular protocols that are accessible
through the given port component.

There may be multiple protocols, identified by particular


lldpXdot1ProtocolIndex, and lldpLocPortNum."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1)
lldpXdot1LocalData(2) lldpXdot1LocProtocolTable(4) 1 }

.1.0.8802.1.1.2.1.5.32962.1.2.4.1.1
lldpXdot1LocProtocolIndex OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
SYNTAX Integer32 (1..2147483647)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This object represents an arbitrary local integer value used
by this agent to identify a particular protocol identity."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1)
lldpXdot1LocalData(2) lldpXdot1LocProtocolTable(4) lldpXdot1LocProtocolEntry(1) 1 }

.1.0.8802.1.1.2.1.5.32962.1.2.4.1.2
lldpXdot1LocProtocolId OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
SYNTAX OCTET STRING (1..255)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The octet string value used to identify the protocols
associated with the given port of the local system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1)
lldpXdot1LocalData(2) lldpXdot1LocProtocolTable(4) lldpXdot1LocProtocolEntry(1) 2 }

.1.0.8802.1.1.2.1.5.32962.1.3
lldpXdot1RemoteData OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1) 3 }

.1.0.8802.1.1.2.1.5.32962.1.3.1
lldpXdot1RemTable OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table contains one or more rows per physical network
connection known to this agent. The agent may wish to
ensure that only one lldpXdot1RemEntry is present for
each local port, or it may choose to maintain multiple
lldpXdot1RemEntries for the same local port."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1)
lldpXdot1RemoteData(3) 1 }

.1.0.8802.1.1.2.1.5.32962.1.3.1.1
lldpXdot1RemEntry OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { lldpRemTimeMark, lldpRemLocalPortNum, lldpRemIndex }
DESCRIPTION "Information about a particular port component."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1)
lldpXdot1RemoteData(3) lldpXdot1RemTable(1) 1 }

.1.0.8802.1.1.2.1.5.32962.1.3.1.1.1
lldpXdot1RemPortVlanId OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
SYNTAX Integer32 (0 | 1..4094)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The integer value used to identify the port's VLAN identifier
associated with the remote system. if the remote system
either does not know the PVID or does not support port-based
VLAN operation, the value of lldpXdot1RemPortVlanId should
be zero."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1)
lldpXdot1RemoteData(3) lldpXdot1RemTable(1) lldpXdot1RemEntry(1) 1 }

.1.0.8802.1.1.2.1.5.32962.1.3.2
lldpXdot1RemProtoVlanTable OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table contains one or more rows per Port and Protocol
VLAN information about the remote system, received on the
given port."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1)
lldpXdot1RemoteData(3) 2 }

.1.0.8802.1.1.2.1.5.32962.1.3.2.1
lldpXdot1RemProtoVlanEntry OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { lldpRemTimeMark, lldpRemLocalPortNum, lldpRemIndex,
lldpXdot1RemProtoVlanId }
DESCRIPTION "Port and protocol VLAN name Information about a particular
port component. There may be multiple protocol VLANs,
identified by a particular lldpXdot1RemProtoVlanId, configured
on the remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1)
lldpXdot1RemoteData(3) lldpXdot1RemProtoVlanTable(2) 1 }

.1.0.8802.1.1.2.1.5.32962.1.3.2.1.1
lldpXdot1RemProtoVlanId OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
SYNTAX Integer32 (0 | 1..4094)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The integer value used to identify the port and protocol
VLANs associated with the given port associated with the
remote system.

If port and protocol VLANs are not supported on the given


port associated with the remote system, or if the port is
not enabled with any port and protocol VLAN, the value of
lldpXdot1RemProtoVlanId should be zero."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1)
lldpXdot1RemoteData(3) lldpXdot1RemProtoVlanTable(2) lldpXdot1RemProtoVlanEntry(1)
1 }

.1.0.8802.1.1.2.1.5.32962.1.3.2.1.2
lldpXdot1RemProtoVlanSupported OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The truth value used to indicate whether the given port
(associated with the remote system) is capable of supporting
port and protocol VLANs."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1)
lldpXdot1RemoteData(3) lldpXdot1RemProtoVlanTable(2) lldpXdot1RemProtoVlanEntry(1)
2 }

.1.0.8802.1.1.2.1.5.32962.1.3.2.1.3
lldpXdot1RemProtoVlanEnabled OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The truth value used to indicate whether the port and
protocol VLANs are enabled on the given port associated with
the remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1)
lldpXdot1RemoteData(3) lldpXdot1RemProtoVlanTable(2) lldpXdot1RemProtoVlanEntry(1)
3 }

.1.0.8802.1.1.2.1.5.32962.1.3.3
lldpXdot1RemVlanNameTable OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table contains one or more rows per IEEE 802.1Q VLAN
name information about the remote system, received on the
given port."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1)
lldpXdot1RemoteData(3) 3 }

.1.0.8802.1.1.2.1.5.32962.1.3.3.1
lldpXdot1RemVlanNameEntry OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { lldpRemTimeMark, lldpRemLocalPortNum, lldpRemIndex,
lldpXdot1RemVlanId }
DESCRIPTION "VLAN name Information about a particular port component.
There may be multiple VLANs, identified by a particular
lldpXdot1RemVlanId, received on the given port."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1)
lldpXdot1RemoteData(3) lldpXdot1RemVlanNameTable(3) 1 }

.1.0.8802.1.1.2.1.5.32962.1.3.3.1.1
lldpXdot1RemVlanId OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
-- TEXTUAL CONVENTION VlanId
SYNTAX Integer32 (1..4094)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The integer value used to identify the IEEE 802.1Q
VLAN IDs with which the given port of the remote system
is compatible."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1)
lldpXdot1RemoteData(3) lldpXdot1RemVlanNameTable(3) lldpXdot1RemVlanNameEntry(1)
1 }

.1.0.8802.1.1.2.1.5.32962.1.3.3.1.2
lldpXdot1RemVlanName OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
-- TEXTUAL CONVENTION SnmpAdminString
SYNTAX OCTET STRING (1..32)
DISPLAY-HINT "255a"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The string value used to identify VLAN name identified by the
VLAN Id associated with the remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1)
lldpXdot1RemoteData(3) lldpXdot1RemVlanNameTable(3) lldpXdot1RemVlanNameEntry(1)
2 }

.1.0.8802.1.1.2.1.5.32962.1.3.4
lldpXdot1RemProtocolTable OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table contains one or more rows per protocol information
about the remote system, received on the given port."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1)
lldpXdot1RemoteData(3) 4 }

.1.0.8802.1.1.2.1.5.32962.1.3.4.1
lldpXdot1RemProtocolEntry OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { lldpRemTimeMark, lldpRemLocalPortNum, lldpRemIndex,
lldpXdot1RemProtocolIndex }
DESCRIPTION "Protocol information about a particular port component.
There may be multiple protocols, identified by a particular
lldpXdot1ProtocolIndex, received on the given port."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1)
lldpXdot1RemoteData(3) lldpXdot1RemProtocolTable(4) 1 }

.1.0.8802.1.1.2.1.5.32962.1.3.4.1.1
lldpXdot1RemProtocolIndex OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
SYNTAX Integer32 (1..2147483647)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This object represents an arbitrary local integer value used
by this agent to identify a particular protocol identity."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1)
lldpXdot1RemoteData(3) lldpXdot1RemProtocolTable(4) lldpXdot1RemProtocolEntry(1)
1 }

.1.0.8802.1.1.2.1.5.32962.1.3.4.1.2
lldpXdot1RemProtocolId OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
SYNTAX OCTET STRING (1..255)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The octet string value used to identify the protocols
associated with the given port of remote system."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Objects(1)
lldpXdot1RemoteData(3) lldpXdot1RemProtocolTable(4) lldpXdot1RemProtocolEntry(1)
2 }

.1.0.8802.1.1.2.1.5.32962.2
lldpXdot1Conformance OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) 2 }

.1.0.8802.1.1.2.1.5.32962.2.1
lldpXdot1Compliances OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Conformance(2) 1 }

.1.0.8802.1.1.2.1.5.32962.2.1.1
lldpXdot1Compliance MODULE-COMPLIANCE
-- FROM LLDP-EXT-DOT1-MIB
DESCRIPTION "The compliance statement for SNMP entities which implement
the IEEE 802.1 organizationally defined LLDP extension MIB."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Conformance(2)
lldpXdot1Compliances(1) 1 }

.1.0.8802.1.1.2.1.5.32962.2.2
lldpXdot1Groups OBJECT-TYPE
-- FROM LLDP-EXT-DOT1-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Conformance(2) 2 }

.1.0.8802.1.1.2.1.5.32962.2.2.1
lldpXdot1ConfigGroup OBJECT-GROUP
-- FROM LLDP-EXT-DOT1-MIB
DESCRIPTION "The collection of objects which are used to configure the
IEEE 802.1 organizationally defined LLDP extension
implementation behavior.

This group is mandatory for agents which implement the


IEEE 802.1 organizationally defined LLDP extension."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Conformance(2)
lldpXdot1Groups(2) 1 }

.1.0.8802.1.1.2.1.5.32962.2.2.2
lldpXdot1LocSysGroup OBJECT-GROUP
-- FROM LLDP-EXT-DOT1-MIB
DESCRIPTION "The collection of objects which are used to represent
IEEE 802.1 organizationally defined LLDP extension associated
with the Local Device Information.

This group is mandatory for agents which implement the


IEEE 802.1 organizationally defined LLDP extension in the
TX mode."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Conformance(2)
lldpXdot1Groups(2) 2 }

.1.0.8802.1.1.2.1.5.32962.2.2.3
lldpXdot1RemSysGroup OBJECT-GROUP
-- FROM LLDP-EXT-DOT1-MIB
DESCRIPTION "The collection of objects which are used to represent LLDP
802.1 organizational extension Local Device Information.

This group is mandatory for agents which implement the


LLDP 802.1 organizational extension in the RX mode."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpObjects(1) lldpExtensions(5) lldpXdot1MIB(32962) lldpXdot1Conformance(2)
lldpXdot1Groups(2) 3 }

.1.0.8802.1.1.2.2
lldpConformance OBJECT-TYPE
-- FROM LLDP-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) 2 }

.1.0.8802.1.1.2.2.1
lldpCompliances OBJECT-TYPE
-- FROM LLDP-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpConformance(2) 1 }

.1.0.8802.1.1.2.2.1.1
lldpCompliance MODULE-COMPLIANCE
-- FROM LLDP-MIB
DESCRIPTION "The compliance statement for SNMP entities which implement
the LLDP MIB."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpConformance(2) lldpCompliances(1) 1 }

.1.0.8802.1.1.2.2.2
lldpGroups OBJECT-TYPE
-- FROM LLDP-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpConformance(2) 2 }

.1.0.8802.1.1.2.2.2.1
lldpConfigGroup OBJECT-GROUP
-- FROM LLDP-MIB
DESCRIPTION "The collection of objects which are used to configure the
LLDP implementation behavior.

This group is mandatory for agents which implement the LLDP."


::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpConformance(2) lldpGroups(2) 1 }

.1.0.8802.1.1.2.2.2.2
lldpConfigRxGroup OBJECT-GROUP
-- FROM LLDP-MIB
DESCRIPTION "The collection of objects which are used to configure the
LLDP implementation behavior.

This group is mandatory for agents which implement the LLDP


and have the capability of receiving LLDP frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpConformance(2) lldpGroups(2) 2 }

.1.0.8802.1.1.2.2.2.3
lldpConfigTxGroup OBJECT-GROUP
-- FROM LLDP-MIB
DESCRIPTION "The collection of objects which are used to configure the
LLDP implementation behavior.

This group is mandatory for agents which implement the LLDP


and have the capability of transmitting LLDP frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpConformance(2) lldpGroups(2) 3 }

.1.0.8802.1.1.2.2.2.4
lldpStatsRxGroup OBJECT-GROUP
-- FROM LLDP-MIB
DESCRIPTION "The collection of objects which are used to represent LLDP
reception statistics.

This group is mandatory for agents which implement the LLDP


and have the capability of receiving LLDP frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpConformance(2) lldpGroups(2) 4 }

.1.0.8802.1.1.2.2.2.5
lldpStatsTxGroup OBJECT-GROUP
-- FROM LLDP-MIB
DESCRIPTION "The collection of objects which are used to represent LLDP
transmission statistics.

This group is mandatory for agents which implement the LLDP


and have the capability of transmitting LLDP frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpConformance(2) lldpGroups(2) 5 }

.1.0.8802.1.1.2.2.2.6
lldpLocSysGroup OBJECT-GROUP
-- FROM LLDP-MIB
DESCRIPTION "The collection of objects which are used to represent LLDP
Local System Information.

This group is mandatory for agents which implement the LLDP


and have the capability of transmitting LLDP frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpConformance(2) lldpGroups(2) 6 }

.1.0.8802.1.1.2.2.2.7
lldpRemSysGroup OBJECT-GROUP
-- FROM LLDP-MIB
DESCRIPTION "The collection of objects which are used to represent
LLDP Remote Systems Information. The objects represent the
information associated with the basic TLV set. Please note
that even the agent doesn't implement some of the optional
TLVs, it shall recognize all the optional TLV information
that the remote system may advertise.

This group is mandatory for agents which implement the LLDP


and have the capability of receiving LLDP frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpConformance(2) lldpGroups(2) 7 }

.1.0.8802.1.1.2.2.2.8
lldpNotificationsGroup OBJECT-TYPE
-- FROM LLDP-MIB
DESCRIPTION "The collection of notifications used to indicate LLDP MIB
data consistency and general status information.

This group is mandatory for agents which implement the LLDP


and have the capability of receiving LLDP frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2)
lldpConformance(2) lldpGroups(2) 8 }

.1.0.8802.17
ieee802dot17 OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
::= { iso(1) std(0) iso8802(8802) 17 }

.1.0.8802.17.1
ieee802dot17mibs OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) 1 }

.1.0.8802.17.1.1
ieee802dot17rprMIB MODULE-IDENTITY
-- FROM IEEE-802DOT17-RPR-MIB
DESCRIPTION "The resilient packet ring MIB for IEEE 802.17.

Copyright (C) IEEE802.17.


This version of this MIB module is part of IEEE802.17;
see the draft itself for full legal notices."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1) 1 }

.1.0.8802.17.1.1.1
rprObjects OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) 1 }

.1.0.8802.17.1.1.1.1
rprGeneral OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) 1 }

.1.0.8802.17.1.1.1.1.1
rprIfTable OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The RPR interface table, extension to the ifTable.
All read-write attributes in this table are non-volatile,
i.e. will be retained across system reset."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) 1 }

.1.0.8802.17.1.1.1.1.1.1
rprIfEntry OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { rprIfIndex }
DESCRIPTION "One such entry for every interface in the ifTable which
has an ifType of RPR interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfTable(1) 1 }

.1.0.8802.17.1.1.1.1.1.1.1
rprIfIndex OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION InterfaceIndex
SYNTAX Integer32 (1..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The ifIndex of this RPR interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfTable(1) rprIfEntry(1) 1 }

.1.0.8802.17.1.1.1.1.1.1.2
rprIfStationsOnRing OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Unsigned32 (1..255)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of stations on the RPR ring.
When the operStatus of the interface is down the value is
1."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfTable(1) rprIfEntry(1) 2 }

.1.0.8802.17.1.1.1.1.1.1.3
rprIfReversionMode OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The reversion mode of the MAC,
False for non-revertive
True for revertive.

Revertive station will return to idle state after


WTR interval expires.

Default value for reversion mode is true."


DEFVAL { true }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfTable(1) rprIfEntry(1) 3 }

.1.0.8802.17.1.1.1.1.1.1.4
rprIfProtectionWTR OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Unsigned32 (0..1440)
UNITS ""
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Indicates the length of time in seconds, to remain in the
protection state, after the cause of an automatic
protection is removed. This mechanism prevents protection
switch oscillations.

Default value for WTR is 10 seconds."


DEFVAL { 10 }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfTable(1) rprIfEntry(1) 4 }

.1.0.8802.17.1.1.1.1.1.1.5
rprIfProtectionFastTimer OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Unsigned32 (1..20)
UNITS ""
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Indicates the protection messages fast timer value in 1 ms
units.
The fast timer is used for protection protocols.

Default value for fast timer protection messages is 10 ms."


DEFVAL { 10 }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfTable(1) rprIfEntry(1) 5 }

.1.0.8802.17.1.1.1.1.1.1.6
rprIfProtectionSlowTimer OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Unsigned32 (1..200)
UNITS ""
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Indicates the protection slow timer value in 50 ms units.
The slow timer is used for topology and protection
protocols.

Default value for slow timer protection and topology


messages
is 20 units of 50 ms, i.e. 1sec."
DEFVAL { 20 }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfTable(1) rprIfEntry(1) 6 }

.1.0.8802.17.1.1.1.1.1.1.7
rprIfAtdTimer OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Unsigned32 (1..200)
UNITS ""
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Indicates the timer period for ATD message transmissions.

Default value is 20 units of 50 ms, i.e. 1sec."


DEFVAL { 20 }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfTable(1) rprIfEntry(1) 7 }

.1.0.8802.17.1.1.1.1.1.1.8
rprIfKeepaliveTimeout OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Unsigned32 (2..50)
UNITS ""
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Indicates the timer to declare keepalive timeout, multiples
of 1 millisecond.

Default value for keepalive timeout is 3 ms."


DEFVAL { 3 }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfTable(1) rprIfEntry(1) 8 }

.1.0.8802.17.1.1.1.1.1.1.9
rprIfFairnessAggressive OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Indicates whether the selected RPR fairness algorithm is
aggressive or conservative.

If true, the selected fairness mode is aggressive.

If false, the selected fairness mode is conservative.

The default value for fairness aggressive is true."


DEFVAL { true }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfTable(1) rprIfEntry(1) 9 }

.1.0.8802.17.1.1.1.1.1.1.10
rprIfPtqSize OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Unsigned32
UNITS ""
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The size in bytes of the Primary Transit Queue per ringlet
supported by this RPR MAC."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfTable(1) rprIfEntry(1) 10 }

.1.0.8802.17.1.1.1.1.1.1.11
rprIfStqSize OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Unsigned32
UNITS ""
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The size in bytes of the Secondary Transit Queue per ringlet
supported by this RPR MAC."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfTable(1) rprIfEntry(1) 11 }

.1.0.8802.17.1.1.1.1.1.1.12
rprIfSTQFullThreshold OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Unsigned32
UNITS ""
MAX-ACCESS read-write
STATUS current
DESCRIPTION "A level of STQ occupancy at or above which the STQ
is almost full.

This attribute specifies the full threshold location


in MTU units below the STQ size.
The range is [stqHighThreshold + mtuSize, sizeSTQ -
mtuSize].
The default value for stqFullThreshold is sizeSTQ -
2*mtuSize."
DEFVAL { 2 }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfTable(1) rprIfEntry(1) 12 }

.1.0.8802.17.1.1.1.1.1.1.13
rprIfIdleThreshold OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Unsigned32
UNITS ""
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Indicates that a MAC is experiencing an adverse rate
mismatch. When the PTQ depth exceeds this value,
the incoming link is considered adversely rate mismatched.

This attribute specifies the idle-threshold location


from the top of the PTQ buffer, in MTU size.

Default value should be 1, which means (sizePTQ - mtuSize)"


DEFVAL { 1 }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfTable(1) rprIfEntry(1) 13 }

.1.0.8802.17.1.1.1.1.1.1.14
rprIfSesThreshold OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Unsigned32 (1..512)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Indicates the number of E-RPR errors to declare
a second as SES-RPR

The default value is the rounded integer of


0.000001 * (lineRate * advertisementRatio)."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfTable(1) rprIfEntry(1) 14 }

.1.0.8802.17.1.1.1.1.1.1.15
rprIfWrapConfig OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Indicates the configured protection mode,
steering or wrapping, in a MAC that supports both modes.

If wrap configured bit is set, the station will


perform wrap protection during ring failures.

If the station detects another station on the ring that


has a protection configuration that conflicts with its own,
the station will generate a defect to higher layers.

Default value for wrap preferred is false for steering


only stations, and true for stations that implement
wrapping."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfTable(1) rprIfEntry(1) 15 }

.1.0.8802.17.1.1.1.1.1.1.16
rprIfJumboFramePreferred OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Indicates the preference of the manager to support jumbo frame
in a MAC that supports jumbo frame.

The station advertises the 'logical and' of


rprIfJumboFramePreferred
and jumbo capable bit in the rprIfMacCapability.

Default value for jumbo frame preferred is true. i.e.


station
supports jumbo frame."
DEFVAL { true }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfTable(1) rprIfEntry(1) 16 }

.1.0.8802.17.1.1.1.1.1.1.17
rprIfMacOperModes OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX BITS {strictOrder(0), dropBadFcs(1)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The summary of the Mac operational modes.
if strictOrder is set, the MAC operates in strict order
mode.
if dropBadFcs is set, frames with bad FCS are dropped."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfTable(1) rprIfEntry(1) 17 }

.1.0.8802.17.1.1.1.1.1.1.18
rprIfRingOperModes OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX BITS {jumboFrames(0), wrapProtection(1), openRing(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The summary of the ring operational modes
collected through the topology discovery protocol.

If at least one station doesn't support jumbo frames,


the jumboFrame bit in this attribute is set to false.
Only if all stations support jumbo frames, the bit is true.

If at least one station wasn't configured to wrap,


the wrap bit in this attribute is set to false.
Only if all stations configured to wrap, the bit is true.

If the ring doesn't complete full loop, the ring is


considered

openRing, with at least one detected edge."


::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfTable(1) rprIfEntry(1) 18 }

.1.0.8802.17.1.1.1.1.1.1.19
rprIfCurrentStatus OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX BITS {neighborInconsistency(0), duplicateMac(1), exceedMaxStations(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Indicates the current status of the RPR interface.
this attribute is used to generate alarm to the management
system."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfTable(1) rprIfEntry(1) 19 }

.1.0.8802.17.1.1.1.1.1.1.20
rprIfLastChange OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION TimeStamp
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The value of sysUpTime at the time when any of the following
attributes changes:
rprIfStationsOnRing, rprIfReversionMode,
rprIfProtectionWTR,
rprIfProtectionFastTimer, rprIfProtectionSlowTimer,
rprIfAtdTimer,
rprIfKeepaliveTimeout, rprIfFairnessAggressive,
rprIfSTQFullThreshold, rprIfIdleThreshold,
rprIfSesThreshold, rprIfWrapConfig,
rprIfJumboFramePreferred,
rprIfMacOperModes, rprIfRingOperModes, rprIfCurrentStatus
contents of the rprTopoImageEntry."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfTable(1) rprIfEntry(1) 20 }

.1.0.8802.17.1.1.1.1.1.1.21
rprIfChanges OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Indicates number of times rprIfLastChange changed.

The discontinued counter value is indicated


by the ifCounterDiscontinuityTime value."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfTable(1) rprIfEntry(1) 21 }

.1.0.8802.17.1.1.1.1.2
rprIfStatsControlTable OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The RPR statistics management table,
controls the collection, duration, clearance, and status
of the MAC statistics.

The usage of this table is as follows:


1. In order to clear period of counters (or all periods) of
specific counting point (or all counting points) of the
RPR MAC, the user should first set the
rprIfStatsControlPeriodClear item to specify the period
that he would like to clear, and the
rprIfStatsControlCountPointClear item to specify the
counting point on which he would like to perform the
statistics clearance.
In case that the user specified 'clearSpecificInterval'
in the rprIfStatsControlPeriodClear item, the user
should
also set the specific interval to clear by setting
rprIfStatsControlIntervalClear.
After setting these items, the user can activate the
clear operation by setting rprIfStatsControlCommitClear
item to 'commit'.
The status of the clear operation (done of failed) is
indicated by the returned value of
rprIfStatsControlCommitClear
item.

2. Setting rprIfStatsControlPeriodClear to
'clearAllIntervals' and
rprIfStatsControlCountPointClear to 'clearWest' (for
example)
will clear all current and previous intervals, and day
counters of the west side of the RPR MAC.

3. The IntervalValidData of cleared interval should be set


to false.

All read-write attributes in this table are volatile,

i.e. will be cleared on system reset."


::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) 2 }

.1.0.8802.17.1.1.1.1.2.1
rprIfStatsControlEntry OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { rprIfStatsControlIfIndex }
DESCRIPTION "One such entry for every interface in the ifTable which

has an ifType of RPR interface."


::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfStatsControlTable(2) 1 }

.1.0.8802.17.1.1.1.1.2.1.1
rprIfStatsControlIfIndex OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION InterfaceIndex
SYNTAX Integer32 (1..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The ifIndex of this RPR interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfStatsControlTable(2)
rprIfStatsControlEntry(1) 1 }

.1.0.8802.17.1.1.1.1.2.1.2
rprIfStatsControlPeriodClear OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX INTEGER {idle(1), clearAllIntervals(2), clearCurrent(3),
clearIntervals(4), clearSpecificInterval(5)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute allows for some or all of the
interval statistics for this RPR MAC to be cleared.
It does not affect the values of the running counters
or the counter values reported through the interface MIB.

clearSpecificInterval clears the interval indicated by


rprIfStatsControlIntervalClear.

Default value for period clear is idle."


DEFVAL { idle }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfStatsControlTable(2)
rprIfStatsControlEntry(1) 2 }

.1.0.8802.17.1.1.1.1.2.1.3
rprIfStatsControlCountPointClear OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX INTEGER {clearAll(1), clearWest(2), clearEast(3), clearClient(4)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute allows for a specific counting point of the
RPR MAC or all of the RPR MAC counting points to be cleared
on rprIfStatsControlPeriodClear request.

Default value for Interface to clear is clearAll, i.e.

clear statistics of all interfaces."


DEFVAL { clearAll }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfStatsControlTable(2)
rprIfStatsControlEntry(1) 3 }

.1.0.8802.17.1.1.1.1.2.1.4
rprIfStatsControlIntervalClear OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Unsigned32 (1..96)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The statistics interval number to clear.
The interval identified by 1 is the most recently completed
15 minute interval, and interval identified by N is the
interval immediately preceding the one identified by N-1.

Setting rprIfStatsControlPeriodClear to
clearSpecificInterval will
clear the interval that is indicated by this object."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfStatsControlTable(2)
rprIfStatsControlEntry(1) 4 }

.1.0.8802.17.1.1.1.1.2.1.5
rprIfStatsControlCommitClear OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX INTEGER {commit(1), commitDone(2), commitFailed(3)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Sends a commit with input parameters to specify the
Period (rprIfStatsControlPeriodClear),
count point (rprIfStatsControlCountPointClear) and
specific interval (rprIfStatsControlIntervalClear) to
clear.

If the clear operation succeeds this attribute will have


the value commitDone(2) when read.
If the clear operation fails this attribute will have
the value commitFailed(3) when read."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfStatsControlTable(2)
rprIfStatsControlEntry(1) 5 }

.1.0.8802.17.1.1.1.1.2.1.6
rprIfStatsControlTimeElapsed OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Unsigned32 (0..899)
UNITS ""
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of seconds, including partial seconds, that
have elapsed since the beginning of the current
measurement interval. If, for some reason, such as an
adjustment in the system's time-of-day clock, the current
interval exceeds the maximum value, the agent will return
the maximum value."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfStatsControlTable(2)
rprIfStatsControlEntry(1) 6 }

.1.0.8802.17.1.1.1.1.2.1.7
rprIfStatsControlValidIntervals OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Unsigned32 (0..96)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of previous 15-minute intervals for
which data was collected.
An RPR interface must be capable of supporting at least n
intervals.
The minimum value of n is 4. The default of n is 32.
The maximum value of n is 96.
The value will be <n> unless the measurement was
(re-)started within the last (<n>*15) minutes, in which
case the value will be the number of complete 15
minute intervals for which the agent has at least
some data. In certain cases (e.g., in the case
where the agent is a proxy) it is possible that some
intervals are unavailable. In this case, this
interval is the maximum interval number for
which data is available. "
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfStatsControlTable(2)
rprIfStatsControlEntry(1) 7 }

.1.0.8802.17.1.1.1.1.3
rprSpanTable OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The RPR interface Span table.

All read-write attributes in this table are non-volatile,

i.e. will be retained across system reset."


::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) 3 }

.1.0.8802.17.1.1.1.1.3.1
rprSpanEntry OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { rprSpanIfIndex, rprSpanId }
DESCRIPTION "One such entry for every span of an RPR interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprSpanTable(3) 1 }

.1.0.8802.17.1.1.1.1.3.1.1
rprSpanIfIndex OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION InterfaceIndex
SYNTAX Integer32 (1..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The ifIndex of this RPR interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprSpanTable(3) rprSpanEntry(1) 1
}

.1.0.8802.17.1.1.1.1.3.1.2
rprSpanId OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION RprSpan
SYNTAX INTEGER {east(1), west(2)}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Indicates the span interface of the RPR MAC. Each RPR
span is connected to both ringlet0 and ringlet1.
The east span receives from ringlet1 and transmits through
ringlet0.
The west span receives from ringlet0 and transmits through
ringlet1."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprSpanTable(3) rprSpanEntry(1) 2
}
.1.0.8802.17.1.1.1.1.3.1.3
rprSpanLowerLayerIfIndex OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION InterfaceIndexOrZero
SYNTAX Integer32 (0..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The ifIndex of interface which is below the RPR layer in this
span. A value of zero indicates an interface index that has
yet to be determined"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprSpanTable(3) rprSpanEntry(1) 3
}

.1.0.8802.17.1.1.1.1.3.1.4
rprSpanTotalRingletReservedRate OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Unsigned32
UNITS ""
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total reserved subclassA0 bandwidth on the ringlet.
This variable is used by the fairness module
to determine the total reclaimable bandwidth."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprSpanTable(3) rprSpanEntry(1) 4
}

.1.0.8802.17.1.1.1.1.3.1.5
rprSpanCurrentStatus OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX BITS {keepAliveTimeout(0), miscabling(1), phyLinkDegrade(2),
phyLinkFail(3)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Indicates the current status of the RPR span.
this attribute is used to generate alarm to the management
system."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprSpanTable(3) rprSpanEntry(1) 5
}

.1.0.8802.17.1.1.1.1.3.1.6
rprSpanLastChange OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION TimeStamp
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The value of sysUpTime at the time when any of the following
attributes changes:
rprSpanCurrentStatus,
rprSpanProtectionNeighborValid,
rprSpanProtectionHoldOffTimer,
rprSpanProtectionCommand, rprSpanProtectionCount."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprSpanTable(3) rprSpanEntry(1) 6
}
.1.0.8802.17.1.1.1.1.3.1.7
rprSpanChanges OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Indicates number of times rprSpanLastChange changed.

The discontinued counter value is indicated


by the ifCounterDiscontinuityTime value."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprSpanTable(3) rprSpanEntry(1) 7
}

.1.0.8802.17.1.1.1.1.4
rprSpanProtectionTable OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The RPR interface Span protection management table.

All read-write attributes in this table are non-volatile,


i.e. will be retained across system reset."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) 4 }

.1.0.8802.17.1.1.1.1.4.1
rprSpanProtectionEntry OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { rprSpanProtectionIfIndex, rprSpanProtectionSpan }
DESCRIPTION "One such entry for every span of an RPR interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprSpanProtectionTable(4) 1 }

.1.0.8802.17.1.1.1.1.4.1.1
rprSpanProtectionIfIndex OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION InterfaceIndex
SYNTAX Integer32 (1..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The ifIndex of this RPR interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprSpanProtectionTable(4)
rprSpanProtectionEntry(1) 1 }

.1.0.8802.17.1.1.1.1.4.1.2
rprSpanProtectionSpan OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION RprSpan
SYNTAX INTEGER {east(1), west(2)}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The Span for this entry."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprSpanProtectionTable(4)
rprSpanProtectionEntry(1) 2 }

.1.0.8802.17.1.1.1.1.4.1.3
rprSpanProtectionNeighborValid OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Indicates whether the neighbor address is active or former.
true value for active, false for former"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprSpanProtectionTable(4)
rprSpanProtectionEntry(1) 3 }

.1.0.8802.17.1.1.1.1.4.1.4
rprSpanProtectionHoldOffTimer OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Unsigned32 (0..500)
UNITS ""
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The period that RPR gives to lower layer to perform
protection, before it activates its protection mechanism.

Default value of hold off timer is 0."


DEFVAL { 0 }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprSpanProtectionTable(4)
rprSpanProtectionEntry(1) 4 }

.1.0.8802.17.1.1.1.1.4.1.5
rprSpanProtectionCommand OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX INTEGER {idle(1), manualSwitch(2), forcedSwitch(3)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The protection mode requested by management for the local
station that can affect the protection status of the RPR
station, according to the set of rules describing the RPR
protection.

When read, this object returns the last command written


unless it has been preempted, or idle if no command has
been
written to this interface span since initialization.

There is no pending of commands, that is if a command has


been preempted by a failure, when the failure clears the
command is not executed.

If the command cannot be executed because an equal or \


higher priority request is in effect, an error is returned.

writing idle to a span that has no pending protection


command, has no affect. An idle clears an active WTR state.

The protection commands (arranged in ascending priority


order) are:

idle
This command clears the protection for the specified
interface span.
This value should be returned by a read request when no
protection command has been written to the object.

manualSwitch
A protection command on each end of a specified span. This
command doesn't have precedence over automatic protection,
and therefore it can't preempt
an existing automatic protection request.

forcedSwitch
A command on each end of a specified span. This command has
precedence over automatic protection, and therefore it can
preempt an existing automatic protection request.

Default value of protection command is idle."


DEFVAL { idle }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprSpanProtectionTable(4)
rprSpanProtectionEntry(1) 5 }

.1.0.8802.17.1.1.1.1.4.1.6
rprSpanProtectionCount OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transitions from idle state to active
protection state.

The discontinued counter value is indicated


by the ifCounterDiscontinuityTime value."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprSpanProtectionTable(4)
rprSpanProtectionEntry(1) 6 }

.1.0.8802.17.1.1.1.1.4.1.7
rprSpanProtectionDuration OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter32
UNITS ""
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total amount of time protection was active on the
span interface.

The discontinued counter value is indicated


by the ifCounterDiscontinuityTime value."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprSpanProtectionTable(4)
rprSpanProtectionEntry(1) 7 }

.1.0.8802.17.1.1.1.1.4.1.8
rprSpanProtectionLastActivationTime OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION TimeStamp
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The value of sysUpTime at the time of the last protection
activation."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprSpanProtectionTable(4)
rprSpanProtectionEntry(1) 8 }

.1.0.8802.17.1.1.1.1.5
rprIfChangeSummaryObject OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) 5 }

.1.0.8802.17.1.1.1.1.5.1
rprIfChangeSummaryNumInterfaces OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of RPR interfaces on this device."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfChangeSummaryObject(5) 1 }

.1.0.8802.17.1.1.1.1.5.2
rprIfChangeSummaryIfLastChange OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION TimeStamp
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Latest timestamp when any instance of rprIfLastChange changed."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfChangeSummaryObject(5) 2 }

.1.0.8802.17.1.1.1.1.5.3
rprIfChangeSummaryIfChanges OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of times any instance of rprIfChanges changed.

The discontinued counter value is indicated


by the ifCounterDiscontinuityTime value."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfChangeSummaryObject(5) 3 }

.1.0.8802.17.1.1.1.1.5.4
rprIfChangeSummarySpanLastChange OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION TimeStamp
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Latest timestamp when any instance of rprSpanLastChange
changed."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfChangeSummaryObject(5) 4 }

.1.0.8802.17.1.1.1.1.5.5
rprIfChangeSummarySpanChanges OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of times any instance of rprSpanChanges changed.

The discontinued counter value is indicated


by the ifCounterDiscontinuityTime value."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfChangeSummaryObject(5) 5 }

.1.0.8802.17.1.1.1.1.5.6
rprIfChangeSummaryFairnessLastChange OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION TimeStamp
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Latest timestamp when any instance of rprFairnessLastChange
changed."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfChangeSummaryObject(5) 6 }

.1.0.8802.17.1.1.1.1.5.7
rprIfChangeSummaryFairnessChanges OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of times any instance of rprFairnessChanges changed.

The discontinued counter value is indicated


by the ifCounterDiscontinuityTime value."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprGeneral(1) rprIfChangeSummaryObject(5) 7 }

.1.0.8802.17.1.1.1.2
rprProtocols OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) 2 }

.1.0.8802.17.1.1.1.2.1
rprTopoImageTable OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A topology map that details the list of stations on the RPR
ringlets.

All attributes in this table are volatile,

i.e. will be cleared on system reset."


::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) 1 }

.1.0.8802.17.1.1.1.2.1.1
rprTopoImageEntry OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { rprTopoImageIfIndex, rprTopoImageMacAddress }
DESCRIPTION "Each entry contains information specific to a particular
station on the ring.

The table has at least one entry for the station itself,
this entry indicates zero hops on each ringlet."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprTopoImageTable(1) 1 }

.1.0.8802.17.1.1.1.2.1.1.1
rprTopoImageIfIndex OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION InterfaceIndex
SYNTAX Integer32 (1..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The ifIndex of this RPR interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprTopoImageTable(1)
rprTopoImageEntry(1) 1 }

.1.0.8802.17.1.1.1.2.1.1.2
rprTopoImageMacAddress OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION MacAddress
SYNTAX OCTET STRING (6)
DISPLAY-HINT "1x:"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The 48-bit MAC address of the station."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprTopoImageTable(1)
rprTopoImageEntry(1) 2 }

.1.0.8802.17.1.1.1.2.1.1.3
rprTopoImageSecMacAddress1 OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION MacAddress
SYNTAX OCTET STRING (6)
DISPLAY-HINT "1x:"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The 48-bit first secondary MAC address of the station.

Default and unused value is FF:FF:FF:FF:FF:FF"


::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprTopoImageTable(1)
rprTopoImageEntry(1) 3 }

.1.0.8802.17.1.1.1.2.1.1.4
rprTopoImageSecMacAddress2 OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION MacAddress
SYNTAX OCTET STRING (6)
DISPLAY-HINT "1x:"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The 48-bit second secondary MAC address of the station.

Default and unused value is FF:FF:FF:FF:FF:FF"


::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprTopoImageTable(1)
rprTopoImageEntry(1) 4 }

.1.0.8802.17.1.1.1.2.1.1.5
rprTopoImageStationIfIndex OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION InterfaceIndex
SYNTAX Integer32 (1..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The station ifIndex."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprTopoImageTable(1)
rprTopoImageEntry(1) 5 }

.1.0.8802.17.1.1.1.2.1.1.6
rprTopoImageStationName OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION SnmpAdminString
SYNTAX OCTET STRING (0..255)
DISPLAY-HINT "255a"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The operator assigned station name."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprTopoImageTable(1)
rprTopoImageEntry(1) 6 }

.1.0.8802.17.1.1.1.2.1.1.7
rprTopoImageInetAddressType OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION InetAddressType
SYNTAX INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Denotes the address type of the station INET address
It should be set to 'unknown' if station INET address
is not known."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprTopoImageTable(1)
rprTopoImageEntry(1) 7 }

.1.0.8802.17.1.1.1.2.1.1.8
rprTopoImageInetAddress OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION InetAddress
SYNTAX OCTET STRING (0..255)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This object contains the value of of the station
IP (v4 or V6) address.
The format of this address is specified by the value
of the corresponding rprTopoImageInetAddressType object.

If the address type is unknown, then this object contains


the
zero-length OCTET-STRING."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprTopoImageTable(1)
rprTopoImageEntry(1) 8 }

.1.0.8802.17.1.1.1.2.1.1.9
rprTopoImageCapability OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX BITS {jumboFrames(0), wrapProtection(1),
supportsConservativeFairness(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Indicates the capabilities that the MAC supports.

jumboFrames - Indicates whether the MAC capable of


receiving,
transmitting and transiting jumbo frames.

wrapProtection - Indicates whether the MAC configured to


wrap
protection.

supportsConservativeFairness - indicates the MAC supports


conservative fairness algorithm."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprTopoImageTable(1)
rprTopoImageEntry(1) 9 }

.1.0.8802.17.1.1.1.2.1.1.10
rprTopoImageRinglet0Hops OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of hops to this station through ringlet0.

The self station is indicated with zero hops.

A non reachable station is indicated with -1 value."


::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprTopoImageTable(1)
rprTopoImageEntry(1) 10 }

.1.0.8802.17.1.1.1.2.1.1.11
rprTopoImageRinglet0ReservedRate OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Unsigned32
UNITS ""
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The amount of A0 traffic that this station adds on ringlet0,
in Mb/s units."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprTopoImageTable(1)
rprTopoImageEntry(1) 11 }

.1.0.8802.17.1.1.1.2.1.1.12
rprTopoImageRinglet1Hops OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of hops to this station through ringlet1.

The self station is indicated with zero hops.


A non reachable station is indicated with -1 value."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprTopoImageTable(1)
rprTopoImageEntry(1) 12 }

.1.0.8802.17.1.1.1.2.1.1.13
rprTopoImageRinglet1ReservedRate OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Unsigned32
UNITS ""
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The amount of A0 traffic that this station adds on ringlet1,
in Mb/s units."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprTopoImageTable(1)
rprTopoImageEntry(1) 13 }

.1.0.8802.17.1.1.1.2.1.1.14
rprTopoImageWestProtectionStatus OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION RprProtectionStatus
SYNTAX BITS {noRequest(0), waitToRestore(1), manualSwitch(2),
signalDegraded(3), signalFailed(4), forcedSwitch(5)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The current protection status of the West span."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprTopoImageTable(1)
rprTopoImageEntry(1) 14 }

.1.0.8802.17.1.1.1.2.1.1.15
rprTopoImageWestWeight OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Unsigned32 (1..255)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The weight of the station on the west span.
used for weighted fairness."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprTopoImageTable(1)
rprTopoImageEntry(1) 15 }

.1.0.8802.17.1.1.1.2.1.1.16
rprTopoImageEastProtectionStatus OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION RprProtectionStatus
SYNTAX BITS {noRequest(0), waitToRestore(1), manualSwitch(2),
signalDegraded(3), signalFailed(4), forcedSwitch(5)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The current protection status of the east span."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprTopoImageTable(1)
rprTopoImageEntry(1) 16 }

.1.0.8802.17.1.1.1.2.1.1.17
rprTopoImageEastWeight OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Unsigned32 (1..255)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The weight of the station on the east span.
Used for weighted fairness."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprTopoImageTable(1)
rprTopoImageEntry(1) 17 }

.1.0.8802.17.1.1.1.2.1.1.18
rprTopoImageStatus OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX BITS {reachableRinglet0(0), reachableRinglet1(1), wrapActiveWest(2),
wrapActiveEast(3), receivedBadFcs(4), receivedMultichokeFairness(5)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Status of the station,
the reachability of station through ringlet0 and ringlet1,
wrap active on the station spans,
events of reception frames with bad FCS,
events of reception multichoke fairness frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprTopoImageTable(1)
rprTopoImageEntry(1) 18 }

.1.0.8802.17.1.1.1.2.2
rprFairnessTable OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table of RPR Fairness per RPR span.

All read-write attributes in this table are non-volatile,


i.e. will be retained across system reset."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) 2 }

.1.0.8802.17.1.1.1.2.2.1
rprFairnessEntry OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { rprFairnessIfIndex, rprFairnessRinglet }
DESCRIPTION "A fairness parameters for a particular ringlet of the
an RPR interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprFairnessTable(2) 1 }

.1.0.8802.17.1.1.1.2.2.1.1
rprFairnessIfIndex OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION InterfaceIndex
SYNTAX Integer32 (1..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The ifIndex of this RPR interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprFairnessTable(2)
rprFairnessEntry(1) 1 }

.1.0.8802.17.1.1.1.2.2.1.2
rprFairnessRinglet OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX INTEGER {ringlet0(1), ringlet1(2)}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The ringlet for which this row contains information.

ringlet0 is the transmission of the east span and the


reception of the west span,

ringlet1 is the transmission of the west span and the


reception of the east span"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprFairnessTable(2)
rprFairnessEntry(1) 2 }

.1.0.8802.17.1.1.1.2.2.1.3
rprFairnessRingletWeight OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Unsigned32 (1..255)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Weight assigned to fairness to permit the scaling of
fair rate values among stations on the ringlet.
This allows one station to use a larger share of available
capacity than another station without violating fairness
principles.

The allowed range is [1, 255]. The default value is 1."


DEFVAL { 1 }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprFairnessTable(2)
rprFairnessEntry(1) 3 }

.1.0.8802.17.1.1.1.2.2.1.4
rprFairnessReservedRate OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Unsigned32
UNITS ""
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The amount of A0 traffic that this station adds that ringlet,
in Mb/s units.

Default value for A0 reserved rate is 0 Mb/s."


DEFVAL { 0 }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprFairnessTable(2)
rprFairnessEntry(1) 4 }

.1.0.8802.17.1.1.1.2.2.1.5
rprFairnessMaxAllowed OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Unsigned32
UNITS ""
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The maximum value that the station is allowed to transmit
local excess traffic to the ringlet. The default value
is the physical ring rate."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprFairnessTable(2)
rprFairnessEntry(1) 5 }

.1.0.8802.17.1.1.1.2.2.1.6
rprFairnessAgeCoef OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Unsigned32 (0..4)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The coefficient used by the aging procedure to specify
the relative weights assigned to

(a) the change in the value of a rate-counter during


the most recent agingInterval and

(b) the value of the rate-counter at the end of the


previous
agingInterval.

The value is interpreted as 2 raised to the power


specified by this attribute.

The default value is 2, giving an aging coefficient


of 2**2, or 4."
DEFVAL { 2 }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprFairnessTable(2)
rprFairnessEntry(1) 6 }

.1.0.8802.17.1.1.1.2.2.1.7
rprFairnessRampCoef OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Unsigned32 (4..9)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The coefficient used for ramping a rate.

The value is interpreted as 2 raised to the power


specified by this attribute.
The default value is 6, giving a low-pass coefficient
of 2**6, or 64."
DEFVAL { 6 }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprFairnessTable(2)
rprFairnessEntry(1) 7 }

.1.0.8802.17.1.1.1.2.2.1.8
rprFairnessLpCoef OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Unsigned32 (4..9)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The coefficient used by the low-pass filter procedure
to specify the relative weights applied to

. (a) the increase in the rate-count value during the most


recent agingInterval and

.(b) the previous low-pass filtered rate.


The former is assigned a weight of 1 and the latter a
weight of (lpCoef-1).

The value is interpreted as 2 raised to the power


specified by this attribute.

The default value is 6, giving a low-pass coefficient


of 2**6, or 64."
DEFVAL { 6 }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprFairnessTable(2)
rprFairnessEntry(1) 8 }

.1.0.8802.17.1.1.1.2.2.1.9
rprFairnessAdvertisementRatio OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Unsigned32 (1..40)
UNITS ""
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The ratio between the link capacity reserved for fairness
control messages and the total link capacity.

Default value of fairness advertisement ratio is 5 units


of 0.00025, i.e 0.00125."
DEFVAL { 5 }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprFairnessTable(2)
rprFairnessEntry(1) 9 }

.1.0.8802.17.1.1.1.2.2.1.10
rprFairnessMcffReportCoef OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Unsigned32 (8..512)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Indicates the number of SCFF advertisingIntervals that
elapse between the sending of successive MCFFs,
This value allows the interval between sending MCFFs
to be established as MCFF_reportingInterval =
rprFairnessMcffReportCoef * SCFF_avertisingInterval.

The default value is 10."


DEFVAL { 10 }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprFairnessTable(2)
rprFairnessEntry(1) 10 }

.1.0.8802.17.1.1.1.2.2.1.11
rprFairnessActiveWeightsCoef OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Unsigned32 (8..512)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Indicates the number of agingIntervals that elapse between
successive computations of activeWeights.
This value allows the interval between computations of
activeWeights to be established as
activeWeightsInterval = activeWeightsCoef * agingInterval.

The default value is 64."


DEFVAL { 64 }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprFairnessTable(2)
rprFairnessEntry(1) 11 }

.1.0.8802.17.1.1.1.2.2.1.12
rprFairnessSTQHighThreshold OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Unsigned32 (0..1000)
UNITS ""
MAX-ACCESS read-write
STATUS current
DESCRIPTION "A level of STQ occupancy at or above which CSFE frames are no
longer admitted. Defined only for a dual transit-queue
implementation.

This attribute specifies the high threshold location


in percentage of the STQ size.
The allowed range is [2*mtuSize, stqFullThreshold
-mtuSize].
The default value is 0.25*stqFullThreshold."
DEFVAL { 250 }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprFairnessTable(2)
rprFairnessEntry(1) 12 }

.1.0.8802.17.1.1.1.2.2.1.13
rprFairnessSTQMedThreshold OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Unsigned32 (0..1000)
UNITS ""
MAX-ACCESS read-write
STATUS current
DESCRIPTION "A level of buffer occupancy in a dual-queue deployment,
at or above which congestion on the outbound link is
declared.

This attribute specifies the medium threshold location


in percentage of the STQ size.
The allowed range is [stqLowThreshold + mtuSize,

stqHighThreshold - mtuSize].
The default value is 0.5 * (stqHighThreshold +
stqLowThreshold)."
DEFVAL { 187 }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprFairnessTable(2)
rprFairnessEntry(1) 13 }

.1.0.8802.17.1.1.1.2.2.1.14
rprFairnessSTQLowThreshold OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Unsigned32 (0..1000)
UNITS ""
MAX-ACCESS read-write
STATUS current
DESCRIPTION "A level of STQ occupancy at or above which congestion on
the outbound link is imminent.
Defined only for dual transit-queue implementations.

This attribute specifies the low threshold location


in percentage of the STQ size.
The range is [mtuSize, stqHighThreshold -mtuSize].
The default value is 0.5*stqHighThreshold."
DEFVAL { 125 }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprFairnessTable(2)
rprFairnessEntry(1) 14 }

.1.0.8802.17.1.1.1.2.2.1.15
rprFairnessRateHighThreshold OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Unsigned32 (400..990)
UNITS ""
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Rate at or above which congestion on the outbound link
is declared.

The range is [0.4 * unreservedRate, 0.99 * unreservedRate].


The default value is 0.95 * unreservedRate."
DEFVAL { 950 }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprFairnessTable(2)
rprFairnessEntry(1) 15 }

.1.0.8802.17.1.1.1.2.2.1.16
rprFairnessRateLowThreshold OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Unsigned32 (500..990)
UNITS ""
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Rate at or above which congestion on the outbound link
is imminent.

The range is [0.5 * rateHighThreshold, 0.99 *


rateHighThreshold].
The default value is 0.9 * rateHighThreshold"
DEFVAL { 900 }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprFairnessTable(2)
rprFairnessEntry(1) 16 }

.1.0.8802.17.1.1.1.2.2.1.17
rprFairnessResetWaterMarks OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX INTEGER {idle(1), resetWaterMarks(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Write resetWaterMarks to this attribute to reset
the STQ water marks to the current occupancy.

Default value is idle"


DEFVAL { idle }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprFairnessTable(2)
rprFairnessEntry(1) 17 }

.1.0.8802.17.1.1.1.2.2.1.18
rprFairnessSTQHighWaterMark OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Unsigned32 (0..1000)
UNITS ""
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The highest level of STQ occupancy since the last reset
of this value, in percentage of the STQ size."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprFairnessTable(2)
rprFairnessEntry(1) 18 }

.1.0.8802.17.1.1.1.2.2.1.19
rprFairnessSTQLowWaterMark OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Unsigned32 (0..1000)
UNITS ""
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The lowest level of STQ occupancy since the last reset of
this value, in percentage of the STQ size."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprFairnessTable(2)
rprFairnessEntry(1) 19 }

.1.0.8802.17.1.1.1.2.2.1.20
rprFairnessLastChange OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION TimeStamp
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The value of sysUpTime at the time when any of the following
attributes changes:
rprFairnessRingletWeight, rprFairnessReservedRate,
rprFairnessMaxAllowed, rprFairnessAgeCoef,
rprFairnessRampCoef,
rprFairnessLpCoef, rprFairnessAdvertisementRatio,
rprFairnessSTQHighThreshold, rprFairnessSTQLowThreshold
rprFairnessResetWaterMarks."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprFairnessTable(2)
rprFairnessEntry(1) 20 }

.1.0.8802.17.1.1.1.2.2.1.21
rprFairnessChanges OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Indicates number of times rprFairnessLastChange changed.

The discontinued counter value is indicated


by the ifCounterDiscontinuityTime value."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprFairnessTable(2)
rprFairnessEntry(1) 21 }

.1.0.8802.17.1.1.1.2.3
rprOamTable OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table of RPR OAM actions.
The table is designed to support a one action at a time
on an RPR interface.

All read-write attributes in this table are volatile,

i.e. will be cleared on system reset."


::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) 3 }

.1.0.8802.17.1.1.1.2.3.1
rprOamEntry OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { rprOamIfIndex }
DESCRIPTION "OAM Echo and Flush control for an RPR interface"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprOamTable(3) 1 }

.1.0.8802.17.1.1.1.2.3.1.1
rprOamIfIndex OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION InterfaceIndex
SYNTAX Integer32 (1..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The ifIndex of this RPR interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprOamTable(3) rprOamEntry(1) 1
}

.1.0.8802.17.1.1.1.2.3.1.2
rprOamActionType OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX INTEGER {echo(1), flush(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The type of OAM action.
The valid values for this object are:

(1) echo (2) flush."


DEFVAL { echo }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprOamTable(3) rprOamEntry(1) 2
}

.1.0.8802.17.1.1.1.2.3.1.3
rprOamDestAddress OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION MacAddress
SYNTAX OCTET STRING (6)
DISPLAY-HINT "1x:"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The 48-bit MAC address of the destination station of OAM
session."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprOamTable(3) rprOamEntry(1) 3
}

.1.0.8802.17.1.1.1.2.3.1.4
rprOamRequestRinglet OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION RprOamRinglet
SYNTAX INTEGER {default(1), ringlet0(2), ringlet1(3), reverseRinglet(4)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The ringlet ID on which the OAM request should be sent."
DEFVAL { default }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprOamTable(3) rprOamEntry(1) 4
}

.1.0.8802.17.1.1.1.2.3.1.5
rprOamResponseRinglet OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION RprOamRinglet
SYNTAX INTEGER {default(1), ringlet0(2), ringlet1(3), reverseRinglet(4)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The ringlet ID on which the OAM response should be replied."
DEFVAL { default }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprOamTable(3) rprOamEntry(1) 5
}
.1.0.8802.17.1.1.1.2.3.1.6
rprOamClassOfService OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX INTEGER {classA(1), classB(2), classC(3)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The class-of-service of OAM session frames"
DEFVAL { classC }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprOamTable(3) rprOamEntry(1) 6
}

.1.0.8802.17.1.1.1.2.3.1.7
rprOamUserData OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX OCTET STRING (0..1024)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The operator assigned user specific data."
DEFVAL { \"\" }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprOamTable(3) rprOamEntry(1) 7
}

.1.0.8802.17.1.1.1.2.3.1.8
rprOamProtected OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Indicates whether the OAM action should be protected.

In a wrapping ring,
If true, the WE (wrap eligible) bit of the OAM action
frame is set to 1.
Otherwise, the WE bit is set to 0.

In steering ring,
If true, in case of failure on the requested ringlet
between
the source and the destination stations, the OAM action
frame
will be steered to the alternative ringlet.
Otherwise, the OAM action frame will be sent through the
requested
ringlet regardless of its protection state."
DEFVAL { false }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprOamTable(3) rprOamEntry(1) 8
}

.1.0.8802.17.1.1.1.2.3.1.9
rprOamRequestCount OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Unsigned32 (0..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Indicates the number of OAM requests to send.
Default value of OAM request action is 1."
DEFVAL { 1 }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprOamTable(3) rprOamEntry(1) 9
}

.1.0.8802.17.1.1.1.2.3.1.10
rprOamTimeout OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Unsigned32 (1..10000)
UNITS ""
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Indicates the timer to declare OAM action timeout,
in 10usec units.

Default value of OAM timeout is 500 units of 10usec (i.e. 5


ms)"
DEFVAL { 500 }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprOamTable(3) rprOamEntry(1)
10 }

.1.0.8802.17.1.1.1.2.3.1.11
rprOamControl OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX INTEGER {idle(1), active(2), abort(3)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Control of an OAM action.
The valid values for this object are:

(1) idle (2) active (3) abort.

Default value of OAM control is idle."


DEFVAL { idle }
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprOamTable(3) rprOamEntry(1)
11 }

.1.0.8802.17.1.1.1.2.3.1.12
rprOamResponseCount OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Unsigned32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Indicates the number of OAM actions responses received."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprOamTable(3) rprOamEntry(1)
12 }

.1.0.8802.17.1.1.1.2.3.1.13
rprOamAvResponseTime OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Unsigned32 (0..65535)
UNITS ""
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Average response time to receive the OAM reply."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprOamTable(3) rprOamEntry(1)
13 }

.1.0.8802.17.1.1.1.2.3.1.14
rprOamResponseStatus OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX INTEGER {unknown(1), inProcess(2), error(3), success(4)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Status of an OAM action.
The valid values for this object are:

(1) unknown (2) inProcess (3) error (4) success.

The action status is success if at least 90% of the


responses
were received till timeout."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprProtocols(2) rprOamTable(3) rprOamEntry(1)
14 }

.1.0.8802.17.1.1.1.3
rprSpanCounters OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) 3 }

.1.0.8802.17.1.1.1.3.1
rprSpanCountersCurrentTable OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The RPR MAC Span interface current counters table.

All attributes in this table are volatile,

i.e. will be cleared on system reset."


::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) 1 }

.1.0.8802.17.1.1.1.3.1.1
rprSpanCountersCurrentEntry OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { rprSpanCurrentIfIndex, rprSpanCurrentSpan }
DESCRIPTION "Frames and octets statistics for the current interval for
the RPR MAC Span interface.
The corresponding instance of rprIfStatsControlTimeElapsed
indicates the number of seconds which have elapsed
so far in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersCurrentTable(1) 1 }

.1.0.8802.17.1.1.1.3.1.1.1
rprSpanCurrentIfIndex OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION InterfaceIndex
SYNTAX Integer32 (1..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The ifIndex of this RPR interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 1 }

.1.0.8802.17.1.1.1.3.1.1.2
rprSpanCurrentSpan OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION RprSpan
SYNTAX INTEGER {east(1), west(2)}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "An indication of the span of the interface for which this
row contains information."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 2 }

.1.0.8802.17.1.1.1.3.1.1.3
rprSpanCurrentInUcastClassAFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classA unicast frames
in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 3 }

.1.0.8802.17.1.1.1.3.1.1.4
rprSpanCurrentInUcastClassAOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classA unicast octets,
in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 4 }

.1.0.8802.17.1.1.1.3.1.1.5
rprSpanCurrentInUcastClassBCirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classB CIR unicast frames
in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 5 }

.1.0.8802.17.1.1.1.3.1.1.6
rprSpanCurrentInUcastClassBCirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classB CIR unicast octets
in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 6 }

.1.0.8802.17.1.1.1.3.1.1.7
rprSpanCurrentInUcastClassBEirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classB EIR unicast frames
in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 7 }

.1.0.8802.17.1.1.1.3.1.1.8
rprSpanCurrentInUcastClassBEirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classB EIR unicast octets
in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 8 }

.1.0.8802.17.1.1.1.3.1.1.9
rprSpanCurrentInUcastClassCFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classC unicast frames
in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 9 }

.1.0.8802.17.1.1.1.3.1.1.10
rprSpanCurrentInUcastClassCOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classC unicast octets
in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 10 }

.1.0.8802.17.1.1.1.3.1.1.11
rprSpanCurrentInMcastClassAFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classA multicast and
broadcast frames in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 11 }

.1.0.8802.17.1.1.1.3.1.1.12
rprSpanCurrentInMcastClassAOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classA multicast and
broadcast octets in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 12 }

.1.0.8802.17.1.1.1.3.1.1.13
rprSpanCurrentInMcastClassBCirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classB CIR multicast and
broadcast frames in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 13 }

.1.0.8802.17.1.1.1.3.1.1.14
rprSpanCurrentInMcastClassBCirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classB CIR multicast and
broadcast octets in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 14 }

.1.0.8802.17.1.1.1.3.1.1.15
rprSpanCurrentInMcastClassBEirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classB EIR multicast and
broadcast frames in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 15 }

.1.0.8802.17.1.1.1.3.1.1.16
rprSpanCurrentInMcastClassBEirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classB EIR multicast and
broadcast octets in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 16 }

.1.0.8802.17.1.1.1.3.1.1.17
rprSpanCurrentInMcastClassCFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classC multicast and
broadcast frames in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 17 }

.1.0.8802.17.1.1.1.3.1.1.18
rprSpanCurrentInMcastClassCOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classC multicast and
broadcast octets in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 18 }

.1.0.8802.17.1.1.1.3.1.1.19
rprSpanCurrentOutUcastClassAFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classA unicast frames
in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 19 }

.1.0.8802.17.1.1.1.3.1.1.20
rprSpanCurrentOutUcastClassAOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classA unicast octets
in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 20 }

.1.0.8802.17.1.1.1.3.1.1.21
rprSpanCurrentOutUcastClassBCirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classB CIR unicast frames
in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 21 }

.1.0.8802.17.1.1.1.3.1.1.22
rprSpanCurrentOutUcastClassBCirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classB CIR unicast octets
in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 22 }

.1.0.8802.17.1.1.1.3.1.1.23
rprSpanCurrentOutUcastClassBEirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classB EIR unicast frames
in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 23 }

.1.0.8802.17.1.1.1.3.1.1.24
rprSpanCurrentOutUcastClassBEirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classB EIR unicast octets
in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 24 }

.1.0.8802.17.1.1.1.3.1.1.25
rprSpanCurrentOutUcastClassCFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classC unicast frames
in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 25 }

.1.0.8802.17.1.1.1.3.1.1.26
rprSpanCurrentOutUcastClassCOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classC unicast octets
in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 26 }

.1.0.8802.17.1.1.1.3.1.1.27
rprSpanCurrentOutMcastClassAFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classA multicast and
broadcast frames in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 27 }

.1.0.8802.17.1.1.1.3.1.1.28
rprSpanCurrentOutMcastClassAOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classA multicast and
broadcast octets in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 28 }

.1.0.8802.17.1.1.1.3.1.1.29
rprSpanCurrentOutMcastClassBCirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classB CIR multicast and
broadcast frames in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 29 }

.1.0.8802.17.1.1.1.3.1.1.30
rprSpanCurrentOutMcastClassBCirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classB CIR multicast and
broadcast octets in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 30 }

.1.0.8802.17.1.1.1.3.1.1.31
rprSpanCurrentOutMcastClassBEirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classB EIR multicast and
broadcast frames in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 31 }

.1.0.8802.17.1.1.1.3.1.1.32
rprSpanCurrentOutMcastClassBEirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classB EIR multicast and
broadcast octets in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 32 }
.1.0.8802.17.1.1.1.3.1.1.33
rprSpanCurrentOutMcastClassCFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classC multicast and
broadcast frames in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 33 }

.1.0.8802.17.1.1.1.3.1.1.34
rprSpanCurrentOutMcastClassCOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classC multicast and
broadcast octets in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersCurrentTable(1) rprSpanCountersCurrentEntry(1) 34 }

.1.0.8802.17.1.1.1.3.2
rprSpanCountersIntervalTable OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The RPR MAC Span interface interval counters table.
All attributes in this table are volatile,

i.e. will be cleared on system reset."


::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) 2 }

.1.0.8802.17.1.1.1.3.2.1
rprSpanCountersIntervalEntry OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { rprSpanIntervalIfIndex, rprSpanIntervalSpan,
rprSpanIntervalNumber }
DESCRIPTION "Frames and octets statistics collected for a particular
interval for the RPR MAC Span interface of a
particular span of a particular RPR interface.
The corresponding instance of rprIfValidIntervals
indicates the number of intervals for which the set of

statistics is available."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersIntervalTable(2) 1 }

.1.0.8802.17.1.1.1.3.2.1.1
rprSpanIntervalIfIndex OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION InterfaceIndex
SYNTAX Integer32 (1..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The ifIndex of this RPR interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 1 }

.1.0.8802.17.1.1.1.3.2.1.2
rprSpanIntervalSpan OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION RprSpan
SYNTAX INTEGER {east(1), west(2)}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "An indication of the span of the interface for which this
row contains information."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 2 }

.1.0.8802.17.1.1.1.3.2.1.3
rprSpanIntervalNumber OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Unsigned32 (1..96)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A number between 1 and 96, which identifies the intervals
for which the set of statistics is available. The interval
identified by 1 is the most recently completed 15 minute
interval, and interval identified by N is the interval
immediately preceding the one identified by N-1."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 3 }

.1.0.8802.17.1.1.1.3.2.1.4
rprSpanIntervalValidData OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This variable indicates if the data for this interval
is valid.
It will be valid if it contains data for 900 seconds
plus or minus 10 seconds."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 4 }

.1.0.8802.17.1.1.1.3.2.1.5
rprSpanIntervalTimeElapsed OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Unsigned32 (0..899)
UNITS ""
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The duration of a particular interval in seconds.
If, for some reason, such as an adjustment in the system's
time-of-day clock, the current interval exceeds the maximum
value, the agent will return the maximum value."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 5 }

.1.0.8802.17.1.1.1.3.2.1.6
rprSpanIntervalStartTime OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION DateAndTime
SYNTAX OCTET STRING (8 | 11)
DISPLAY-HINT "2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Indicates the wall clock time that this interval started."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 6 }

.1.0.8802.17.1.1.1.3.2.1.7
rprSpanIntervalInUcastClassAFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classA unicast frames
in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 7 }

.1.0.8802.17.1.1.1.3.2.1.8
rprSpanIntervalInUcastClassAOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classA unicast octets
in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 8 }

.1.0.8802.17.1.1.1.3.2.1.9
rprSpanIntervalInUcastClassBCirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classB CIR unicast frames
in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 9 }

.1.0.8802.17.1.1.1.3.2.1.10
rprSpanIntervalInUcastClassBCirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classB CIR unicast octets
in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 10 }

.1.0.8802.17.1.1.1.3.2.1.11
rprSpanIntervalInUcastClassBEirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classB EIR unicast
frames in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 11 }

.1.0.8802.17.1.1.1.3.2.1.12
rprSpanIntervalInUcastClassBEirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classB EIR unicast
octets in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 12 }

.1.0.8802.17.1.1.1.3.2.1.13
rprSpanIntervalInUcastClassCFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classC unicast
frames in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 13 }

.1.0.8802.17.1.1.1.3.2.1.14
rprSpanIntervalInUcastClassCOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classC unicast
octets in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 14 }

.1.0.8802.17.1.1.1.3.2.1.15
rprSpanIntervalInMcastClassAFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classA multicast and
broadcast frames in a particular interval in the past 24
hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 15 }

.1.0.8802.17.1.1.1.3.2.1.16
rprSpanIntervalInMcastClassAOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classA multicast and
broadcast octets in a particular interval in the past 24
hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 16 }

.1.0.8802.17.1.1.1.3.2.1.17
rprSpanIntervalInMcastClassBCirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classB CIR multicast and
broadcast frames in a particular interval in the past 24
hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 17 }

.1.0.8802.17.1.1.1.3.2.1.18
rprSpanIntervalInMcastClassBCirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classB CIR multicast and
broadcast octets in a particular interval in the past 24
hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 18 }

.1.0.8802.17.1.1.1.3.2.1.19
rprSpanIntervalInMcastClassBEirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classB EIR multicast and
broadcast frames in a particular interval in the past 24
hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 19 }

.1.0.8802.17.1.1.1.3.2.1.20
rprSpanIntervalInMcastClassBEirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classB EIR multicast and
broadcast octets in a particular interval in the past 24
hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 20 }

.1.0.8802.17.1.1.1.3.2.1.21
rprSpanIntervalInMcastClassCFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classC multicast and
broadcast frames in a particular interval in the past 24
hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 21 }

.1.0.8802.17.1.1.1.3.2.1.22
rprSpanIntervalInMcastClassCOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classC multicast and
broadcast octets in a particular interval in the past 24
hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 22 }

.1.0.8802.17.1.1.1.3.2.1.23
rprSpanIntervalOutUcastClassAFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classA unicast frames
in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 23 }

.1.0.8802.17.1.1.1.3.2.1.24
rprSpanIntervalOutUcastClassAOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classA unicast octets
in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 24 }

.1.0.8802.17.1.1.1.3.2.1.25
rprSpanIntervalOutUcastClassBCirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classB CIR unicast
frames,
in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 25 }

.1.0.8802.17.1.1.1.3.2.1.26
rprSpanIntervalOutUcastClassBCirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classB CIR unicast octets
in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 26 }

.1.0.8802.17.1.1.1.3.2.1.27
rprSpanIntervalOutUcastClassBEirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classB EIR unicast frames
in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 27 }

.1.0.8802.17.1.1.1.3.2.1.28
rprSpanIntervalOutUcastClassBEirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classB EIR unicast octets
in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 28 }

.1.0.8802.17.1.1.1.3.2.1.29
rprSpanIntervalOutUcastClassCFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classC unicast frames
in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 29 }

.1.0.8802.17.1.1.1.3.2.1.30
rprSpanIntervalOutUcastClassCOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classC unicast octets
in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 30 }

.1.0.8802.17.1.1.1.3.2.1.31
rprSpanIntervalOutMcastClassAFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classA multicast and
broadcast frames in a particular interval in the past 24
hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 31 }

.1.0.8802.17.1.1.1.3.2.1.32
rprSpanIntervalOutMcastClassAOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classA multicast and
broadcast octets in a particular interval in the past 24
hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 32 }

.1.0.8802.17.1.1.1.3.2.1.33
rprSpanIntervalOutMcastClassBCirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classB CIR multicast and
broadcast frames in a particular interval in the past 24
hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 33 }

.1.0.8802.17.1.1.1.3.2.1.34
rprSpanIntervalOutMcastClassBCirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classB CIR multicast and
broadcast octets in a particular interval in the past 24
hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 34 }

.1.0.8802.17.1.1.1.3.2.1.35
rprSpanIntervalOutMcastClassBEirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classB EIR multicast and
broadcast frames in a particular interval in the past 24
hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 35 }
.1.0.8802.17.1.1.1.3.2.1.36
rprSpanIntervalOutMcastClassBEirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classB EIR multicast and
broadcast octets in a particular interval in the past 24
hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 36 }

.1.0.8802.17.1.1.1.3.2.1.37
rprSpanIntervalOutMcastClassCFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classC multicast and
broadcast frames in a particular interval in the past 24
hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 37 }

.1.0.8802.17.1.1.1.3.2.1.38
rprSpanIntervalOutMcastClassCOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classC multicast and
broadcast octets in a particular interval in the past 24
hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3)
rprSpanCountersIntervalTable(2) rprSpanCountersIntervalEntry(1) 38 }

.1.0.8802.17.1.1.1.3.3
rprSpanCountersDayTable OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The RPR Mac Span Day Table contains the cumulative sum
of the various statistics for the 24 hour period
preceding the current interval.

All attributes in this table are volatile,

i.e. will be cleared on system reset."


::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) 3 }

.1.0.8802.17.1.1.1.3.3.1
rprSpanCountersDayEntry OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { rprSpanDayIfIndex, rprSpanDaySpan }
DESCRIPTION "An entry in the RPR Span Day table."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3) 1
}

.1.0.8802.17.1.1.1.3.3.1.1
rprSpanDayIfIndex OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION InterfaceIndex
SYNTAX Integer32 (1..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The ifIndex of this RPR interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3)
rprSpanCountersDayEntry(1) 1 }

.1.0.8802.17.1.1.1.3.3.1.2
rprSpanDaySpan OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION RprSpan
SYNTAX INTEGER {east(1), west(2)}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "An indication of the span of the interface for which this
row contains information."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3)
rprSpanCountersDayEntry(1) 2 }

.1.0.8802.17.1.1.1.3.3.1.3
rprSpanDayInUcastClassAFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classA unicast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3)
rprSpanCountersDayEntry(1) 3 }

.1.0.8802.17.1.1.1.3.3.1.4
rprSpanDayInUcastClassAOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classA unicast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3)
rprSpanCountersDayEntry(1) 4 }
.1.0.8802.17.1.1.1.3.3.1.5
rprSpanDayInUcastClassBCirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classB CIR unicast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3)
rprSpanCountersDayEntry(1) 5 }

.1.0.8802.17.1.1.1.3.3.1.6
rprSpanDayInUcastClassBCirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classB CIR unicast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3)
rprSpanCountersDayEntry(1) 6 }

.1.0.8802.17.1.1.1.3.3.1.7
rprSpanDayInUcastClassBEirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classB EIR unicast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3)
rprSpanCountersDayEntry(1) 7 }

.1.0.8802.17.1.1.1.3.3.1.8
rprSpanDayInUcastClassBEirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classB EIR unicast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3)
rprSpanCountersDayEntry(1) 8 }

.1.0.8802.17.1.1.1.3.3.1.9
rprSpanDayInUcastClassCFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classC unicast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3)
rprSpanCountersDayEntry(1) 9 }

.1.0.8802.17.1.1.1.3.3.1.10
rprSpanDayInUcastClassCOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classC unicast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3)
rprSpanCountersDayEntry(1) 10 }

.1.0.8802.17.1.1.1.3.3.1.11
rprSpanDayInMcastClassAFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classA multicast
and broadcast frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3)
rprSpanCountersDayEntry(1) 11 }

.1.0.8802.17.1.1.1.3.3.1.12
rprSpanDayInMcastClassAOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classA multicast
and broadcast octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3)
rprSpanCountersDayEntry(1) 12 }

.1.0.8802.17.1.1.1.3.3.1.13
rprSpanDayInMcastClassBCirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classB CIR multicast
and broadcast frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3)
rprSpanCountersDayEntry(1) 13 }

.1.0.8802.17.1.1.1.3.3.1.14
rprSpanDayInMcastClassBCirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classB CIR multicast
and broadcast octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3)
rprSpanCountersDayEntry(1) 14 }

.1.0.8802.17.1.1.1.3.3.1.15
rprSpanDayInMcastClassBEirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classB EIR multicast
and broadcast frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3)
rprSpanCountersDayEntry(1) 15 }

.1.0.8802.17.1.1.1.3.3.1.16
rprSpanDayInMcastClassBEirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classB EIR multicast
and broadcast octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3)
rprSpanCountersDayEntry(1) 16 }

.1.0.8802.17.1.1.1.3.3.1.17
rprSpanDayInMcastClassCFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classC multicast
and broadcast frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3)
rprSpanCountersDayEntry(1) 17 }

.1.0.8802.17.1.1.1.3.3.1.18
rprSpanDayInMcastClassCOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classC multicast
and broadcast octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3)
rprSpanCountersDayEntry(1) 18 }
.1.0.8802.17.1.1.1.3.3.1.19
rprSpanDayOutUcastClassAFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classA unicast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3)
rprSpanCountersDayEntry(1) 19 }

.1.0.8802.17.1.1.1.3.3.1.20
rprSpanDayOutUcastClassAOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classA unicast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3)
rprSpanCountersDayEntry(1) 20 }

.1.0.8802.17.1.1.1.3.3.1.21
rprSpanDayOutUcastClassBCirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classB CIR unicast
frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3)
rprSpanCountersDayEntry(1) 21 }

.1.0.8802.17.1.1.1.3.3.1.22
rprSpanDayOutUcastClassBCirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classB CIR unicast
octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3)
rprSpanCountersDayEntry(1) 22 }

.1.0.8802.17.1.1.1.3.3.1.23
rprSpanDayOutUcastClassBEirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classB EIR unicast
frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3)
rprSpanCountersDayEntry(1) 23 }

.1.0.8802.17.1.1.1.3.3.1.24
rprSpanDayOutUcastClassBEirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classB EIR unicast
octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3)
rprSpanCountersDayEntry(1) 24 }

.1.0.8802.17.1.1.1.3.3.1.25
rprSpanDayOutUcastClassCFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classC unicast frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3)
rprSpanCountersDayEntry(1) 25 }

.1.0.8802.17.1.1.1.3.3.1.26
rprSpanDayOutUcastClassCOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classC unicast octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3)
rprSpanCountersDayEntry(1) 26 }

.1.0.8802.17.1.1.1.3.3.1.27
rprSpanDayOutMcastClassAFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classA multicast and
broadcast
frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3)
rprSpanCountersDayEntry(1) 27 }

.1.0.8802.17.1.1.1.3.3.1.28
rprSpanDayOutMcastClassAOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classA multicast and
broadcast
octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3)
rprSpanCountersDayEntry(1) 28 }

.1.0.8802.17.1.1.1.3.3.1.29
rprSpanDayOutMcastClassBCirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classB CIR
multicast and broadcast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3)
rprSpanCountersDayEntry(1) 29 }

.1.0.8802.17.1.1.1.3.3.1.30
rprSpanDayOutMcastClassBCirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classB CIR
multicast and broadcast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3)
rprSpanCountersDayEntry(1) 30 }

.1.0.8802.17.1.1.1.3.3.1.31
rprSpanDayOutMcastClassBEirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classB EIR
multicast and broadcast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3)
rprSpanCountersDayEntry(1) 31 }

.1.0.8802.17.1.1.1.3.3.1.32
rprSpanDayOutMcastClassBEirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classB EIR
multicast and broadcast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3)
rprSpanCountersDayEntry(1) 32 }

.1.0.8802.17.1.1.1.3.3.1.33
rprSpanDayOutMcastClassCFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classC multicast and
broadcast
frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3)
rprSpanCountersDayEntry(1) 33 }

.1.0.8802.17.1.1.1.3.3.1.34
rprSpanDayOutMcastClassCOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classC multicast and
broadcast
octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersDayTable(3)
rprSpanCountersDayEntry(1) 34 }

.1.0.8802.17.1.1.1.3.4
rprSpanCountersStatsTable OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The RPR Mac Span interface total counters table.

The DiscontinuityTime for this table is indicated by


ifCounterDiscontinuityTime defined in ifXTable.

All attributes in this table are volatile,

i.e. will be cleared on system reset."


::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) 4 }

.1.0.8802.17.1.1.1.3.4.1
rprSpanCountersStatsEntry OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { rprSpanStatsIfIndex, rprSpanStatsSpan }
DESCRIPTION "An entry in the span stats table."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
1 }

.1.0.8802.17.1.1.1.3.4.1.1
rprSpanStatsIfIndex OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION InterfaceIndex
SYNTAX Integer32 (1..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The ifIndex of this RPR interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 1 }

.1.0.8802.17.1.1.1.3.4.1.2
rprSpanStatsSpan OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION RprSpan
SYNTAX INTEGER {east(1), west(2)}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "An indication of the span of the interface for which this
row contains information."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 2 }

.1.0.8802.17.1.1.1.3.4.1.3
rprSpanStatsInUcastClassAFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classA unicast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 3 }

.1.0.8802.17.1.1.1.3.4.1.4
rprSpanStatsInUcastClassAOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classA unicast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 4 }

.1.0.8802.17.1.1.1.3.4.1.5
rprSpanStatsInUcastClassBCirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classB CIR unicast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 5 }

.1.0.8802.17.1.1.1.3.4.1.6
rprSpanStatsInUcastClassBCirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classB CIR unicast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 6 }

.1.0.8802.17.1.1.1.3.4.1.7
rprSpanStatsInUcastClassBEirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classB EIR unicast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 7 }

.1.0.8802.17.1.1.1.3.4.1.8
rprSpanStatsInUcastClassBEirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classB EIR unicast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 8 }

.1.0.8802.17.1.1.1.3.4.1.9
rprSpanStatsInUcastClassCFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classC unicast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 9 }

.1.0.8802.17.1.1.1.3.4.1.10
rprSpanStatsInUcastClassCOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classC unicast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 10 }

.1.0.8802.17.1.1.1.3.4.1.11
rprSpanStatsInMcastClassAFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classA multicast and
broadcast frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 11 }

.1.0.8802.17.1.1.1.3.4.1.12
rprSpanStatsInMcastClassAOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classA multicast and
broadcast octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 12 }

.1.0.8802.17.1.1.1.3.4.1.13
rprSpanStatsInMcastClassBCirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classB CIR multicast
and broadcast frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 13 }

.1.0.8802.17.1.1.1.3.4.1.14
rprSpanStatsInMcastClassBCirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classB CIR multicast
and broadcast octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 14 }

.1.0.8802.17.1.1.1.3.4.1.15
rprSpanStatsInMcastClassBEirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classB EIR multicast
and broadcast frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 15 }

.1.0.8802.17.1.1.1.3.4.1.16
rprSpanStatsInMcastClassBEirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classB EIR multicast
and broadcast octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 16 }

.1.0.8802.17.1.1.1.3.4.1.17
rprSpanStatsInMcastClassCFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classC multicast and
broadcast frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 17 }

.1.0.8802.17.1.1.1.3.4.1.18
rprSpanStatsInMcastClassCOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) classC multicast and
broadcast octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 18 }

.1.0.8802.17.1.1.1.3.4.1.19
rprSpanStatsInCtrlFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) control frames
processed by this MAC.
This does not include control frames in transit,

i.e. a multicast control frame received from a ringlet


will be counted as In but not Out.
This does not include Fairness or idle frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 19 }

.1.0.8802.17.1.1.1.3.4.1.20
rprSpanStatsInOamEchoFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) OAM echo
frames processed by this MAC."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 20 }

.1.0.8802.17.1.1.1.3.4.1.21
rprSpanStatsInOamFlushFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) OAM flush
frames processed by this MAC."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 21 }

.1.0.8802.17.1.1.1.3.4.1.22
rprSpanStatsInOamOrgFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) OAM Org
frames processed by this MAC."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 22 }

.1.0.8802.17.1.1.1.3.4.1.23
rprSpanStatsInTopoAtdFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) Topology ATD
frames processed by this MAC."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 23 }

.1.0.8802.17.1.1.1.3.4.1.24
rprSpanStatsInTopoChkSumFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) topology
checksum frames processed by this MAC."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 24 }

.1.0.8802.17.1.1.1.3.4.1.25
rprSpanStatsInTopoTpFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) topology TP
frames processed by this MAC."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 25 }

.1.0.8802.17.1.1.1.3.4.1.26
rprSpanStatsOutUcastClassAFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classA unicast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 26 }

.1.0.8802.17.1.1.1.3.4.1.27
rprSpanStatsOutUcastClassAOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classA unicast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 27 }

.1.0.8802.17.1.1.1.3.4.1.28
rprSpanStatsOutUcastClassBCirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classB CIR unicast
frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 28 }

.1.0.8802.17.1.1.1.3.4.1.29
rprSpanStatsOutUcastClassBCirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classB CIR unicast
octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 29 }

.1.0.8802.17.1.1.1.3.4.1.30
rprSpanStatsOutUcastClassBEirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classB EIR unicast
frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 30 }

.1.0.8802.17.1.1.1.3.4.1.31
rprSpanStatsOutUcastClassBEirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classB EIR unicast
octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 31 }

.1.0.8802.17.1.1.1.3.4.1.32
rprSpanStatsOutUcastClassCFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classC unicast frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 32 }

.1.0.8802.17.1.1.1.3.4.1.33
rprSpanStatsOutUcastClassCOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classC unicast octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 33 }

.1.0.8802.17.1.1.1.3.4.1.34
rprSpanStatsOutMcastClassAFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classA multicast and
broadcast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 34 }

.1.0.8802.17.1.1.1.3.4.1.35
rprSpanStatsOutMcastClassAOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classA multicast and
broadcast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 35 }
.1.0.8802.17.1.1.1.3.4.1.36
rprSpanStatsOutMcastClassBCirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classB CIR
multicast and broadcast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 36 }

.1.0.8802.17.1.1.1.3.4.1.37
rprSpanStatsOutMcastClassBCirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classB CIR
multicast and broadcast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 37 }

.1.0.8802.17.1.1.1.3.4.1.38
rprSpanStatsOutMcastClassBEirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classB EIR
multicast and broadcast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 38 }

.1.0.8802.17.1.1.1.3.4.1.39
rprSpanStatsOutMcastClassBEirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classB EIR
multicast and broadcast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 39 }

.1.0.8802.17.1.1.1.3.4.1.40
rprSpanStatsOutMcastClassCFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classC multicast and
broadcast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 40 }

.1.0.8802.17.1.1.1.3.4.1.41
rprSpanStatsOutMcastClassCOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) classC multicast and
broadcast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 41 }

.1.0.8802.17.1.1.1.3.4.1.42
rprSpanStatsOutCtrlFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) control frames
generated by this MAC.
This does not include control frames in transit,

i.e. a multicast control frame received from a ringlet


will be counted as In but not Out.
This does not include Fairness or idle frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 42 }

.1.0.8802.17.1.1.1.3.4.1.43
rprSpanStatsOutOamEchoFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) OAM echo
frames generated by this MAC."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 43 }

.1.0.8802.17.1.1.1.3.4.1.44
rprSpanStatsOutOamFlushFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) OAM flush
frames generated by this MAC."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 44 }

.1.0.8802.17.1.1.1.3.4.1.45
rprSpanStatsOutOamOrgFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) OAM Org
frames generated by this MAC."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 45 }

.1.0.8802.17.1.1.1.3.4.1.46
rprSpanStatsOutTopoAtdFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) topology
ATD frames generated by this MAC."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 46 }

.1.0.8802.17.1.1.1.3.4.1.47
rprSpanStatsOutTopoChkSumFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) topology
checksum frames generated by this MAC."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 47 }

.1.0.8802.17.1.1.1.3.4.1.48
rprSpanStatsOutTopoTpFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted (MAC to PHY) topology
TP frames generated by this MAC."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanCounters(3) rprSpanCountersStatsTable(4)
rprSpanCountersStatsEntry(1) 48 }

.1.0.8802.17.1.1.1.4
rprClientCounters OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) 4 }

.1.0.8802.17.1.1.1.4.1
rprClientCountersCurrentTable OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The local station traffic current counters table.

All attributes in this table are volatile,


i.e. will be cleared on system reset."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) 1 }

.1.0.8802.17.1.1.1.4.1.1
rprClientCountersCurrentEntry OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { rprClientCurrentIfIndex }
DESCRIPTION "Frames and octets statistics for the current interval for
the local station traffic of a particular RPR client
interface.
The corresponding instance of rprIfTimeElapsed indicates
the number of seconds which have elapsed so far in the
current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersCurrentTable(1) 1 }

.1.0.8802.17.1.1.1.4.1.1.1
rprClientCurrentIfIndex OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION InterfaceIndex
SYNTAX Integer32 (1..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The ifIndex of this RPR interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 1 }

.1.0.8802.17.1.1.1.4.1.1.2
rprClientCurrentInUcastClassAFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classA unicast frames in
the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 2 }

.1.0.8802.17.1.1.1.4.1.1.3
rprClientCurrentInUcastClassAOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classA unicast octets in
the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 3 }
.1.0.8802.17.1.1.1.4.1.1.4
rprClientCurrentInUcastClassBCirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classB CIR unicast frames in
the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 4 }

.1.0.8802.17.1.1.1.4.1.1.5
rprClientCurrentInUcastClassBCirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classB CIR unicast octets
in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 5 }

.1.0.8802.17.1.1.1.4.1.1.6
rprClientCurrentInUcastClassBEirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classB EIR unicast
frames in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 6 }

.1.0.8802.17.1.1.1.4.1.1.7
rprClientCurrentInUcastClassBEirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classB EIR unicast
octets in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 7 }

.1.0.8802.17.1.1.1.4.1.1.8
rprClientCurrentInUcastClassCFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classC unicast frames in the
current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 8 }

.1.0.8802.17.1.1.1.4.1.1.9
rprClientCurrentInUcastClassCOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classC unicast octets in the
current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 9 }

.1.0.8802.17.1.1.1.4.1.1.10
rprClientCurrentInMcastClassAFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classA multicast and broadcast
frames in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 10 }

.1.0.8802.17.1.1.1.4.1.1.11
rprClientCurrentInMcastClassAOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classA multicast and broadcast
octets in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 11 }

.1.0.8802.17.1.1.1.4.1.1.12
rprClientCurrentInMcastClassBCirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classB CIR
multicast and broadcast frames in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 12 }

.1.0.8802.17.1.1.1.4.1.1.13
rprClientCurrentInMcastClassBCirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classB CIR
multicast and broadcast octets in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 13 }

.1.0.8802.17.1.1.1.4.1.1.14
rprClientCurrentInMcastClassBEirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classB EIR
multicast and broadcast frames in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 14 }

.1.0.8802.17.1.1.1.4.1.1.15
rprClientCurrentInMcastClassBEirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classB EIR
multicast and broadcast octets in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 15 }

.1.0.8802.17.1.1.1.4.1.1.16
rprClientCurrentInMcastClassCFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classC multicast and broadcast
frames in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 16 }

.1.0.8802.17.1.1.1.4.1.1.17
rprClientCurrentInMcastClassCOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classC multicast and broadcast
octets in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 17 }

.1.0.8802.17.1.1.1.4.1.1.18
rprClientCurrentOutUcastClassAFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classA unicast frames
in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 18 }

.1.0.8802.17.1.1.1.4.1.1.19
rprClientCurrentOutUcastClassAOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classA unicast octets
in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 19 }

.1.0.8802.17.1.1.1.4.1.1.20
rprClientCurrentOutUcastClassBCirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classB CIR unicast
frames in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 20 }

.1.0.8802.17.1.1.1.4.1.1.21
rprClientCurrentOutUcastClassBCirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classB CIR unicast
octets in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 21 }

.1.0.8802.17.1.1.1.4.1.1.22
rprClientCurrentOutUcastClassBEirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classB EIR unicast
frames in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 22 }

.1.0.8802.17.1.1.1.4.1.1.23
rprClientCurrentOutUcastClassBEirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classB EIR unicast
octets in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 23 }

.1.0.8802.17.1.1.1.4.1.1.24
rprClientCurrentOutUcastClassCFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classC unicast frames
in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 24 }

.1.0.8802.17.1.1.1.4.1.1.25
rprClientCurrentOutUcastClassCOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classC unicast octets
in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 25 }

.1.0.8802.17.1.1.1.4.1.1.26
rprClientCurrentOutMcastClassAFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classA multicast and broadcast
frames in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 26 }

.1.0.8802.17.1.1.1.4.1.1.27
rprClientCurrentOutMcastClassAOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classA multicast and broadcast
octets in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 27 }

.1.0.8802.17.1.1.1.4.1.1.28
rprClientCurrentOutMcastClassBCirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classB CIR
multicast and broadcast frames in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 28 }

.1.0.8802.17.1.1.1.4.1.1.29
rprClientCurrentOutMcastClassBCirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classB CIR
multicast and broadcast octets in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 29 }

.1.0.8802.17.1.1.1.4.1.1.30
rprClientCurrentOutMcastClassBEirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classB EIR
multicast and broadcast frames in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 30 }

.1.0.8802.17.1.1.1.4.1.1.31
rprClientCurrentOutMcastClassBEirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classB EIR
multicast and broadcast octets in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 31 }

.1.0.8802.17.1.1.1.4.1.1.32
rprClientCurrentOutMcastClassCFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classC multicast and broadcast
frames in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 32 }

.1.0.8802.17.1.1.1.4.1.1.33
rprClientCurrentOutMcastClassCOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classC multicast and broadcast
octets in the current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersCurrentTable(1) rprClientCountersCurrentEntry(1) 33 }

.1.0.8802.17.1.1.1.4.2
rprClientCountersIntervalTable OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The local station traffic interval counters table.
All attributes in this table are volatile,
i.e. will be cleared on system reset."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) 2 }

.1.0.8802.17.1.1.1.4.2.1
rprClientCountersIntervalEntry OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { rprClientIntervalIfIndex, rprClientIntervalNumber }
DESCRIPTION "Frames and octets statistics collected for a particular
interval for local station traffic of a particular RPR
interface.
The corresponding instance of rprIfValidIntervals indicates
the number of intervals for which the set of statistics is
available."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersIntervalTable(2) 1 }

.1.0.8802.17.1.1.1.4.2.1.1
rprClientIntervalIfIndex OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION InterfaceIndex
SYNTAX Integer32 (1..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The ifIndex of this RPR interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 1 }

.1.0.8802.17.1.1.1.4.2.1.2
rprClientIntervalNumber OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Unsigned32 (1..96)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A number between 1 and 96, which identifies the interval
for which the set of statistics is available. The interval
identified by 1 is the most recently completed 15 minute
interval, and interval identified by N is the interval
immediately preceding the one identified by N-1."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 2 }

.1.0.8802.17.1.1.1.4.2.1.3
rprClientIntervalValidData OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This variable indicates if the data for this interval
is valid.
It will be valid if it contains data for 900 seconds
plus or minus 10 seconds."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 3 }

.1.0.8802.17.1.1.1.4.2.1.4
rprClientIntervalTimeElapsed OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Unsigned32 (0..899)
UNITS ""
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The duration of a particular interval in seconds.
If, for some reason, such as an adjustment in the system's
time-of-day clock, the current interval exceeds the maximum
value, the agent will return the maximum value."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 4 }

.1.0.8802.17.1.1.1.4.2.1.5
rprClientIntervalInUcastClassAFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classA unicast frames
in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 5 }

.1.0.8802.17.1.1.1.4.2.1.6
rprClientIntervalInUcastClassAOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classA unicast octets
in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 6 }

.1.0.8802.17.1.1.1.4.2.1.7
rprClientIntervalInUcastClassBCirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classB CIR unicast frames
in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 7 }

.1.0.8802.17.1.1.1.4.2.1.8
rprClientIntervalInUcastClassBCirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classB CIR unicast octets
in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 8 }

.1.0.8802.17.1.1.1.4.2.1.9
rprClientIntervalInUcastClassBEirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classB EIR unicast
frames in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 9 }

.1.0.8802.17.1.1.1.4.2.1.10
rprClientIntervalInUcastClassBEirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classB EIR unicast
octets in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 10 }

.1.0.8802.17.1.1.1.4.2.1.11
rprClientIntervalInUcastClassCFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classC unicast
frames in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 11 }

.1.0.8802.17.1.1.1.4.2.1.12
rprClientIntervalInUcastClassCOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classC unicast
octets in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 12 }

.1.0.8802.17.1.1.1.4.2.1.13
rprClientIntervalInMcastClassAFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classA multicast and broadcast
frames in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 13 }

.1.0.8802.17.1.1.1.4.2.1.14
rprClientIntervalInMcastClassAOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classA multicast and broadcast
octets in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 14 }

.1.0.8802.17.1.1.1.4.2.1.15
rprClientIntervalInMcastClassBCirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classB CIR multicast and
broadcast frames in a particular interval in the past
24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 15 }

.1.0.8802.17.1.1.1.4.2.1.16
rprClientIntervalInMcastClassBCirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classB CIR multicast and
broadcast octets in a particular interval in the past
24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 16 }

.1.0.8802.17.1.1.1.4.2.1.17
rprClientIntervalInMcastClassBEirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classB EIR multicast and
broadcast frames in a particular interval in the past
24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 17 }

.1.0.8802.17.1.1.1.4.2.1.18
rprClientIntervalInMcastClassBEirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classB EIR multicast and
broadcast octets in a particular interval in the past
24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 18 }

.1.0.8802.17.1.1.1.4.2.1.19
rprClientIntervalInMcastClassCFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classC multicast and broadcast
frames in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 19 }

.1.0.8802.17.1.1.1.4.2.1.20
rprClientIntervalInMcastClassCOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classC multicast and broadcast
octets in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 20 }

.1.0.8802.17.1.1.1.4.2.1.21
rprClientIntervalOutUcastClassAFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classA unicast frames
in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 21 }

.1.0.8802.17.1.1.1.4.2.1.22
rprClientIntervalOutUcastClassAOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classA unicast octets
in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 22 }

.1.0.8802.17.1.1.1.4.2.1.23
rprClientIntervalOutUcastClassBCirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classB CIR unicast frames
in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 23 }

.1.0.8802.17.1.1.1.4.2.1.24
rprClientIntervalOutUcastClassBCirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classB CIR unicast octets
in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 24 }

.1.0.8802.17.1.1.1.4.2.1.25
rprClientIntervalOutUcastClassBEirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classB EIR unicast
frames in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 25 }

.1.0.8802.17.1.1.1.4.2.1.26
rprClientIntervalOutUcastClassBEirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classB EIR unicast
octets in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 26 }

.1.0.8802.17.1.1.1.4.2.1.27
rprClientIntervalOutUcastClassCFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classC unicast
frames in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 27 }

.1.0.8802.17.1.1.1.4.2.1.28
rprClientIntervalOutUcastClassCOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classC unicast
octets in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 28 }

.1.0.8802.17.1.1.1.4.2.1.29
rprClientIntervalOutMcastClassAFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classA multicast and broadcast
frames in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 29 }

.1.0.8802.17.1.1.1.4.2.1.30
rprClientIntervalOutMcastClassAOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classA multicast and broadcast
octets in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 30 }

.1.0.8802.17.1.1.1.4.2.1.31
rprClientIntervalOutMcastClassBCirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classB CIR multicast
and broadcast frames in a particular interval in the
past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 31 }

.1.0.8802.17.1.1.1.4.2.1.32
rprClientIntervalOutMcastClassBCirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classB CIR multicast
and broadcast octets in a particular interval in the
past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 32 }

.1.0.8802.17.1.1.1.4.2.1.33
rprClientIntervalOutMcastClassBEirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classB EIR multicast
and broadcast frames in a particular interval in the
past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 33 }

.1.0.8802.17.1.1.1.4.2.1.34
rprClientIntervalOutMcastClassBEirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classB EIR multicast
and broadcast octets in a particular interval in the
past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 34 }

.1.0.8802.17.1.1.1.4.2.1.35
rprClientIntervalOutMcastClassCFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classC multicast and broadcast
frames in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 35 }
.1.0.8802.17.1.1.1.4.2.1.36
rprClientIntervalOutMcastClassCOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classC multicast and broadcast
octets in a particular interval in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersIntervalTable(2) rprClientCountersIntervalEntry(1) 36 }

.1.0.8802.17.1.1.1.4.3
rprClientCountersDayTable OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The RPR Mac Client Day Table contains the cumulative sum
of the various statistics for the 24 hour period
preceding the current interval.

All attributes in this table are volatile,

i.e. will be cleared on system reset."


::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) 3 }

.1.0.8802.17.1.1.1.4.3.1
rprClientCountersDayEntry OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { rprClientDayIfIndex }
DESCRIPTION "An entry in the RPR Client Day table."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersDayTable(3) 1 }

.1.0.8802.17.1.1.1.4.3.1.1
rprClientDayIfIndex OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION InterfaceIndex
SYNTAX Integer32 (1..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The ifIndex of this RPR interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 1 }

.1.0.8802.17.1.1.1.4.3.1.2
rprClientDayInUcastClassAFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classA unicast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 2 }

.1.0.8802.17.1.1.1.4.3.1.3
rprClientDayInUcastClassAOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classA unicast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 3 }

.1.0.8802.17.1.1.1.4.3.1.4
rprClientDayInUcastClassBCirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classB CIR unicast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 4 }

.1.0.8802.17.1.1.1.4.3.1.5
rprClientDayInUcastClassBCirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classB CIR unicast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 5 }

.1.0.8802.17.1.1.1.4.3.1.6
rprClientDayInUcastClassBEirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classB EIR unicast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 6 }

.1.0.8802.17.1.1.1.4.3.1.7
rprClientDayInUcastClassBEirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classB EIR unicast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 7 }

.1.0.8802.17.1.1.1.4.3.1.8
rprClientDayInUcastClassCFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classC unicast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 8 }

.1.0.8802.17.1.1.1.4.3.1.9
rprClientDayInUcastClassCOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classC unicast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 9 }

.1.0.8802.17.1.1.1.4.3.1.10
rprClientDayInMcastClassAFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classA multicast and broadcast
frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 10 }

.1.0.8802.17.1.1.1.4.3.1.11
rprClientDayInMcastClassAOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classA multicast and broadcast
octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 11 }

.1.0.8802.17.1.1.1.4.3.1.12
rprClientDayInMcastClassBCirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classB CIR multicast
and broadcast frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 12 }

.1.0.8802.17.1.1.1.4.3.1.13
rprClientDayInMcastClassBCirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classB CIR multicast
and broadcast octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 13 }

.1.0.8802.17.1.1.1.4.3.1.14
rprClientDayInMcastClassBEirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classB EIR multicast
and broadcast frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 14 }

.1.0.8802.17.1.1.1.4.3.1.15
rprClientDayInMcastClassBEirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classB EIR multicast
and broadcast octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 15 }

.1.0.8802.17.1.1.1.4.3.1.16
rprClientDayInMcastClassCFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classC multicast and broadcast
frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 16 }

.1.0.8802.17.1.1.1.4.3.1.17
rprClientDayInMcastClassCOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classC multicast and broadcast
octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 17 }

.1.0.8802.17.1.1.1.4.3.1.18
rprClientDayOutUcastClassAFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classA unicast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 18 }

.1.0.8802.17.1.1.1.4.3.1.19
rprClientDayOutUcastClassAOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classA unicast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 19 }

.1.0.8802.17.1.1.1.4.3.1.20
rprClientDayOutUcastClassBCirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classB CIR unicast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 20 }

.1.0.8802.17.1.1.1.4.3.1.21
rprClientDayOutUcastClassBCirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classB CIR unicast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 21 }

.1.0.8802.17.1.1.1.4.3.1.22
rprClientDayOutUcastClassBEirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classB EIR unicast
frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 22 }

.1.0.8802.17.1.1.1.4.3.1.23
rprClientDayOutUcastClassBEirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classB EIR unicast
octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 23 }

.1.0.8802.17.1.1.1.4.3.1.24
rprClientDayOutUcastClassCFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classC unicast frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 24 }

.1.0.8802.17.1.1.1.4.3.1.25
rprClientDayOutUcastClassCOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classC unicast octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 25 }

.1.0.8802.17.1.1.1.4.3.1.26
rprClientDayOutMcastClassAFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classA multicast and broadcast
frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 26 }

.1.0.8802.17.1.1.1.4.3.1.27
rprClientDayOutMcastClassAOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classA multicast and broadcast
octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 27 }

.1.0.8802.17.1.1.1.4.3.1.28
rprClientDayOutMcastClassBCirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classB CIR
multicast and broadcast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 28 }

.1.0.8802.17.1.1.1.4.3.1.29
rprClientDayOutMcastClassBCirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classB CIR
multicast and broadcast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 29 }

.1.0.8802.17.1.1.1.4.3.1.30
rprClientDayOutMcastClassBEirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classB EIR
multicast and broadcast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 30 }

.1.0.8802.17.1.1.1.4.3.1.31
rprClientDayOutMcastClassBEirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classB EIR
multicast and broadcast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 31 }

.1.0.8802.17.1.1.1.4.3.1.32
rprClientDayOutMcastClassCFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classC multicast and broadcast
frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 32 }

.1.0.8802.17.1.1.1.4.3.1.33
rprClientDayOutMcastClassCOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classC multicast and broadcast
octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersDayTable(3) rprClientCountersDayEntry(1) 33 }

.1.0.8802.17.1.1.1.4.4
rprClientCountersStatsTable OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The local station traffic total counters table.

The DiscontinuityTime for this table is indicated by


ifCounterDiscontinuityTime defined in ifXTable.

All attributes in this table are volatile,

i.e. will be cleared on system reset."


::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4) 4 }

.1.0.8802.17.1.1.1.4.4.1
rprClientCountersStatsEntry OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { rprClientStatsIfIndex }
DESCRIPTION "An entry in the span stats table."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersStatsTable(4) 1 }

.1.0.8802.17.1.1.1.4.4.1.1
rprClientStatsIfIndex OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION InterfaceIndex
SYNTAX Integer32 (1..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The ifIndex of this RPR interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 1 }

.1.0.8802.17.1.1.1.4.4.1.2
rprClientStatsInUcastClassAFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classA unicast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 2 }

.1.0.8802.17.1.1.1.4.4.1.3
rprClientStatsInUcastClassAOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classA unicast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 3 }

.1.0.8802.17.1.1.1.4.4.1.4
rprClientStatsInUcastClassBCirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classB CIR unicast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 4 }

.1.0.8802.17.1.1.1.4.4.1.5
rprClientStatsInUcastClassBCirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classB CIR unicast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 5 }

.1.0.8802.17.1.1.1.4.4.1.6
rprClientStatsInUcastClassBEirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classB EIR unicast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 6 }

.1.0.8802.17.1.1.1.4.4.1.7
rprClientStatsInUcastClassBEirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classB EIR unicast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 7 }

.1.0.8802.17.1.1.1.4.4.1.8
rprClientStatsInUcastClassCFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classC unicast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 8 }

.1.0.8802.17.1.1.1.4.4.1.9
rprClientStatsInUcastClassCOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classC unicast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 9 }

.1.0.8802.17.1.1.1.4.4.1.10
rprClientStatsInMcastClassAFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classA multicast and broadcast
frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 10 }

.1.0.8802.17.1.1.1.4.4.1.11
rprClientStatsInMcastClassAOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classA multicast and broadcast
octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 11 }

.1.0.8802.17.1.1.1.4.4.1.12
rprClientStatsInMcastClassBCirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classB CIR multicast
and broadcast frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 12 }

.1.0.8802.17.1.1.1.4.4.1.13
rprClientStatsInMcastClassBCirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classB CIR multicast
and broadcast octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 13 }

.1.0.8802.17.1.1.1.4.4.1.14
rprClientStatsInMcastClassBEirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classB EIR multicast
and broadcast frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 14 }

.1.0.8802.17.1.1.1.4.4.1.15
rprClientStatsInMcastClassBEirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classB EIR multicast
and broadcast octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 15 }

.1.0.8802.17.1.1.1.4.4.1.16
rprClientStatsInMcastClassCFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classC multicast and broadcast
frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 16 }

.1.0.8802.17.1.1.1.4.4.1.17
rprClientStatsInMcastClassCOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client classC multicast and broadcast
octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 17 }

.1.0.8802.17.1.1.1.4.4.1.18
rprClientStatsInBcastFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of MAC to client broadcast frames.
This is used only when deriving the multicast
and broadcast packet counters for the interface MIB."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 18 }

.1.0.8802.17.1.1.1.4.4.1.19
rprClientStatsOutUcastClassAFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classA unicast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 19 }

.1.0.8802.17.1.1.1.4.4.1.20
rprClientStatsOutUcastClassAOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classA unicast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 20 }

.1.0.8802.17.1.1.1.4.4.1.21
rprClientStatsOutUcastClassBCirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classB CIR unicast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 21 }

.1.0.8802.17.1.1.1.4.4.1.22
rprClientStatsOutUcastClassBCirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classB CIR unicast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 22 }

.1.0.8802.17.1.1.1.4.4.1.23
rprClientStatsOutUcastClassBEirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classB EIR unicast
frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 23 }

.1.0.8802.17.1.1.1.4.4.1.24
rprClientStatsOutUcastClassBEirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classB EIR unicast
octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 24 }

.1.0.8802.17.1.1.1.4.4.1.25
rprClientStatsOutUcastClassCFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classC unicast frames"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 25 }

.1.0.8802.17.1.1.1.4.4.1.26
rprClientStatsOutUcastClassCOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classC unicast octets"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 26 }

.1.0.8802.17.1.1.1.4.4.1.27
rprClientStatsOutMcastClassAFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classA multicast and broadcast
frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 27 }

.1.0.8802.17.1.1.1.4.4.1.28
rprClientStatsOutMcastClassAOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classA multicast and broadcast
octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 28 }

.1.0.8802.17.1.1.1.4.4.1.29
rprClientStatsOutMcastClassBCirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classB CIR
multicast and broadcast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 29 }

.1.0.8802.17.1.1.1.4.4.1.30
rprClientStatsOutMcastClassBCirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classB CIR
multicast and broadcast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 30 }

.1.0.8802.17.1.1.1.4.4.1.31
rprClientStatsOutMcastClassBEirFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classB EIR
multicast and broadcast frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 31 }

.1.0.8802.17.1.1.1.4.4.1.32
rprClientStatsOutMcastClassBEirOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classB EIR
multicast and broadcast octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 32 }

.1.0.8802.17.1.1.1.4.4.1.33
rprClientStatsOutMcastClassCFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classC multicast and broadcast
frames."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 33 }

.1.0.8802.17.1.1.1.4.4.1.34
rprClientStatsOutMcastClassCOctets OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC classC multicast and broadcast
octets."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 34 }

.1.0.8802.17.1.1.1.4.4.1.35
rprClientStatsOutBcastFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of client to MAC broadcast frames.
This is used only when deriving the multicast
and broadcast packet counters for the interface MIB."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprClientCounters(4)
rprClientCountersStatsTable(4) rprClientCountersStatsEntry(1) 35 }

.1.0.8802.17.1.1.1.5
rprSpanErrorCounters OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) 5 }

.1.0.8802.17.1.1.1.5.1
rprSpanErrorCountersCurrentTable OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The RPR Errors Current counters table.

All attributes in this table are volatile,

i.e. will be cleared on system reset."


::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) 1 }

.1.0.8802.17.1.1.1.5.1.1
rprSpanErrorCountersCurrentEntry OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { rprSpanErrorCurrentIfIndex, rprSpanErrorCurrentSpan }
DESCRIPTION "Errors statistics for the current interval of a particular
span of a particular RPR interface.
The corresponding instance of rprIfTimeElapsed indicates
the number of seconds which have elapsed so far in the
current interval."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersCurrentTable(1) 1 }

.1.0.8802.17.1.1.1.5.1.1.1
rprSpanErrorCurrentIfIndex OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION InterfaceIndex
SYNTAX Integer32 (1..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The ifIndex of this RPR interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersCurrentTable(1) rprSpanErrorCountersCurrentEntry(1) 1 }

.1.0.8802.17.1.1.1.5.1.1.2
rprSpanErrorCurrentSpan OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION RprSpan
SYNTAX INTEGER {east(1), west(2)}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "An indication of the span of the interface for which this
row contains information."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersCurrentTable(1) rprSpanErrorCountersCurrentEntry(1) 2 }

.1.0.8802.17.1.1.1.5.1.1.3
rprSpanErrorCurrentTtlExpFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) data frames that were
dropped
due to zero Time To Live (TTL)."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersCurrentTable(1) rprSpanErrorCountersCurrentEntry(1) 3 }

.1.0.8802.17.1.1.1.5.1.1.4
rprSpanErrorCurrentTooLongFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) frames that exceed the
maximum permitted frame size."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersCurrentTable(1) rprSpanErrorCountersCurrentEntry(1) 4 }

.1.0.8802.17.1.1.1.5.1.1.5
rprSpanErrorCurrentTooShortFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) frames shortest than the
minimum permitted frame size."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersCurrentTable(1) rprSpanErrorCountersCurrentEntry(1) 5 }

.1.0.8802.17.1.1.1.5.1.1.6
rprSpanErrorCurrentBadHecFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) frames with HEC error."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersCurrentTable(1) rprSpanErrorCountersCurrentEntry(1) 6 }
.1.0.8802.17.1.1.1.5.1.1.7
rprSpanErrorCurrentBadFcsFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) data and control frames
where the fcs value did not match the expected fcs value.

This includes data frames passed to the client as a result


of
rprIfMacOperModes being not set to dropBadFcs."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersCurrentTable(1) rprSpanErrorCountersCurrentEntry(1) 7 }

.1.0.8802.17.1.1.1.5.1.1.8
rprSpanErrorCurrentSelfSrcUcastFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) unicast frames that were
transmitted by the station itself i.e.
the source MAC is equal to the interface MAC."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersCurrentTable(1) rprSpanErrorCountersCurrentEntry(1) 8 }

.1.0.8802.17.1.1.1.5.1.1.9
rprSpanErrorCurrentPmdAbortFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) frames that were
aborted by the PMD."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersCurrentTable(1) rprSpanErrorCountersCurrentEntry(1) 9 }

.1.0.8802.17.1.1.1.5.1.1.10
rprSpanErrorCurrentBadAddrFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) frames
with invalid SA value."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersCurrentTable(1) rprSpanErrorCountersCurrentEntry(1) 10 }

.1.0.8802.17.1.1.1.5.1.1.11
rprSpanErrorCurrentBadParityFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) frames
parity value not matching the expected parity value"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersCurrentTable(1) rprSpanErrorCountersCurrentEntry(1) 11 }

.1.0.8802.17.1.1.1.5.1.1.12
rprSpanErrorCurrentContainedFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) frames
that were removed due to context containment"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersCurrentTable(1) rprSpanErrorCountersCurrentEntry(1) 12 }

.1.0.8802.17.1.1.1.5.1.1.13
rprSpanErrorCurrentScffErrors OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) errored SCFF,
with bad parity, bad FCS, or both."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersCurrentTable(1) rprSpanErrorCountersCurrentEntry(1) 13 }

.1.0.8802.17.1.1.1.5.1.1.14
rprSpanErrorCurrentErroredSeconds OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of errored seconds."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersCurrentTable(1) rprSpanErrorCountersCurrentEntry(1) 14 }

.1.0.8802.17.1.1.1.5.1.1.15
rprSpanErrorCurrentSeverelyErroredSeconds OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of severely errored seconds."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersCurrentTable(1) rprSpanErrorCountersCurrentEntry(1) 15 }

.1.0.8802.17.1.1.1.5.1.1.16
rprSpanErrorCurrentUnavailableSeconds OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfCurrentCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of unavailable seconds."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersCurrentTable(1) rprSpanErrorCountersCurrentEntry(1) 16 }

.1.0.8802.17.1.1.1.5.2
rprSpanErrorCountersIntervalTable OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The RPR Errors Interval counters table.

All attributes in this table are volatile,

i.e. will be cleared on system reset."


::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) 2 }

.1.0.8802.17.1.1.1.5.2.1
rprSpanErrorCountersIntervalEntry OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { rprSpanErrorIntervalIfIndex, rprSpanErrorIntervalSpan,
rprSpanErrorIntervalNumber }
DESCRIPTION "Error statistics collected for a particular interval of a
particular span of a particular RPR interface.
The corresponding instance of rprIfValidIntervals indicates
the number of intervals for which the set of statistics is
available."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersIntervalTable(2) 1 }

.1.0.8802.17.1.1.1.5.2.1.1
rprSpanErrorIntervalIfIndex OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION InterfaceIndex
SYNTAX Integer32 (1..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The ifIndex of this RPR interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersIntervalTable(2) rprSpanErrorCountersIntervalEntry(1) 1 }

.1.0.8802.17.1.1.1.5.2.1.2
rprSpanErrorIntervalSpan OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION RprSpan
SYNTAX INTEGER {east(1), west(2)}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "An indication of the span of the interface for which this
row contains information."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersIntervalTable(2) rprSpanErrorCountersIntervalEntry(1) 2 }

.1.0.8802.17.1.1.1.5.2.1.3
rprSpanErrorIntervalNumber OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Unsigned32 (1..96)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A number between 1 and 96, which identifies the interval
for which the set of statistics is available. The interval
identified by 1 is the most recently completed 15 minute
interval, and interval identified by N is the interval
immediately preceding the one identified by N-1."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersIntervalTable(2) rprSpanErrorCountersIntervalEntry(1) 3 }

.1.0.8802.17.1.1.1.5.2.1.4
rprSpanErrorIntervalValidData OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This variable indicates if the data for this interval
is valid.
It will be valid if it contains data for 900 seconds
plus or minus 10 seconds."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersIntervalTable(2) rprSpanErrorCountersIntervalEntry(1) 4 }

.1.0.8802.17.1.1.1.5.2.1.5
rprSpanErrorIntervalTimeElapsed OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Unsigned32 (0..899)
UNITS ""
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The duration of a particular interval in seconds.
If, for some reason, such as an adjustment in the system's
time-of-day clock, the current interval exceeds the maximum
value, the agent will return the maximum value."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersIntervalTable(2) rprSpanErrorCountersIntervalEntry(1) 5 }

.1.0.8802.17.1.1.1.5.2.1.6
rprSpanErrorIntervalTtlExpFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) frames that were dropped due
to
zero Time To Live (TTL) in a particular interval in the
past 24 hours"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersIntervalTable(2) rprSpanErrorCountersIntervalEntry(1) 6 }

.1.0.8802.17.1.1.1.5.2.1.7
rprSpanErrorIntervalTooLongFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) frames that exceed the
maximum
permitted frame size in a particular interval in the
past 24 hours"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersIntervalTable(2) rprSpanErrorCountersIntervalEntry(1) 7 }

.1.0.8802.17.1.1.1.5.2.1.8
rprSpanErrorIntervalTooShortFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) frames shortest than the
minimum permitted frame size in a particular interval
in the past 24 hours."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersIntervalTable(2) rprSpanErrorCountersIntervalEntry(1) 8 }

.1.0.8802.17.1.1.1.5.2.1.9
rprSpanErrorIntervalBadHecFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) frames with HEC error in a
particular interval in the past 24 hours"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersIntervalTable(2) rprSpanErrorCountersIntervalEntry(1) 9 }

.1.0.8802.17.1.1.1.5.2.1.10
rprSpanErrorIntervalBadFcsFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) data and control frames
where the fcs value did not match the expected fcs value.

This includes data frames passed to the client as a result


of
rprIfMacOperModes being not set to dropBadFcs."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersIntervalTable(2) rprSpanErrorCountersIntervalEntry(1) 10 }

.1.0.8802.17.1.1.1.5.2.1.11
rprSpanErrorIntervalSelfSrcUcastFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) unicast frames that were
transmitted
by the station itself i.e. the source MAC is equal to the
interface MAC, in a particular interval in the past 24
hours"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersIntervalTable(2) rprSpanErrorCountersIntervalEntry(1) 11 }

.1.0.8802.17.1.1.1.5.2.1.12
rprSpanErrorIntervalPmdAbortFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) unicast frames that were
aborted
by the PMD layer, in a particular interval in the past
24 hours"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersIntervalTable(2) rprSpanErrorCountersIntervalEntry(1) 12 }

.1.0.8802.17.1.1.1.5.2.1.13
rprSpanErrorIntervalBadAddrFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) frames
with invalid SA value."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersIntervalTable(2) rprSpanErrorCountersIntervalEntry(1) 13 }

.1.0.8802.17.1.1.1.5.2.1.14
rprSpanErrorIntervalBadParityFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) frames
parity value not matching the expected parity value"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersIntervalTable(2) rprSpanErrorCountersIntervalEntry(1) 14 }

.1.0.8802.17.1.1.1.5.2.1.15
rprSpanErrorIntervalContainedFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) frames
that were removed due to context containment"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersIntervalTable(2) rprSpanErrorCountersIntervalEntry(1) 15 }

.1.0.8802.17.1.1.1.5.2.1.16
rprSpanErrorIntervalScffErrors OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) errored SCFF,
with bad parity, bad FCS, or both."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersIntervalTable(2) rprSpanErrorCountersIntervalEntry(1) 16 }

.1.0.8802.17.1.1.1.5.2.1.17
rprSpanErrorIntervalErroredSeconds OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of errored seconds."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersIntervalTable(2) rprSpanErrorCountersIntervalEntry(1) 17 }

.1.0.8802.17.1.1.1.5.2.1.18
rprSpanErrorIntervalSeverelyErroredSeconds OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of severely errored seconds."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersIntervalTable(2) rprSpanErrorCountersIntervalEntry(1) 18 }
.1.0.8802.17.1.1.1.5.2.1.19
rprSpanErrorIntervalUnavailableSeconds OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfIntervalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of unavailable seconds."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersIntervalTable(2) rprSpanErrorCountersIntervalEntry(1) 19 }

.1.0.8802.17.1.1.1.5.3
rprSpanErrorCountersDayTable OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The RPR Mac Error Day Table contains the cumulative sum
of the various statistics for the 24 hour period
preceding the current interval.

All attributes in this table are volatile,

i.e. will be cleared on system reset."


::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) 3 }

.1.0.8802.17.1.1.1.5.3.1
rprSpanErrorCountersDayEntry OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { rprSpanErrorDayIfIndex, rprSpanErrorDaySpan }
DESCRIPTION "An entry in the RPR Error Day table."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersDayTable(3) 1 }

.1.0.8802.17.1.1.1.5.3.1.1
rprSpanErrorDayIfIndex OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION InterfaceIndex
SYNTAX Integer32 (1..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The ifIndex of this RPR interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersDayTable(3) rprSpanErrorCountersDayEntry(1) 1 }

.1.0.8802.17.1.1.1.5.3.1.2
rprSpanErrorDaySpan OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION RprSpan
SYNTAX INTEGER {east(1), west(2)}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "An indication of the span of the interface for which this
row contains information."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersDayTable(3) rprSpanErrorCountersDayEntry(1) 2 }

.1.0.8802.17.1.1.1.5.3.1.3
rprSpanErrorDayTtlExpFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) frames that were dropped
due to zero Time To Live (TTL)."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersDayTable(3) rprSpanErrorCountersDayEntry(1) 3 }

.1.0.8802.17.1.1.1.5.3.1.4
rprSpanErrorDayTooLongFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) frames that exceed the
maximum permitted frame size."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersDayTable(3) rprSpanErrorCountersDayEntry(1) 4 }

.1.0.8802.17.1.1.1.5.3.1.5
rprSpanErrorDayTooShortFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) frames shortest than the
minimum permitted frame size."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersDayTable(3) rprSpanErrorCountersDayEntry(1) 5 }

.1.0.8802.17.1.1.1.5.3.1.6
rprSpanErrorDayBadHecFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) frames with HEC error."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersDayTable(3) rprSpanErrorCountersDayEntry(1) 6 }

.1.0.8802.17.1.1.1.5.3.1.7
rprSpanErrorDayBadFcsFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) data and control frames
where the fcs value did not match the expected fcs value.

This includes data frames passed to the client as a result


of
rprIfMacOperModes being not set to dropBadFcs."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersDayTable(3) rprSpanErrorCountersDayEntry(1) 7 }

.1.0.8802.17.1.1.1.5.3.1.8
rprSpanErrorDaySelfSrcUcastFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) unicast frames that were
transmitted by the station itself i.e.
the source MAC is equal to the interface MAC."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersDayTable(3) rprSpanErrorCountersDayEntry(1) 8 }

.1.0.8802.17.1.1.1.5.3.1.9
rprSpanErrorDayPmdAbortFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) frames that were
aborted by the PMD"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersDayTable(3) rprSpanErrorCountersDayEntry(1) 9 }

.1.0.8802.17.1.1.1.5.3.1.10
rprSpanErrorDayBadAddrFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) frames
with invalid SA value."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersDayTable(3) rprSpanErrorCountersDayEntry(1) 10 }

.1.0.8802.17.1.1.1.5.3.1.11
rprSpanErrorDayBadParityFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) frames
parity value not matching the expected parity value"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersDayTable(3) rprSpanErrorCountersDayEntry(1) 11 }

.1.0.8802.17.1.1.1.5.3.1.12
rprSpanErrorDayContainedFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) frames
that were removed due to context containment"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersDayTable(3) rprSpanErrorCountersDayEntry(1) 12 }

.1.0.8802.17.1.1.1.5.3.1.13
rprSpanErrorDayScffErrors OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) errored SCFF,
with bad parity, bad FCS, or both."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersDayTable(3) rprSpanErrorCountersDayEntry(1) 13 }

.1.0.8802.17.1.1.1.5.3.1.14
rprSpanErrorDayErroredSeconds OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of errored seconds."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersDayTable(3) rprSpanErrorCountersDayEntry(1) 14 }

.1.0.8802.17.1.1.1.5.3.1.15
rprSpanErrorDaySeverelyErroredSeconds OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of severely errored seconds."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersDayTable(3) rprSpanErrorCountersDayEntry(1) 15 }

.1.0.8802.17.1.1.1.5.3.1.16
rprSpanErrorDayUnavailableSeconds OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION HCPerfTotalCount
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of unavailable seconds."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersDayTable(3) rprSpanErrorCountersDayEntry(1) 16 }

.1.0.8802.17.1.1.1.5.4
rprSpanErrorCountersStatsTable OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The RPR Errors total counters table.

The DiscontinuityTime for this table is indicated by


ifCounterDiscontinuityTime defined in ifXTable.

All attributes in this table are volatile,

i.e. will be cleared on system reset."


::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5) 4 }

.1.0.8802.17.1.1.1.5.4.1
rprSpanErrorCountersStatsEntry OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { rprSpanErrorStatsIfIndex, rprSpanErrorStatsSpan }
DESCRIPTION "An entry in the span error counter table."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersStatsTable(4) 1 }

.1.0.8802.17.1.1.1.5.4.1.1
rprSpanErrorStatsIfIndex OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION InterfaceIndex
SYNTAX Integer32 (1..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The ifIndex of this RPR interface."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersStatsTable(4) rprSpanErrorCountersStatsEntry(1) 1 }

.1.0.8802.17.1.1.1.5.4.1.2
rprSpanErrorStatsSpan OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
-- TEXTUAL CONVENTION RprSpan
SYNTAX INTEGER {east(1), west(2)}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "An indication of the span of the interface for which this
row contains information."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersStatsTable(4) rprSpanErrorCountersStatsEntry(1) 2 }

.1.0.8802.17.1.1.1.5.4.1.3
rprSpanErrorStatsTtlExpFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) frames that were dropped
due to zero Time To Live (TTL)."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersStatsTable(4) rprSpanErrorCountersStatsEntry(1) 3 }

.1.0.8802.17.1.1.1.5.4.1.4
rprSpanErrorStatsTooLongFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) frames that exceed the
maximum permitted frame size."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersStatsTable(4) rprSpanErrorCountersStatsEntry(1) 4 }

.1.0.8802.17.1.1.1.5.4.1.5
rprSpanErrorStatsTooShortFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) frames shortest than the
minimum permitted frame size."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersStatsTable(4) rprSpanErrorCountersStatsEntry(1) 5 }

.1.0.8802.17.1.1.1.5.4.1.6
rprSpanErrorStatsBadHecFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) frames with HEC error."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersStatsTable(4) rprSpanErrorCountersStatsEntry(1) 6 }

.1.0.8802.17.1.1.1.5.4.1.7
rprSpanErrorStatsBadFcsFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) data and control frames
where the fcs value did not match the expected fcs value.

This includes data frames passed to the client as a result


of
rprIfMacOperModes being not set to dropBadFcs."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersStatsTable(4) rprSpanErrorCountersStatsEntry(1) 7 }

.1.0.8802.17.1.1.1.5.4.1.8
rprSpanErrorStatsSelfSrcUcastFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) unicast frames that were
transmitted by the station itself i.e.
the source MAC is equal to the interface MAC."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersStatsTable(4) rprSpanErrorCountersStatsEntry(1) 8 }

.1.0.8802.17.1.1.1.5.4.1.9
rprSpanErrorStatsPmdAbortFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) frames that
were aborted by the PMD"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersStatsTable(4) rprSpanErrorCountersStatsEntry(1) 9 }

.1.0.8802.17.1.1.1.5.4.1.10
rprSpanErrorStatsBadAddrFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) frames
with invalid SA value."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersStatsTable(4) rprSpanErrorCountersStatsEntry(1) 10 }

.1.0.8802.17.1.1.1.5.4.1.11
rprSpanErrorStatsBadParityFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) frames
parity value not matching the expected parity value"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersStatsTable(4) rprSpanErrorCountersStatsEntry(1) 11 }

.1.0.8802.17.1.1.1.5.4.1.12
rprSpanErrorStatsContainedFrames OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) frames
that were removed due to context containment"
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersStatsTable(4) rprSpanErrorCountersStatsEntry(1) 12 }

.1.0.8802.17.1.1.1.5.4.1.13
rprSpanErrorStatsScffErrors OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received (PHY to MAC) errored SCFF,
with bad parity, bad FCS, or both."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprObjects(1) rprSpanErrorCounters(5)
rprSpanErrorCountersStatsTable(4) rprSpanErrorCountersStatsEntry(1) 13 }

.1.0.8802.17.1.1.2
rprConformance OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) 2 }

.1.0.8802.17.1.1.2.1
rprGroups OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprConformance(2) 1 }

.1.0.8802.17.1.1.2.1.1
rprIfGroup OBJECT-GROUP
-- FROM IEEE-802DOT17-RPR-MIB
DESCRIPTION "Collection of objects needed for RPR MAC
configuration."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprConformance(2) rprGroups(1) 1 }

.1.0.8802.17.1.1.2.1.2
rprIfGroupOpt OBJECT-GROUP
-- FROM IEEE-802DOT17-RPR-MIB
DESCRIPTION "Collection of objects for RPR MAC."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprConformance(2) rprGroups(1) 2 }

.1.0.8802.17.1.1.2.1.3
rprIfStatsControlGroup OBJECT-GROUP
-- FROM IEEE-802DOT17-RPR-MIB
DESCRIPTION "Collection of objects needed for RPR MAC
statistics management."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprConformance(2) rprGroups(1) 3 }

.1.0.8802.17.1.1.2.1.4
rprSpanGroup OBJECT-GROUP
-- FROM IEEE-802DOT17-RPR-MIB
DESCRIPTION "Collection of objects needed for RPR Span
configuration."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprConformance(2) rprGroups(1) 4 }

.1.0.8802.17.1.1.2.1.5
rprSpanGroupOpt OBJECT-GROUP
-- FROM IEEE-802DOT17-RPR-MIB
DESCRIPTION "Collection of objects for RPR Span."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprConformance(2) rprGroups(1) 5 }

.1.0.8802.17.1.1.2.1.6
rprSpanProtectionGroup OBJECT-GROUP
-- FROM IEEE-802DOT17-RPR-MIB
DESCRIPTION "Collection of objects needed for RPR Span
Protection monitoring."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprConformance(2) rprGroups(1) 6 }

.1.0.8802.17.1.1.2.1.7
rprTopoGroup OBJECT-GROUP
-- FROM IEEE-802DOT17-RPR-MIB
DESCRIPTION "Collection of objects needed for RPR Topology
discovery."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprConformance(2) rprGroups(1) 7 }

.1.0.8802.17.1.1.2.1.8
rprFairnessGroup OBJECT-GROUP
-- FROM IEEE-802DOT17-RPR-MIB
DESCRIPTION "Collection of objects needed for RPR Fairness
configuration."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprConformance(2) rprGroups(1) 8 }

.1.0.8802.17.1.1.2.1.9
rprFairnessGroupOpt OBJECT-GROUP
-- FROM IEEE-802DOT17-RPR-MIB
DESCRIPTION "Collection of objects for RPR Fairness."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprConformance(2) rprGroups(1) 9 }

.1.0.8802.17.1.1.2.1.10
rprOamGroup OBJECT-GROUP
-- FROM IEEE-802DOT17-RPR-MIB
DESCRIPTION "Collection of objects needed for RPR OAM
configuration."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprConformance(2) rprGroups(1) 10 }

.1.0.8802.17.1.1.2.1.11
rprIfChangeSummaryGroup OBJECT-GROUP
-- FROM IEEE-802DOT17-RPR-MIB
DESCRIPTION "Collection of objects summarizes changes on
the RPR interfaces."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprConformance(2) rprGroups(1) 11 }

.1.0.8802.17.1.1.2.1.12
rprSpanCurrentGroup OBJECT-GROUP
-- FROM IEEE-802DOT17-RPR-MIB
DESCRIPTION "Collection of objects counting MAC span current
statistics."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprConformance(2) rprGroups(1) 12 }

.1.0.8802.17.1.1.2.1.13
rprSpanIntervalGroup OBJECT-GROUP
-- FROM IEEE-802DOT17-RPR-MIB
DESCRIPTION "Collection of objects counting MAC span intervals
statistics."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprConformance(2) rprGroups(1) 13 }

.1.0.8802.17.1.1.2.1.14
rprSpanDayGroup OBJECT-GROUP
-- FROM IEEE-802DOT17-RPR-MIB
DESCRIPTION "Collection of objects counting MAC span 24 hours
statistics."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprConformance(2) rprGroups(1) 14 }

.1.0.8802.17.1.1.2.1.15
rprSpanStatsGroup OBJECT-GROUP
-- FROM IEEE-802DOT17-RPR-MIB
DESCRIPTION "Collection of objects counting MAC span total
statistics."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprConformance(2) rprGroups(1) 15 }

.1.0.8802.17.1.1.2.1.16
rprClientCurrentGroup OBJECT-GROUP
-- FROM IEEE-802DOT17-RPR-MIB
DESCRIPTION "Collection of objects counting MAC client interface
current statistics."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprConformance(2) rprGroups(1) 16 }

.1.0.8802.17.1.1.2.1.17
rprClientIntervalGroup OBJECT-GROUP
-- FROM IEEE-802DOT17-RPR-MIB
DESCRIPTION "Collection of objects counting MAC client interface
intervals statistics."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprConformance(2) rprGroups(1) 17 }

.1.0.8802.17.1.1.2.1.18
rprClientDayGroup OBJECT-GROUP
-- FROM IEEE-802DOT17-RPR-MIB
DESCRIPTION "Collection of objects counting MAC client interface
24 hours statistics."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprConformance(2) rprGroups(1) 18 }

.1.0.8802.17.1.1.2.1.19
rprClientStatsGroup OBJECT-GROUP
-- FROM IEEE-802DOT17-RPR-MIB
DESCRIPTION "Collection of objects counting MAC client interface
total statistics."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprConformance(2) rprGroups(1) 19 }

.1.0.8802.17.1.1.2.1.20
rprErrorCurrentGroup OBJECT-GROUP
-- FROM IEEE-802DOT17-RPR-MIB
DESCRIPTION "Collection of objects counting MAC span error
current statistics."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprConformance(2) rprGroups(1) 20 }

.1.0.8802.17.1.1.2.1.21
rprErrorIntervalGroup OBJECT-GROUP
-- FROM IEEE-802DOT17-RPR-MIB
DESCRIPTION "Collection of objects counting MAC span error
intervals statistics."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprConformance(2) rprGroups(1) 21 }

.1.0.8802.17.1.1.2.1.22
rprErrorDayGroup OBJECT-GROUP
-- FROM IEEE-802DOT17-RPR-MIB
DESCRIPTION "Collection of objects counting MAC span error
24 hours statistics."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprConformance(2) rprGroups(1) 22 }

.1.0.8802.17.1.1.2.1.23
rprErrorStatsGroup OBJECT-GROUP
-- FROM IEEE-802DOT17-RPR-MIB
DESCRIPTION "Collection of objects counting MAC span error
total statistics."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprConformance(2) rprGroups(1) 23 }

.1.0.8802.17.1.1.2.2
rprCompliances OBJECT-TYPE
-- FROM IEEE-802DOT17-RPR-MIB
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprConformance(2) 2 }

.1.0.8802.17.1.1.2.2.1
rprModuleTotalStatsCompliance MODULE-COMPLIANCE
-- FROM IEEE-802DOT17-RPR-MIB
DESCRIPTION "The compliance statement for agent that support RPR operation
with total statistics collections."
::= { iso(1) std(0) iso8802(8802) ieee802dot17(17) ieee802dot17mibs(1)
ieee802dot17rprMIB(1) rprConformance(2) rprCompliances(2) 1 }

.1.2
member-body OBJECT-TYPE
-- FROM IEEE802dot11-MIB, IEEE8023-LAG-MIB
::= { iso(1) 2 }

.1.2.840
us OBJECT-TYPE
-- FROM IEEE802dot11-MIB, IEEE8023-LAG-MIB
::= { iso(1) member-body(2) 840 }

.1.2.840.10006
ieee802dot3 OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
::= { iso(1) member-body(2) us(840) 10006 }

.1.2.840.10006.300
snmpmibs OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) 300 }

.1.2.840.10006.300.43
lagMIB MODULE-IDENTITY
-- FROM IEEE8023-LAG-MIB
DESCRIPTION "The Link Aggregation module for managing IEEE Std
802.3ad."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) 43 }

.1.2.840.10006.300.43.1
lagMIBObjects OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) 1 }

.1.2.840.10006.300.43.1.1
dot3adAgg OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) 1 }

.1.2.840.10006.300.43.1.1.1
dot3adAggTable OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table that contains information about every
Aggregator that is associated with this System."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAgg(1) 1 }

.1.2.840.10006.300.43.1.1.1.1
dot3adAggEntry OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { dot3adAggIndex }
DESCRIPTION "A list of the Aggregator parameters. This is indexed
by the ifIndex of the Aggregator."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAgg(1) dot3adAggTable(1) 1 }

.1.2.840.10006.300.43.1.1.1.1.1
dot3adAggIndex OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
-- TEXTUAL CONVENTION InterfaceIndex
SYNTAX Integer32 (1..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The unique identifier allocated to this Aggregator by
the local System. This attribute identifies an
Aggregator instance among the subordinate managed
objects of the containing object.
This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAgg(1) dot3adAggTable(1) dot3adAggEntry(1) 1 }

.1.2.840.10006.300.43.1.1.1.1.2
dot3adAggMACAddress OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
-- TEXTUAL CONVENTION MacAddress
SYNTAX OCTET STRING (6)
DISPLAY-HINT "1x:"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A 6-octet read-only value carrying the individual
MAC address assigned to the Aggregator."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAgg(1) dot3adAggTable(1) dot3adAggEntry(1) 2 }

.1.2.840.10006.300.43.1.1.1.1.3
dot3adAggActorSystemPriority OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "A 2-octet read-write value indicating the priority
value associated with the Actor's System ID."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAgg(1) dot3adAggTable(1) dot3adAggEntry(1) 3 }

.1.2.840.10006.300.43.1.1.1.1.4
dot3adAggActorSystemID OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
-- TEXTUAL CONVENTION MacAddress
SYNTAX OCTET STRING (6)
DISPLAY-HINT "1x:"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A 6-octet read-write MAC address value used as a unique
identifier for the System that contains this Aggregator.
NOTE-From the perspective of the Link Aggregation
mechanisms described in Clause 43, only a single
combination of Actor's System ID and System Priority are
considered, and no distinction is made between the
values of these parameters for an Aggregator and the
port(s) that are associated with it; i.e., the protocol
is described in terms of the operation of aggregation
within a single System. However, the managed objects
provided for the Aggregator and the port both allow
management of these parameters. The result of this is to
permit a single piece of equipment to be configured by
management to contain more than one System from the
point of view of the operation of Link Aggregation. This
may be of particular use in the configuration of
equipment that has limited aggregation capability (see
43.6)."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAgg(1) dot3adAggTable(1) dot3adAggEntry(1) 4 }

.1.2.840.10006.300.43.1.1.1.1.5
dot3adAggAggregateOrIndividual OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A read-only Boolean value indicating whether the
Aggregator represents an Aggregate (`TRUE') or
an Individual link (`FALSE')."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAgg(1) dot3adAggTable(1) dot3adAggEntry(1) 5 }

.1.2.840.10006.300.43.1.1.1.1.6
dot3adAggActorAdminKey OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
-- TEXTUAL CONVENTION LacpKey
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The current administrative value of the Key for the
Aggregator. The administrative Key value may differ from
the operational Key value for the reasons discussed in
43.6.2. This is a 16-bit, read-write value. The meaning
of particular Key values is of local significance."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAgg(1) dot3adAggTable(1) dot3adAggEntry(1) 6 }

.1.2.840.10006.300.43.1.1.1.1.7
dot3adAggActorOperKey OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
-- TEXTUAL CONVENTION LacpKey
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The current operational value of the Key for the
Aggregator. The administrative Key value may differ from
the operational Key value for the reasons discussed in
43.6.2. This is a 16-bit read-only value. The meaning
of particular Key values is of local significance."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAgg(1) dot3adAggTable(1) dot3adAggEntry(1) 7 }

.1.2.840.10006.300.43.1.1.1.1.8
dot3adAggPartnerSystemID OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
-- TEXTUAL CONVENTION MacAddress
SYNTAX OCTET STRING (6)
DISPLAY-HINT "1x:"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A 6-octet read-only MAC address value consisting of the
unique identifier for the current protocol Partner of
this Aggregator. A value of zero indicates that there is
no known Partner. If the aggregation is manually
configured, this System ID value will be a value
assigned by the local System."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAgg(1) dot3adAggTable(1) dot3adAggEntry(1) 8 }

.1.2.840.10006.300.43.1.1.1.1.9
dot3adAggPartnerSystemPriority OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A 2-octet read-only value that indicates the priority
value associated with the Partner's System ID. If the
aggregation is manually configured, this System Priority
value will be a value assigned by the local System."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAgg(1) dot3adAggTable(1) dot3adAggEntry(1) 9 }

.1.2.840.10006.300.43.1.1.1.1.10
dot3adAggPartnerOperKey OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
-- TEXTUAL CONVENTION LacpKey
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The current operational value of the Key for the
Aggregator's current protocol Partner. This is a 16-bit
read-only value. If the aggregation is manually
configured, this Key value will be a value assigned by
the local System."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAgg(1) dot3adAggTable(1) dot3adAggEntry(1) 10 }

.1.2.840.10006.300.43.1.1.1.1.11
dot3adAggCollectorMaxDelay OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The value of this 16-bit read-write attribute defines
the maximum delay, in tens of microseconds, that may be
imposed by the Frame Collector between receiving a frame
from an Aggregator Parser, and either delivering the
frame to its MAC Client or discarding the frame (see
43.2.3.1.1)."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAgg(1) dot3adAggTable(1) dot3adAggEntry(1) 11 }

.1.2.840.10006.300.43.1.1.2
dot3adAggPortListTable OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table that contains a list of all the ports
associated with each Aggregator."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAgg(1) 2 }

.1.2.840.10006.300.43.1.1.2.1
dot3adAggPortListEntry OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { dot3adAggIndex }
DESCRIPTION "A list of the ports associated with a given Aggregator.
This is indexed by the ifIndex of the Aggregator."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAgg(1) dot3adAggPortListTable(2) 1 }

.1.2.840.10006.300.43.1.1.2.1.1
dot3adAggPortListPorts OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
-- TEXTUAL CONVENTION PortList
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The complete set of ports currently associated with
this Aggregator. Each bit set in this list represents
an Actor Port member of this Link Aggregation."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAgg(1) dot3adAggPortListTable(2) dot3adAggPortListEntry(1) 1
}

.1.2.840.10006.300.43.1.2
dot3adAggPort OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) 2 }

.1.2.840.10006.300.43.1.2.1
dot3adAggPortTable OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table that contains Link Aggregation Control
configuration information about every
Aggregation Port associated with this device.
A row appears in this table for each physical port."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) 1 }

.1.2.840.10006.300.43.1.2.1.1
dot3adAggPortEntry OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { dot3adAggPortIndex }
DESCRIPTION "A list of Link Aggregation Control configuration
parameters for each Aggregation Port on this device."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) 1 }

.1.2.840.10006.300.43.1.2.1.1.1
dot3adAggPortIndex OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
-- TEXTUAL CONVENTION InterfaceIndex
SYNTAX Integer32 (1..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The ifIndex of the port"
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 1 }

.1.2.840.10006.300.43.1.2.1.1.2
dot3adAggPortActorSystemPriority OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "A 2-octet read-write value used to define the priority
value associated with the Actor's System ID."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 2 }

.1.2.840.10006.300.43.1.2.1.1.3
dot3adAggPortActorSystemID OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
-- TEXTUAL CONVENTION MacAddress
SYNTAX OCTET STRING (6)
DISPLAY-HINT "1x:"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A 6-octet read-only MAC address value that defines the
value of the System ID for the System that contains this
Aggregation Port."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 3 }

.1.2.840.10006.300.43.1.2.1.1.4
dot3adAggPortActorAdminKey OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
-- TEXTUAL CONVENTION LacpKey
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The current administrative value of the Key for the
Aggregation Port. This is a 16-bit read-write value.
The meaning of particular Key values is of local
significance."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 4 }

.1.2.840.10006.300.43.1.2.1.1.5
dot3adAggPortActorOperKey OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
-- TEXTUAL CONVENTION LacpKey
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The current operational value of the Key for the
Aggregation Port. This is a 16-bit read-only value.
The meaning of particular Key values is of local
significance."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 5 }
.1.2.840.10006.300.43.1.2.1.1.6
dot3adAggPortPartnerAdminSystemPriority OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "A 2-octet read-write value used to define the
administrative value of priority associated with the
Partner's System ID. The assigned value is used, along
with the value of aAggPortPartnerAdminSystemID,
aAggPortPartnerAdminKey, aAggPortPartnerAdminPort, and
aAggPortPartnerAdminPortPriority, in order to achieve
manually configured aggregation."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 6 }

.1.2.840.10006.300.43.1.2.1.1.7
dot3adAggPortPartnerOperSystemPriority OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A 2-octet read-only value indicating the operational
value of priority associated with the Partner's System
ID. The value of this attribute may contain the manually
configured value carried in
aAggPortPartnerAdminSystemPriority if there is no
protocol Partner."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 7 }

.1.2.840.10006.300.43.1.2.1.1.8
dot3adAggPortPartnerAdminSystemID OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
-- TEXTUAL CONVENTION MacAddress
SYNTAX OCTET STRING (6)
DISPLAY-HINT "1x:"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "A 6-octet read-write MACAddress value representing the
administrative value of the Aggregation Port's protocol
Partner's System ID. The assigned value is used, along
with the value of aAggPortPartnerAdminSystemPriority,
aAggPortPartnerAdminKey, aAggPortPartnerAdminPort, and
aAggPortPartnerAdminPortPriority, in order to achieve
manually configured aggregation."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 8 }

.1.2.840.10006.300.43.1.2.1.1.9
dot3adAggPortPartnerOperSystemID OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
-- TEXTUAL CONVENTION MacAddress
SYNTAX OCTET STRING (6)
DISPLAY-HINT "1x:"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A 6-octet read-only MACAddress value representing the
current value of the Aggregation Port's protocol
Partner's System ID. A value of zero indicates that
there is no known protocol Partner. The value of this
attribute may contain the manually configured value
carried in aAggPortPartnerAdminSystemID if there is no
protocol Partner."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 9 }

.1.2.840.10006.300.43.1.2.1.1.10
dot3adAggPortPartnerAdminKey OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
-- TEXTUAL CONVENTION LacpKey
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The current administrative value of the Key for the
protocol Partner. This is a 16-bit read-write value.
The assigned value is used, along with the value of
aAggPortPartnerAdminSystemPriority,
aAggPortPartnerAdminSystemID, aAggPortPartnerAdminPort,
and aAggPortPartnerAdminPortPriority, in order to
achieve manually configured aggregation."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 10 }

.1.2.840.10006.300.43.1.2.1.1.11
dot3adAggPortPartnerOperKey OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
-- TEXTUAL CONVENTION LacpKey
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The current operational value of the Key for the
protocol Partner. The value of this attribute may
contain the manually configured value carried in
aAggPortPartnerAdminKey if there is no protocol Partner.
This is a 16-bit read-only value."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 11 }

.1.2.840.10006.300.43.1.2.1.1.12
dot3adAggPortSelectedAggID OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
-- TEXTUAL CONVENTION InterfaceIndexOrZero
SYNTAX Integer32 (0..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The identifier value of the Aggregator that this
Aggregation Port has currently selected. Zero indicates
that the Aggregation Port has not selected an
Aggregator, either because it is in the process of
detaching from an Aggregator or because there is no
suitable Aggregator available for it to select.
This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 12 }

.1.2.840.10006.300.43.1.2.1.1.13
dot3adAggPortAttachedAggID OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
-- TEXTUAL CONVENTION InterfaceIndexOrZero
SYNTAX Integer32 (0..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The identifier value of the Aggregator that this
Aggregation Port is currently attached to. Zero
indicates that the Aggregation Port is not currently
attached to an Aggregator. This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 13 }

.1.2.840.10006.300.43.1.2.1.1.14
dot3adAggPortActorPort OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The port number locally assigned to the Aggregation
Port. The port number is communicated in LACPDUs as the
Actor_Port. This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 14 }

.1.2.840.10006.300.43.1.2.1.1.15
dot3adAggPortActorPortPriority OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The priority value assigned to this Aggregation Port.
This 16-bit value is read-write."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 15 }

.1.2.840.10006.300.43.1.2.1.1.16
dot3adAggPortPartnerAdminPort OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The current administrative value of the port number for
the protocol Partner. This is a 16-bit read-write value.
The assigned value is used, along with the value of
aAggPortPartnerAdminSystemPriority,
aAggPortPartnerAdminSystemID, aAggPortPartnerAdminKey,
and aAggPortPartnerAdminPortPriority, in order to
achieve manually configured aggregation."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 16 }

.1.2.840.10006.300.43.1.2.1.1.17
dot3adAggPortPartnerOperPort OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The operational port number assigned to this
Aggregation Port by the Aggregation Port's protocol
Partner. The value of this attribute may contain the
manually configured value carried in
aAggPortPartnerAdminPort if there is no protocol
Partner. This 16-bit value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 17 }

.1.2.840.10006.300.43.1.2.1.1.18
dot3adAggPortPartnerAdminPortPriority OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The current administrative value of the port priority
for the protocol Partner. This is a 16-bit read-write
value. The assigned value is used, along with the value
of aAggPortPartnerAdminSystemPriority,
aAggPortPartnerAdminSystemID, aAggPortPartnerAdminKey,
and aAggPortPartnerAdminPort, in order to achieve
manually configured aggregation."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 18 }

.1.2.840.10006.300.43.1.2.1.1.19
dot3adAggPortPartnerOperPortPriority OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The priority value assigned to this Aggregation Port by
the Partner. The value of this attribute may contain the
manually configured value carried in
aAggPortPartnerAdminPortPriority if there is no protocol
Partner. This 16-bit value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 19 }

.1.2.840.10006.300.43.1.2.1.1.20
dot3adAggPortActorAdminState OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
-- TEXTUAL CONVENTION LacpState
SYNTAX BITS {lacpActivity(0), lacpTimeout(1), aggregation(2),
synchronization(3), collecting(4), distributing(5), defaulted(6), expired(7)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "A string of 8 bits, corresponding to the administrative
values of Actor_State (43.4.2) as transmitted by the
Actor in LACPDUs. The first bit corresponds to bit 0 of
Actor_State (LACP_Activity),
the second bit corresponds to bit 1 (LACP_Timeout),
the third bit corresponds to bit 2 (Aggregation),
the fourth bit corresponds to bit 3 (Synchronization),
the fifth bit corresponds to bit 4 (Collecting),
the sixth bit corresponds to bit 5 (Distributing),
the seventh bit corresponds to bit 6 (Defaulted),
and the eighth bit corresponds to bit 7 (Expired).
These values allow administrative control over the
values of LACP_Activity, LACP_Timeout and Aggregation.
This attribute value is read-write."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 20 }

.1.2.840.10006.300.43.1.2.1.1.21
dot3adAggPortActorOperState OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
-- TEXTUAL CONVENTION LacpState
SYNTAX BITS {lacpActivity(0), lacpTimeout(1), aggregation(2),
synchronization(3), collecting(4), distributing(5), defaulted(6), expired(7)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A string of 8 bits, corresponding to the current
operational values of Actor_State as transmitted by the
Actor in LACPDUs. The bit allocations are as defined in
30.7.2.1.20. This attribute value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 21 }

.1.2.840.10006.300.43.1.2.1.1.22
dot3adAggPortPartnerAdminState OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
-- TEXTUAL CONVENTION LacpState
SYNTAX BITS {lacpActivity(0), lacpTimeout(1), aggregation(2),
synchronization(3), collecting(4), distributing(5), defaulted(6), expired(7)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "A string of 8 bits, corresponding to the current
administrative value of Actor_State for the protocol
Partner. The bit allocations are as defined in
30.7.2.1.20. This attribute value is read-write. The
assigned value is used in order to achieve manually
configured aggregation."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 22 }

.1.2.840.10006.300.43.1.2.1.1.23
dot3adAggPortPartnerOperState OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
-- TEXTUAL CONVENTION LacpState
SYNTAX BITS {lacpActivity(0), lacpTimeout(1), aggregation(2),
synchronization(3), collecting(4), distributing(5), defaulted(6), expired(7)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A string of 8 bits, corresponding to the current values
of Actor_State in the most recently received LACPDU
transmitted by the protocol Partner. The bit allocations
are as defined in 30.7.2.1.20. In the absence of an
active protocol Partner, this value may reflect the
manually configured value aAggPortPartnerAdminState.
This attribute value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 23 }

.1.2.840.10006.300.43.1.2.1.1.24
dot3adAggPortAggregateOrIndividual OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A read-only Boolean value indicating whether the
Aggregation Port is able to Aggregate (`TRUE') or is
only able to operate as an Individual link (`FALSE')."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortTable(1) dot3adAggPortEntry(1) 24 }

.1.2.840.10006.300.43.1.2.2
dot3adAggPortStatsTable OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table that contains Link Aggregation information
about every port that is associated with this device.
A row appears in this table for each physical port."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) 2 }

.1.2.840.10006.300.43.1.2.2.1
dot3adAggPortStatsEntry OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { dot3adAggPortIndex }
DESCRIPTION "A list of Link Aggregation Control Protocol statistics
for each port on this device."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortStatsTable(2) 1 }

.1.2.840.10006.300.43.1.2.2.1.1
dot3adAggPortStatsLACPDUsRx OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of valid LACPDUs received on this
Aggregation Port. This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortStatsTable(2)
dot3adAggPortStatsEntry(1) 1 }

.1.2.840.10006.300.43.1.2.2.1.2
dot3adAggPortStatsMarkerPDUsRx OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of valid Marker PDUs received on this
Aggregation Port. This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortStatsTable(2)
dot3adAggPortStatsEntry(1) 2 }

.1.2.840.10006.300.43.1.2.2.1.3
dot3adAggPortStatsMarkerResponsePDUsRx OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of valid Marker Response PDUs received on
this Aggregation Port. This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortStatsTable(2)
dot3adAggPortStatsEntry(1) 3 }

.1.2.840.10006.300.43.1.2.2.1.4
dot3adAggPortStatsUnknownRx OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of frames received that either:
- carry the Slow Protocols Ethernet Type value (43B.4),
but contain an unknown PDU, or:
- are addressed to the Slow Protocols group MAC
Address (43B.3), but do not carry the Slow Protocols
Ethernet Type.
This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortStatsTable(2)
dot3adAggPortStatsEntry(1) 4 }

.1.2.840.10006.300.43.1.2.2.1.5
dot3adAggPortStatsIllegalRx OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of frames received that carry the Slow
Protocols Ethernet Type value (43B.4), but contain a
badly formed PDU or an illegal value of Protocol Subtype
(43B.4). This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortStatsTable(2)
dot3adAggPortStatsEntry(1) 5 }

.1.2.840.10006.300.43.1.2.2.1.6
dot3adAggPortStatsLACPDUsTx OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of LACPDUs transmitted on this
Aggregation Port. This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortStatsTable(2)
dot3adAggPortStatsEntry(1) 6 }

.1.2.840.10006.300.43.1.2.2.1.7
dot3adAggPortStatsMarkerPDUsTx OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of Marker PDUs transmitted on this
Aggregation Port. This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortStatsTable(2)
dot3adAggPortStatsEntry(1) 7 }

.1.2.840.10006.300.43.1.2.2.1.8
dot3adAggPortStatsMarkerResponsePDUsTx OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of Marker Response PDUs transmitted
on this Aggregation Port. This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortStatsTable(2)
dot3adAggPortStatsEntry(1) 8 }

.1.2.840.10006.300.43.1.2.3
dot3adAggPortDebugTable OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table that contains Link Aggregation debug
information about every port that is associated with
this device. A row appears in this table for each
physical port."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) 3 }

.1.2.840.10006.300.43.1.2.3.1
dot3adAggPortDebugEntry OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { dot3adAggPortIndex }
DESCRIPTION "A list of the debug parameters for a port."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortDebugTable(3) 1 }

.1.2.840.10006.300.43.1.2.3.1.1
dot3adAggPortDebugRxState OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
SYNTAX INTEGER {currentRx(1), expired(2), defaulted(3), initialize(4),
lacpDisabled(5), portDisabled(6)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute holds the value `currentRx' if the
Receive state machine for the Aggregation Port is in the
CURRENT state, `expired' if the Receive state machine is
in the EXPIRED state, `defaulted' if the Receive state
machine is in the DEFAULTED state, `initialize' if the
Receive state machine is in the INITIALIZE state,
`lacpDisabled' if the Receive state machine is in the
LACP_DISABLED state, or `portDisabled' if the Receive
state machine is in the PORT_DISABLED state.
This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortDebugTable(3)
dot3adAggPortDebugEntry(1) 1 }
.1.2.840.10006.300.43.1.2.3.1.2
dot3adAggPortDebugLastRxTime OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The value of aTimeSinceSystemReset (F.2.1) when
the last LACPDU was received by this Aggregation Port.
This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortDebugTable(3)
dot3adAggPortDebugEntry(1) 2 }

.1.2.840.10006.300.43.1.2.3.1.3
dot3adAggPortDebugMuxState OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
SYNTAX INTEGER {detached(1), waiting(2), attached(3), collecting(4),
distributing(5), collectingDistributing(6)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute holds the value `detached' if the Mux
state machine (43.4.14) for the Aggregation Port is in
the DETACHED state, `waiting' if the Mux state machine
is in the WAITING state, `attached' if the Mux state
machine for the Aggregation Port is in the ATTACHED
state, `collecting' if the Mux state machine for the
Aggregation Port is in the COLLECTING state,
`distributing' if the Mux state machine for the
Aggregation Port is in the DISTRIBUTING state, and
`collectingDistributing' if the Mux state machine for
the Aggregation Port is in the COLLECTING_DISTRIBUTING
state. This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortDebugTable(3)
dot3adAggPortDebugEntry(1) 3 }

.1.2.840.10006.300.43.1.2.3.1.4
dot3adAggPortDebugMuxReason OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
-- TEXTUAL CONVENTION DisplayString
SYNTAX OCTET STRING (0..255)
DISPLAY-HINT "255a"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A human-readable text string indicating the reason
for the most recent change of Mux machine state.
This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortDebugTable(3)
dot3adAggPortDebugEntry(1) 4 }

.1.2.840.10006.300.43.1.2.3.1.5
dot3adAggPortDebugActorChurnState OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
-- TEXTUAL CONVENTION ChurnState
SYNTAX INTEGER {noChurn(1), churn(2), churnMonitor(3)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The state of the Actor Churn Detection machine
(43.4.17) for the Aggregation Port. A value of `noChurn'
indicates that the state machine is in either the
NO_ACTOR_CHURN or the ACTOR_CHURN_MONITOR state, and
`churn' indicates that the state machine is in the
ACTOR_CHURN state. This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortDebugTable(3)
dot3adAggPortDebugEntry(1) 5 }

.1.2.840.10006.300.43.1.2.3.1.6
dot3adAggPortDebugPartnerChurnState OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
-- TEXTUAL CONVENTION ChurnState
SYNTAX INTEGER {noChurn(1), churn(2), churnMonitor(3)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The state of the Partner Churn Detection machine
(43.4.17) for the Aggregation Port. A value of `noChurn'
indicates that the state machine is in either the
NO_PARTNER_CHURN or the PARTNER_CHURN_MONITOR state, and
`churn' indicates that the state machine is in the
PARTNER_CHURN state. This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortDebugTable(3)
dot3adAggPortDebugEntry(1) 6 }

.1.2.840.10006.300.43.1.2.3.1.7
dot3adAggPortDebugActorChurnCount OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Count of the number of times the Actor Churn state
machine has entered the ACTOR_CHURN state.
This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortDebugTable(3)
dot3adAggPortDebugEntry(1) 7 }

.1.2.840.10006.300.43.1.2.3.1.8
dot3adAggPortDebugPartnerChurnCount OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Count of the number of times the Partner Churn
state machine has entered the PARTNER_CHURN state.
This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortDebugTable(3)
dot3adAggPortDebugEntry(1) 8 }

.1.2.840.10006.300.43.1.2.3.1.9
dot3adAggPortDebugActorSyncTransitionCount OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Count of the number of times the Actor's Mux state
machine (43.4.15) has entered the IN_SYNC state.
This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortDebugTable(3)
dot3adAggPortDebugEntry(1) 9 }

.1.2.840.10006.300.43.1.2.3.1.10
dot3adAggPortDebugPartnerSyncTransitionCount OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Count of the number of times the Partner's Mux
state machine (43.4.15) has entered the IN_SYNC state.
This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortDebugTable(3)
dot3adAggPortDebugEntry(1) 10 }

.1.2.840.10006.300.43.1.2.3.1.11
dot3adAggPortDebugActorChangeCount OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Count of the number of times the Actor's perception of
the LAG ID for this Aggregation Port has changed.
This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortDebugTable(3)
dot3adAggPortDebugEntry(1) 11 }

.1.2.840.10006.300.43.1.2.3.1.12
dot3adAggPortDebugPartnerChangeCount OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Count of the number of times the Partner's perception
of the LAG ID (see 43.3.6.1) for this Aggregation Port
has changed. This value is read-only."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) dot3adAggPort(2) dot3adAggPortDebugTable(3)
dot3adAggPortDebugEntry(1) 12 }

.1.2.840.10006.300.43.1.3
dot3adTablesLastChanged OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This object indicates the time of the most recent
change to the dot3adAggTable, dot3adAggPortListTable, or
dot3adAggPortTable."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
lagMIBObjects(1) 3 }

.1.2.840.10006.300.43.2
dot3adAggConformance OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43) 2 }

.1.2.840.10006.300.43.2.1
dot3adAggGroups OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
dot3adAggConformance(2) 1 }

.1.2.840.10006.300.43.2.1.1
dot3adAggGroup OBJECT-GROUP
-- FROM IEEE8023-LAG-MIB
DESCRIPTION "A collection of objects providing information about an
aggregation."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
dot3adAggConformance(2) dot3adAggGroups(1) 1 }

.1.2.840.10006.300.43.2.1.1.6
dot3adTablesLastChangedGroup OBJECT-GROUP
-- FROM IEEE8023-LAG-MIB
DESCRIPTION "A collection of objects providing information about the
time of changes to the configuration of aggregations and
their ports."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
dot3adAggConformance(2) dot3adAggGroups(1) dot3adAggGroup(1) 6 }

.1.2.840.10006.300.43.2.1.2
dot3adAggPortListGroup OBJECT-GROUP
-- FROM IEEE8023-LAG-MIB
DESCRIPTION "A collection of objects providing information about
every port in an aggregation."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
dot3adAggConformance(2) dot3adAggGroups(1) 2 }

.1.2.840.10006.300.43.2.1.3
dot3adAggPortGroup OBJECT-GROUP
-- FROM IEEE8023-LAG-MIB
DESCRIPTION "A collection of objects providing information about
every port in an aggregation."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
dot3adAggConformance(2) dot3adAggGroups(1) 3 }

.1.2.840.10006.300.43.2.1.4
dot3adAggPortStatsGroup OBJECT-GROUP
-- FROM IEEE8023-LAG-MIB
DESCRIPTION "A collection of objects providing information about
every port in an aggregation."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
dot3adAggConformance(2) dot3adAggGroups(1) 4 }

.1.2.840.10006.300.43.2.1.5
dot3adAggPortDebugGroup OBJECT-GROUP
-- FROM IEEE8023-LAG-MIB
DESCRIPTION "A collection of objects providing debug information
about every aggregated port."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
dot3adAggConformance(2) dot3adAggGroups(1) 5 }

.1.2.840.10006.300.43.2.2
dot3adAggCompliances OBJECT-TYPE
-- FROM IEEE8023-LAG-MIB
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
dot3adAggConformance(2) 2 }

.1.2.840.10006.300.43.2.2.1
dot3adAggCompliance MODULE-COMPLIANCE
-- FROM IEEE8023-LAG-MIB
DESCRIPTION "The compliance statement for device support of
Link Aggregation."
::= { iso(1) member-body(2) us(840) ieee802dot3(10006) snmpmibs(300) lagMIB(43)
dot3adAggConformance(2) dot3adAggCompliances(2) 1 }

.1.2.840.10036
ieee802dot11 MODULE-IDENTITY
-- FROM IEEE802dot11-MIB
DESCRIPTION "The MIB module for IEEE 802.11 entities.
iso(1).member-body(2).us(840).ieee802dot11(10036)"
::= { iso(1) member-body(2) us(840) 10036 }

.1.2.840.10036.1
dot11smt OBJECT-TYPE
-- FROM IEEE802dot11-MIB
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) 1 }

.1.2.840.10036.1.1
dot11StationConfigTable OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Station Configuration attributes. In tablular form to
allow for multiple instances on an agent."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) 1 }

.1.2.840.10036.1.1.1
dot11StationConfigEntry OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ifIndex }
DESCRIPTION "An entry in the dot11StationConfigTable. It is
possible for there to be multiple IEEE 802.11 interfaces
on one agent, each with its unique MAC address. The
relationship between an IEEE 802.11 interface and an
interface in the context of the Internet-standard MIB is
one-to-one. As such, the value of an ifIndex object
instance can be directly used to identify corresponding
instances of the objects defined herein.

ifIndex - Each IEEE 802.11 interface is represented by an


ifEntry. Interface tables in this MIB module are indexed
by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11StationConfigTable(1) 1 }

.1.2.840.10036.1.1.1.1
dot11StationID OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION MacAddress
SYNTAX OCTET STRING (6)
DISPLAY-HINT "1x:"
MAX-ACCESS read-write
STATUS deprecated
DESCRIPTION "The purpose of dot11StationID is to allow a manager to
identify a station for its own purposes. This attribute
provides for that eventuality while keeping the true MAC
address independent. Its syntax is MAC address, and the
default value is the station's assigned, unique
MAC address."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11StationConfigTable(1) dot11StationConfigEntry(1) 1 }

.1.2.840.10036.1.1.1.2
dot11MediumOccupancyLimit OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (0..1000)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute shall indicate the maximum amount of time,
in TU, that a point coordinator (PC) may control the usage
of the wireless medium (WM) without relinquishing control
for long enough to allow at least one instance of DCF access
to the medium. The default value of this attribute shall
be 100, and the maximum value shall be 1000."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11StationConfigTable(1) dot11StationConfigEntry(1) 2 }

.1.2.840.10036.1.1.1.3
dot11CFPollable OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "When this attribute is TRUE, it shall indicate that
the STA is able to respond to a CF-Poll with a data frame
within a SIFS time. This attribute shall be FALSE if
the STA is not able to respond to a CF-Poll with a data
frame within a SIFS time."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11StationConfigTable(1) dot11StationConfigEntry(1) 3 }

.1.2.840.10036.1.1.1.4
dot11CFPPeriod OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (0..255)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The attribute shall describe the number of DTIM intervals
between the start of CFPs. It is modified by
MLME-START.request primitive."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11StationConfigTable(1) dot11StationConfigEntry(1) 4 }

.1.2.840.10036.1.1.1.5
dot11CFPMaxDuration OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The attribute shall describe the maximum duration of
the CFP in TU that may be generated by the PCF. It is
modified by MLME-START.request primitive."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11StationConfigTable(1) dot11StationConfigEntry(1) 5 }

.1.2.840.10036.1.1.1.6
dot11AuthenticationResponseTimeOut OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Unsigned32 (1..2147483647)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute shall specify the number of time units (TUs)
that a responding STA should wait for the next frame in the
authentication sequence."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11StationConfigTable(1) dot11StationConfigEntry(1) 6 }

.1.2.840.10036.1.1.1.7
dot11PrivacyOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, shall indicate that the IEEE
802.11 WEP option is implemented. The default value of
this attribute shall be FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11StationConfigTable(1) dot11StationConfigEntry(1) 7 }

.1.2.840.10036.1.1.1.8
dot11PowerManagementMode OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER {active(1), powersave(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute shall specify the power management mode of the
STA.
When set to active, it shall indicate that the station is not in power-save
(PS) mode. When set to powersave, it shall indicate that the station is
in power-save mode. The power management mode is transmitted in all
frames according to the rules in 7.1.3.1.7."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11StationConfigTable(1) dot11StationConfigEntry(1) 8 }

.1.2.840.10036.1.1.1.9
dot11DesiredSSID OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX OCTET STRING (0..32)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute reflects the Service Set ID (SSID) used in the
DesiredSSID
parameter of the most recent MLME-SCAN.request. This value may be modified
by an external management entity and used by the local SME to make
decisions
about the Scanning process."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11StationConfigTable(1) dot11StationConfigEntry(1) 9 }

.1.2.840.10036.1.1.1.10
dot11DesiredBSSType OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER {infrastructure(1), independent(2), any(3)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute shall specify the type of BSS the station shall
use when
scanning for a BSS with which to synchronize. This value is used to filter
Probe Response frames and Beacon frames. When set to infrastructure,
the station shall only synchronize with a BSS whose Capability Information
field has the ESS subfield set to 1. When set to independent,
the station shall only synchronize with a BSS whose Capability Information
field has the IBSS subfield set to 1. When set to any, the station may
synchronize to either type of BSS."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11StationConfigTable(1) dot11StationConfigEntry(1) 10 }

.1.2.840.10036.1.1.1.11
dot11OperationalRateSet OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX OCTET STRING (1..126)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute shall specify the set of non-HT data rates at
which the station
may transmit data.
The attribute that specifies the set of HT data rates is
dot11HTOperationalMCSSet.
Each octet contains a value representing a rate. Each rate shall be within
the range from 2 to 127, corresponding to data rates in increments of
500 kbit/s from 1 Mb/s to 63.5 Mb/s, and shall
be supported (as indicated in the supported rates table) for receiving
data.
This value is reported in transmitted Beacon, Probe Request, Probe
Response,
Association Request, Association Response, Reassociation Request,
and Reassociation Response frames, and is used to determine whether a BSS
with which the station desires to synchronize is suitable.
It is also used when starting a BSS,
as specified in 10.3."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11StationConfigTable(1) dot11StationConfigEntry(1) 11 }

.1.2.840.10036.1.1.1.12
dot11BeaconPeriod OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (1..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute shall specify the number of TUs that a station
shall use
for scheduling Beacon transmissions. This value is transmitted in Beacon
and Probe Response frames."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11StationConfigTable(1) dot11StationConfigEntry(1) 12 }

.1.2.840.10036.1.1.1.13
dot11DTIMPeriod OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (1..255)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute shall specify the number of beacon intervals that
shall
elapse between transmission of Beacon frames containing a TIM element whose
DTIM Count field is 0. This value is transmitted in
the DTIM Period field of Beacon frames."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11StationConfigTable(1) dot11StationConfigEntry(1) 13 }

.1.2.840.10036.1.1.1.14
dot11AssociationResponseTimeOut OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Unsigned32 (1..2147483647)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute shall specify the number of TU that a requesting
STA should
wait for a response to a transmitted association-request MMPDU."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11StationConfigTable(1) dot11StationConfigEntry(1) 14 }

.1.2.840.10036.1.1.1.15
dot11DisassociateReason OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute holds the most recently transmitted Reason Code
in a
Disassociation frame. If no Disassociation frame has been transmitted,
the value of this attribute shall be 0."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11StationConfigTable(1) dot11StationConfigEntry(1) 15 }

.1.2.840.10036.1.1.1.16
dot11DisassociateStation OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION MacAddress
SYNTAX OCTET STRING (6)
DISPLAY-HINT "1x:"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute holds the MAC address from the Address 1 field of
the most
recently transmitted Disassociation frame. If no Disassociation frame has
been transmitted, the value of this attribute shall be 0."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11StationConfigTable(1) dot11StationConfigEntry(1) 16 }

.1.2.840.10036.1.1.1.17
dot11DeauthenticateReason OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute holds the most recently transmitted Reason Code
in a
Deauthentication frame. If no Deauthentication frame has been transmitted,
the value of this attribute shall be 0."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11StationConfigTable(1) dot11StationConfigEntry(1) 17 }

.1.2.840.10036.1.1.1.18
dot11DeauthenticateStation OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION MacAddress
SYNTAX OCTET STRING (6)
DISPLAY-HINT "1x:"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute holds the MAC address from the Address 1 field of
the most
recently transmitted Deauthentication frame. If no Deauthentication
frame has been transmitted, the value of this attribute shall be 0."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11StationConfigTable(1) dot11StationConfigEntry(1) 18 }

.1.2.840.10036.1.1.1.19
dot11AuthenticateFailStatus OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute holds the most recently transmitted Status Code
in a failed
Authentication frame. If no failed Authentication frame has been
transmitted,
the value of this attribute shall be 0."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11StationConfigTable(1) dot11StationConfigEntry(1) 19 }

.1.2.840.10036.1.1.1.20
dot11AuthenticateFailStation OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION MacAddress
SYNTAX OCTET STRING (6)
DISPLAY-HINT "1x:"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute holds the MAC address from the
Address 1 field of the most recently transmitted
failed Authentication frame. If no failed Authentication frame has been
transmitted, the value of this attribute shall be 0."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11StationConfigTable(1) dot11StationConfigEntry(1) 20 }

.1.2.840.10036.1.1.1.21
dot11MultiDomainCapabilityImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the station
implementation is
capable of supporting multiple regulatory domains. The capability is
disabled, otherwise. The default value of this attribute is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11StationConfigTable(1) dot11StationConfigEntry(1) 21 }

.1.2.840.10036.1.1.1.22
dot11MultiDomainCapabilityEnabled OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the capability of the
station
to operate in multiple regulatory domains is enabled. The capability
is disabled, otherwise. The default value of this attribute is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11StationConfigTable(1) dot11StationConfigEntry(1) 22 }

.1.2.840.10036.1.1.1.23
dot11CountryString OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX OCTET STRING (3)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute identifies the country or non-country entity in
which
the station is operating. If it is a country, the first two octets of this
string is the two character country code as described in document ISO/IEC
3166-1.
The third octet shall
be one of the following:

1. an ASCII space character, if the regulations under which the station is


operating
encompass all environments in the country,

2. an ASCII 'O' character, if the regulations under which the station is


operating
are for an Outdoor environment only, or

3. an ASCII 'I' character, if the regulations under which the station is


operating
are for an Indoor environment only.

4. an ASCII 'X' character, if the station is operating under a non-country


entity.
The first two octets of the non-country entity shall be two ASCII 'XX'
characters."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11StationConfigTable(1) dot11StationConfigEntry(1) 23 }

.1.2.840.10036.1.1.1.24
dot11SpectrumManagementImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the station
implementation is capable
of supporting spectrum management. The capability is disabled otherwise.
The default value of this attribute is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11StationConfigTable(1) dot11StationConfigEntry(1) 24 }

.1.2.840.10036.1.1.1.25
dot11SpectrumManagementRequired OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "A STA will use the defined TPC and DFS procedures if and only if
this attribute
is TRUE. The default value of this attribute is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11StationConfigTable(1) dot11StationConfigEntry(1) 25 }

.1.2.840.10036.1.1.1.26
dot11RSNAOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This variable indicates whether the entity is RSNA-capable."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11StationConfigTable(1) dot11StationConfigEntry(1) 26 }

.1.2.840.10036.1.1.1.27
dot11RSNAPreauthenticationImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This variable indicates whether the entity supports RSNA
preauthentication.
This cannot be TRUE unless dot11RSNAOptionImplemented is TRUE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11StationConfigTable(1) dot11StationConfigEntry(1) 27 }

.1.2.840.10036.1.1.1.28
dot11RegulatoryClassesImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the station implemen-
tation is
capable of supporting regulatory classes. The capability is disabled
otherwise.
The default value of this attribute is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11StationConfigTable(1) dot11StationConfigEntry(1) 28 }

.1.2.840.10036.1.1.1.29
dot11RegulatoryClassesRequired OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "A STA will use the defined regulatory classes procedures if and
only if this
attribute is TRUE. The default value of this attribute is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11StationConfigTable(1) dot11StationConfigEntry(1) 29 }

.1.2.840.10036.1.1.1.30
dot11QosOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the station
implementation is
capable of supporting QoS. The capability is disabled, otherwise.
The default value of this attribute is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11StationConfigTable(1) dot11StationConfigEntry(1) 30 }

.1.2.840.10036.1.1.1.31
dot11ImmediateBlockAckOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the station
implementation is
capable of supporting Immediate Block Ack. The capability is disabled,
otherwise. The default value of this attribute is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11StationConfigTable(1) dot11StationConfigEntry(1) 31 }

.1.2.840.10036.1.1.1.32
dot11DelayedBlockAckOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the station
implementation is
capable of supporting Delayed Block Ack. The capability is disabled,
otherwise. The default value of this attribute is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11StationConfigTable(1) dot11StationConfigEntry(1) 32 }
.1.2.840.10036.1.1.1.33
dot11DirectOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the station
implementation is
capable of sending and receiving frames from a non-AP STA in the BSS.
The capability is disabled, otherwise. The default value of this attribute
is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11StationConfigTable(1) dot11StationConfigEntry(1) 33 }

.1.2.840.10036.1.1.1.34
dot11APSDOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute is available only at an AP. When TRUE, this
attribute
indicates that the AP implementation is capable of delivering data
and polls to stations using APSD."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11StationConfigTable(1) dot11StationConfigEntry(1) 34 }

.1.2.840.10036.1.1.1.35
dot11QAckOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the station
implementation
is capable of interpreting the CF-Ack bit in a received frame of type
data even if the frame is not directed to the QoS station.
The capability is disabled,
otherwise. A STA is capable of interpreting the CF-Ack bit
in a received data frame if that station is the recipient of the data
frame,
regardless of the value of this MIB variable.
The default value of this attribute is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11StationConfigTable(1) dot11StationConfigEntry(1) 35 }

.1.2.840.10036.1.1.1.36
dot11QBSSLoadOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute is available only at an AP. This attribute, when
TRUE,
indicates that the AP implementation is capable of generating and
transmitting
the BSS load element in the Beacon and Probe Response frames.
The capability is disabled, otherwise. The default value of this attribute
is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11StationConfigTable(1) dot11StationConfigEntry(1) 36 }

.1.2.840.10036.1.1.1.37
dot11QueueRequestOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute is available only at an AP. This attribute, when
TRUE,
indicates that the AP is capable of processing the Queue Size field in QoS
Control field of QoS Data type frames. The capability is disabled,
otherwise.
The default value of this attribute is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11StationConfigTable(1) dot11StationConfigEntry(1) 37 }

.1.2.840.10036.1.1.1.38
dot11TXOPRequestOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute is available only at an AP. This attribute, when
TRUE,
indicates that the AP is capable of processing the TXOP Duration requested
field in QoS Control field of
QoS Data type frames. The capability is disabled, otherwise.
The default value of this attribute is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11StationConfigTable(1) dot11StationConfigEntry(1) 38 }

.1.2.840.10036.1.1.1.39
dot11MoreDataAckOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the station
implementation
is capable of interpreting the More Data bit in the ACK frames.
The capability is disabled, otherwise. The default value of this attribute
is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11StationConfigTable(1) dot11StationConfigEntry(1) 39 }

.1.2.840.10036.1.1.1.40
dot11AssociateinNQBSS OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the station may
associate in
a non-QoS BSS. When FALSE, this attribute indicates that the station shall
not associate in a non-QoS BSS.
The default value of this attribute is TRUE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11StationConfigTable(1) dot11StationConfigEntry(1) 40 }

.1.2.840.10036.1.1.1.41
dot11DLSAllowedInQBSS OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute available at the AP, when TRUE, indicates that
non-AP
STAs may set up DLS and communicate with other non-AP STAs in the BSS.
When FALSE, this attribute indicates that the stations shall not set up
DLS nor communicate with other non-AP STAs in the BSS. The default value
of this attribute is TRUE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11StationConfigTable(1) dot11StationConfigEntry(1) 41 }

.1.2.840.10036.1.1.1.42
dot11DLSAllowed OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute available at the non-AP STAs, when TRUE,
indicates that
STA may set up DLS or accept DLS Requests, and communicate with other
non-AP STAs in the BSS. When FALSE, this attribute indicates that the
STA shall not set up DLS nor accept DLS, nor communicate with other
non-AP STAs in the BSS. The default value of this attribute is TRUE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11StationConfigTable(1) dot11StationConfigEntry(1) 42 }

.1.2.840.10036.1.1.1.63
dot11HighThroughputOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute indicates whether the entity is HT Capable."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11StationConfigTable(1) dot11StationConfigEntry(1) 63 }

.1.2.840.10036.1.2
dot11AuthenticationAlgorithmsTable OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This (conceptual) table of attributes shall be a set of
all the authentication algorithms supported by the
stations. The following are the default values and the
associated algorithm:
Value = 1: Open System
Value = 2: Shared Key"
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) 2 }

.1.2.840.10036.1.2.1
dot11AuthenticationAlgorithmsEntry OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ifIndex, dot11AuthenticationAlgorithmsIndex }
DESCRIPTION "An Entry (conceptual row) in the Authentication
Algorithms Table.

ifIndex - Each IEEE 802.11 interface is represented by an


ifEntry. Interface tables in this MIB module are indexed
by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11AuthenticationAlgorithmsTable(2) 1 }

.1.2.840.10036.1.2.1.1
dot11AuthenticationAlgorithmsIndex OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Integer32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The auxiliary variable used to identify instances
of the columnar objects in the Authentication Algorithms Table."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11AuthenticationAlgorithmsTable(2) dot11AuthenticationAlgorithmsEntry(1) 1 }

.1.2.840.10036.1.2.1.2
dot11AuthenticationAlgorithm OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER {openSystem(1), sharedKey(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute shall be a set of all the authentication
algorithms
supported by the STAs. The following are the default values and the
associated algorithm.
Value = 1: Open System
Value = 2: Shared Key"
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11AuthenticationAlgorithmsTable(2) dot11AuthenticationAlgorithmsEntry(1) 2 }

.1.2.840.10036.1.2.1.3
dot11AuthenticationAlgorithmsEnable OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute, when TRUE at a station, shall enable the
acceptance
of the authentication algorithm described in the corresponding
table entry in authentication frames received by the station that
have odd authentication sequence numbers. The default value of this
attribute shall be true when the value of dot11AuthenticationAlgorithm is
Open System and false otherwise."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11AuthenticationAlgorithmsTable(2) dot11AuthenticationAlgorithmsEntry(1) 3 }

.1.2.840.10036.1.3
dot11WEPDefaultKeysTable OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Conceptual table for WEP default keys. This table shall
contain the four WEP default secret key values
corresponding to the four possible KeyID values. The WEP
default secret keys are logically WRITE-ONLY. Attempts to
read the entries in this table shall return unsuccessful
status and values of null or zero. The default value of
each WEP default key shall be null."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) 3 }

.1.2.840.10036.1.3.1
dot11WEPDefaultKeysEntry OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ifIndex, dot11WEPDefaultKeyIndex }
DESCRIPTION "An Entry (conceptual row) in the WEP Default Keys Table.

ifIndex - Each IEEE 802.11 interface is represented by an


ifEntry. Interface tables in this MIB module are indexed
by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11WEPDefaultKeysTable(3) 1 }

.1.2.840.10036.1.3.1.1
dot11WEPDefaultKeyIndex OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (1..4)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The auxiliary variable used to identify instances
of the columnar objects in the WEP Default Keys Table.
The value of this variable is equal to the WEPDefaultKeyID + 1"
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11WEPDefaultKeysTable(3) dot11WEPDefaultKeysEntry(1) 1 }

.1.2.840.10036.1.3.1.2
dot11WEPDefaultKeyValue OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION WEPKeytype
SYNTAX OCTET STRING (5)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "A WEP default secret key value."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11WEPDefaultKeysTable(3) dot11WEPDefaultKeysEntry(1) 2 }

.1.2.840.10036.1.4
dot11WEPKeyMappingsTable OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Conceptual table for WEP Key Mappings. The MIB supports
the ability to share a separate WEP key for each RA/TA
pair. The Key Mappings Table contains zero or one entry
for each MAC address and contains two fields for each
entry: WEPOn and the corresponding WEP key. The WEP key
mappings are logically WRITE-ONLY. Attempts to read the
entries in this table shall return unsuccessful status and
values of null or zero. The default value for all WEPOn
fields is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) 4 }

.1.2.840.10036.1.4.1
dot11WEPKeyMappingsEntry OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ifIndex, dot11WEPKeyMappingIndex }
DESCRIPTION "An Entry (conceptual row) in the WEP Key Mappings Table.
ifIndex - Each IEEE 802.11 interface is represented by an
ifEntry. Interface tables in this MIB module are indexed
by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11WEPKeyMappingsTable(4) 1 }

.1.2.840.10036.1.4.1.1
dot11WEPKeyMappingIndex OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Integer32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The auxiliary variable used to identify instances
of the columnar objects in the WEP Key Mappings Table."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11WEPKeyMappingsTable(4) dot11WEPKeyMappingsEntry(1) 1 }

.1.2.840.10036.1.4.1.2
dot11WEPKeyMappingAddress OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION MacAddress
SYNTAX OCTET STRING (6)
DISPLAY-HINT "1x:"
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The MAC address of the STA for which the values from this
key mapping entry are to be used."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11WEPKeyMappingsTable(4) dot11WEPKeyMappingsEntry(1) 2 }

.1.2.840.10036.1.4.1.3
dot11WEPKeyMappingWEPOn OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-create
STATUS current
DESCRIPTION "Boolean as to whether WEP is to be used when communicating
with the dot11WEPKeyMappingAddress STA."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11WEPKeyMappingsTable(4) dot11WEPKeyMappingsEntry(1) 3 }

.1.2.840.10036.1.4.1.4
dot11WEPKeyMappingValue OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION WEPKeytype
SYNTAX OCTET STRING (5)
MAX-ACCESS read-create
STATUS current
DESCRIPTION "A WEP secret key value."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11WEPKeyMappingsTable(4) dot11WEPKeyMappingsEntry(1) 4 }

.1.2.840.10036.1.4.1.5
dot11WEPKeyMappingStatus OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION RowStatus
SYNTAX INTEGER {active(1), notInService(2), notReady(3), createAndGo(4),
createAndWait(5), destroy(6)}
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The status column used for creating, modifying, and
deleting instances of the columnar objects in the WEP key
mapping Table."
DEFVAL { active }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11WEPKeyMappingsTable(4) dot11WEPKeyMappingsEntry(1) 5 }

.1.2.840.10036.1.5
dot11PrivacyTable OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Group containing attributes concerned with IEEE 802.11
Privacy. Created as a table to allow multiple
instantiations on an agent."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) 5 }

.1.2.840.10036.1.5.1
dot11PrivacyEntry OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ifIndex }
DESCRIPTION "An entry in the dot11PrivacyTable Table.

ifIndex - Each IEEE 802.11 interface is represented by an


ifEntry. Interface tables in this MIB module are indexed
by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11PrivacyTable(5) 1 }

.1.2.840.10036.1.5.1.1
dot11PrivacyInvoked OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "When this attribute is TRUE, it shall indicate that some level
of security is invoked for transmitting data frames.
For WEP-only clients, the security mechanism used is WEP.

For RSNA-capable clients, an additional variable dot11RSNAEnabled


indicates whether RSNA is enabled. If dot11RSNAEnabled is FALSE
or the MIB variable does not exist, the security mechanism invoked
is WEP; if dot11RSNAEnabled is TRUE, RSNA security mechanisms
invoked are con- figured in the dot11RSNAConfigTable. The default
value of this at- tribute shall be FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11PrivacyTable(5) dot11PrivacyEntry(1) 1 }

.1.2.840.10036.1.5.1.2
dot11WEPDefaultKeyID OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (0..3)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute shall indicate the use of the first,
second, third, or fourth element of the WEPDefaultKeys
array when set to values of zero, one, two, or three. The
default value of this attribute shall be 0."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11PrivacyTable(5) dot11PrivacyEntry(1) 2 }

.1.2.840.10036.1.5.1.3
dot11WEPKeyMappingLength OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Unsigned32 (10..2147483647)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The maximum number of tuples that dot11WEPKeyMappings can hold."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11PrivacyTable(5) dot11PrivacyEntry(1) 3 }

.1.2.840.10036.1.5.1.4
dot11ExcludeUnencrypted OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "When this attribute is TRUE, the STA shall not indicate at the
MAC service interface received MSDUs that have the Protected Frame
subfield of the Frame Control field equal to zero. When this
attribute is FALSE, the STA may accept MSDUs that have the Protected Frame
subfield of
the Frame Control field equal to zero. The default value of this
at- tribute shall be FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11PrivacyTable(5) dot11PrivacyEntry(1) 4 }

.1.2.840.10036.1.5.1.5
dot11WEPICVErrorCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall increment when a frame is received with the
Protected
Frame subfield of the Frame Control field set to one and the value of the
ICV as received in the frame does not match the ICV value that is
calculated
for the contents of the received frame. ICV errors for TKIP are not counted
in this variable but in dot11RSNAStatsTKIPICVErrors."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11PrivacyTable(5) dot11PrivacyEntry(1) 5 }

.1.2.840.10036.1.5.1.6
dot11WEPExcludedCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall increment when a frame is received with the
Protected
Frame subfield of the Frame Control field set to zero and the value of
dot11ExcludeUnencrypted causes that frame to be discarded."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11PrivacyTable(5) dot11PrivacyEntry(1) 6 }

.1.2.840.10036.1.5.1.7
dot11RSNAEnabled OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "When this object is set to TRUE, this shall indicate that RSNA
is
enabled on this entity. The entity will advertise the RSN
Informa- tion Element in its Beacon and Probe Response frames.
Configuration variables for RSNA operation are found in the
dot11RSNAConfigTable. This object requires that
dot11PrivacyInvoked also be set to TRUE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11PrivacyTable(5) dot11PrivacyEntry(1) 7 }

.1.2.840.10036.1.5.1.8
dot11RSNAPreauthenticationEnabled OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "When this object is set to TRUE, this shall indicate that RSNA
preauthentication is enabled on this entity.

This object requires that dot11RSNAEnabled also be set to TRUE."


::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11PrivacyTable(5) dot11PrivacyEntry(1) 8 }

.1.2.840.10036.1.6
dot11SMTnotification OBJECT-TYPE
-- FROM IEEE802dot11-MIB
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) 6 }

.1.2.840.10036.1.6.0
anonymous#18 NOTIFICATION-TYPE
-- FROM IEEE802dot11-MIB
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11SMTnotification(6) 0 }

.1.2.840.10036.1.6.0.1
dot11Disassociate OBJECT-TYPE
-- FROM IEEE802dot11-MIB
OBJECTS { ifIndex, dot11DisassociateReason, dot11DisassociateStation }
DESCRIPTION "The disassociate notification shall be sent when the STA
sends a Disassociation frame. The value of the notification
shall include the MAC address of the MAC to which the Disassociation
frame was sent and the reason for the disassociation.

ifIndex - Each IEEE 802.11 interface is represented by an ifEntry.


Interface tables in this MIB module are indexed by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11SMTnotification(6) 0 1 }

.1.2.840.10036.1.6.0.2
dot11Deauthenticate OBJECT-TYPE
-- FROM IEEE802dot11-MIB
OBJECTS { ifIndex, dot11DeauthenticateReason, dot11DeauthenticateStation }
DESCRIPTION "The deauthenticate notification shall be sent when the STA sends
a
Deauthentication frame. The value of the notification shall include
the MAC address of the MAC to which the Deauthentication frame was
sent and the reason for the deauthentication.

ifIndex - Each IEEE 802.11 interface is represented by an ifEntry.


Interface tables in this MIB module are indexed by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11SMTnotification(6) 0 2 }

.1.2.840.10036.1.6.0.3
dot11AuthenticateFail OBJECT-TYPE
-- FROM IEEE802dot11-MIB
OBJECTS { ifIndex, dot11AuthenticateFailStatus, dot11AuthenticateFailStation }
DESCRIPTION "The authenticate failure notification shall be sent when the STA
sends an Authentication frame with a status code other than
'successful'. The value of the notification
shall include the MAC address of the MAC to which the Authentication
frame was sent and the reason for the authentication failure.

ifIndex - Each IEEE 802.11 interface is represented by an ifEntry.


Interface tables in this MIB module are indexed by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11SMTnotification(6) 0 3 }

.1.2.840.10036.1.7
dot11MultiDomainCapabilityTable OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This (conceptual) table of attributes for cross-domain
mobility."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) 7 }

.1.2.840.10036.1.7.1
dot11MultiDomainCapabilityEntry OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ifIndex, dot11MultiDomainCapabilityIndex }
DESCRIPTION "An entry (conceptual row) in the Multiple Domain
Capability Table.

IfIndex - Each IEEE 802.11 interface is represented by an ifEntry.


Interface tables in this MIB are indexed by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11MultiDomainCapabilityTable(7) 1 }

.1.2.840.10036.1.7.1.1
dot11MultiDomainCapabilityIndex OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Integer32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The auxiliary variable used to identify instances of
the columnar objects in the Multi Domain Capability Table."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11MultiDomainCapabilityTable(7) dot11MultiDomainCapabilityEntry(1) 1 }

.1.2.840.10036.1.7.1.2
dot11FirstChannelNumber OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute shall indicate the value of the lowest channel
number
in the subband for the associated domain country string.
The default value of this attribute shall be zero."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11MultiDomainCapabilityTable(7) dot11MultiDomainCapabilityEntry(1) 2 }

.1.2.840.10036.1.7.1.3
dot11NumberofChannels OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute shall indicate the value of the total number
of channels allowed in the subband for the associated domain
country string. The default value of this attribute shall be zero."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11MultiDomainCapabilityTable(7) dot11MultiDomainCapabilityEntry(1) 3 }

.1.2.840.10036.1.7.1.4
dot11MaximumTransmitPowerLevel OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute shall indicate the maximum transmit power,
in dBm, allowed in the subband for the associated domain
country string. The default value of this attribute shall be zero."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11MultiDomainCapabilityTable(7) dot11MultiDomainCapabilityEntry(1) 4 }

.1.2.840.10036.1.8
dot11SpectrumManagementTable OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "(Conceptual) table of attributes for spectrum management"
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) 8 }

.1.2.840.10036.1.8.1
dot11SpectrumManagementEntry OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ifIndex, dot11SpectrumManagementIndex }
DESCRIPTION "An entry (conceptual row) in the Spectrum Management Table.
IfIndex - Each 802.11 interface is represented by an ifEntry.
Interface tables in this MIB are indexed by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11SpectrumManagementTable(8) 1 }

.1.2.840.10036.1.8.1.1
dot11SpectrumManagementIndex OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Integer32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The auxiliary variable used to identify instances of the
columnar objects in the Spectrum Management Table."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11SpectrumManagementTable(8) dot11SpectrumManagementEntry(1) 1 }

.1.2.840.10036.1.8.1.2
dot11MitigationRequirement OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute shall indicate the mitigation requirement in dB
required. The default value of this attribute shall be 3 dB."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11SpectrumManagementTable(8) dot11SpectrumManagementEntry(1) 2 }

.1.2.840.10036.1.8.1.3
dot11ChannelSwitchTime OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute shall indicate assumed channel switch time,
measured in TUs. The unit of this attribute is TUs. The default
value of this attribute shall be 2 TUs. The minimum value shall be 1 TU."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11SpectrumManagementTable(8) dot11SpectrumManagementEntry(1) 3 }
.1.2.840.10036.1.8.1.4
dot11PowerCapabilityMax OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute shall indicate the maximum transmit Power
Capability
of this station. The unit of this attribute is dBm. The default
value of this attribute shall be 0 dBm."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11SpectrumManagementTable(8) dot11SpectrumManagementEntry(1) 4 }

.1.2.840.10036.1.8.1.5
dot11PowerCapabilityMin OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute shall indicate the minimum transmit Power
Capability
of this station. The unit of this attribute is dBm. The default
value of this attribute shall be -100 dBm."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11SpectrumManagementTable(8) dot11SpectrumManagementEntry(1) 5 }

.1.2.840.10036.1.9
dot11RSNAConfigTable OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The table containing RSNA configuration objects."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) 9 }

.1.2.840.10036.1.9.1
dot11RSNAConfigEntry OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ifIndex }
DESCRIPTION "An entry in the dot11RSNAConfigTable."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAConfigTable(9) 1 }

.1.2.840.10036.1.9.1.2
dot11RSNAConfigVersion OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The highest RSNA version this entity supports. See 7.3.2.9."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 2 }

.1.2.840.10036.1.9.1.3
dot11RSNAConfigPairwiseKeysSupported OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This object indicates how many pairwise keys the entity
supports for RSNA."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 3 }

.1.2.840.10036.1.9.1.4
dot11RSNAConfigGroupCipher OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX OCTET STRING (4)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This object indicates the group cipher suite selector the
entity must use. The group cipher suite in the RSN Information
Element shall take its value from this variable.
It consists of an OUI (the first 3 octets) and a cipher suite
identifier (the last octet)."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 4 }

.1.2.840.10036.1.9.1.5
dot11RSNAConfigGroupRekeyMethod OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER {disabled(1), timeBased(2), packetBased(3), timepacket-
Based(4)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This object selects a mechanism for rekeying the RSNA GTK.
The default is time-based, once per day. Rekeying the GTK is
only applicable to an entity acting in the Authenticator
role (an AP in an ESS)."
DEFVAL { timeBased }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 5 }

.1.2.840.10036.1.9.1.6
dot11RSNAConfigGroupRekeyTime OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Unsigned32 (1..2147483647)
UNITS ""
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The time in seconds after which the RSNA GTK shall be refreshed.
The timer shall start at the moment the GTK was set using
the MLME- SETKEYS.request primitive."
DEFVAL { 86400 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 6 }

.1.2.840.10036.1.9.1.7
dot11RSNAConfigGroupRekeyPackets OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Unsigned32 (1..2147483647)
UNITS ""
MAX-ACCESS read-write
STATUS current
DESCRIPTION "A packet count (in 1000s of packets) after which the RSNA GTK
shall be refreshed. The packet counter shall start at the moment
the GTK was set using the MLME-SETKEYS.request primitive and
it shall count all packets encrypted using the current GTK."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 7 }

.1.2.840.10036.1.9.1.8
dot11RSNAConfigGroupRekeyStrict OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This object signals that the GTK shall be refreshed whenever a
STA
leaves the BSS that possesses the GTK."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 8 }

.1.2.840.10036.1.9.1.9
dot11RSNAConfigPSKValue OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX OCTET STRING (32)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The PSK for when RSNA in PSK mode is the selected AKM suite.
In that case, the PMK will obtain its value from this object.

This object is logically write-only. Reading this variable shall


return unsuccessful status or null or zero."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 9 }

.1.2.840.10036.1.9.1.10
dot11RSNAConfigPSKPassPhrase OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION DisplayString
SYNTAX OCTET STRING (0..255)
DISPLAY-HINT "255a"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The PSK, for when RSNA in PSK mode is the selected AKM suite,
is configured by dot11RSNAConfigPSKValue.

An alternative manner of setting the PSK uses the password-to-key


algorithm defined in H.4. This variable provides a means to enter
a pass-phrase. When this object is written, the RSNA entity
shall use the password-to-key algorithm specified in H.4
to derive a pre- shared and populate dot11RSNAConfigPSKValue with this key.
This object is logically write-only. Reading this variable
shall return unsuccessful status or null or zero."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 10 }

.1.2.840.10036.1.9.1.13
dot11RSNAConfigGroupUpdateCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Unsigned32 (1..2147483647)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The number of times Message 1 in the RSNA Group Key Handshake
will be retried per GTK Handshake attempt."
DEFVAL { 3 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 13 }

.1.2.840.10036.1.9.1.14
dot11RSNAConfigPairwiseUpdateCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Unsigned32 (1..2147483647)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The number of times Message 1 and Message 3 in the RSNA 4-Way
Hand- shake will be retried per 4-Way Handshake attempt."
DEFVAL { 3 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 14 }

.1.2.840.10036.1.9.1.15
dot11RSNAConfigGroupCipherSize OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Unsigned32 (0..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This object indicates the length in bits of the group cipher
key."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 15 }

.1.2.840.10036.1.9.1.16
dot11RSNAConfigPMKLifetime OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Unsigned32 (1..2147483647)
UNITS ""
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The maximum lifetime of a PMK in the PMK cache."
DEFVAL { 43200 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 16 }

.1.2.840.10036.1.9.1.17
dot11RSNAConfigPMKReauthThreshold OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Unsigned32 (1..100)
UNITS ""
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The percentage of the PMK lifetime that should expire before an
IEEE 802.1X reauthentication occurs."
DEFVAL { 70 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 17 }

.1.2.840.10036.1.9.1.18
dot11RSNAConfigNumberOfPTKSAReplayCounters OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Specifies the number of PTKSA replay counters per association:
0 -> 1 replay counter,
1 -> 2 replay counters,
2 -> 4 replay counters,
3 -> 16 replay counters"
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 18 }

.1.2.840.10036.1.9.1.19
dot11RSNAConfigSATimeout OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Unsigned32 (1..2147483647)
UNITS ""
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The maximum time a security association shall take to set up."
DEFVAL { 60 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 19 }

.1.2.840.10036.1.9.1.20
dot11RSNAAuthenticationSuiteSelected OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX OCTET STRING (4)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The selector of the last AKM suite negotiated."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 20 }

.1.2.840.10036.1.9.1.21
dot11RSNAPairwiseCipherSelected OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX OCTET STRING (4)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The selector of the last pairwise cipher negotiated."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 21 }

.1.2.840.10036.1.9.1.22
dot11RSNAGroupCipherSelected OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX OCTET STRING (4)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The selector of the last group cipher negotiated."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 22 }

.1.2.840.10036.1.9.1.23
dot11RSNAPMKIDUsed OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX OCTET STRING (16)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The selector of the last PMKID used in the last 4-Way
Handshake."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 23 }

.1.2.840.10036.1.9.1.24
dot11RSNAAuthenticationSuiteRequested OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX OCTET STRING (4)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The selector of the last AKM suite requested."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 24 }

.1.2.840.10036.1.9.1.25
dot11RSNAPairwiseCipherRequested OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX OCTET STRING (4)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The selector of the last pairwise cipher requested."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 25 }

.1.2.840.10036.1.9.1.26
dot11RSNAGroupCipherRequested OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX OCTET STRING (4)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The selector of the last group cipher requested."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 26 }

.1.2.840.10036.1.9.1.27
dot11RSNATKIPCounterMeasuresInvoked OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Unsigned32 (1..2147483647)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Counts the number of times that a TKIP MIC failure occurred two
times within 60 s and TKIP countermeasures were invoked.
This attribute counts both local and remote MIC failure events
reported to this STA. It increments every time TKIP
countermeasures are invoked"
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 27 }

.1.2.840.10036.1.9.1.28
dot11RSNA4WayHandshakeFailures OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Unsigned32 (1..2147483647)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Counts the number of 4-Way Handshake failures."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 28 }

.1.2.840.10036.1.9.1.29
dot11RSNAConfigNumberOfGTKSAReplayCounters OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Specifies the number of GTKSA replay counters per association:
0 -> 1 replay counter,
1 -> 2 replay counters,
2 -> 4 replay counters,
3 -> 16 replay counters"
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 29 }

.1.2.840.10036.1.9.1.30
dot11RSNAConfigSTKKeysSupported OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This object indicates how many STK keys the entity supports for
RSNA."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 30 }

.1.2.840.10036.1.9.1.31
dot11RSNAConfigSTKCipher OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX OCTET STRING (4)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This object specifies the ciphersuite used by the STK for a DLS
link."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 31 }

.1.2.840.10036.1.9.1.32
dot11RSNAConfigSTKRekeyTime OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Unsigned32 (1..2147483647)
UNITS ""
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The time in seconds after which an RSNA STK shall be refreshed.
The timer shall start at the moment the STK was set using the
MLM- ESETKEYS. request primitive."
DEFVAL { 86400 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 32 }

.1.2.840.10036.1.9.1.33
dot11RSNAConfigSMKUpdateCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Unsigned32 (1..2147483647)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The number of times Message 1 in the RSNA SMK Handshake will
be retried per SMK Handshake attempt."
DEFVAL { 3 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 33 }
.1.2.840.10036.1.9.1.34
dot11RSNAConfigSTKCipherSize OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Unsigned32 (0..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This object indicates the length in bits of the STK cipher key."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 34 }

.1.2.840.10036.1.9.1.35
dot11RSNAConfigSMKLifetime OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Unsigned32 (1..2147483647)
UNITS ""
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The maximum lifetime of an SMK in the SMK cache."
DEFVAL { 43200 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 35 }

.1.2.840.10036.1.9.1.36
dot11RSNAConfigSMKReauthThreshold OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Unsigned32 (0..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute indicates the number of seconds for which an
SMK authentication is valid. A new SMK authentication must be
completed successfully before the number of seconds indicated
by this attribute elapse, from the prior authentication,
before the STAs become unauthenticated."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 36 }

.1.2.840.10036.1.9.1.37
dot11RSNAConfigNumberOfSTKSAReplayCounters OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Specifies the number of STKSA replay counters per association:
0 -> 1 replay counter,
1 -> 2 replay counters,
2 -> 4 replay counters,
3 -> 16 replay counters"
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 37 }

.1.2.840.10036.1.9.1.38
dot11RSNAPairwiseSTKSelected OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX OCTET STRING (4)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The selector of the last STK cipher negotiated."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 38 }
.1.2.840.10036.1.9.1.39
dot11RSNASMKHandshakeFailures OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Unsigned32 (1..2147483647)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Counts the number of SMK Handshake failures."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAConfigTable(9) dot11RSNAConfigEntry(1) 39 }

.1.2.840.10036.1.10
dot11RSNAConfigPairwiseCiphersTable OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table lists the pairwise ciphers supported by this
entity.It
allows enabling and disabling of each pairwise cipher by network
management. The pairwise cipher suite list in the RSN Information
Element is formed using the information in this table."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) 10 }

.1.2.840.10036.1.10.1
dot11RSNAConfigPairwiseCiphersEntry OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ifIndex, dot11RSNAConfigPairwiseCipherIndex }
DESCRIPTION "The table entry, indexed by the interface index (or all inter-
faces) and the pairwise cipher."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAConfigPairwiseCiphersTable(10) 1 }

.1.2.840.10036.1.10.1.1
dot11RSNAConfigPairwiseCipherIndex OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Unsigned32 (1..2147483647)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The auxiliary index into the
dot11RSNAConfigPairwiseCiphersTable."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAConfigPairwiseCiphersTable(10) dot11RSNAConfigPairwiseCiphersEntry(1) 1 }

.1.2.840.10036.1.10.1.2
dot11RSNAConfigPairwiseCipher OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX OCTET STRING (4)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The selector of a supported pairwise cipher. It consists of an
OUI
(the first 3 octets) and a cipher suite identifier (the last octet)."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAConfigPairwiseCiphersTable(10) dot11RSNAConfigPairwiseCiphersEntry(1) 2 }

.1.2.840.10036.1.10.1.3
dot11RSNAConfigPairwiseCipherEnabled OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This object enables or disables the pairwise cipher."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAConfigPairwiseCiphersTable(10) dot11RSNAConfigPairwiseCiphersEntry(1) 3 }

.1.2.840.10036.1.10.1.4
dot11RSNAConfigPairwiseCipherSize OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Unsigned32 (0..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This object indicates the length in bits of the pairwise cipher
key.
This should be 256 for TKIP and 128 for CCMP."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAConfigPairwiseCiphersTable(10) dot11RSNAConfigPairwiseCiphersEntry(1) 4 }

.1.2.840.10036.1.11
dot11RSNAConfigAuthenticationSuitesTable OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table lists the AKM suites supported by this entity.
Each AKM suite can be individually enabled and disabled.
The AKM suite list in the RSN information element is formed
using the information in this table."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) 11 }

.1.2.840.10036.1.11.1
dot11RSNAConfigAuthenticationSuitesEntry OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { dot11RSNAConfigAuthenticationSuiteIndex }
DESCRIPTION "An entry (row) in the dot11RSNAConfigAuthenticationSuitesTable."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAConfigAuthenticationSuitesTable(11) 1 }

.1.2.840.10036.1.11.1.1
dot11RSNAConfigAuthenticationSuiteIndex OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Unsigned32 (1..2147483647)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The auxiliary variable used as an index into the
dot11RSNAConfigAuthenticationSuitesTable."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAConfigAuthenticationSuitesTable(11)
dot11RSNAConfigAuthenticationSuitesEntry(1) 1 }

.1.2.840.10036.1.11.1.2
dot11RSNAConfigAuthenticationSuite OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX OCTET STRING (4)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The selector of an AKM suite. It consists of an OUI (the first 3
octets) and a cipher suite identifier (the last octet)."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAConfigAuthenticationSuitesTable(11)
dot11RSNAConfigAuthenticationSuitesEntry(1) 2 }

.1.2.840.10036.1.11.1.3
dot11RSNAConfigAuthenticationSuiteEnabled OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This variable indicates whether the corresponding AKM suite is
enabled/disabled."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAConfigAuthenticationSuitesTable(11)
dot11RSNAConfigAuthenticationSuitesEntry(1) 3 }

.1.2.840.10036.1.12
dot11RSNAStatsTable OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table maintains per-STA statistics in an RSN. The entry
with
dot11RSNAStatsSTAAddress set to FF-FF-FF-FF-FF-FF shall contain
statistics for broadcast/multicast traffic."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) 12 }

.1.2.840.10036.1.12.1
dot11RSNAStatsEntry OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ifIndex, dot11RSNAStatsIndex }
DESCRIPTION "An entry in the dot11RSNAStatsTable."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAStatsTable(12) 1 }

.1.2.840.10036.1.12.1.1
dot11RSNAStatsIndex OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Unsigned32 (1..2147483647)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "An auxiliary index into the dot11RSNAStatsTable."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAStatsTable(12) dot11RSNAStatsEntry(1) 1 }

.1.2.840.10036.1.12.1.2
dot11RSNAStatsSTAAddress OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION MacAddress
SYNTAX OCTET STRING (6)
DISPLAY-HINT "1x:"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The MAC address of the STA to which the statistics in this
conceptual row belong."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAStatsTable(12) dot11RSNAStatsEntry(1) 2 }

.1.2.840.10036.1.12.1.3
dot11RSNAStatsVersion OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Unsigned32 (1..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The RSNA version with which the STA associated."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAStatsTable(12) dot11RSNAStatsEntry(1) 3 }

.1.2.840.10036.1.12.1.4
dot11RSNAStatsSelectedPairwiseCipher OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX OCTET STRING (4)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The pairwise cipher suite Selector (as defined in 7.3.29.1)
used during association, in transmission order."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAStatsTable(12) dot11RSNAStatsEntry(1) 4 }

.1.2.840.10036.1.12.1.5
dot11RSNAStatsTKIPICVErrors OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Counts the number of TKIP ICV errors encountered when decrypting
packets for the STA."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAStatsTable(12) dot11RSNAStatsEntry(1) 5 }

.1.2.840.10036.1.12.1.6
dot11RSNAStatsTKIPLocalMICFailures OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Counts the number of MIC failures encountered when checking the
integrity of packets received from the STA at this entity."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAStatsTable(12) dot11RSNAStatsEntry(1) 6 }

.1.2.840.10036.1.12.1.7
dot11RSNAStatsTKIPRemoteMICFailures OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Counts the number of MIC failures encountered by the STA identi-
fied by dot11StatsSTAAddress and reported back to this entity."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAStatsTable(12) dot11RSNAStatsEntry(1) 7 }
.1.2.840.10036.1.12.1.8
dot11RSNAStatsCCMPReplays OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received CCMP MPDUs discarded by the replay
mechanism."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAStatsTable(12) dot11RSNAStatsEntry(1) 8 }

.1.2.840.10036.1.12.1.9
dot11RSNAStatsCCMPDecryptErrors OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received MPDUs discarded by the CCMP decryption
algorithm."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAStatsTable(12) dot11RSNAStatsEntry(1) 9 }

.1.2.840.10036.1.12.1.10
dot11RSNAStatsTKIPReplays OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Counts the number of TKIP replay errors detected."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RSNAStatsTable(12) dot11RSNAStatsEntry(1) 10 }

.1.2.840.10036.1.13
dot11RegulatoryClassesTable OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "(Conceptual) table of attributes for regulatory classes"
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) 13 }

.1.2.840.10036.1.13.1
dot11RegulatoryClassesEntry OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ifIndex, dot11RegulatoryClassesIndex }
DESCRIPTION "An entry (conceptual row) in the Regulatory Classes Table.

IfIndex - Each 802.11 interface is represented by an ifEntry.


Interface tables in this MIB are indexed by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RegulatoryClassesTable(13) 1 }

.1.2.840.10036.1.13.1.1
dot11RegulatoryClassesIndex OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Integer32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The auxiliary variable used to identify instances of the
columnar
objects in the Regulatory Classes Table."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RegulatoryClassesTable(13) dot11RegulatoryClassesEntry(1) 1 }

.1.2.840.10036.1.13.1.2
dot11RegulatoryClass OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute shall indicate the regulatory class to be used.
The default value of this attribute shall be zero."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RegulatoryClassesTable(13) dot11RegulatoryClassesEntry(1) 2 }

.1.2.840.10036.1.13.1.3
dot11CoverageClass OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute shall indicate the coverage class to be used.
The default value of this attribute shall be zero."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11RegulatoryClassesTable(13) dot11RegulatoryClassesEntry(1) 3 }

.1.2.840.10036.1.17
dot11HTStationConfigTable OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Station Configuration attributes. In tabular form to allow
for multiple instances on an agent."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1) 17 }

.1.2.840.10036.1.17.1
dot11HTStationConfigEntry OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ifIndex }
DESCRIPTION "An entry (conceptual row) in the dot11HTStationConfig Table.
ifIndex - Each IEEE 802.11 interface is represented by an
ifEntry. Interface tables in this MIB module are indexed by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11HTStationConfigTable(17) 1 }

.1.2.840.10036.1.17.1.1
dot11HTOperationalMCSSet OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX OCTET STRING (1..127)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute shall specify the set of MCS at which the
station may transmit data. Each octet contains a value representing a rate.
Each MCS shall be within the range from 1 to 127, and shall be supported
for
receiving data. This value is reported in transmitted Beacon, Probe
Request,
Probe Response, Association Request, Association Response, Reassociation
Request, and Reassociation Response frames, and is used to determine
whether
a BSS with which the station desires to synchronize is suitable. It is also
used when starting a BSS, as specified in 10.3."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11HTStationConfigTable(17) dot11HTStationConfigEntry(1) 1 }

.1.2.840.10036.1.17.1.2
dot11MIMOPowerSave OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER {static(1), dynamic(2), mimo(3)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This is an 8-bit integer value that identifies the configured
power save state of MIMO."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11HTStationConfigTable(17) dot11HTStationConfigEntry(1) 2 }

.1.2.840.10036.1.17.1.3
dot11NDelayedBlockAckOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the station
implementation is capable of supporting the No ack option of the Delayed
Block Ack."
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11HTStationConfigTable(17) dot11HTStationConfigEntry(1) 3 }

.1.2.840.10036.1.17.1.4
dot11MaxAMSDULength OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (3839..7935)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute indicates the supported maximum size of AMSDU."
DEFVAL { 3839 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11HTStationConfigTable(17) dot11HTStationConfigEntry(1) 4 }

.1.2.840.10036.1.17.1.5
dot11PSMPOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the station
implementation is capable of supporting PSMP. "
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11HTStationConfigTable(17) dot11HTStationConfigEntry(1) 5 }
.1.2.840.10036.1.17.1.6
dot11STBCControlFrameOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the station
implementation is capable of processing the received control frames that
are
STBC frames."
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11HTStationConfigTable(17) dot11HTStationConfigEntry(1) 6 }

.1.2.840.10036.1.17.1.7
dot11LsigTxopProtectionOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the station
implementation is capable of supporting L-SIG TXOP Protection option."
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11HTStationConfigTable(17) dot11HTStationConfigEntry(1) 7 }

.1.2.840.10036.1.17.1.8
dot11MaxRxAMPDUFactor OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (0..3)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute indicates the maximum length of A-MPDU that
the STA can receive. The Maximum Rx A-MPDU defined by this field is equal
to
213+dot11MaxRxAMPDUFactor -1 octets."
DEFVAL { 0 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11HTStationConfigTable(17) dot11HTStationConfigEntry(1) 8 }

.1.2.840.10036.1.17.1.9
dot11MinimumMPDUStartSpacing OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (0..7)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute indicates the minimum time between the start
of adjacent MPDUs within an A-MPDU. This time is measured at the PHY-SAP;
the
number of octets between the start of two consecutive MPDUs in A-MPDU shall
be equal or greater than (dot11MinimumMPDUStartSpacing*PHY-bit-rate)/8. The
encoding of the minimum time to this attribute is:
0 no restriction
1 1/4 us
2 1/2 us
3 1 us
4 2 us
5 4 us
6 8 us
7 16 us"
DEFVAL { 0 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11HTStationConfigTable(17) dot11HTStationConfigEntry(1) 9 }

.1.2.840.10036.1.17.1.10
dot11PCOOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the station
implementation is capable of supporting Phased Coexistence Operation."
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11HTStationConfigTable(17) dot11HTStationConfigEntry(1) 10 }

.1.2.840.10036.1.17.1.11
dot11TransitionTime OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (0..3)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute indicates that the maximum (#905) transition
time within which the STA can switch between 20 MHz channel width and 40
MHz
channel width with a high probability. The encoding of the transition time
to
this attribute is:
0 no transition
1 400 us
2 1500 us
3 5000 us "
DEFVAL { 2 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11HTStationConfigTable(17) dot11HTStationConfigEntry(1) 11 }

.1.2.840.10036.1.17.1.12
dot11MCSFeedbackOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER {none(0), unsolicited(2), both(3)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute indicates the MCS feed back capability
supported by the station implementation."
DEFVAL { 0 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11HTStationConfigTable(17) dot11HTStationConfigEntry(1) 12 }

.1.2.840.10036.1.17.1.13
dot11HTControlFieldSupported OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the station
implementation is capable of receiving HT Control field."
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11HTStationConfigTable(17) dot11HTStationConfigEntry(1) 13 }

.1.2.840.10036.1.17.1.14
dot11RDResponderOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the station
implementation is capable operating as a RD responder."
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11HTStationConfigTable(17) dot11HTStationConfigEntry(1) 14 }

.1.2.840.10036.1.17.1.15
dot11SPPAMSDUCapable OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the STA
implementation is capable of protecting the A-MSDU bit (Bit 7) in the QoS
Control Field when dot11RSNAEnabled is TRUE."
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11HTStationConfigTable(17) dot11HTStationConfigEntry(1) 15 }

.1.2.840.10036.1.17.1.16
dot11SPPAMSDURequired OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the STA is
configured to disallow (not to send or receive) of PP A-MSDUs when
dot11RSNAEnabled is TRUE."
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11smt(1)
dot11HTStationConfigTable(17) dot11HTStationConfigEntry(1) 16 }

.1.2.840.10036.2
dot11mac OBJECT-TYPE
-- FROM IEEE802dot11-MIB
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) 2 }

.1.2.840.10036.2.1
dot11OperationTable OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Group contains MAC attributes pertaining to the operation
of the MAC. This has been implemented as a table in order
to allow for multiple instantiations on an agent."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) 1 }

.1.2.840.10036.2.1.1
dot11OperationEntry OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ifIndex }
DESCRIPTION "An entry in the dot11OperationEntry Table.

ifIndex - Each IEEE 802.11 interface is represented by an


ifEntry. Interface tables in this MIB module are indexed
by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11OperationTable(1) 1 }

.1.2.840.10036.2.1.1.1
dot11MACAddress OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION MacAddress
SYNTAX OCTET STRING (6)
DISPLAY-HINT "1x:"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Unique MAC Address assigned to the STA."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11OperationTable(1) dot11OperationEntry(1) 1 }

.1.2.840.10036.2.1.1.2
dot11RTSThreshold OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (0..65536)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute shall indicate the number of octets in an PSDU,
below which an RTS/CTS handshake shall not be performed, except as
RTS/CTS is used as a cross modulation protection mechanism as
defined in 9.13. An RTS/CTS handshake shall be performed at the
beginning of any frame exchange sequence where the PSDU is of type
Data or Management, the PSDU has an individual address in the
Address1 field, and the length of the PSDU is greater than this
threshold. Setting this attribute to be larger than the maximum
MSDU size shall have the effect of turning off the RTS/CTS
handshake for frames of Data or Management type transmitted by
this STA. Setting this attribute to zero shall have the effect
of turning on the RTS/CTS handshake for all frames of Data or
Management type transmitted by this STA. "
DEFVAL { 65535 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11OperationTable(1) dot11OperationEntry(1) 2 }

.1.2.840.10036.2.1.1.3
dot11ShortRetryLimit OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (1..255)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute shall indicate the maximum number of
transmission attempts of a frame, the length of which is less
than or equal to dot11RTSThreshold, that shall be made before a
failure condition is indicated. The default value of this
attribute shall be 7."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11OperationTable(1) dot11OperationEntry(1) 3 }

.1.2.840.10036.2.1.1.4
dot11LongRetryLimit OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (1..255)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute shall indicate the maximum number of
transmission attempts of a frame, the length of which is
greater than dot11RTSThreshold, that shall be made before a
failure condition is indicated. The default value of this
attribute shall be 4."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11OperationTable(1) dot11OperationEntry(1) 4 }

.1.2.840.10036.2.1.1.5
dot11FragmentationThreshold OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (256..8000)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute shall specify the current maximum size,
in octets, of the PSDU that may be delivered to the PHY.
This maximum size does not apply in the case of A-MPDU.
An MSDU, A-MSDU or MMPDU shall be broken into fragments
if its size exceeds
the value of this attribute after adding MAC headers and
trailers. An MSDU, A-MSDU or MMPDU shall be fragmented when the
resulting frame has an individual address in the Address1
field, and the length
of the frame is larger than this threshold. The default
value for this attribute shall be the lesser of 8000 or the
aMPDUMaxLength of the attached PHY and shall never exceed the
lesser of 8000 or the aMPDUMaxLength of the attached PHY.
The value of this attribute shall never be less than 256."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11OperationTable(1) dot11OperationEntry(1) 5 }

.1.2.840.10036.2.1.1.6
dot11MaxTransmitMSDULifetime OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Unsigned32 (1..2147483647)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The MaxTransmitMSDULifetime shall be the elapsed time in TU,
after the initial transmission of an MSDU, after which further
attempts to transmit the MSDU shall be terminated. The default
value of this attribute shall be 512."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11OperationTable(1) dot11OperationEntry(1) 6 }

.1.2.840.10036.2.1.1.7
dot11MaxReceiveLifetime OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Unsigned32 (1..2147483647)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The MaxReceiveLifetime shall be the elapsed time in TU,
after the initial reception of a fragmented MMPDU or MSDU,
after which further attempts to reassemble the MMPDU or
MSDU shall be terminated. The default value shall be
512."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11OperationTable(1) dot11OperationEntry(1) 7 }

.1.2.840.10036.2.1.1.8
dot11ManufacturerID OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION DisplayString
SYNTAX OCTET STRING (0..128)
DISPLAY-HINT "255a"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The ManufacturerID shall include, at a minimum, the name
of the manufacturer. It may include additional
information at the manufacturer's discretion. The default
value of this attribute shall be null."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11OperationTable(1) dot11OperationEntry(1) 8 }

.1.2.840.10036.2.1.1.9
dot11ProductID OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION DisplayString
SYNTAX OCTET STRING (0..128)
DISPLAY-HINT "255a"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The ProductID shall include, at a minimum, an identifier
that is unique to the manufacturer. It may include
additional information at the manufacturer's discretion.
The default value of this attribute shall be null."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11OperationTable(1) dot11OperationEntry(1) 9 }

.1.2.840.10036.2.1.1.10
dot11CAPLimit OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute shall specify the maximum number of TUs a
Controlled access phase(CAP) can last."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11OperationTable(1) dot11OperationEntry(1) 10 }

.1.2.840.10036.2.1.1.11
dot11HCCWmin OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute shall specify the value of the minimum size
of the window that shall be used by the HC for generating a
random number for the backoff. The value of this attribute
shall be such that it could always be expressed in the form
of 2(power 2) - 1, where X is an integer. The default value of this
attribute shall be 0."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11OperationTable(1) dot11OperationEntry(1) 11 }

.1.2.840.10036.2.1.1.12
dot11HCCWmax OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute shall specify the value of the maximum size of
the
window that shall be used by the HC for generating a random number
for the backoff. The value of this attribute shall be such that
it could always be expressed in the form of 2X - 1, where X is
an integer. The default value of this attribute shall be 0."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11OperationTable(1) dot11OperationEntry(1) 12 }

.1.2.840.10036.2.1.1.13
dot11HCCAIFSN OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (1..15)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute shall specify the number of slots, after a SIFS
duration, that the HC shall sense the medium idle either before
transmitting or executing a backoff. The default value of this
attribute shall be 1."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11OperationTable(1) dot11OperationEntry(1) 13 }

.1.2.840.10036.2.1.1.14
dot11ADDBAResponseTimeout OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (1..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute shall specify the maximum number of seconds a BA
is to be responded. The default value of this attribute shall be 1."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11OperationTable(1) dot11OperationEntry(1) 14 }

.1.2.840.10036.2.1.1.15
dot11ADDTSResponseTimeout OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (1..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute shall specify the maximum number of seconds an
ADDTS request is to be responded. The default value of this
attribute shall be 1."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11OperationTable(1) dot11OperationEntry(1) 15 }
.1.2.840.10036.2.1.1.16
dot11ChannelUtilizationBeaconInterval OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (1..100)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute shall indicate the number of beacon intervals
over which the channel busy time should be averaged.
The default value for this parameter shall be 50."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11OperationTable(1) dot11OperationEntry(1) 16 }

.1.2.840.10036.2.1.1.17
dot11ScheduleTimeout OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (1..100)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute shall indicate the duration in TUs after
which a STA could go into power-save mode.
The default value for this parameter shall be 10."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11OperationTable(1) dot11OperationEntry(1) 17 }

.1.2.840.10036.2.1.1.18
dot11DLSResponseTimeout OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (1..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute shall specify the maximum number of
seconds a direct link request is to be responded.
The default value of this attribute shall be 10."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11OperationTable(1) dot11OperationEntry(1) 18 }

.1.2.840.10036.2.1.1.19
dot11QAPMissingAckRetryLimit OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (1..100)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute indicates the number of times the AP may
retry a frame for which it does not receive an ACK for
a STA in power-save mode after receiving a PS-Poll
and sending a directed response or after the AP does
not receive an ACK to a directed MPDU sent with the EOSP set to 1."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11OperationTable(1) dot11OperationEntry(1) 19 }

.1.2.840.10036.2.1.1.20
dot11EDCAAveragingPeriod OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (1..100)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute shall indicate the number of seconds over
which the admitted_time and used_time are computed.
The default value for this parameter shall be 5."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11OperationTable(1) dot11OperationEntry(1) 20 }

.1.2.840.10036.2.1.1.21
dot11HTOperatingMode OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER {htPure(0), optionalProtection(1), mandatoryFortyProtection(2),
mandatoryAllProtection(3)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute indicates the level of protection that needs
to be provided to the transmissions in an IEEE 802.11 network with HT
STAs."
DEFVAL { htPure }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11OperationTable(1) dot11OperationEntry(1) 21 }

.1.2.840.10036.2.1.1.22
dot11RIFSMode OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that use of RIFS (#1989)
is allowed in the BSS."
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11OperationTable(1) dot11OperationEntry(1) 22 }

.1.2.840.10036.2.1.1.23
dot11PSMPControlledAccess OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute, when TRUE indicates that the AP accepts
associations only from stations for which dot11PSMPOptionImplemented is
TRUE."
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11OperationTable(1) dot11OperationEntry(1) 23 }

.1.2.840.10036.2.1.1.24
dot11ServiceIntervalGranularity OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (0..7)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute indicates the Service Interval Granularity to
be used for scheduled PSMP. The value of the granularity is given by
(dot11ServiceIntervalGranularity+1)*5 ms (#1289)."
DEFVAL { 0 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11OperationTable(1) dot11OperationEntry(1) 24 }

.1.2.840.10036.2.1.1.25
dot11DualCTSProtection OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute, when TRUE indicates that the AP uses dual CTS
protection to protect the non-STBC frame and STBC frame transmissions."
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11OperationTable(1) dot11OperationEntry(1) 25 }

.1.2.840.10036.2.1.1.26
dot11LSIGTXOPFullProtectionEnabled OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the LSIG TXOP
Protection may be used by stations that have the attribute
dot11LSigTxopProtectionOptionImplemented set to TRUE."
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11OperationTable(1) dot11OperationEntry(1) 26 }

.1.2.840.10036.2.1.1.27
dot11NonGFEntitiesPresent OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that STA that are not
Greenfield Capable are present in the BSS."
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11OperationTable(1) dot11OperationEntry(1) 27 }

.1.2.840.10036.2.1.1.28
dot11PCOActivated OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the PCO is
activated."
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11OperationTable(1) dot11OperationEntry(1) 28 }

.1.2.840.10036.2.1.1.29
dot11PCOFortyMaxDuration OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (1..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The attribute indicates the maximum duration of 40 MHz phase in
TU under PCO
operation. The value of this attribute shall be equal to or larger than
dot11PCOFortyMinDuration (#905)."
DEFVAL { 30 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11OperationTable(1) dot11OperationEntry(1) 29 }

.1.2.840.10036.2.1.1.30
dot11PCOTwentyMaxDuration OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (1..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The attribute indicates the maximum duration of 20 MHz phase in
TU under PCO
operation. The value of this attribute shall be equal to or larger than
dot11PCOTwentyMinDuration (#905)."
DEFVAL { 30 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11OperationTable(1) dot11OperationEntry(1) 30 }

.1.2.840.10036.2.1.1.31
dot11PCOFortyMinDuration OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (1..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The attribute indicates the minimum duration of 40 MHz phase in
TU under PCO
operation."
DEFVAL { 20 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11OperationTable(1) dot11OperationEntry(1) 31 }

.1.2.840.10036.2.1.1.32
dot11PCOTwentyMinDuration OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (1..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The attribute indicates the minimum duration of 20 MHz phase in
TU under PCO
operation."
DEFVAL { 20 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11OperationTable(1) dot11OperationEntry(1) 32 }

.1.2.840.10036.2.2
dot11CountersTable OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Group containing attributes that are MAC counters.
Implemented as a table to allow for multiple
instantiations on an agent."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) 2 }

.1.2.840.10036.2.2.1
dot11CountersEntry OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ifIndex }
DESCRIPTION "An entry in the dot11CountersEntry Table.

ifIndex - Each IEEE 802.11 interface is represented by an


ifEntry. Interface tables in this MIB module are indexed
by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) 1 }

.1.2.840.10036.2.2.1.1
dot11TransmittedFragmentCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall be incremented for an acknowledged MPDU
with an individual address in the address 1 field or an MPDU
with a multicast address in the address 1 field of type Data
or Management."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 1 }

.1.2.840.10036.2.2.1.2
dot11MulticastTransmittedFrameCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall increment only when the multicast bit
is set in the destination MAC address of a successfully
transmitted MSDU. When operating as a STA in an ESS, where
these frames are directed to the AP, this implies having
received an acknowledgment to all associated MPDUs."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 2 }

.1.2.840.10036.2.2.1.3
dot11FailedCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall increment when an MSDU is not transmitted
successfully due to the number of transmit attempts exceeding
either the dot11ShortRetryLimit or dot11LongRetryLimit."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 3 }

.1.2.840.10036.2.2.1.4
dot11RetryCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall increment when an MSDU is successfully
transmitted after one or more retransmissions."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 4 }

.1.2.840.10036.2.2.1.5
dot11MultipleRetryCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall increment when an MSDU is successfully
transmitted after more than one retransmission."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 5 }

.1.2.840.10036.2.2.1.6
dot11FrameDuplicateCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall increment when a frame is received
that the Sequence Control field indicates is a
duplicate."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 6 }

.1.2.840.10036.2.2.1.7
dot11RTSSuccessCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall increment when a CTS is received in
response to an RTS."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 7 }

.1.2.840.10036.2.2.1.8
dot11RTSFailureCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall increment when a CTS is not received in
response to an RTS."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 8 }

.1.2.840.10036.2.2.1.9
dot11ACKFailureCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall increment when an ACK is not received
when expected."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 9 }
.1.2.840.10036.2.2.1.10
dot11ReceivedFragmentCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall be incremented for each successfully
received MPDU of type Data or Management."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 10 }

.1.2.840.10036.2.2.1.11
dot11MulticastReceivedFrameCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall increment when a MSDU is received
with the multicast bit set in the destination
MAC address."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 11 }

.1.2.840.10036.2.2.1.12
dot11FCSErrorCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall increment when an FCS error is
detected in a received MPDU."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 12 }

.1.2.840.10036.2.2.1.13
dot11TransmittedFrameCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall increment for each successfully transmitted
MSDU."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 13 }

.1.2.840.10036.2.2.1.14
dot11WEPUndecryptableCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall increment when a frame is received with the
Protected Frame subfield of the Frame Control field set to one
and the WEPOn value for the key mapped to the transmitter's MAC
address indicates that the frame should not have been encrypted
or that frame is discarded due to the receiving STA not
implementing the privacy option."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 14 }
.1.2.840.10036.2.2.1.15
dot11QosDiscardedFragmentCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall increment for each QoS Data MPDU that has
been discarded."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 15 }

.1.2.840.10036.2.2.1.16
dot11AssociatedStationCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter, only available at AP, shall increment when a
station
associates or reassociates. This counter shall decrement
when a station disassociates."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 16 }

.1.2.840.10036.2.2.1.17
dot11QosCFPollsReceivedCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall increment for each QoS (+)CF-Poll that has
been received."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 17 }

.1.2.840.10036.2.2.1.18
dot11QosCFPollsUnusedCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall increment for each QoS (+)CF-Poll that
has been received but not used."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 18 }

.1.2.840.10036.2.2.1.19
dot11QosCFPollsUnusableCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall increment for each QoS (+)CF-Poll that has
been received but could not be used due to the TXOP size being
smaller than the time that is required for one frame exchange sequence."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 19 }
.1.2.840.10036.2.2.1.21
dot11TransmittedAMSDUCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall be incremented for an acknowledged A-MSDU
frame with an individual address in the address 1 field or an A-MSDU
frame with a multicast address in the address 1 field."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 21 }

.1.2.840.10036.2.2.1.22
dot11FailedAMSDUCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall be incremented when an A-MSDU is not
transmitted successfully due to the number of transmit attempts exceeding
either the dot11ShortRetryLimit or dot11LongRetryLimit."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 22 }

.1.2.840.10036.2.2.1.23
dot11RetryAMSDUCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall be incremented when an A-MSDU is
successfully transmitted after one or more retransmissions."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 23 }

.1.2.840.10036.2.2.1.24
dot11MultipleRetryAMSDUCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall be incremented when an A-MSDU is
successfully transmitted after more than one retransmission."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 24 }

.1.2.840.10036.2.2.1.25
dot11TransmittedOctetsInAMSDUCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall be incremented by the number of octets in
the framebody of an A-MSDU frame when an A-MSDU frame is successfully
transmitted."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 25 }

.1.2.840.10036.2.2.1.26
dot11AMSDUAckFailureCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall be incremented when an acknowledgement to
an A-MSDU is not received when expected. This acknowledgement can be in
an ACK or the BlockAck frame."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 26 }

.1.2.840.10036.2.2.1.27
dot11ReceivedAMSDUCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall be incremented for a received A-MSDU frame
with the station's MAC address in the address 1 field or an A-MSDU
frame with a multicast address in the address 1 field."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 27 }

.1.2.840.10036.2.2.1.28
dot11ReceivedOctetsInAMSDUCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall be incremented by the number of octets in
the framebody of an A-MSDU frame when an A-MSDU frame is received."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 28 }

.1.2.840.10036.2.2.1.29
dot11TransmittedAMPDUCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall be incremented when an A-MPDU is
transmitted."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 29 }

.1.2.840.10036.2.2.1.30
dot11TransmittedMPDUsInAMPDUCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall increment by the number of MPDUs in the A-
MPDU when an A-MPDU is transmitted."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 30 }

.1.2.840.10036.2.2.1.31
dot11TransmittedOctetsInAMPDUCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall be incremented by the number of octets in
the A-MPDU frame when an A-MPDU frame is transmitted."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 31 }

.1.2.840.10036.2.2.1.32
dot11AMPDUReceivedCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall be incremented when the MAC receives an A-
MPDU from the PHY."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 32 }

.1.2.840.10036.2.2.1.33
dot11MPDUInReceivedAMPDUCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall be incremented by the number of MPDUs
received in the A-MPDU when an A-MPDU is received."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 33 }

.1.2.840.10036.2.2.1.34
dot11ReceivedOctetsInAMPDUCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall be incremented by the number of octets in
the A-MPDU frame when an A-MPDU frame is received."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 34 }

.1.2.840.10036.2.2.1.35
dot11AMPDUDelimiterCRCErrorCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall be incremented when an MPDU
delimiter has a CRC error when this is the first CRC error in the received
A-MPDU or when the previous delimiter has been decoded correctly."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 35 }

.1.2.840.10036.2.2.1.36
dot11ImplicitBARFailureCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall be incremented when the expected BlockAck
is not received in response to an Implicit BlockAckReq frame."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 36 }

.1.2.840.10036.2.2.1.37
dot11ExplicitBARFailureCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall be incremented when the expected BlockAck
is not received in response to an Explicit BlockAckReq."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 37 }

.1.2.840.10036.2.2.1.38
dot11ChannelWidthSwitchCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall be increment when the bandwidth used is
switched from 20 to 40 or vice-versa."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 38 }

.1.2.840.10036.2.2.1.39
dot11TwentyMHzFrameTransmittedCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall be incremented when a Frame is transmitted
only on the primary channel."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 39 }

.1.2.840.10036.2.2.1.40
dot11FortyMHzFrameTransmittedCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall be incremented when a Frame is transmitted
on both control and secondary channels."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 40 }

.1.2.840.10036.2.2.1.41
dot11TwentyMHzFrameReceivedCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall be incremented when a Frame is received
only on the primary channel."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 41 }
.1.2.840.10036.2.2.1.42
dot11FortyMHzFrameReceivedCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall be incremented when a Frame is received on
both the control and secondary channels."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 42 }

.1.2.840.10036.2.2.1.43
dot11PSMPSuccessCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall be incremented when an allocated PSMP-UTT
is used."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 43 }

.1.2.840.10036.2.2.1.44
dot11PSMPFailureCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall be incremented when an allocated PSMP-UTT
is not used."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 44 }

.1.2.840.10036.2.2.1.45
dot11GrantedRDGUsedCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter at the RD initiator shall be incremented when an
allocated RDG is used by the station, apart from transmitting a response
frame such as ACK or Block Ack frames."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 45 }

.1.2.840.10036.2.2.1.46
dot11GrantedRDGUnusedCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter at the initiatior shall be incremented when an
allocated RDG is not used by the station, apart from transmitting a
response
frame such as ACK or Block Ack frames."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 46 }
.1.2.840.10036.2.2.1.47
dot11TransmittedFramesInGrantedRDGCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter at the initiatior shall be incremented for every
frame, other than response frames such as ACK or Block Ack frames,
transmitted by the station during a granted RDG."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 47 }

.1.2.840.10036.2.2.1.48
dot11TransmittedOctetsInGrantedRDGCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter at the initiatior shall be incremented by the
number of octets in the framebody of a frame, other than response frames
such
as ACK or Block Ack frames, transmitted by the station during a granted
RDG."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 48 }

.1.2.840.10036.2.2.1.49
dot11BeamformingFrameCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall be incremented when th transmitter sends a
frame with new/updated beam forming parameters."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 49 }

.1.2.840.10036.2.2.1.50
dot11DualCTSSuccessCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall be incremented when AP sends a dual CTS in
response to a STA initiating TXOP in extended range."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 50 }

.1.2.840.10036.2.2.1.51
dot11DualCTSFailureCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall be incremented when AP fails to send a
dual CTS in response to a STA initiating TXOP in extended range."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 51 }
.1.2.840.10036.2.2.1.52
dot11STBCCTSSuccessCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall be incremented when AP does not detect a
collision PIFS after sending a CTS to self STBC frame in extended range."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 52 }

.1.2.840.10036.2.2.1.53
dot11STBCCTSFailureCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall be incremented when AP detects a collision
PIFS after sending a CTS to self STBC frame in extended range."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 53 }

.1.2.840.10036.2.2.1.54
dot11nonSTBCCTSSuccessCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall be incremented when AP does not detect a
collision PIFS after sending a CTS to self that is an non-STBC frame in
extended range."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 54 }

.1.2.840.10036.2.2.1.55
dot11nonSTBCCTSFailureCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall be incremented when AP detects a collision
PIFS after sending a CTS to self that is an non-STBC frame in extended
range."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 55 }

.1.2.840.10036.2.2.1.56
dot11RTSLSIGSuccessCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall be incremented when the duration/ID field
is set according to the rules of EPP in the received CTS following a
transmission of RTS in EPP mode."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 56 }

.1.2.840.10036.2.2.1.57
dot11RTSLSIGFailureCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall be incremented when the duration/ID field
is not set according to the rules of EPP in the received CTS following a
transmission of RTS in EPP mode."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11CountersTable(2) dot11CountersEntry(1) 57 }

.1.2.840.10036.2.3
dot11GroupAddressesTable OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A conceptual table containing a set of MAC addresses
identifying the multicast-group addresses for which this STA
will receive frames. The default value of this attribute
shall be null."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) 3 }

.1.2.840.10036.2.3.1
dot11GroupAddressesEntry OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ifIndex, dot11GroupAddressesIndex }
DESCRIPTION "An Entry (conceptual row) in the Group Addresses Table.

ifIndex - Each IEEE 802.11 interface is represented by an


ifEntry. Interface tables in this MIB module are indexed
by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11GroupAddressesTable(3) 1 }

.1.2.840.10036.2.3.1.1
dot11GroupAddressesIndex OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Integer32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The auxiliary variable used to identify instances
of the columnar objects in the Group Addresses Table."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11GroupAddressesTable(3) dot11GroupAddressesEntry(1) 1 }

.1.2.840.10036.2.3.1.2
dot11Address OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION MacAddress
SYNTAX OCTET STRING (6)
DISPLAY-HINT "1x:"
MAX-ACCESS read-create
STATUS current
DESCRIPTION "MAC address identifying multicast-group addresses
from which this STA will receive frames."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11GroupAddressesTable(3) dot11GroupAddressesEntry(1) 2 }
.1.2.840.10036.2.3.1.3
dot11GroupAddressesStatus OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION RowStatus
SYNTAX INTEGER {active(1), notInService(2), notReady(3), createAndGo(4),
createAndWait(5), destroy(6)}
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The status column used for creating, modifying, and
deleting instances of the columnar objects in the Group
Addresses Table."
DEFVAL { active }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11GroupAddressesTable(3) dot11GroupAddressesEntry(1) 3 }

.1.2.840.10036.2.4
dot11EDCATable OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Conceptual table for EDCA default parameter values at a non-AP
STA.
This table shall contain the four entries of the EDCA parameters
corresponding to four possible ACs. Index 1 corresponds to AC_BK,
index 2 to AC_BE, index 3 to AC_VI, and index 4 to AC_VO."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) 4 }

.1.2.840.10036.2.4.1
dot11EDCAEntry OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ifIndex, dot11EDCATableIndex }
DESCRIPTION "An Entry (conceptual row) in the EDCA Table.

ifIndex - Each IEEE 802.11 interface is represented by an ifEntry.


Interface tables in this MIB module are indexed by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11EDCATable(4) 1 }

.1.2.840.10036.2.4.1.1
dot11EDCATableIndex OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (1..4)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The auxiliary variable used to identify instances of the
columnar
objects in the EDCA Table. The value of this variable is
1) 1, if the value of the AC is AC_BK.
2) 2, if the value of the AC is AC_BE.
3) 3, if the value of the AC is AC_VI.
4) 4, if the value of the AC is AC_VO."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11EDCATable(4) dot11EDCAEntry(1) 1 }

.1.2.840.10036.2.4.1.2
dot11EDCATableCWmin OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (0..255)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute shall specify the value of the minimum size of
the window that shall be used by a STA for a particular AC for
generating a random number for the backoff. The value of this
attribute shall be such that it could always be expressed in
the form of 2X - 1, where X is an integer.
The default value for this attribute is
1) aCWmin, if dot11EDCATableIndex is 1 or 2.
2) (aCWmin+1)/2 - 1, if dot11EDCATableIndex is 3.
3) (aCWmin+1)/4 - 1, if dot11EDCATableIndex is 4."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11EDCATable(4) dot11EDCAEntry(1) 2 }

.1.2.840.10036.2.4.1.3
dot11EDCATableCWmax OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute shall specify the value of the maximum size
of the window that shall be used by a STA for a particular
AC for generating a random number for the backoff. The value of this
attribute shall be such that it could always be expressed
in the form of 2X - 1, where X is an integer.
The default value for this attribute is
1) aCWmax, if dot11EDCATableIndex is 1 or 2.
2) aCWmin, if dot11EDCATableIndex is 3.
3) (aCWmin+1)/2 - 1, if dot11EDCATableIndex is 4."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11EDCATable(4) dot11EDCAEntry(1) 3 }

.1.2.840.10036.2.4.1.4
dot11EDCATableAIFSN OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (2..15)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute shall specify the number of slots, after a
SIFS duration, that the STA, for a particular AC,
shall sense the medium idle either before transmitting or
executing a backoff. The default value for this attribute is
1) 7, if dot11EDCATableIndex is 1,
2) 3, if dot11EDCATableIndex is 2
3) 2, otherwise."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11EDCATable(4) dot11EDCAEntry(1) 4 }

.1.2.840.10036.2.4.1.5
dot11EDCATableTXOPLimit OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute shall specify the maximum number of microseconds
of an EDCA TXOP for a given AC at a non-AP STA. The default value
for this attribute is
1) 0 for all PHYs, if dot11EDCATableIndex is 1 or 2; this implies
that the sender can send one MSDU in an EDCA TXOP,
2) 3008 microseconds for Clause 17 and Clause 19 PHY and 6016
microseconds for Clause 18 PHY, if dot11EDCATableIndex is 3,
3) 1504 microseconds for Clause 17 and Clause 19 PHY and 3264
microseconds for Clause 18 PHY, if dot11EDCATableIndex is 4."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11EDCATable(4) dot11EDCAEntry(1) 5 }

.1.2.840.10036.2.4.1.6
dot11EDCATableMSDULifetime OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (0..500)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute shall specify (in TUs) the maximum duration an
MSDU,
for a given AC, would be retained by the MAC before it is discarded.
The default value for this parameter shall be 500."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11EDCATable(4) dot11EDCAEntry(1) 6 }

.1.2.840.10036.2.4.1.7
dot11EDCATableMandatory OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that admission control is
mandatory
for the given AC. When False, this attribute indicates that the admission
control is not mandatory for the given AC. The default value for this
parameter shall be FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11EDCATable(4) dot11EDCAEntry(1) 7 }

.1.2.840.10036.2.5
dot11QAPEDCATable OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Conceptual table for EDCA default parameter values at the AP.
This table shall contain the four entries of the EDCA parameters
corresponding to four possible ACs. Index 1 corresponds to AC_BK,
index 2 to AC_BE, index 3 to AC_VI, and index 4 to AC_VO."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) 5 }

.1.2.840.10036.2.5.1
dot11QAPEDCAEntry OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ifIndex, dot11QAPEDCATableIndex }
DESCRIPTION "An Entry (conceptual row) in the EDCA Table.

ifIndex - Each IEEE 802.11 interface is represented by an


ifEntry. Interface tables in this MIB module are indexed
by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11QAPEDCATable(5) 1 }

.1.2.840.10036.2.5.1.1
dot11QAPEDCATableIndex OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (1..4)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The auxiliary variable used to identify instances of the
columnar
objects in the EDCA Table. The value of this variable is
1) 1, if the value of the AC is AC_BK.
2) 2, if the value of the AC is AC_BE.
3) 3, if the value of the AC is AC_VI.
4) 4, if the value of the AC is AC_VO."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11QAPEDCATable(5) dot11QAPEDCAEntry(1) 1 }

.1.2.840.10036.2.5.1.2
dot11QAPEDCATableCWmin OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (0..255)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute shall specify the value of the minimum size of
the window that shall be used by an AP for a particular AC for
generating a random number for the backoff. The value of this
attribute shall be such that it could always be expressed in
the form of 2X - 1, where X is an integer. The default value for
this attribute is
1) aCWmin, if dot11QAPEDCATableIndex is 1 or 2.
2) (aCWmin+1)/2 - 1, if dot11QAPEDCATableIndex is 3.
3) (aCWmin+1)/4 - 1, if dot11QAPEDCATableIndex is 4."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11QAPEDCATable(5) dot11QAPEDCAEntry(1) 2 }

.1.2.840.10036.2.5.1.3
dot11QAPEDCATableCWmax OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute shall specify the value of the maximum size of
the window that shall be used by an AP for a particular AC for
generating a random number for the backoff. The value of this
attribute shall be such that it could always be expressed in
the form of 2X - 1, where X is an integer. The default value for
this attribute is
1) aCWmax, if dot11QAPEDCATableIndex is 1.
2) 4*(aCWmin+1) - 1, if dot11QAPEDCATableIndex is 2.
3) aCWmin, if dot11QAPEDCATableIndex is 3.
4) (aCWmin+1)/2 - 1, if dot11QAPEDCATableIndex is 4."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11QAPEDCATable(5) dot11QAPEDCAEntry(1) 3 }

.1.2.840.10036.2.5.1.4
dot11QAPEDCATableAIFSN OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (1..15)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute shall specify the number of slots, after a SIFS
duration, that the AP, for a particular AC, shall sense the
medium idle either before transmitting or executing a backoff.
The default value for this attribute is
1) 7, if dot11QAPEDCATableIndex is 1,
2) 3, if dot11QAPEDCATableIndex is 2
3) 1, otherwise."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11QAPEDCATable(5) dot11QAPEDCAEntry(1) 4 }

.1.2.840.10036.2.5.1.5
dot11QAPEDCATableTXOPLimit OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute shall specify the maximum number of microseconds
of an EDCA TXOP for a given AC at the AP. The default value for
this attribute is
1) 0 for all PHYs, if dot11QAPEDCATableIndex is 1 or 2; this
implies that the sender can send one MSDU in an EDCA TXOP,
2) 3008 microseconds for Clause 17 and Clause 19 PHY and 6016
microseconds for Clause 18 PHY, if dot11QAPEDCATableIndex is 3,
3) 1504 microseconds for Clause 17 and Clause 19 PHY and 3264
microseconds for Clause 18 PHY, if dot11QAPEDCATableIndex is 4."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11QAPEDCATable(5) dot11QAPEDCAEntry(1) 5 }

.1.2.840.10036.2.5.1.6
dot11QAPEDCATableMSDULifetime OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (0..500)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute shall specify (in TUs) the maximum duration an
MSDU,
for a given AC, would be retained by the MAC at the AP before it is
discarded.
The default value for this parameter shall be
500."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11QAPEDCATable(5) dot11QAPEDCAEntry(1) 6 }

.1.2.840.10036.2.5.1.7
dot11QAPEDCATableMandatory OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that admission control is
mandatory
for the given AC. When False, this attribute indicates that the admission
control is not mandatory for the given AC. The default value for this
parameter shall be FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11QAPEDCATable(5) dot11QAPEDCAEntry(1) 7 }

.1.2.840.10036.2.6
dot11QosCountersTable OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Group containing attributes that are MAC counters implemented
as a table to allow for multiple instantiations on an agent."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2) 6 }

.1.2.840.10036.2.6.1
dot11QosCountersEntry OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ifIndex, dot11QosCountersIndex }
DESCRIPTION "An Entry (conceptual row) in the EDCA Table.

ifIndex - Each IEEE 802.11 interface is represented by an


ifEntry. Interface tables in this MIB module are indexed
by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11QosCountersTable(6) 1 }

.1.2.840.10036.2.6.1.1
dot11QosCountersIndex OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (1..16)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The auxiliary variable used to identify instances of the
columnar
objects in the QoSCounter Table. The value of this variable is equal to TID
+ 1."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11QosCountersTable(6) dot11QosCountersEntry(1) 1 }

.1.2.840.10036.2.6.1.2
dot11QosTransmittedFragmentCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall be incremented for an acknowledged MPDU,
for a particular UP, with an individual address in the address
1 field or an MPDU with a multicast address in the address 1 field,
either belonging to a particular TID. This counter has relevance only for
TIDs between 0 and 7."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11QosCountersTable(6) dot11QosCountersEntry(1) 2 }

.1.2.840.10036.2.6.1.3
dot11QosFailedCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall increment when an MSDU, for a particular UP,
is not transmitted successfully due to the number of transmit attempts
exceeding either the dot11ShortRetryLimit or dot11LongRetryLimit.
This counter has relevance only for TIDs between 0 and 7."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11QosCountersTable(6) dot11QosCountersEntry(1) 3 }

.1.2.840.10036.2.6.1.4
dot11QosRetryCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall increment when an MSDU, of a particular UP,
is successfully transmitted after one or more retransmissions.
This counter has relevance only for TIDs between 0 and 7."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11QosCountersTable(6) dot11QosCountersEntry(1) 4 }

.1.2.840.10036.2.6.1.5
dot11QosMultipleRetryCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall increment when an MSDU, of a particular UP,
is successfully transmitted after more than one retransmissions.
This counter has relevance only for TIDs between 0 and 7."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11QosCountersTable(6) dot11QosCountersEntry(1) 5 }

.1.2.840.10036.2.6.1.6
dot11QosFrameDuplicateCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall increment when a frame, of a particular UP,
is received that the Sequence Control field indicates is a duplicate.
This counter has relevance only for TIDs between 0 and 7."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11QosCountersTable(6) dot11QosCountersEntry(1) 6 }

.1.2.840.10036.2.6.1.7
dot11QosRTSSuccessCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall increment when a CTS is received in response
to an RTS that has been sent for the transmission of an MPDU of a
particular UP. This counter has relevance only for TIDs between 0 and 7."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11QosCountersTable(6) dot11QosCountersEntry(1) 7 }

.1.2.840.10036.2.6.1.8
dot11QosRTSFailureCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall increment when a CTS is not received in
response to an RTS that has been sent for the transmission of an
MPDU of a particular UP. This counter has relevance only for TIDs between 0
and 7."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11QosCountersTable(6) dot11QosCountersEntry(1) 8 }

.1.2.840.10036.2.6.1.9
dot11QosACKFailureCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall increment when an ACK is not received in
response
to an MPDU of a particular UP. This counter has relevance only for
TIDs between 0 and 7."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11QosCountersTable(6) dot11QosCountersEntry(1) 9 }

.1.2.840.10036.2.6.1.10
dot11QosReceivedFragmentCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall be incremented for each successfully received
MPDU of type Data of a particular UP. This counter has relevance only
for TIDs between 0 and 7."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11QosCountersTable(6) dot11QosCountersEntry(1) 10 }

.1.2.840.10036.2.6.1.11
dot11QosTransmittedFrameCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall increment for each successfully transmitted
MSDU of a particular UP. This counter has relevance only for TIDs between 0
and 7."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11QosCountersTable(6) dot11QosCountersEntry(1) 11 }

.1.2.840.10036.2.6.1.12
dot11QosDiscardedFrameCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall increment for each Discarded MSDU of a
particular UP. This counter has relevance only for TIDs between 0 and 7."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11QosCountersTable(6) dot11QosCountersEntry(1) 12 }

.1.2.840.10036.2.6.1.13
dot11QosMPDUsReceivedCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall increment for each received MPDU of a
particular TID."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11QosCountersTable(6) dot11QosCountersEntry(1) 13 }

.1.2.840.10036.2.6.1.14
dot11QosRetriesReceivedCount OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This counter shall increment for each received MPDU of a
particular TID with the retry bit set to 1."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11mac(2)
dot11QosCountersTable(6) dot11QosCountersEntry(1) 14 }

.1.2.840.10036.3
dot11res OBJECT-TYPE
-- FROM IEEE802dot11-MIB
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) 3 }

.1.2.840.10036.3.1
dot11resAttribute OBJECT-TYPE
-- FROM IEEE802dot11-MIB
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11res(3) 1 }

.1.2.840.10036.3.1.1
dot11ResourceTypeIDName OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION DisplayString
SYNTAX OCTET STRING (4)
DISPLAY-HINT "255a"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Contains the name of the Resource Type ID managed object.
The attribute is read-only and always contains the value
RTID. This attribute value shall not be used as a naming
attribute for any other managed object class."
DEFVAL { \"RTID\" }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11res(3)
dot11resAttribute(1) 1 }

.1.2.840.10036.3.1.2
dot11ResourceInfoTable OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Provides a means of indicating, in data readable from a
managed object, information that identifies the source of
the implementation."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11res(3)
dot11resAttribute(1) 2 }

.1.2.840.10036.3.1.2.1
dot11ResourceInfoEntry OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ifIndex }
DESCRIPTION "An entry in the dot11ResourceInfo Table.

ifIndex - Each IEEE 802.11 interface is represented by an


ifEntry. Interface tables in this MIB module are indexed
by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11res(3)
dot11resAttribute(1) dot11ResourceInfoTable(2) 1 }

.1.2.840.10036.3.1.2.1.1
dot11manufacturerOUI OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX OCTET STRING (3)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Takes the value of an organizationally unique identifier."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11res(3)
dot11resAttribute(1) dot11ResourceInfoTable(2) dot11ResourceInfoEntry(1) 1 }

.1.2.840.10036.3.1.2.1.2
dot11manufacturerName OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION DisplayString
SYNTAX OCTET STRING (0..128)
DISPLAY-HINT "255a"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A printable string used to identify the manufacturer of the
resource. Maximum string length is 128 octets."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11res(3)
dot11resAttribute(1) dot11ResourceInfoTable(2) dot11ResourceInfoEntry(1) 2 }

.1.2.840.10036.3.1.2.1.3
dot11manufacturerProductName OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION DisplayString
SYNTAX OCTET STRING (0..128)
DISPLAY-HINT "255a"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A printable string used to identify the manufacturer's product
name of the resource. Maximum string length is 128 octets."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11res(3)
dot11resAttribute(1) dot11ResourceInfoTable(2) dot11ResourceInfoEntry(1) 3 }

.1.2.840.10036.3.1.2.1.4
dot11manufacturerProductVersion OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION DisplayString
SYNTAX OCTET STRING (0..128)
DISPLAY-HINT "255a"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Printable string used to identify the manufacturer's product
version of the resource. Maximum string length is 128 octets."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11res(3)
dot11resAttribute(1) dot11ResourceInfoTable(2) dot11ResourceInfoEntry(1) 4 }
.1.2.840.10036.4
dot11phy OBJECT-TYPE
-- FROM IEEE802dot11-MIB
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) 4 }

.1.2.840.10036.4.1
dot11PhyOperationTable OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "PHY level attributes concerned with
operation. Implemented as a table indexed on
ifIndex to allow for multiple instantiations on an
Agent."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) 1 }

.1.2.840.10036.4.1.1
dot11PhyOperationEntry OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ifIndex }
DESCRIPTION "An entry in the dot11PhyOperation Table.

ifIndex - Each IEEE 802.11 interface is represented by an


ifEntry. Interface tables in this MIB module are indexed
by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyOperationTable(1) 1 }

.1.2.840.10036.4.1.1.1
dot11PHYType OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER {fhss(1), dsss(2), irbaseband(3), ofdm(4), hrdsss(5), erp(6),
ht(7)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This is an 8-bit integer value that identifies the PHY type
supported by the attached PLCP and PMD. Currently defined
values and their corresponding PHY types are:

FHSS 2.4 GHz = 01, DSSS 2.4 GHz = 02, IR Baseband = 03, OFDM 5GHz = 04,
HRDSSS = 05, ERP = 06, HT = 07"
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyOperationTable(1) dot11PhyOperationEntry(1) 1 }

.1.2.840.10036.4.1.1.2
dot11CurrentRegDomain OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The current regulatory domain this instance of the PMD is
supporting. This object corresponds to one of the
RegDomains listed in dot11RegDomainsSupported."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyOperationTable(1) dot11PhyOperationEntry(1) 2 }
.1.2.840.10036.4.1.1.3
dot11TempType OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER {tempType1(1), tempType2(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "There are different operating temperature requirements
dependent on the anticipated environmental conditions. This
attribute describes the current PHY's operating temperature
range capability. Currently defined values and their
corresponding temperature ranges are:

Type 1 = X'01'-Commercial range of 0 to 40 degrees C,

Type 2 = X'02'-Industrial range of -30 to 70 degrees C."


::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyOperationTable(1) dot11PhyOperationEntry(1) 3 }

.1.2.840.10036.4.2
dot11PhyAntennaTable OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Group of attributes for PhyAntenna. Implemented as a
table indexed on ifIndex to allow for multiple instances on
an agent."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) 2 }

.1.2.840.10036.4.2.1
dot11PhyAntennaEntry OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ifIndex }
DESCRIPTION "An entry in the dot11PhyAntenna Table.

ifIndex - Each IEEE 802.11 interface is represented by an


ifEntry. Interface tables in this MIB module are indexed
by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyAntennaTable(2) 1 }

.1.2.840.10036.4.2.1.1
dot11CurrentTxAntenna OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Integer32 (1..255)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The current antenna being used to transmit. This value
is one of the values appearing in dot11SupportedTxAntenna.
This may be used by a management agent to control which antenna
is used for transmission. "
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyAntennaTable(2) dot11PhyAntennaEntry(1) 1 }

.1.2.840.10036.4.2.1.2
dot11DiversitySupport OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER {fixedlist(1), notsupported(2), dynamic(3)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This implementation's support for diversity, encoded as:

X'01'-diversity is available and is performed over the fixed


list of antennas defined in dot11DiversitySelectionRx.

X'02'-diversity is not supported.

X'03'-diversity is supported and control of diversity is also


available, in which case the attribute dot11DiversitySelectionRx
can be dynamically modified by the LME."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyAntennaTable(2) dot11PhyAntennaEntry(1) 2 }

.1.2.840.10036.4.2.1.3
dot11CurrentRxAntenna OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Integer32 (1..255)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The current antenna being used to receive, if the dot11
DiversitySupport indicates that diversity is not supported.
The selected antenna shall be one of the antennae marked
for receive in the dot11AntennasListTable."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyAntennaTable(2) dot11PhyAntennaEntry(1) 3 }

.1.2.840.10036.4.2.1.4
dot11AntennaSelectionOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that antenna selection
is supported by the station implementation. "
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyAntennaTable(2) dot11PhyAntennaEntry(1) 4 }

.1.2.840.10036.4.2.1.5
dot11TransmitExplicitCSIFeedbackASOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the transmit
antenna selection (#905) based on explicit CSI feedback is supported by the
station implementation. "
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyAntennaTable(2) dot11PhyAntennaEntry(1) 5 }

.1.2.840.10036.4.2.1.6
dot11TransmitIndicesFeedbackASOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the transmit
antenna selection based on antenna indices feedback is supported by the
station implementation."
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyAntennaTable(2) dot11PhyAntennaEntry(1) 6 }

.1.2.840.10036.4.2.1.7
dot11ExplicitCSIFeedbackASOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the computation of
CSI and feedback to support the peer to do antenna selection is supported
by
the station implementation."
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyAntennaTable(2) dot11PhyAntennaEntry(1) 7 }

.1.2.840.10036.4.2.1.8
dot11TransmitIndicesComputationASOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the transmit
antenna selection based on antenna indices selection computation and
feedback the results to support the peer to do antenna selection is
supported
by the station implementation."
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyAntennaTable(2) dot11PhyAntennaEntry(1) 8 }

.1.2.840.10036.4.2.1.9
dot11ReceiveAntennaSelectionOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the receive antenna
selection is supported by the station implementation. "
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyAntennaTable(2) dot11PhyAntennaEntry(1) 9 }

.1.2.840.10036.4.2.1.10
dot11TransmitSoundingPPDUOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the transmission of
sounding PPDUs is supported by the station implementation. "
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyAntennaTable(2) dot11PhyAntennaEntry(1) 10 }

.1.2.840.10036.4.2.1.11
dot11NumberOfActiveRxAntennas OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (1..4)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute indicates the number of current active antennas
being used to receive."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyAntennaTable(2) dot11PhyAntennaEntry(1) 11 }

.1.2.840.10036.4.3
dot11PhyTxPowerTable OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Group of attributes for dot11PhyTxPowerTable. Implemented
as a table indexed on STA ID to allow for multiple
instances on an Agent."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) 3 }

.1.2.840.10036.4.3.1
dot11PhyTxPowerEntry OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ifIndex }
DESCRIPTION "An entry in the dot11PhyTxPower Table.

ifIndex - Each IEEE 802.11 interface is represented by an


ifEntry. Interface tables in this MIB module are indexed
by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyTxPowerTable(3) 1 }

.1.2.840.10036.4.3.1.1
dot11NumberSupportedPowerLevels OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (1..8)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of power levels supported by the PMD.
This attribute can have a value of 1 to 8."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyTxPowerTable(3) dot11PhyTxPowerEntry(1) 1 }

.1.2.840.10036.4.3.1.2
dot11TxPowerLevel1 OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (0..10000)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The transmit output power for LEVEL1 in mW.
This is also the default power level."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyTxPowerTable(3) dot11PhyTxPowerEntry(1) 2 }

.1.2.840.10036.4.3.1.3
dot11TxPowerLevel2 OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (0..10000)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The transmit output power for LEVEL2 in mW."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyTxPowerTable(3) dot11PhyTxPowerEntry(1) 3 }

.1.2.840.10036.4.3.1.4
dot11TxPowerLevel3 OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (0..10000)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The transmit output power for LEVEL3 in mW."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyTxPowerTable(3) dot11PhyTxPowerEntry(1) 4 }

.1.2.840.10036.4.3.1.5
dot11TxPowerLevel4 OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (0..10000)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The transmit output power for LEVEL4 in mW."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyTxPowerTable(3) dot11PhyTxPowerEntry(1) 5 }

.1.2.840.10036.4.3.1.6
dot11TxPowerLevel5 OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (0..10000)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The transmit output power for LEVEL5 in mW."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyTxPowerTable(3) dot11PhyTxPowerEntry(1) 6 }

.1.2.840.10036.4.3.1.7
dot11TxPowerLevel6 OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (0..10000)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The transmit output power for LEVEL6 in mW."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyTxPowerTable(3) dot11PhyTxPowerEntry(1) 7 }

.1.2.840.10036.4.3.1.8
dot11TxPowerLevel7 OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (0..10000)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The transmit output power for LEVEL7 in mW."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyTxPowerTable(3) dot11PhyTxPowerEntry(1) 8 }

.1.2.840.10036.4.3.1.9
dot11TxPowerLevel8 OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (0..10000)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The transmit output power for LEVEL8 in mW."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyTxPowerTable(3) dot11PhyTxPowerEntry(1) 9 }

.1.2.840.10036.4.3.1.10
dot11CurrentTxPowerLevel OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (1..8)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The TxPowerLevel N currently being used to transmit data.
Some PHYs also use this value to determine the receiver
sensitivity requirements for CCA."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyTxPowerTable(3) dot11PhyTxPowerEntry(1) 10 }

.1.2.840.10036.4.4
dot11PhyFHSSTable OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Group of attributes for dot11PhyFHSSTable. Implemented as a
table indexed on STA ID to allow for multiple instances on
an Agent."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) 4 }

.1.2.840.10036.4.4.1
dot11PhyFHSSEntry OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ifIndex }
DESCRIPTION "An entry in the dot11PhyFHSS Table.

ifIndex - Each IEEE 802.11 interface is represented by an


ifEntry. Interface tables in this MIB module are indexed
by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyFHSSTable(4) 1 }

.1.2.840.10036.4.4.1.1
dot11HopTime OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (224)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The time in microseconds for the PMD to change from
channel 2 to channel 80."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyFHSSTable(4) dot11PhyFHSSEntry(1) 1 }

.1.2.840.10036.4.4.1.2
dot11CurrentChannelNumber OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (0..200)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The current channel number of the frequency output by the RF
synthesizer."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyFHSSTable(4) dot11PhyFHSSEntry(1) 2 }

.1.2.840.10036.4.4.1.3
dot11MaxDwellTime OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (1..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The maximum time in TU that the transmitter
is permitted to operate on a single channel."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyFHSSTable(4) dot11PhyFHSSEntry(1) 3 }

.1.2.840.10036.4.4.1.4
dot11CurrentDwellTime OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (1..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The current time in TU that the transmitter shall operate
on a single channel, as set by the MAC. Default is 19 TU."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyFHSSTable(4) dot11PhyFHSSEntry(1) 4 }

.1.2.840.10036.4.4.1.5
dot11CurrentSet OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (1..255)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The current set of patterns the PLME
is using to determine the hopping sequence. "
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyFHSSTable(4) dot11PhyFHSSEntry(1) 5 }

.1.2.840.10036.4.4.1.6
dot11CurrentPattern OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (0..255)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The current pattern the PLME is
using to determine the hop sequence."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyFHSSTable(4) dot11PhyFHSSEntry(1) 6 }
.1.2.840.10036.4.4.1.7
dot11CurrentIndex OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (1..255)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The current index value the PLME is using to determine
the CurrentChannelNumber."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyFHSSTable(4) dot11PhyFHSSEntry(1) 7 }

.1.2.840.10036.4.4.1.8
dot11EHCCPrimeRadix OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute indicates the value to be used as the prime radix
(N) in the HCC and
EHCC algorithms."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyFHSSTable(4) dot11PhyFHSSEntry(1) 8 }

.1.2.840.10036.4.4.1.9
dot11EHCCNumberofChannelsFamilyIndex OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute indicates the value to be used as the maximum
for the family index (a) in the HCC and EHCC algorithms.
The value of this field shall not be less than the prime radix minus 3 (N -
3).
The valid range of
allowed values is (N - 1), (N - 2), and (N - 3)."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyFHSSTable(4) dot11PhyFHSSEntry(1) 9 }

.1.2.840.10036.4.4.1.10
dot11EHCCCapabilityImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the station
implementation is capable of generating
the HCC or EHCC algorithms for determining Hopping patterns.
The capability is disabled, otherwise.
The default value of this attribute is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyFHSSTable(4) dot11PhyFHSSEntry(1) 10 }

.1.2.840.10036.4.4.1.11
dot11EHCCCapabilityEnabled OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the capability of
the station to operate using the HCC or EHCC algorithms for
determining Hopping Patterns is enabled. The capability
is disabled, otherwise. The default value of this attribute is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyFHSSTable(4) dot11PhyFHSSEntry(1) 11 }

.1.2.840.10036.4.4.1.12
dot11HopAlgorithmAdopted OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER {crnt(1), hopindex(2), hcc(3)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute, indicates which of the algorithms will be used
to generate the Hopping Patterns. Valid values are:

1 - hopping patterns as defined in Clause 14


2 - hop index method (with or without table)
3 - HCC/EHCC method"
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyFHSSTable(4) dot11PhyFHSSEntry(1) 12 }

.1.2.840.10036.4.4.1.13
dot11RandomTableFlag OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute, indicates that a Random Table is present
when the value is TRUE. When the value is FALSE it indicates
that a Random Table is not present and that the hop index
method is to be
used to determine the hopping sequence. The default value
of this attribute is TRUE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyFHSSTable(4) dot11PhyFHSSEntry(1) 13 }

.1.2.840.10036.4.4.1.14
dot11NumberofHoppingSets OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The Number of Sets field indicates the total number of sets
within the hopping patterns."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyFHSSTable(4) dot11PhyFHSSEntry(1) 14 }

.1.2.840.10036.4.4.1.15
dot11HopModulus OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of allowed channels for the hopping set.
This is defined by the governing regulatory agency
for the country code of the country
in which this device is operating."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyFHSSTable(4) dot11PhyFHSSEntry(1) 15 }

.1.2.840.10036.4.4.1.16
dot11HopOffset OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The next position in the hopping set."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyFHSSTable(4) dot11PhyFHSSEntry(1) 16 }

.1.2.840.10036.4.5
dot11PhyDSSSTable OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Entry of attributes for dot11PhyDSSSEntry. Implemented as a
table indexed on ifIndex to allow for multiple instances on
an Agent."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) 5 }

.1.2.840.10036.4.5.1
dot11PhyDSSSEntry OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ifIndex }
DESCRIPTION "An entry in the dot11PhyDSSSEntry Table.

ifIndex - Each IEEE 802.11 interface is represented by an


ifEntry. Interface tables in this MIB module are indexed
by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyDSSSTable(5) 1 }

.1.2.840.10036.4.5.1.1
dot11CurrentChannel OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (1..14)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The current operating frequency channel of the DSSS
PHY. Valid channel numbers are as defined in 15.4.6.2"
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyDSSSTable(5) dot11PhyDSSSEntry(1) 1 }

.1.2.840.10036.4.5.1.2
dot11CCAModeSupported OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (1..7)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "dot11CCAModeSupported is a bit-significant value,
representing all of the CCA modes supported by the PHY. Valid values are:
energy detect only (ED_ONLY) = 01, carrier sense only (CS_ONLY) = 02,
carrier sense and energy detect (ED_and_CS)= 04

or the logical sum of any of these values. This attribute


shall not be used to indicate the CCA modes supported by a
higher rate extension PHY. Rather, the dot11HRCCAModeSupported
attribute shall be used to indicate the CCA modes of
the higher rate extension PHY."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyDSSSTable(5) dot11PhyDSSSEntry(1) 2 }

.1.2.840.10036.4.5.1.3
dot11CurrentCCAMode OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER {edonly(1), csonly(2), edandcs(4), cswithtimer(8),
hrcsanded(16)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The current CCA method in operation. Valid values are:
energy detect only (edonly) = 01,
carrier sense only (csonly) = 02,
carrier sense and energy detect (edandcs)= 04
carrier sense with timer (cswithtimer)= 08
high rate carrier sense and energy detect (hrcsanded)=16."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyDSSSTable(5) dot11PhyDSSSEntry(1) 3 }

.1.2.840.10036.4.5.1.4
dot11EDThreshold OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The current Energy Detect Threshold being used by the DSSS PHY."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyDSSSTable(5) dot11PhyDSSSEntry(1) 4 }

.1.2.840.10036.4.6
dot11PhyIRTable OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Group of attributes for dot11PhyIRTable. Implemented as a
table indexed on ifIndex to allow for multiple instances on
an Agent."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) 6 }

.1.2.840.10036.4.6.1
dot11PhyIREntry OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ifIndex }
DESCRIPTION "An entry in the dot11PhyIR Table.

ifIndex - Each IEEE 802.11 interface is represented by an


ifEntry. Interface tables in this MIB module are indexed
by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyIRTable(6) 1 }

.1.2.840.10036.4.6.1.1
dot11CCAWatchdogTimerMax OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This parameter, together with CCAWatchdogCountMax,
determines when energy detected in the channel can be
ignored."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyIRTable(6) dot11PhyIREntry(1) 1 }

.1.2.840.10036.4.6.1.2
dot11CCAWatchdogCountMax OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This parameter, together with CCAWatchdogTimerMax,
determines when energy detected in the channel can be
ignored."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyIRTable(6) dot11PhyIREntry(1) 2 }

.1.2.840.10036.4.6.1.3
dot11CCAWatchdogTimerMin OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The minimum value to which CCAWatchdogTimerMax can be
set."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyIRTable(6) dot11PhyIREntry(1) 3 }

.1.2.840.10036.4.6.1.4
dot11CCAWatchdogCountMin OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The minimum value to which CCAWatchdogCount can be set."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyIRTable(6) dot11PhyIREntry(1) 4 }

.1.2.840.10036.4.7
dot11RegDomainsSupportedTable OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "There are different operational requirements dependent on
the regulatory domain. This attribute list describes the
regulatory domains the PLCP and PMD support in this
implementation. Currently defined values and their
corresponding Regulatory Domains are:

FCC (USA) = X'10', DOC (Canada) = X'20', ETSI (most of


Europe) = X'30', Spain = X'31', France = X'32',
Japan = X'40', China = X'50', Other = X'00' "
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) 7 }

.1.2.840.10036.4.7.1
dot11RegDomainsSupportedEntry OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ifIndex, dot11RegDomainsSupportedIndex }
DESCRIPTION "An entry in the dot11RegDomainsSupportedTable.

ifIndex - Each IEEE 802.11 interface is represented by an


ifEntry. Interface tables in this MIB module are indexed
by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11RegDomainsSupportedTable(7) 1 }

.1.2.840.10036.4.7.1.1
dot11RegDomainsSupportedIndex OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Integer32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The auxiliary variable used to identify instances
of the columnar objects in the RegDomainsSupport Table."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11RegDomainsSupportedTable(7) dot11RegDomainsSupportedEntry(1) 1 }

.1.2.840.10036.4.7.1.2
dot11RegDomainsSupportedValue OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER {fcc(16), doc(32), etsi(48), spain(49), france(50), japan(64),
other(0)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "There are different operational requirements dependent on
the regulatory domain. This attribute list describes the
regulatory domains the PLCP and PMD support in this
implementation. Currently defined values and their
corresponding Regulatory Domains are:

FCC (USA) = X'10', DOC (Canada) = X'20', ETSI (most of


Europe) = X'30', Spain = X'31', France = X'32',
Japan = X'40', China = X'50' "
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11RegDomainsSupportedTable(7) dot11RegDomainsSupportedEntry(1) 2 }

.1.2.840.10036.4.8
dot11AntennasListTable OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table represents the list of antennae.
An antenna can be marked to be capable of transmitting,
receiving, and/or for participation in receive diversity.
Each entry in this table represents a single antenna with its properties.
The maximum number of antennae that can be contained in this table is 255."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) 8 }
.1.2.840.10036.4.8.1
dot11AntennasListEntry OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ifIndex, dot11AntennaListIndex }
DESCRIPTION "An entry in the dot11AntennasListTable, representing the
properties
of a single antenna.

ifIndex - Each IEEE 802.11 interface is represented by an


ifEntry. Interface tables in this MIB module are indexed
by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11AntennasListTable(8) 1 }

.1.2.840.10036.4.8.1.1
dot11AntennaListIndex OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Integer32 (1..255)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The unique index of an antenna which is used to identify the
columnar
objects in the dot11AntennasList Table."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11AntennasListTable(8) dot11AntennasListEntry(1) 1 }

.1.2.840.10036.4.8.1.2
dot11SupportedTxAntenna OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "When TRUE, this object indicates that the antenna represented by
dot11AntennaIndex can be used as a transmit antenna."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11AntennasListTable(8) dot11AntennasListEntry(1) 2 }

.1.2.840.10036.4.8.1.3
dot11SupportedRxAntenna OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "When TRUE, this object indicates that the antenna represented by
the
dot11AntennaIndex can be used as a receive antenna."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11AntennasListTable(8) dot11AntennasListEntry(1) 3 }

.1.2.840.10036.4.8.1.4
dot11DiversitySelectionRx OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "When TRUE, this object indicates that the antenna represented by
dot11AntennaIndex can be used for receive diversity. This object
shall be TRUE only if the antenna can be used as a receive antenna,
as indicated by dot11SupportedRxAntenna."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11AntennasListTable(8) dot11AntennasListEntry(1) 4 }

.1.2.840.10036.4.9
dot11SupportedDataRatesTxTable OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The Transmit bit rates supported by the PLCP and PMD,
represented by a count from X'02-X'7f, corresponding to data
rates in increments of 500kbit/s from 1 Mb/s to 63.5 Mb/s subject
to limitations of each individual PHY."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) 9 }

.1.2.840.10036.4.9.1
dot11SupportedDataRatesTxEntry OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ifIndex, dot11SupportedDataRatesTxIndex }
DESCRIPTION "An Entry (conceptual row) in the dot11SupportedDataRatesTx
Table.

ifIndex - Each IEEE 802.11 interface is represented by an


ifEntry. Interface tables in this MIB module are indexed
by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11SupportedDataRatesTxTable(9) 1 }

.1.2.840.10036.4.9.1.1
dot11SupportedDataRatesTxIndex OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Integer32 (1..255)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Index object that identifies which data rate to access.
Range is 1..255."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11SupportedDataRatesTxTable(9) dot11SupportedDataRatesTxEntry(1) 1 }

.1.2.840.10036.4.9.1.2
dot11SupportedDataRatesTxValue OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Integer32 (2..127)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The Transmit bit rates supported by the PLCP and PMD,
represented by a count from X'02-X'7f, corresponding to data
rates in increments of 500kbit/s from 1 Mb/s to 63.5 Mb/s subject
to limitations of each individual PHY."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11SupportedDataRatesTxTable(9) dot11SupportedDataRatesTxEntry(1) 2 }
.1.2.840.10036.4.10
dot11SupportedDataRatesRxTable OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The receive bit rates supported by the PLCP and PMD,
represented by a count from X'002-X'7f, corresponding to data
rates in increments of 500kbit/s from 1 Mb/s to 63.5 Mb/s."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) 10 }

.1.2.840.10036.4.10.1
dot11SupportedDataRatesRxEntry OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ifIndex, dot11SupportedDataRatesRxIndex }
DESCRIPTION "An Entry (conceptual row) in the dot11SupportedDataRatesRx
Table.

ifIndex - Each IEEE 802.11 interface is represented by an


ifEntry. Interface tables in this MIB module are indexed
by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11SupportedDataRatesRxTable(10) 1 }

.1.2.840.10036.4.10.1.1
dot11SupportedDataRatesRxIndex OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Integer32 (1..255)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Index object that identifies which data rate to access.
Range is 1..255."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11SupportedDataRatesRxTable(10) dot11SupportedDataRatesRxEntry(1) 1 }

.1.2.840.10036.4.10.1.2
dot11SupportedDataRatesRxValue OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Integer32 (2..127)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The receive bit rates supported by the PLCP and PMD,
represented by a count from X'02-X'7f, corresponding to data
rates in increments of 500kbit/s from 1 Mb/s to 63.5 Mb/s."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11SupportedDataRatesRxTable(10) dot11SupportedDataRatesRxEntry(1) 2 }

.1.2.840.10036.4.11
dot11PhyOFDMTable OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Group of attributes for dot11PhyOFDMTable. Implemented as a
table indexed on ifindex to allow for multiple instances on
an Agent."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) 11 }

.1.2.840.10036.4.11.1
dot11PhyOFDMEntry OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ifIndex }
DESCRIPTION "An entry in the dot11PhyOFDM Table.

ifIndex - Each IEEE 802.11 interface is represented by an


ifEntry. Interface tables in this MIB module are indexed
by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyOFDMTable(11) 1 }

.1.2.840.10036.4.11.1.1
dot11CurrentFrequency OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (0..200)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The number of the current operating frequency channel of the
OFDM PHY."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyOFDMTable(11) dot11PhyOFDMEntry(1) 1 }

.1.2.840.10036.4.11.1.2
dot11TIThreshold OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Integer32
MAX-ACCESS read-write
STATUS deprecated
DESCRIPTION "The Threshold being used to detect a busy medium (frequency).
CCA shall report a busy medium upon detecting the RSSI above
this threshold."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyOFDMTable(11) dot11PhyOFDMEntry(1) 2 }

.1.2.840.10036.4.11.1.3
dot11FrequencyBandsSupported OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (1..127)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The capability of the OFDM PHY implementation to operate in the
4.9 GHz and 5 GHz bands. Coded as an integer value with bit 0 LSB as
follows:
bit 0 .. capable of operating in the 5.15-5.25 GHz band
bit 1 .. capable of operating in the 5.25-5.35 GHz band
bit 2 .. capable of operating in the 5.725-5.825 GHz band
bit 3 .. capable of operating in the 5.47-5.725 GHz band
bit 4 .. capable of operating in the lower Japanese (5.15-5.25 GHz) band
bit 5 .. capable of operating in the 5.03-5.091 GHz band
bit 6 .. capable of operating in the 4.94-4.99 GHz band
For example, for an implementation capable of operating in the
5.15-5.35 GHz bands this attribute would take the value 3."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyOFDMTable(11) dot11PhyOFDMEntry(1) 3 }

.1.2.840.10036.4.11.1.4
dot11ChannelStartingFactor OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Integer32 (8000..10000)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The base factor from which channel center frequencies are
calculated.
This number is multiplied by 500 kHz to form the base frequency to be
added to the channel number x 5 MHz. The default value of this attribute
shall be 10 000."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyOFDMTable(11) dot11PhyOFDMEntry(1) 4 }

.1.2.840.10036.4.11.1.5
dot11FiveMHzOperationImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, shall indicate that the 5 MHz
Operation is
implemented. The default value of this attribute is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyOFDMTable(11) dot11PhyOFDMEntry(1) 5 }

.1.2.840.10036.4.11.1.6
dot11TenMHzOperationImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, shall indicate that the 10 MHz
Operation
is implemented. The default value of this attribute is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyOFDMTable(11) dot11PhyOFDMEntry(1) 6 }

.1.2.840.10036.4.11.1.7
dot11TwentyMHzOperationImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, shall indicate that the 20 MHz
Operation
is implemented. The default value of this attribute is TRUE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyOFDMTable(11) dot11PhyOFDMEntry(1) 7 }

.1.2.840.10036.4.11.1.8
dot11PhyOFDMChannelWidth OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER {width5MHz(1), width10MHz(2), width20MHz(3)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This is an 8-bit integer value that identifies the OFDM
PHY channel width. Currently defined values and their corresponding
Channel widths are:
5MHz = 01, 10MHz = 02, 20MHz = 03"
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyOFDMTable(11) dot11PhyOFDMEntry(1) 8 }

.1.2.840.10036.4.12
dot11PhyHRDSSSTable OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Entry of attributes for dot11PhyHRDSSSEntry. Implemented as a
table
indexed on ifIndex to allow for multiple instances on an Agent."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) 12 }

.1.2.840.10036.4.12.1
dot11PhyHRDSSSEntry OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ifIndex }
DESCRIPTION "An entry in the dot11PhyHRDSSSEntry Table.

ifIndex - Each IEEE 802.11 interface is represented by an ifEntry.


Interface tables in this MIB module are indexed by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyHRDSSSTable(12) 1 }

.1.2.840.10036.4.12.1.1
dot11ShortPreambleOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, shall indicate that the short
preamble
option as defined in 18.2.2.2
is implemented. The default value of this attribute shall be FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyHRDSSSTable(12) dot11PhyHRDSSSEntry(1) 1 }

.1.2.840.10036.4.12.1.2
dot11PBCCOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, shall indicate that the PBCC
modulation option as defined in 18.4.6.6 is implemented.
The default value of this attribute shall be FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyHRDSSSTable(12) dot11PhyHRDSSSEntry(1) 2 }

.1.2.840.10036.4.12.1.3
dot11ChannelAgilityPresent OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute indicates that the PHY is capable of channel
agility."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyHRDSSSTable(12) dot11PhyHRDSSSEntry(1) 3 }

.1.2.840.10036.4.12.1.4
dot11ChannelAgilityEnabled OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute indicates that the PHY channel agility
functionality is enabled."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyHRDSSSTable(12) dot11PhyHRDSSSEntry(1) 4 }

.1.2.840.10036.4.12.1.5
dot11HRCCAModeSupported OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (1..31)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "dot11HRCCAModeSupported is a bit-significant value,
representing all of the CCA modes supported by the PHY.
Valid values are:
energy detect only (ED_ONLY) = 01,
carrier sense only (CS_ONLY) = 02,
carrier sense and energy detect (ED_and_CS)= 04,
carrier sense with timer (CS_and_Timer)= 08,
high rate carrier sense and energy detect
(HRCS_and_ED)= 16
or the logical sum of any of these values. In
the high rate extension PHY, this attribute shall be used
in preference to the dot11CCAModeSupported attribute."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyHRDSSSTable(12) dot11PhyHRDSSSEntry(1) 5 }

.1.2.840.10036.4.13
dot11HoppingPatternTable OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The (conceptual) table of attributes necessary for a frequency
hopping implementation to be able to create the hopping
sequences necessary to operate
in the subband for the associated domain country string."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) 13 }

.1.2.840.10036.4.13.1
dot11HoppingPatternEntry OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ifIndex, dot11HoppingPatternIndex }
DESCRIPTION "An entry (conceptual row) in the Hopping Pattern Table that
indicates the random hopping sequence to be followed.

IfIndex - Each IEEE 802.11 interface is represented


by an ifEntry. Interface tables in this MIB are indexed by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11HoppingPatternTable(13) 1 }

.1.2.840.10036.4.13.1.1
dot11HoppingPatternIndex OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Integer32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The auxiliary variable used to identify instances of
the columnar objects in the Hopping Pattern Table."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11HoppingPatternTable(13) dot11HoppingPatternEntry(1) 1 }

.1.2.840.10036.4.13.1.2
dot11RandomTableFieldNumber OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute shall indicate the value of the starting c
hannel number in the hopping sequence of
the subband for the associated domain country string.
The default value of this attribute shall be zero."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11HoppingPatternTable(13) dot11HoppingPatternEntry(1) 2 }

.1.2.840.10036.4.14
dot11PhyERPTable OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Entry of attributes for dot11PhyERPEntry.
Implemented as a table indexed on ifIndex to allow for multiple
instances on an Agent."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) 14 }

.1.2.840.10036.4.14.1
dot11PhyERPEntry OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ifIndex }
DESCRIPTION "An entry in the dot11PhyERPEntry Table.
ifIndex - Each 802.11 interface is represented by an ifEntry.
Interface tables in this MIB module are indexed by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyERPTable(14) 1 }

.1.2.840.10036.4.14.1.1
dot11ERPPBCCOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, shall indicate that the ERP-PBCC
modulation option as defined in 19.6 is implemented.
The default value of this attribute is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyERPTable(14) dot11PhyERPEntry(1) 1 }

.1.2.840.10036.4.14.1.2
dot11ERPBCCOptionEnabled OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute, when TRUE, shall indicate that the
ERP-PBCC option as defined in 19.6 is enabled.
The default value of this attribute is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyERPTable(14) dot11PhyERPEntry(1) 2 }

.1.2.840.10036.4.14.1.3
dot11DSSSOFDMOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, shall indicate that the DSSS-OFDM
option as defined in 19.7 is implemented. The default value of
this attribute is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyERPTable(14) dot11PhyERPEntry(1) 3 }

.1.2.840.10036.4.14.1.4
dot11DSSSOFDMOptionEnabled OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute, when TRUE, shall indicate that the DSSS-OFDM
option as defined in 19.7 is enabled. The default value of
this attribute is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyERPTable(14) dot11PhyERPEntry(1) 4 }

.1.2.840.10036.4.14.1.5
dot11ShortSlotTimeOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute, when TRUE, shall indicate that the Short Slot
Time option as defined in 7.3.1.4 is implemented. The default
value of this attribute is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyERPTable(14) dot11PhyERPEntry(1) 5 }
.1.2.840.10036.4.14.1.6
dot11ShortSlotTimeOptionEnabled OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute, when TRUE, shall indicate that the Short
Slot Time option as defined in 7.3.1.4 is enabled.
The default value of this attribute is FALSE."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyERPTable(14) dot11PhyERPEntry(1) 6 }

.1.2.840.10036.4.15
dot11PhyHTTable OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Entry of attributes for dot11PhyHTTable. Implemented as a
table indexed on ifIndex to allow for multiple instances on an Agent."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) 15 }

.1.2.840.10036.4.15.1
dot11PhyHTEntry OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ifIndex }
DESCRIPTION "An entry in the dot11PhyHTEntry Table. ifIndex - Each 802.11
interface is represented by an ifEntry. Interface tables in this MIB module
are indexed by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyHTTable(15) 1 }

.1.2.840.10036.4.15.1.1
dot11FortyMHzOperationImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the 40 MHz
Operation is implemented."
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyHTTable(15) dot11PhyHTEntry(1) 1 }

.1.2.840.10036.4.15.1.2
dot11FortyMHzOperationEnabled OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the 40 MHz
Operation is enabled."
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyHTTable(15) dot11PhyHTEntry(1) 2 }
.1.2.840.10036.4.15.1.3
dot11CurrentPrimaryChannel OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute indicates the operating channel. If 20/40 MHz
mode is currently in use then this attribute indicates the primary
channel."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyHTTable(15) dot11PhyHTEntry(1) 3 }

.1.2.840.10036.4.15.1.4
dot11CurrentSecondaryChannel OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute indicates the channel number of the secondary
channel. If 20/40 MHz mode is not currently in use, this attribute value
shall be 0."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyHTTable(15) dot11PhyHTEntry(1) 4 }

.1.2.840.10036.4.15.1.5
dot11NumberOfSpatialStreamsImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (1..4)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute indicates the maximum number of spatial
streams implemented."
DEFVAL { 2 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyHTTable(15) dot11PhyHTEntry(1) 5 }

.1.2.840.10036.4.15.1.6
dot11NumberOfSpatialStreamsEnabled OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (1..4)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute indicates the maximum number of spatial
streams enabled."
DEFVAL { 2 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyHTTable(15) dot11PhyHTEntry(1) 6 }

.1.2.840.10036.4.15.1.7
dot11GreenfieldOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the HT Greenfield
option is implemented."
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyHTTable(15) dot11PhyHTEntry(1) 7 }

.1.2.840.10036.4.15.1.8
dot11GreenfieldOptionEnabled OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the HT Greenfield
option is enabled."
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyHTTable(15) dot11PhyHTEntry(1) 8 }

.1.2.840.10036.4.15.1.9
dot11ShortGIOptionInTwentyImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the Short Guard
option is implemented for 20 MHz operation."
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyHTTable(15) dot11PhyHTEntry(1) 9 }

.1.2.840.10036.4.15.1.10
dot11ShortGIOptionInTwentyEnabled OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the Short Guard
option is enabled for 20 MHz operation."
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyHTTable(15) dot11PhyHTEntry(1) 10 }

.1.2.840.10036.4.15.1.11
dot11ShortGIOptionInFortyImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the Short Guard
option is implemented for 40 MHz operation."
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyHTTable(15) dot11PhyHTEntry(1) 11 }

.1.2.840.10036.4.15.1.12
dot11ShortGIOptionInFortyEnabled OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the Short Guard
option is enabled for 40 MHz operation."
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyHTTable(15) dot11PhyHTEntry(1) 12 }

.1.2.840.10036.4.15.1.13
dot11LDPCCodingOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the LDPC coding
option is implemented."
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyHTTable(15) dot11PhyHTEntry(1) 13 }

.1.2.840.10036.4.15.1.14
dot11LDPCCodingOptionEnabled OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the LDPC coding
option is enabled."
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyHTTable(15) dot11PhyHTEntry(1) 14 }

.1.2.840.10036.4.15.1.15
dot11TxSTBCOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the entity is
capable of transmitting frames using Space-Time Block Code (STBC) option."
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyHTTable(15) dot11PhyHTEntry(1) 15 }

.1.2.840.10036.4.15.1.16
dot11TxSTBCOptionEnabled OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the entity's
capability of transmitting frames using Space-Time Block Code (STBC) option
is enabled."
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyHTTable(15) dot11PhyHTEntry(1) 16 }

.1.2.840.10036.4.15.1.17
dot11RxSTBCOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the entity is
capable of receiving frames that are sent using the Space-Time Block Code
(STBC)."
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyHTTable(15) dot11PhyHTEntry(1) 17 }

.1.2.840.10036.4.15.1.18
dot11RxSTBCOptionEnabled OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the entity's
capability of receiving frames that are sent using the Space-Time Block
Code
(STBC) is enabled."
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyHTTable(15) dot11PhyHTEntry(1) 18 }

.1.2.840.10036.4.15.1.19
dot11BeamFormingOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the Beam Forming
option is implemented."
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyHTTable(15) dot11PhyHTEntry(1) 19 }

.1.2.840.10036.4.15.1.20
dot11BeamFormingOptionEnabled OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the Beam Forming
option is enabled."
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyHTTable(15) dot11PhyHTEntry(1) 20 }

.1.2.840.10036.4.15.1.21
dot11HighestSupportedDataRate OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (0..600)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute shall specify the Highest Data Rate in Mb/s at
which the station may receive data."
DEFVAL { 0 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyHTTable(15) dot11PhyHTEntry(1) 21 }

.1.2.840.10036.4.15.1.22
dot11TxMCSSetDefined OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the Tx MCS set is
defined."
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyHTTable(15) dot11PhyHTEntry(1) 22 }

.1.2.840.10036.4.15.1.23
dot11TxRxMCSSetNotEqual OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the supported Tx
and Rx MCS sets are not equal."
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyHTTable(15) dot11PhyHTEntry(1) 23 }

.1.2.840.10036.4.15.1.24
dot11TxMaximumNumberSpatialStreamsSupported OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (0..3)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute indicates the Tx maximum number of spatial
streams supported."
DEFVAL { 0 }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyHTTable(15) dot11PhyHTEntry(1) 24 }

.1.2.840.10036.4.15.1.25
dot11TxUnequalModulationSupported OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that Tx unequal
modulation is supported."
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11PhyHTTable(15) dot11PhyHTEntry(1) 25 }

.1.2.840.10036.4.16
dot11SupportedMCSTxTable OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The Transmit MCS supported by the PLCP and PMD, represented by a
count from 1 to 127, subject to limitations of each individual PHY."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) 16 }

.1.2.840.10036.4.16.1
dot11SupportedMCSTxEntry OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ifIndex, dot11SupportedMCSTxIndex }
DESCRIPTION "An Entry (conceptual row) in the dot11SupportedMCSTx Table.
ifIndex - Each IEEE 802.11 interface is represented by an
ifEntry. Interface tables in this MIB module are indexed by
ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11SupportedMCSTxTable(16) 1 }

.1.2.840.10036.4.16.1.1
dot11SupportedMCSTxIndex OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Integer32 (1..255)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Index object that identifies which MCS to access. Range is
1..255."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11SupportedMCSTxTable(16) dot11SupportedMCSTxEntry(1) 1 }

.1.2.840.10036.4.16.1.2
dot11SupportedMCSTxValue OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Integer32 (1..127)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The Transmit MCS supported by the PLCP and PMD, represented
by a count from 1 to 127, subject to limitations of each individual PHY."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11SupportedMCSTxTable(16) dot11SupportedMCSTxEntry(1) 2 }

.1.2.840.10036.4.17
dot11SupportedMCSRxTable OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The receive MCS supported by the PLCP and PMD, represented by
a count from 1 to 127, subject to limitations of each individual PHY."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) 17 }

.1.2.840.10036.4.17.1
dot11SupportedMCSRxEntry OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ifIndex, dot11SupportedMCSRxIndex }
DESCRIPTION "An Entry (conceptual row) in the dot11SupportedMCSRx Table.
ifIndex - Each IEEE 802.11 interface is represented by an ifEntry.
Interface
tables in this MIB module are indexed by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11SupportedMCSRxTable(17) 1 }

.1.2.840.10036.4.17.1.1
dot11SupportedMCSRxIndex OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Integer32 (1..255)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Index object that identifies which MCS to access. Range is
1..255."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11SupportedMCSRxTable(17) dot11SupportedMCSRxEntry(1) 1 }

.1.2.840.10036.4.17.1.2
dot11SupportedMCSRxValue OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Integer32 (1..127)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The receive MCS supported by the PLCP and PMD, represented by
a count from 1 to 127, subject to limitations of each individual PHY."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11SupportedMCSRxTable(17) dot11SupportedMCSRxEntry(1) 2 }

.1.2.840.10036.4.18
dot11TxBFConfigTable OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Entry of attributes for dot11TxBFConfigTable. Implemented as
a table indexed on ifIndex to allow for multiple instances on an Agent."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4) 18 }

.1.2.840.10036.4.18.1
dot11TxBFConfigEntry OBJECT-TYPE
-- FROM IEEE802dot11-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ifIndex }
DESCRIPTION "An entry in the dot11TxBFConfig Table.
ifIndex - Each 802.11 interface is represented by an ifEntry.
Interface tables in this MIB module are indexed by ifIndex."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11TxBFConfigTable(18) 1 }

.1.2.840.10036.4.18.1.1
dot11ReceiveStaggerSoundingOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the STA
implementation supports the receiving of staggered sounding frames."
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11TxBFConfigTable(18) dot11TxBFConfigEntry(1) 1 }

.1.2.840.10036.4.18.1.2
dot11TransmitStaggerSoundingOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the STA
implementation supports the transmission of staggered sounding frames."
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11TxBFConfigTable(18) dot11TxBFConfigEntry(1) 2 }

.1.2.840.10036.4.18.1.3
dot11ReceiveNDPOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the STA
implementation is capable of receiving NDP as sounding frames."
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11TxBFConfigTable(18) dot11TxBFConfigEntry(1) 3 }

.1.2.840.10036.4.18.1.4
dot11TransmitNDPOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that the STA
implementation is capable of transmitting NDP as sounding frames."
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11TxBFConfigTable(18) dot11TxBFConfigEntry(1) 4 }

.1.2.840.10036.4.18.1.5
dot11ImplicitTxBFOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that STA implementation
is capable of applying implicit transmit beamforming."
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11TxBFConfigTable(18) dot11TxBFConfigEntry(1) 5 }
.1.2.840.10036.4.18.1.6
dot11CalibrationOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER {inCapable(0), unableToInitiate(1), ableToInitiate(2),
fullyCapable(3)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute indicates the level of calibration supported
by the STA implementation."
DEFVAL { inCapable }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11TxBFConfigTable(18) dot11TxBFConfigEntry(1) 6 }

.1.2.840.10036.4.18.1.7
dot11ExplicitCSITxBFOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that STA implementation
is capable of applying transmit beamforming using CSI explicit feedback in
its transmission."
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11TxBFConfigTable(18) dot11TxBFConfigEntry(1) 7 }

.1.2.840.10036.4.18.1.8
dot11ExplicitNonCompressedBeamformingMatrixOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute, when TRUE, indicates that STA implementation
is capable of applying transmit beamforming using non-compressed
beamforming
matrix explicit feedback in its transmission."
DEFVAL { false }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11TxBFConfigTable(18) dot11TxBFConfigEntry(1) 8 }

.1.2.840.10036.4.18.1.9
dot11ExplicitBFCSIFeedbackOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER {inCapable(0), delayed(1), immediate(2),
unsolicitedImmediate(3), aggregated(4), delayedAggregated(5),
immediateAggregated(6), unsolicitedImmediateAggregated(7)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute indicates the level of CSI explicit feedback
returned by the STA implementation."
DEFVAL { inCapable }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11TxBFConfigTable(18) dot11TxBFConfigEntry(1) 9 }

.1.2.840.10036.4.18.1.10
dot11ExplicitNonCompressedBeamformingFeedbackOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER {inCapable(0), delayed(1), immediate(2),
unsolicitedImmediate(3), aggregated(4), delayedAggregated(5),
immediateAggregated(6), unsolicitedImmediateAggregated(7)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute indicates the level of non-compressed
beamforming matrix explicit feedback returned by the STA implementation."
DEFVAL { inCapable }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11TxBFConfigTable(18) dot11TxBFConfigEntry(1) 10 }

.1.2.840.10036.4.18.1.11
dot11ExplicitCompressedBeamformingFeedbackOptionImplemented OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER {inCapable(0), delayed(1), immediate(2),
unsolicitedImmediate(3), aggregated(4), delayedAggregated(5),
immediateAggregated(6), unsolicitedImmediateAggregated(7)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute indicates the level of non-compressed
beamforming matrix explicit feedback returned by the STA implementation."
DEFVAL { inCapable }
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11TxBFConfigTable(18) dot11TxBFConfigEntry(1) 11 }

.1.2.840.10036.4.18.1.12
dot11NumberBeamFormingCSISupportAntenna OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (1..4)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute indicates the maximum number of beamform
antennas the beamformee can support when CSI feedback is required."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11TxBFConfigTable(18) dot11TxBFConfigEntry(1) 12 }

.1.2.840.10036.4.18.1.13
dot11NumberNonCompressedBeamformingMatrixSupportAntenna OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (1..4)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute indicates the maximum number of beamform
antennas the beamformee can support when non-compressed beamforming matrix
feedback is required."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11TxBFConfigTable(18) dot11TxBFConfigEntry(1) 13 }

.1.2.840.10036.4.18.1.14
dot11NumberCompressedBeamformingMatrixSupportAntenna OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX INTEGER (1..4)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute indicates the maximum number of beamform
antennas the beamformee can support when compressed beamforming matrix
feedback is required."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11TxBFConfigTable(18) dot11TxBFConfigEntry(1) 14 }
.1.2.840.10036.4.18.1.15
dot11MaxCSIFeedbackDelay OBJECT-TYPE
-- FROM IEEE802dot11-MIB
SYNTAX Unsigned32 (1..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This attribute indicates the maximum allowed delay in
microseconds between the transmission time of a sounding packet and the
time
a feedback response arrives (9.17.3 (Explicit feedback beamforming))"
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11phy(4)
dot11TxBFConfigTable(18) dot11TxBFConfigEntry(1) 15 }

.1.2.840.10036.5
dot11Conformance OBJECT-TYPE
-- FROM IEEE802dot11-MIB
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) 5 }

.1.2.840.10036.5.1
dot11Groups OBJECT-TYPE
-- FROM IEEE802dot11-MIB
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) 1 }

.1.2.840.10036.5.1.1
dot11SMTbase OBJECT-GROUP
-- FROM IEEE802dot11-MIB
DESCRIPTION "The SMT object class provides the necessary support at the STA
to manage the processes in the STA such that the STA may work
cooperatively as a part of an IEEE 802.11 network."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5)
dot11Groups(1) 1 }

.1.2.840.10036.5.1.2
dot11SMTprivacy OBJECT-GROUP
-- FROM IEEE802dot11-MIB
DESCRIPTION "The SMTPrivacy package is a set of attributes that shall be
present if WEP is implemented in the STA."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5)
dot11Groups(1) 2 }

.1.2.840.10036.5.1.3
dot11MACbase OBJECT-GROUP
-- FROM IEEE802dot11-MIB
DESCRIPTION "The MAC object class provides the necessary support for the
access control, generation, and verification of frame check
sequences (FCSs), and proper delivery of valid data to upper layers."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5)
dot11Groups(1) 3 }

.1.2.840.10036.5.1.4
dot11MACStatistics OBJECT-GROUP
-- FROM IEEE802dot11-MIB
DESCRIPTION "The MACStatistics package provides extended statistical
information on the operation of the MAC. This
package is completely optional."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5)
dot11Groups(1) 4 }
.1.2.840.10036.5.1.5
dot11ResourceTypeID OBJECT-GROUP
-- FROM IEEE802dot11-MIB
DESCRIPTION "Attributes used to identify a STA, its manufacturer,
and various product names and versions."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5)
dot11Groups(1) 5 }

.1.2.840.10036.5.1.6
dot11SmtAuthenticationAlgorithms OBJECT-GROUP
-- FROM IEEE802dot11-MIB
DESCRIPTION "Authentication Algorithm Table."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5)
dot11Groups(1) 6 }

.1.2.840.10036.5.1.7
dot11PhyOperationComplianceGroup OBJECT-GROUP
-- FROM IEEE802dot11-MIB
DESCRIPTION "PHY layer operations attributes."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5)
dot11Groups(1) 7 }

.1.2.840.10036.5.1.8
dot11PhyAntennaComplianceGroup OBJECT-GROUP
-- FROM IEEE802dot11-MIB
DESCRIPTION "Attributes for Data Rates for IEEE 802.11."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5)
dot11Groups(1) 8 }

.1.2.840.10036.5.1.9
dot11PhyTxPowerComplianceGroup OBJECT-GROUP
-- FROM IEEE802dot11-MIB
DESCRIPTION "Attributes for Control and Management of transmit power."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5)
dot11Groups(1) 9 }

.1.2.840.10036.5.1.10
dot11PhyFHSSComplianceGroup OBJECT-GROUP
-- FROM IEEE802dot11-MIB
DESCRIPTION "Attributes that configure the Frequency Hopping for IEEE
802.11."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5)
dot11Groups(1) 10 }

.1.2.840.10036.5.1.11
dot11PhyDSSSComplianceGroup OBJECT-GROUP
-- FROM IEEE802dot11-MIB
DESCRIPTION "Attributes that configure the DSSS for IEEE 802.11."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5)
dot11Groups(1) 11 }

.1.2.840.10036.5.1.12
dot11PhyIRComplianceGroup OBJECT-GROUP
-- FROM IEEE802dot11-MIB
DESCRIPTION "Attributes that configure the baseband IR for IEEE 802.11."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5)
dot11Groups(1) 12 }

.1.2.840.10036.5.1.13
dot11PhyRegDomainsSupportGroup OBJECT-GROUP
-- FROM IEEE802dot11-MIB
DESCRIPTION "Attributes that specify the supported Regulation Domains."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5)
dot11Groups(1) 13 }

.1.2.840.10036.5.1.14
dot11PhyAntennasListGroup OBJECT-GROUP
-- FROM IEEE802dot11-MIB
DESCRIPTION "Attributes that specify the supported Regulation Domains."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5)
dot11Groups(1) 14 }

.1.2.840.10036.5.1.15
dot11PhyRateGroup OBJECT-GROUP
-- FROM IEEE802dot11-MIB
DESCRIPTION "Attributes for Data Rates for IEEE 802.11."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5)
dot11Groups(1) 15 }

.1.2.840.10036.5.1.16
dot11CountersGroup OBJECT-GROUP
-- FROM IEEE802dot11-MIB
DESCRIPTION "Attributes from the dot11CountersGroup that are not described
in the dot11MACStatistics group. These objects are
mandatory."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5)
dot11Groups(1) 16 }

.1.2.840.10036.5.1.17
dot11NotificationGroup OBJECT-TYPE
-- FROM IEEE802dot11-MIB
DESCRIPTION "IEEE 802.11 notifications"
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5)
dot11Groups(1) 17 }

.1.2.840.10036.5.1.18
dot11SMTbase2 OBJECT-GROUP
-- FROM IEEE802dot11-MIB
DESCRIPTION "The SMTbase2 object class provides the necessary support
at the STA to manage the processes in the STA such that the
STA may work cooperatively as a part of an IEEE 802.11 network."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5)
dot11Groups(1) 18 }

.1.2.840.10036.5.1.19
dot11PhyOFDMComplianceGroup OBJECT-GROUP
-- FROM IEEE802dot11-MIB
DESCRIPTION "Attributes that configure the OFDM for IEEE 802.11."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5)
dot11Groups(1) 19 }

.1.2.840.10036.5.1.20
dot11SMTbase3 OBJECT-GROUP
-- FROM IEEE802dot11-MIB
DESCRIPTION "The SMTbase3 object class provides the necessary support at the
STA to manage the processes in the STA such that the STA may
work cooperatively as a part of an IEEE 802.11 network, when the
STA is capable of multi-domain operation. This object group should
be implemented when the multi-domain capability option is implemented."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5)
dot11Groups(1) 20 }

.1.2.840.10036.5.1.21
dot11MultiDomainCapabilityGroup OBJECT-GROUP
-- FROM IEEE802dot11-MIB
DESCRIPTION "The dot11MultiDomainCapabilityGroup object class provides
the objects necessary to manage the channels usable by a STA,
when the multi-domain capability option is implemented."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5)
dot11Groups(1) 21 }

.1.2.840.10036.5.1.22
dot11PhyFHSSComplianceGroup2 OBJECT-GROUP
-- FROM IEEE802dot11-MIB
DESCRIPTION "Attributes that configure the Frequency Hopping for IEEE
802.11 when multi-domain capability option is implemented."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5)
dot11Groups(1) 22 }

.1.2.840.10036.5.1.23
dot11PhyHRDSSSComplianceGroup OBJECT-GROUP
-- FROM IEEE802dot11-MIB
DESCRIPTION "Attributes that configure the HRDSSS for IEEE 802.11."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5)
dot11Groups(1) 23 }

.1.2.840.10036.5.1.24
dot11PhyERPComplianceGroup OBJECT-GROUP
-- FROM IEEE802dot11-MIB
DESCRIPTION "Attributes that configure the ERP."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5)
dot11Groups(1) 24 }

.1.2.840.10036.5.1.25
dot11RSNAadditions OBJECT-GROUP
-- FROM IEEE802dot11-MIB
DESCRIPTION "This object class provides the objects from the IEEE 802.11
MIB required to manage RSNA functionality. Note that additional
objects for managing this functionality are located in the IEEE 802.11 RSN
MIB."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5)
dot11Groups(1) 25 }

.1.2.840.10036.5.1.26
dot11SMTbase4 OBJECT-GROUP
-- FROM IEEE802dot11-MIB
DESCRIPTION "The SMTbase4 object class provides the necessary support at
the IEEE STA to manage the processes in the STA so that the
STA may work cooperatively as a part of an IEEE 802.11 network."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5)
dot11Groups(1) 26 }

.1.2.840.10036.5.1.27
dot11RSNBase OBJECT-GROUP
-- FROM IEEE802dot11-MIB
DESCRIPTION "The dot11RSNBase object class provides the necessary support for
managing RSNA functionality in the STA."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5)
dot11Groups(1) 27 }

.1.2.840.10036.5.1.28
dot11RSNPMKcachingGroup OBJECT-GROUP
-- FROM IEEE802dot11-MIB
DESCRIPTION "The dot11RSNPMKcachingGroup object class provides the necessary
support for managing PMK caching functionality in the STA"
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5)
dot11Groups(1) 28 }

.1.2.840.10036.5.1.29
dot11RegulatoryClassesGroup OBJECT-GROUP
-- FROM IEEE802dot11-MIB
DESCRIPTION "Attributes that configure the OFDM for IEEE 802.11 in many
regula- tory domains."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5)
dot11Groups(1) 29 }

.1.2.840.10036.5.1.30
dot11SMTbase5 OBJECT-GROUP
-- FROM IEEE802dot11-MIB
DESCRIPTION "The SMTbase5 object class provides the necessary support at
the STA to manage the processes in the STA so that the STA
may work cooper- atively as a part of an IEEE 802.11 network,
when the STA is capable of multidomain operation.
This object group should be implemented when the multidomain
capability option is implemented."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5)
dot11Groups(1) 30 }

.1.2.840.10036.5.1.31
dot11MACbase2 OBJECT-GROUP
-- FROM IEEE802dot11-MIB
DESCRIPTION "The MAC object class provides the necessary support for the
access
control, generation, and verification of frame check sequences (FCSs),
and proper delivery of valid data to upper layers."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5)
dot11Groups(1) 31 }

.1.2.840.10036.5.1.32
dot11CountersGroup2 OBJECT-GROUP
-- FROM IEEE802dot11-MIB
DESCRIPTION "Attributes from the dot11CountersGroup that are not described
in the dot11MACStatistics group. These objects are mandatory."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5)
dot11Groups(1) 32 }

.1.2.840.10036.5.1.33
dot11Qosadditions OBJECT-GROUP
-- FROM IEEE802dot11-MIB
DESCRIPTION "This object class provides the objects from the IEEE 802.11 MIB
required to manage QoS functionality."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5)
dot11Groups(1) 33 }

.1.2.840.10036.5.1.34
dot11SMTbase6 OBJECT-GROUP
-- FROM IEEE802dot11-MIB
DESCRIPTION "The SMTbase6 object class provides the necessary support at the
STA
to manage the processes in the STA such that the STA may work
cooperatively as a part of an IEEE 802.11 network."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5)
dot11Groups(1) 34 }

.1.2.840.10036.5.1.35
dot11PhyOFDMComplianceGroup2 OBJECT-GROUP
-- FROM IEEE802dot11-MIB
DESCRIPTION "Attributes that configure the OFDM for IEEE 802.11."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5)
dot11Groups(1) 35 }

.1.2.840.10036.5.1.44
dot11PhyAntennaComplianceGroup2 OBJECT-GROUP
-- FROM IEEE802dot11-MIB
DESCRIPTION "Attributes for Data Rates for IEEE 802.11."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5)
dot11Groups(1) 44 }

.1.2.840.10036.5.1.45
dot11MACbase3 OBJECT-GROUP
-- FROM IEEE802dot11-MIB
DESCRIPTION "The MAC object class provides the necessary support for the
access control, generation, and verification of frame check sequences

(FCSs), and proper delivery of valid data to upper layers."


::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5)
dot11Groups(1) 45 }

.1.2.840.10036.5.1.46
dot11CountersGroup3 OBJECT-GROUP
-- FROM IEEE802dot11-MIB
DESCRIPTION "Attributes from the dot11CountersGroup that are not described
in the dot11MACStatistics group. These objects are mandatory."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5)
dot11Groups(1) 46 }

.1.2.840.10036.5.1.47
dot11SMTbase10 OBJECT-GROUP
-- FROM IEEE802dot11-MIB
DESCRIPTION "The SMTbase10 object class provides the necessary support at
the STA to manage the processes in the STA such that the STA may work
cooperatively as a part of an IEEE 802.11 network."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5)
dot11Groups(1) 47 }

.1.2.840.10036.5.1.48
dot11PhyMCSGroup OBJECT-GROUP
-- FROM IEEE802dot11-MIB
DESCRIPTION "Attributes for Modulation and Coding Schemes (MCS) for IEEE
802.11 HT."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5)
dot11Groups(1) 48 }

.1.2.840.10036.5.1.49
dot11PhyHTComplianceGroup OBJECT-GROUP
-- FROM IEEE802dot11-MIB
DESCRIPTION "Attributes that configure the HT for IEEE 802.11."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5)
dot11Groups(1) 49 }

.1.2.840.10036.5.1.50
dot11HTMACAdditions OBJECT-GROUP
-- FROM IEEE802dot11-MIB
DESCRIPTION "Attributes that configure the HT for IEEE 802.11."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5)
dot11Groups(1) 50 }

.1.2.840.10036.5.1.51
dot11TxBFGroup OBJECT-GROUP
-- FROM IEEE802dot11-MIB
DESCRIPTION "Attributes that configure the Beamforming for IEEE 802.11 HT."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5)
dot11Groups(1) 51 }

.1.2.840.10036.5.2
dot11Compliances OBJECT-TYPE
-- FROM IEEE802dot11-MIB
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5) 2 }

.1.2.840.10036.5.2.1
dot11Compliance MODULE-COMPLIANCE
-- FROM IEEE802dot11-MIB
DESCRIPTION "The compliance statement for SNMPv2 entities
that implement the IEEE 802.11 MIB."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5)
dot11Compliances(2) 1 }

.1.2.840.10036.5.2.2
dot11RSNCompliance MODULE-COMPLIANCE
-- FROM IEEE802dot11-MIB
DESCRIPTION "The compliance statement for SNMPv2 entities that implement the
IEEE 802.11 RSN MIB."
::= { iso(1) member-body(2) us(840) ieee802dot11(10036) dot11Conformance(5)
dot11Compliances(2) 2 }

.1.3
org OBJECT-TYPE
-- FROM SNMPv2-SMI, RFC1155-SMI, LLDP-V2-TC-MIB, IEEE8021-TC-MIB, IEEE8021-CN-
MIB
::= { iso(1) 3 }

.1.3.6
dod OBJECT-TYPE
-- FROM SNMPv2-SMI, RFC1155-SMI
::= { iso(1) org(3) 6 }

.1.3.6.1
internet OBJECT-TYPE
-- FROM SNMPv2-SMI, RFC1155-SMI
::= { iso(1) org(3) dod(6) 1 }

.1.3.6.1.1
directory OBJECT-TYPE
-- FROM SNMPv2-SMI, RFC1155-SMI
::= { iso(1) org(3) dod(6) internet(1) 1 }

.1.3.6.1.2
mgmt OBJECT-TYPE
-- FROM SNMPv2-SMI, RFC1155-SMI
::= { iso(1) org(3) dod(6) internet(1) 2 }

.1.3.6.1.2.1
mib-2 OBJECT-TYPE
-- FROM SNMPv2-SMI, RFC1213-MIB, RFC1158-MIB, RFC1382-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) 1 }

.1.3.6.1.2.1.1
system OBJECT-TYPE
-- FROM SNMPv2-MIB, RFC1213-MIB, RFC1158-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 1 }

.1.3.6.1.2.1.1.1
sysDescr OBJECT-TYPE
-- FROM SNMPv2-MIB, RFC1213-MIB
-- TEXTUAL CONVENTION DisplayString
SYNTAX OCTET STRING (0..255)
DISPLAY-HINT "255a"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A textual description of the entity. This value should
include the full name and version identification of
the system's hardware type, software operating-system,
and networking software."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) system(1) 1 }

.1.3.6.1.2.1.1.2
sysObjectID OBJECT-TYPE
-- FROM SNMPv2-MIB, RFC1213-MIB
SYNTAX OBJECT IDENTIFIER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The vendor's authoritative identification of the
network management subsystem contained in the entity.
This value is allocated within the SMI enterprises
subtree (1.3.6.1.4.1) and provides an easy and
unambiguous means for determining `what kind of box' is
being managed. For example, if vendor `Flintstones,
Inc.' was assigned the subtree 1.3.6.1.4.1.424242,
it could assign the identifier 1.3.6.1.4.1.424242.1.1
to its `Fred Router'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) system(1) 2 }

.1.3.6.1.2.1.1.3
sysUpTime OBJECT-TYPE
-- FROM SNMPv2-MIB, RFC1213-MIB
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The time (in hundredths of a second) since the
network management portion of the system was last
re-initialized."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) system(1) 3 }
.1.3.6.1.2.1.1.3.0
sysUpTimeInstance OBJECT-TYPE
-- FROM DISMAN-EVENT-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) system(1) sysUpTime(3) 0 }

.1.3.6.1.2.1.1.4
sysContact OBJECT-TYPE
-- FROM SNMPv2-MIB, RFC1213-MIB
-- TEXTUAL CONVENTION DisplayString
SYNTAX OCTET STRING (0..255)
DISPLAY-HINT "255a"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The textual identification of the contact person for
this managed node, together with information on how
to contact this person. If no contact information is
known, the value is the zero-length string."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) system(1) 4 }

.1.3.6.1.2.1.1.5
sysName OBJECT-TYPE
-- FROM SNMPv2-MIB, RFC1213-MIB
-- TEXTUAL CONVENTION DisplayString
SYNTAX OCTET STRING (0..255)
DISPLAY-HINT "255a"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "An administratively-assigned name for this managed
node. By convention, this is the node's fully-qualified
domain name. If the name is unknown, the value is
the zero-length string."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) system(1) 5 }

.1.3.6.1.2.1.1.6
sysLocation OBJECT-TYPE
-- FROM SNMPv2-MIB, RFC1213-MIB
-- TEXTUAL CONVENTION DisplayString
SYNTAX OCTET STRING (0..255)
DISPLAY-HINT "255a"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The physical location of this node (e.g., 'telephone
closet, 3rd floor'). If the location is unknown, the
value is the zero-length string."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) system(1) 6 }

.1.3.6.1.2.1.1.7
sysServices OBJECT-TYPE
-- FROM SNMPv2-MIB, RFC1213-MIB
SYNTAX INTEGER (0..127)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A value which indicates the set of services that this
entity may potentially offer. The value is a sum.
This sum initially takes the value zero. Then, for
each layer, L, in the range 1 through 7, that this node
performs transactions for, 2 raised to (L - 1) is added
to the sum. For example, a node which performs only
routing functions would have a value of 4 (2^(3-1)).
In contrast, a node which is a host offering application
services would have a value of 72 (2^(4-1) + 2^(7-1)).
Note that in the context of the Internet suite of
protocols, values should be calculated accordingly:

layer functionality
1 physical (e.g., repeaters)
2 datalink/subnetwork (e.g., bridges)
3 internet (e.g., supports the IP)
4 end-to-end (e.g., supports the TCP)
7 applications (e.g., supports the SMTP)

For systems including OSI protocols, layers 5 and 6


may also be counted."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) system(1) 7 }

.1.3.6.1.2.1.1.8
sysORLastChange OBJECT-TYPE
-- FROM SNMPv2-MIB
-- TEXTUAL CONVENTION TimeStamp
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The value of sysUpTime at the time of the most recent
change in state or value of any instance of sysORID."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) system(1) 8 }

.1.3.6.1.2.1.1.9
sysORTable OBJECT-TYPE
-- FROM SNMPv2-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The (conceptual) table listing the capabilities of
the local SNMP application acting as a command
responder with respect to various MIB modules.
SNMP entities having dynamically-configurable support
of MIB modules will have a dynamically-varying number
of conceptual rows."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) system(1) 9 }

.1.3.6.1.2.1.1.9.1
sysOREntry OBJECT-TYPE
-- FROM SNMPv2-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { sysORIndex }
DESCRIPTION "An entry (conceptual row) in the sysORTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) system(1) sysORTable(9) 1 }

.1.3.6.1.2.1.1.9.1.1
sysORIndex OBJECT-TYPE
-- FROM SNMPv2-MIB
SYNTAX INTEGER (1..2147483647)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The auxiliary variable used for identifying instances
of the columnar objects in the sysORTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) system(1) sysORTable(9)
sysOREntry(1) 1 }
.1.3.6.1.2.1.1.9.1.2
sysORID OBJECT-TYPE
-- FROM SNMPv2-MIB
SYNTAX OBJECT IDENTIFIER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "An authoritative identification of a capabilities
statement with respect to various MIB modules supported
by the local SNMP application acting as a command
responder."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) system(1) sysORTable(9)
sysOREntry(1) 2 }

.1.3.6.1.2.1.1.9.1.3
sysORDescr OBJECT-TYPE
-- FROM SNMPv2-MIB
-- TEXTUAL CONVENTION DisplayString
SYNTAX OCTET STRING (0..255)
DISPLAY-HINT "255a"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A textual description of the capabilities identified
by the corresponding instance of sysORID."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) system(1) sysORTable(9)
sysOREntry(1) 3 }

.1.3.6.1.2.1.1.9.1.4
sysORUpTime OBJECT-TYPE
-- FROM SNMPv2-MIB
-- TEXTUAL CONVENTION TimeStamp
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The value of sysUpTime at the time this conceptual
row was last instantiated."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) system(1) sysORTable(9)
sysOREntry(1) 4 }

.1.3.6.1.2.1.2
interfaces OBJECT-TYPE
-- FROM IF-MIB, RFC1213-MIB, RFC1158-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 2 }

.1.3.6.1.2.1.2.1
ifNumber OBJECT-TYPE
-- FROM IF-MIB, RFC1213-MIB
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of network interfaces (regardless of their
current state) present on this system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) 1 }

.1.3.6.1.2.1.2.2
ifTable OBJECT-TYPE
-- FROM IF-MIB, RFC1213-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A list of interface entries. The number of entries is
given by the value of ifNumber."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) 2 }

.1.3.6.1.2.1.2.2.1
ifEntry OBJECT-TYPE
-- FROM IF-MIB, RFC1213-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ifIndex }
DESCRIPTION "An entry containing management information applicable to a
particular interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2)
1 }

.1.3.6.1.2.1.2.2.1.1
ifIndex OBJECT-TYPE
-- FROM IF-MIB, RFC1213-MIB
-- TEXTUAL CONVENTION InterfaceIndex
SYNTAX Integer32 (1..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A unique value, greater than zero, for each interface. It
is recommended that values are assigned contiguously
starting from 1. The value for each interface sub-layer
must remain constant at least from one re-initialization of
the entity's network management system to the next re-
initialization."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2)
ifEntry(1) 1 }

.1.3.6.1.2.1.2.2.1.2
ifDescr OBJECT-TYPE
-- FROM IF-MIB, RFC1213-MIB
-- TEXTUAL CONVENTION DisplayString
SYNTAX OCTET STRING (0..255)
DISPLAY-HINT "255a"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A textual string containing information about the
interface. This string should include the name of the
manufacturer, the product name and the version of the
interface hardware/software."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2)
ifEntry(1) 2 }

.1.3.6.1.2.1.2.2.1.3
ifType OBJECT-TYPE
-- FROM IF-MIB, RFC1213-MIB
-- TEXTUAL CONVENTION IANAifType
SYNTAX INTEGER {other(1), regular1822(2), hdh1822(3), ddnX25(4), rfc877x25(5),
ethernetCsmacd(6), iso88023Csmacd(7), iso88024TokenBus(8), iso88025TokenRing(9),
iso88026Man(10), starLan(11), proteon10Mbit(12), proteon80Mbit(13),
hyperchannel(14), fddi(15), lapb(16), sdlc(17), ds1(18), e1(19), basicISDN(20),
primaryISDN(21), propPointToPointSerial(22), ppp(23), softwareLoopback(24),
eon(25), ethernet3Mbit(26), nsip(27), slip(28), ultra(29), ds3(30), sip(31),
frameRelay(32), rs232(33), para(34), arcnet(35), arcnetPlus(36), atm(37),
miox25(38), sonet(39), x25ple(40), iso88022llc(41), localTalk(42), smdsDxi(43),
frameRelayService(44), v35(45), hssi(46), hippi(47), modem(48), aal5(49),
sonetPath(50), sonetVT(51), smdsIcip(52), propVirtual(53), propMultiplexor(54),
ieee80212(55), fibreChannel(56), hippiInterface(57), frameRelayInterconnect(58),
aflane8023(59), aflane8025(60), cctEmul(61), fastEther(62), isdn(63), v11(64),
v36(65), g703at64k(66), g703at2mb(67), qllc(68), fastEtherFX(69), channel(70),
ieee80211(71), ibm370parChan(72), escon(73), dlsw(74), isdns(75), isdnu(76),
lapd(77), ipSwitch(78), rsrb(79), atmLogical(80), ds0(81), ds0Bundle(82), bsc(83),
async(84), cnr(85), iso88025Dtr(86), eplrs(87), arap(88), propCnls(89),
hostPad(90), termPad(91), frameRelayMPI(92), x213(93), adsl(94), radsl(95),
sdsl(96), vdsl(97), iso88025CRFPInt(98), myrinet(99), voiceEM(100), voiceFXO(101),
voiceFXS(102), voiceEncap(103), voiceOverIp(104), atmDxi(105), atmFuni(106),
atmIma(107), pppMultilinkBundle(108), ipOverCdlc(109), ipOverClaw(110),
stackToStack(111), virtualIpAddress(112), mpc(113), ipOverAtm(114),
iso88025Fiber(115), tdlc(116), gigabitEthernet(117), hdlc(118), lapf(119),
v37(120), x25mlp(121), x25huntGroup(122), transpHdlc(123), interleave(124),
fast(125), ip(126), docsCableMaclayer(127), docsCableDownstream(128),
docsCableUpstream(129), a12MppSwitch(130), tunnel(131), coffee(132), ces(133),
atmSubInterface(134), l2vlan(135), l3ipvlan(136), l3ipxvlan(137),
digitalPowerline(138), mediaMailOverIp(139), dtm(140), dcn(141), ipForward(142),
msdsl(143), ieee1394(144), if-gsn(145), dvbRccMacLayer(146), dvbRccDownstream(147),
dvbRccUpstream(148), atmVirtual(149), mplsTunnel(150), srp(151), voiceOverAtm(152),
voiceOverFrameRelay(153), idsl(154), compositeLink(155), ss7SigLink(156),
propWirelessP2P(157), frForward(158), rfc1483(159), usb(160), ieee8023adLag(161),
bgppolicyaccounting(162), frf16MfrBundle(163), h323Gatekeeper(164), h323Proxy(165),
mpls(166), mfSigLink(167), hdsl2(168), shdsl(169), ds1FDL(170), pos(171),
dvbAsiIn(172), dvbAsiOut(173), plc(174), nfas(175), tr008(176), gr303RDT(177),
gr303IDT(178), isup(179), propDocsWirelessMaclayer(180),
propDocsWirelessDownstream(181), propDocsWirelessUpstream(182), hiperlan2(183),
propBWAp2Mp(184), sonetOverheadChannel(185), digitalWrapperOverheadChannel(186),
aal2(187), radioMAC(188), atmRadio(189), imt(190), mvl(191), reachDSL(192),
frDlciEndPt(193), atmVciEndPt(194), opticalChannel(195), opticalTransport(196),
propAtm(197), voiceOverCable(198), infiniband(199), teLink(200), q2931(201),
virtualTg(202), sipTg(203), sipSig(204), docsCableUpstreamChannel(205),
econet(206), pon155(207), pon622(208), bridge(209), linegroup(210),
voiceEMFGD(211), voiceFGDEANA(212), voiceDID(213), mpegTransport(214),
sixToFour(215), gtp(216), pdnEtherLoop1(217), pdnEtherLoop2(218),
opticalChannelGroup(219), homepna(220), gfp(221), ciscoISLvlan(222),
actelisMetaLOOP(223), fcipLink(224), rpr(225), qam(226), lmp(227),
cblVectaStar(228), docsCableMCmtsDownstream(229), adsl2(230),
macSecControlledIF(231), macSecUncontrolledIF(232), aviciOpticalEther(233),
atmbond(234), voiceFGDOS(235), mocaVersion1(236), ieee80216WMAN(237),
adsl2plus(238), dvbRcsMacLayer(239), dvbTdm(240), dvbRcsTdma(241), x86Laps(242),
wwanPP(243), wwanPP2(244), voiceEBS(245), ifPwType(246), ilan(247), pip(248),
aluELP(249), gpon(250), vdsl2(251), capwapDot11Profile(252), capwapDot11Bss(253),
capwapWtpVirtualRadio(254), bits(255), docsCableUpstreamRfPort(256),
cableDownstreamRfPort(257), switchstack(65534)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The type of interface. Additional values for ifType are
assigned by the Internet Assigned Numbers Authority (IANA),
through updating the syntax of the IANAifType textual
convention."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2)
ifEntry(1) 3 }

.1.3.6.1.2.1.2.2.1.4
ifMtu OBJECT-TYPE
-- FROM IF-MIB, RFC1213-MIB
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The size of the largest packet which can be sent/received
on the interface, specified in octets. For interfaces that
are used for transmitting network datagrams, this is the
size of the largest network datagram that can be sent on the
interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2)
ifEntry(1) 4 }

.1.3.6.1.2.1.2.2.1.5
ifSpeed OBJECT-TYPE
-- FROM IF-MIB, RFC1213-MIB
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "An estimate of the interface's current bandwidth in bits
per second. For interfaces which do not vary in bandwidth
or for those where no accurate estimation can be made, this
object should contain the nominal bandwidth. If the
bandwidth of the interface is greater than the maximum value
reportable by this object then this object should report its
maximum value (4,294,967,295) and ifHighSpeed must be used
to report the interace's speed. For a sub-layer which has
no concept of bandwidth, this object should be zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2)
ifEntry(1) 5 }

.1.3.6.1.2.1.2.2.1.6
ifPhysAddress OBJECT-TYPE
-- FROM IF-MIB, RFC1213-MIB
-- TEXTUAL CONVENTION PhysAddress
SYNTAX OCTET STRING
DISPLAY-HINT "1x:"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The interface's address at its protocol sub-layer. For
example, for an 802.x interface, this object normally
contains a MAC address. The interface's media-specific MIB
must define the bit and byte ordering and the format of the
value of this object. For interfaces which do not have such
an address (e.g., a serial line), this object should contain
an octet string of zero length."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2)
ifEntry(1) 6 }

.1.3.6.1.2.1.2.2.1.7
ifAdminStatus OBJECT-TYPE
-- FROM IF-MIB, RFC1213-MIB
SYNTAX INTEGER {up(1), down(2), testing(3)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The desired state of the interface. The testing(3) state
indicates that no operational packets can be passed. When a
managed system initializes, all interfaces start with
ifAdminStatus in the down(2) state. As a result of either
explicit management action or per configuration information
retained by the managed system, ifAdminStatus is then
changed to either the up(1) or testing(3) states (or remains
in the down(2) state)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2)
ifEntry(1) 7 }

.1.3.6.1.2.1.2.2.1.8
ifOperStatus OBJECT-TYPE
-- FROM IF-MIB, RFC1213-MIB
SYNTAX INTEGER {up(1), down(2), testing(3), unknown(4), dormant(5),
notPresent(6), lowerLayerDown(7)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The current operational state of the interface. The
testing(3) state indicates that no operational packets can
be passed. If ifAdminStatus is down(2) then ifOperStatus
should be down(2). If ifAdminStatus is changed to up(1)
then ifOperStatus should change to up(1) if the interface is
ready to transmit and receive network traffic; it should
change to dormant(5) if the interface is waiting for
external actions (such as a serial line waiting for an
incoming connection); it should remain in the down(2) state
if and only if there is a fault that prevents it from going
to the up(1) state; it should remain in the notPresent(6)
state if the interface has missing (typically, hardware)
components."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2)
ifEntry(1) 8 }

.1.3.6.1.2.1.2.2.1.9
ifLastChange OBJECT-TYPE
-- FROM IF-MIB, RFC1213-MIB
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The value of sysUpTime at the time the interface entered
its current operational state. If the current state was
entered prior to the last re-initialization of the local
network management subsystem, then this object contains a
zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2)
ifEntry(1) 9 }

.1.3.6.1.2.1.2.2.1.10
ifInOctets OBJECT-TYPE
-- FROM IF-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total number of octets received on the interface,
including framing characters.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2)
ifEntry(1) 10 }

.1.3.6.1.2.1.2.2.1.11
ifInUcastPkts OBJECT-TYPE
-- FROM IF-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of packets, delivered by this sub-layer to a
higher (sub-)layer, which were not addressed to a multicast
or broadcast address at this sub-layer.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2)
ifEntry(1) 11 }

.1.3.6.1.2.1.2.2.1.12
ifInNUcastPkts OBJECT-TYPE
-- FROM IF-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The number of packets, delivered by this sub-layer to a
higher (sub-)layer, which were addressed to a multicast or
broadcast address at this sub-layer.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ifCounterDiscontinuityTime.

This object is deprecated in favour of ifInMulticastPkts and


ifInBroadcastPkts."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2)
ifEntry(1) 12 }

.1.3.6.1.2.1.2.2.1.13
ifInDiscards OBJECT-TYPE
-- FROM IF-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of inbound packets which were chosen to be
discarded even though no errors had been detected to prevent
their being deliverable to a higher-layer protocol. One
possible reason for discarding such a packet could be to
free up buffer space.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2)
ifEntry(1) 13 }

.1.3.6.1.2.1.2.2.1.14
ifInErrors OBJECT-TYPE
-- FROM IF-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "For packet-oriented interfaces, the number of inbound
packets that contained errors preventing them from being
deliverable to a higher-layer protocol. For character-
oriented or fixed-length interfaces, the number of inbound
transmission units that contained errors preventing them
from being deliverable to a higher-layer protocol.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2)
ifEntry(1) 14 }

.1.3.6.1.2.1.2.2.1.15
ifInUnknownProtos OBJECT-TYPE
-- FROM IF-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "For packet-oriented interfaces, the number of packets
received via the interface which were discarded because of
an unknown or unsupported protocol. For character-oriented
or fixed-length interfaces that support protocol
multiplexing the number of transmission units received via
the interface which were discarded because of an unknown or
unsupported protocol. For any interface that does not
support protocol multiplexing, this counter will always be
0.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2)
ifEntry(1) 15 }

.1.3.6.1.2.1.2.2.1.16
ifOutOctets OBJECT-TYPE
-- FROM IF-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total number of octets transmitted out of the
interface, including framing characters.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2)
ifEntry(1) 16 }

.1.3.6.1.2.1.2.2.1.17
ifOutUcastPkts OBJECT-TYPE
-- FROM IF-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total number of packets that higher-level protocols
requested be transmitted, and which were not addressed to a
multicast or broadcast address at this sub-layer, including
those that were discarded or not sent.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2)
ifEntry(1) 17 }

.1.3.6.1.2.1.2.2.1.18
ifOutNUcastPkts OBJECT-TYPE
-- FROM IF-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The total number of packets that higher-level protocols
requested be transmitted, and which were addressed to a
multicast or broadcast address at this sub-layer, including
those that were discarded or not sent.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ifCounterDiscontinuityTime.

This object is deprecated in favour of ifOutMulticastPkts


and ifOutBroadcastPkts."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2)
ifEntry(1) 18 }

.1.3.6.1.2.1.2.2.1.19
ifOutDiscards OBJECT-TYPE
-- FROM IF-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of outbound packets which were chosen to be
discarded even though no errors had been detected to prevent
their being transmitted. One possible reason for discarding
such a packet could be to free up buffer space.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2)
ifEntry(1) 19 }

.1.3.6.1.2.1.2.2.1.20
ifOutErrors OBJECT-TYPE
-- FROM IF-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "For packet-oriented interfaces, the number of outbound
packets that could not be transmitted because of errors.
For character-oriented or fixed-length interfaces, the
number of outbound transmission units that could not be
transmitted because of errors.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2)
ifEntry(1) 20 }

.1.3.6.1.2.1.2.2.1.21
ifOutQLen OBJECT-TYPE
-- FROM IF-MIB, RFC1213-MIB
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The length of the output packet queue (in packets)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2)
ifEntry(1) 21 }

.1.3.6.1.2.1.2.2.1.22
ifSpecific OBJECT-TYPE
-- FROM IF-MIB, RFC1213-MIB
SYNTAX OBJECT IDENTIFIER
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "A reference to MIB definitions specific to the particular
media being used to realize the interface. It is
recommended that this value point to an instance of a MIB
object in the media-specific MIB, i.e., that this object
have the semantics associated with the InstancePointer
textual convention defined in RFC 2579. In fact, it is
recommended that the media-specific MIB specify what value
ifSpecific should/can take for values of ifType. If no MIB
definitions specific to the particular media are available,
the value should be set to the OBJECT IDENTIFIER { 0 0 }."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2)
ifEntry(1) 22 }

.1.3.6.1.2.1.3
at OBJECT-TYPE
-- FROM RFC1213-MIB, RFC1158-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 3 }

.1.3.6.1.2.1.3.1
atTable OBJECT-TYPE
-- FROM RFC1213-MIB
MAX-ACCESS not-accessible
STATUS deprecated
DESCRIPTION "The Address Translation tables contain the
NetworkAddress to `physical' address equivalences.
Some interfaces do not use translation tables for
determining address equivalences (e.g., DDN-X.25
has an algorithmic method); if all interfaces are
of this type, then the Address Translation table
is empty, i.e., has zero entries."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) at(3) 1 }
.1.3.6.1.2.1.3.1.1
atEntry OBJECT-TYPE
-- FROM RFC1213-MIB
MAX-ACCESS not-accessible
STATUS deprecated
INDEX { atIfIndex, atNetAddress }
DESCRIPTION "Each entry contains one NetworkAddress to
`physical' address equivalence."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) at(3) atTable(1) 1 }

.1.3.6.1.2.1.3.1.1.1
atIfIndex OBJECT-TYPE
-- FROM RFC1213-MIB
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS deprecated
DESCRIPTION "The interface on which this entry's equivalence
is effective. The interface identified by a
particular value of this index is the same
interface as identified by the same value of
ifIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) at(3) atTable(1) atEntry(1)
1 }

.1.3.6.1.2.1.3.1.1.2
atPhysAddress OBJECT-TYPE
-- FROM RFC1213-MIB
-- TEXTUAL CONVENTION PhysAddress
SYNTAX OCTET STRING
MAX-ACCESS read-write
STATUS deprecated
DESCRIPTION "The media-dependent `physical' address.

Setting this object to a null string (one of zero


length) has the effect of invaliding the
corresponding entry in the atTable object. That
is, it effectively dissasociates the interface
identified with said entry from the mapping
identified with said entry. It is an
implementation-specific matter as to whether the
agent removes an invalidated entry from the table.
Accordingly, management stations must be prepared
to receive tabular information from agents that
corresponds to entries not currently in use.
Proper interpretation of such entries requires
examination of the relevant atPhysAddress object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) at(3) atTable(1) atEntry(1)
2 }

.1.3.6.1.2.1.3.1.1.3
atNetAddress OBJECT-TYPE
-- FROM RFC1213-MIB
SYNTAX NetworkAddress
MAX-ACCESS read-write
STATUS deprecated
DESCRIPTION "The NetworkAddress (e.g., the IP address)
corresponding to the media-dependent `physical'
address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) at(3) atTable(1) atEntry(1)
3 }

.1.3.6.1.2.1.4
ip OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB, RFC1158-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 4 }

.1.3.6.1.2.1.4.1
ipForwarding OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX INTEGER {forwarding(1), notForwarding(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The indication of whether this entity is acting as an IPv4
router in respect to the forwarding of datagrams received
by, but not addressed to, this entity. IPv4 routers forward
datagrams. IPv4 hosts do not (except those source-routed
via the host).

When this object is written, the entity should save the


change to non-volatile storage and restore the object from
non-volatile storage upon re-initialization of the system.
Note: a stronger requirement is not used because this object
was previously defined."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 1 }

.1.3.6.1.2.1.4.2
ipDefaultTTL OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX Integer32 (1..255)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The default value inserted into the Time-To-Live field of
the IPv4 header of datagrams originated at this entity,
whenever a TTL value is not supplied by the transport layer
protocol.

When this object is written, the entity should save the


change to non-volatile storage and restore the object from
non-volatile storage upon re-initialization of the system.
Note: a stronger requirement is not used because this object
was previously defined."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 2 }

.1.3.6.1.2.1.4.3
ipInReceives OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The total number of input datagrams received from
interfaces, including those received in error.

This object has been deprecated, as a new IP version-neutral


table has been added. It is loosely replaced by
ipSystemStatsInRecieves."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 3 }
.1.3.6.1.2.1.4.4
ipInHdrErrors OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The number of input datagrams discarded due to errors in
their IPv4 headers, including bad checksums, version number
mismatch, other format errors, time-to-live exceeded, errors
discovered in processing their IPv4 options, etc.

This object has been deprecated as a new IP version-neutral


table has been added. It is loosely replaced by
ipSystemStatsInHdrErrors."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 4 }

.1.3.6.1.2.1.4.5
ipInAddrErrors OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The number of input datagrams discarded because the IPv4
address in their IPv4 header's destination field was not a
valid address to be received at this entity. This count
includes invalid addresses (e.g., 0.0.0.0) and addresses of
unsupported Classes (e.g., Class E). For entities which are
not IPv4 routers, and therefore do not forward datagrams,
this counter includes datagrams discarded because the
destination address was not a local address.

This object has been deprecated, as a new IP version-neutral


table has been added. It is loosely replaced by
ipSystemStatsInAddrErrors."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 5 }

.1.3.6.1.2.1.4.6
ipForwDatagrams OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The number of input datagrams for which this entity was not
their final IPv4 destination, as a result of which an
attempt was made to find a route to forward them to that
final destination. In entities which do not act as IPv4
routers, this counter will include only those packets which
were Source-Routed via this entity, and the Source-Route
option processing was successful.

This object has been deprecated, as a new IP version-neutral


table has been added. It is loosely replaced by
ipSystemStatsInForwDatagrams."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 6 }

.1.3.6.1.2.1.4.7
ipInUnknownProtos OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The number of locally-addressed datagrams received
successfully but discarded because of an unknown or
unsupported protocol.

This object has been deprecated, as a new IP version-neutral


table has been added. It is loosely replaced by
ipSystemStatsInUnknownProtos."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 7 }

.1.3.6.1.2.1.4.8
ipInDiscards OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The number of input IPv4 datagrams for which no problems
were encountered to prevent their continued processing, but
which were discarded (e.g., for lack of buffer space). Note
that this counter does not include any datagrams discarded
while awaiting re-assembly.

This object has been deprecated, as a new IP version-neutral


table has been added. It is loosely replaced by
ipSystemStatsInDiscards."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 8 }

.1.3.6.1.2.1.4.9
ipInDelivers OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The total number of input datagrams successfully delivered
to IPv4 user-protocols (including ICMP).

This object has been deprecated as a new IP version neutral


table has been added. It is loosely replaced by
ipSystemStatsIndelivers."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 9 }

.1.3.6.1.2.1.4.10
ipOutRequests OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The total number of IPv4 datagrams which local IPv4 user
protocols (including ICMP) supplied to IPv4 in requests for
transmission. Note that this counter does not include any
datagrams counted in ipForwDatagrams.

This object has been deprecated, as a new IP version-neutral


table has been added. It is loosely replaced by
ipSystemStatsOutRequests."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 10 }

.1.3.6.1.2.1.4.11
ipOutDiscards OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The number of output IPv4 datagrams for which no problem was
encountered to prevent their transmission to their
destination, but which were discarded (e.g., for lack of
buffer space). Note that this counter would include
datagrams counted in ipForwDatagrams if any such packets met
this (discretionary) discard criterion.

This object has been deprecated, as a new IP version-neutral


table has been added. It is loosely replaced by
ipSystemStatsOutDiscards."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 11 }

.1.3.6.1.2.1.4.12
ipOutNoRoutes OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The number of IPv4 datagrams discarded because no route
could be found to transmit them to their destination. Note
that this counter includes any packets counted in
ipForwDatagrams which meet this `no-route' criterion. Note
that this includes any datagrams which a host cannot route
because all of its default routers are down.

This object has been deprecated, as a new IP version-neutral


table has been added. It is loosely replaced by
ipSystemStatsOutNoRoutes."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 12 }

.1.3.6.1.2.1.4.13
ipReasmTimeout OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX Integer32
UNITS ""
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The maximum number of seconds that received fragments are
held while they are awaiting reassembly at this entity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 13 }

.1.3.6.1.2.1.4.14
ipReasmReqds OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The number of IPv4 fragments received which needed to be
reassembled at this entity.

This object has been deprecated, as a new IP version-neutral


table has been added. It is loosely replaced by
ipSystemStatsReasmReqds."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 14 }
.1.3.6.1.2.1.4.15
ipReasmOKs OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The number of IPv4 datagrams successfully re-assembled.

This object has been deprecated, as a new IP version-neutral


table has been added. It is loosely replaced by
ipSystemStatsReasmOKs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 15 }

.1.3.6.1.2.1.4.16
ipReasmFails OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The number of failures detected by the IPv4 re-assembly
algorithm (for whatever reason: timed out, errors, etc).
Note that this is not necessarily a count of discarded IPv4
fragments since some algorithms (notably the algorithm in
RFC 815) can lose track of the number of fragments by
combining them as they are received.

This object has been deprecated, as a new IP version-neutral


table has been added. It is loosely replaced by
ipSystemStatsReasmFails."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 16 }

.1.3.6.1.2.1.4.17
ipFragOKs OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The number of IPv4 datagrams that have been successfully
fragmented at this entity.

This object has been deprecated, as a new IP version-neutral


table has been added. It is loosely replaced by
ipSystemStatsOutFragOKs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 17 }

.1.3.6.1.2.1.4.18
ipFragFails OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The number of IPv4 datagrams that have been discarded
because they needed to be fragmented at this entity but
could not be, e.g., because their Don't Fragment flag was
set.

This object has been deprecated, as a new IP version-neutral


table has been added. It is loosely replaced by
ipSystemStatsOutFragFails."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 18 }

.1.3.6.1.2.1.4.19
ipFragCreates OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The number of IPv4 datagram fragments that have been
generated as a result of fragmentation at this entity.

This object has been deprecated as a new IP version neutral


table has been added. It is loosely replaced by
ipSystemStatsOutFragCreates."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 19 }

.1.3.6.1.2.1.4.20
ipAddrTable OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
MAX-ACCESS not-accessible
STATUS deprecated
DESCRIPTION "The table of addressing information relevant to this
entity's IPv4 addresses.

This table has been deprecated, as a new IP version-neutral


table has been added. It is loosely replaced by the
ipAddressTable although several objects that weren't deemed
useful weren't carried forward while another
(ipAdEntReasmMaxSize) was moved to the ipv4InterfaceTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 20 }

.1.3.6.1.2.1.4.20.1
ipAddrEntry OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
MAX-ACCESS not-accessible
STATUS deprecated
INDEX { ipAdEntAddr }
DESCRIPTION "The addressing information for one of this entity's IPv4
addresses."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipAddrTable(20) 1 }

.1.3.6.1.2.1.4.20.1.1
ipAdEntAddr OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The IPv4 address to which this entry's addressing
information pertains."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipAddrTable(20)
ipAddrEntry(1) 1 }

.1.3.6.1.2.1.4.20.1.2
ipAdEntIfIndex OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX INTEGER (1..2147483647)
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The index value which uniquely identifies the interface to
which this entry is applicable. The interface identified by
a particular value of this index is the same interface as
identified by the same value of the IF-MIB's ifIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipAddrTable(20)
ipAddrEntry(1) 2 }

.1.3.6.1.2.1.4.20.1.3
ipAdEntNetMask OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The subnet mask associated with the IPv4 address of this
entry. The value of the mask is an IPv4 address with all
the network bits set to 1 and all the hosts bits set to 0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipAddrTable(20)
ipAddrEntry(1) 3 }

.1.3.6.1.2.1.4.20.1.4
ipAdEntBcastAddr OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX INTEGER (0..1)
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The value of the least-significant bit in the IPv4 broadcast
address used for sending datagrams on the (logical)
interface associated with the IPv4 address of this entry.
For example, when the Internet standard all-ones broadcast
address is used, the value will be 1. This value applies to
both the subnet and network broadcast addresses used by the
entity on this (logical) interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipAddrTable(20)
ipAddrEntry(1) 4 }

.1.3.6.1.2.1.4.20.1.5
ipAdEntReasmMaxSize OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The size of the largest IPv4 datagram which this entity can
re-assemble from incoming IPv4 fragmented datagrams received
on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipAddrTable(20)
ipAddrEntry(1) 5 }

.1.3.6.1.2.1.4.21
ipRouteTable OBJECT-TYPE
-- FROM RFC1213-MIB
MAX-ACCESS not-accessible
STATUS mandatory
DESCRIPTION "This entity's IP Routing table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 21 }

.1.3.6.1.2.1.4.21.1
ipRouteEntry OBJECT-TYPE
-- FROM RFC1213-MIB
MAX-ACCESS not-accessible
STATUS mandatory
INDEX { ipRouteDest }
DESCRIPTION "A route to a particular destination."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipRouteTable(21) 1 }

.1.3.6.1.2.1.4.21.1.1
ipRouteDest OBJECT-TYPE
-- FROM RFC1213-MIB
SYNTAX IpAddress
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "The destination IP address of this route. An
entry with a value of 0.0.0.0 is considered a
default route. Multiple routes to a single
destination can appear in the table, but access to
such multiple entries is dependent on the table-
access mechanisms defined by the network
management protocol in use."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipRouteTable(21)
ipRouteEntry(1) 1 }

.1.3.6.1.2.1.4.21.1.2
ipRouteIfIndex OBJECT-TYPE
-- FROM RFC1213-MIB
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "The index value which uniquely identifies the
local interface through which the next hop of this
route should be reached. The interface identified
by a particular value of this index is the same
interface as identified by the same value of
ifIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipRouteTable(21)
ipRouteEntry(1) 2 }

.1.3.6.1.2.1.4.21.1.3
ipRouteMetric1 OBJECT-TYPE
-- FROM RFC1213-MIB
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "The primary routing metric for this route. The
semantics of this metric are determined by the
routing-protocol specified in the route's
ipRouteProto value. If this metric is not used,
its value should be set to -1."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipRouteTable(21)
ipRouteEntry(1) 3 }

.1.3.6.1.2.1.4.21.1.4
ipRouteMetric2 OBJECT-TYPE
-- FROM RFC1213-MIB
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "An alternate routing metric for this route. The
semantics of this metric are determined by the
routing-protocol specified in the route's
ipRouteProto value. If this metric is not used,
its value should be set to -1."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipRouteTable(21)
ipRouteEntry(1) 4 }

.1.3.6.1.2.1.4.21.1.5
ipRouteMetric3 OBJECT-TYPE
-- FROM RFC1213-MIB
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "An alternate routing metric for this route. The
semantics of this metric are determined by the
routing-protocol specified in the route's
ipRouteProto value. If this metric is not used,
its value should be set to -1."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipRouteTable(21)
ipRouteEntry(1) 5 }

.1.3.6.1.2.1.4.21.1.6
ipRouteMetric4 OBJECT-TYPE
-- FROM RFC1213-MIB
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "An alternate routing metric for this route. The
semantics of this metric are determined by the
routing-protocol specified in the route's
ipRouteProto value. If this metric is not used,
its value should be set to -1."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipRouteTable(21)
ipRouteEntry(1) 6 }

.1.3.6.1.2.1.4.21.1.7
ipRouteNextHop OBJECT-TYPE
-- FROM RFC1213-MIB
SYNTAX IpAddress
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "The IP address of the next hop of this route.
(In the case of a route bound to an interface
which is realized via a broadcast media, the value
of this field is the agent's IP address on that
interface.)"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipRouteTable(21)
ipRouteEntry(1) 7 }

.1.3.6.1.2.1.4.21.1.8
ipRouteType OBJECT-TYPE
-- FROM RFC1213-MIB
SYNTAX INTEGER {other(1), invalid(2), direct(3), indirect(4)}
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "The type of route. Note that the values
direct(3) and indirect(4) refer to the notion of
direct and indirect routing in the IP
architecture.

Setting this object to the value invalid(2) has


the effect of invalidating the corresponding entry
in the ipRouteTable object. That is, it
effectively dissasociates the destination
identified with said entry from the route
identified with said entry. It is an
implementation-specific matter as to whether the
agent removes an invalidated entry from the table.
Accordingly, management stations must be prepared
to receive tabular information from agents that
corresponds to entries not currently in use.
Proper interpretation of such entries requires
examination of the relevant ipRouteType object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipRouteTable(21)
ipRouteEntry(1) 8 }

.1.3.6.1.2.1.4.21.1.9
ipRouteProto OBJECT-TYPE
-- FROM RFC1213-MIB
SYNTAX INTEGER {other(1), local(2), netmgmt(3), icmp(4), egp(5), ggp(6),
hello(7), rip(8), is-is(9), es-is(10), ciscoIgrp(11), bbnSpfIgp(12), ospf(13),
bgp(14)}
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The routing mechanism via which this route was
learned. Inclusion of values for gateway routing
protocols is not intended to imply that hosts
should support those protocols."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipRouteTable(21)
ipRouteEntry(1) 9 }

.1.3.6.1.2.1.4.21.1.10
ipRouteAge OBJECT-TYPE
-- FROM RFC1213-MIB
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "The number of seconds since this route was last
updated or otherwise determined to be correct.
Note that no semantics of `too old' can be implied
except through knowledge of the routing protocol
by which the route was learned."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipRouteTable(21)
ipRouteEntry(1) 10 }

.1.3.6.1.2.1.4.21.1.11
ipRouteMask OBJECT-TYPE
-- FROM RFC1213-MIB
SYNTAX IpAddress
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "Indicate the mask to be logical-ANDed with the
destination address before being compared to the
value in the ipRouteDest field. For those systems
that do not support arbitrary subnet masks, an
agent constructs the value of the ipRouteMask by
determining whether the value of the correspondent
ipRouteDest field belong to a class-A, B, or C
network, and then using one of:
mask network
255.0.0.0 class-A
255.255.0.0 class-B
255.255.255.0 class-C

If the value of the ipRouteDest is 0.0.0.0 (a


default route), then the mask value is also
0.0.0.0. It should be noted that all IP routing
subsystems implicitly use this mechanism."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipRouteTable(21)
ipRouteEntry(1) 11 }

.1.3.6.1.2.1.4.21.1.12
ipRouteMetric5 OBJECT-TYPE
-- FROM RFC1213-MIB
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "An alternate routing metric for this route. The
semantics of this metric are determined by the
routing-protocol specified in the route's
ipRouteProto value. If this metric is not used,
its value should be set to -1."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipRouteTable(21)
ipRouteEntry(1) 12 }

.1.3.6.1.2.1.4.21.1.13
ipRouteInfo OBJECT-TYPE
-- FROM RFC1213-MIB
SYNTAX OBJECT IDENTIFIER
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "A reference to MIB definitions specific to the
particular routing protocol which is responsible
for this route, as determined by the value
specified in the route's ipRouteProto value. If
this information is not present, its value should
be set to the OBJECT IDENTIFIER { 0 0 }, which is
a syntatically valid object identifier, and any
conformant implementation of ASN.1 and BER must be
able to generate and recognize this value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipRouteTable(21)
ipRouteEntry(1) 13 }

.1.3.6.1.2.1.4.22
ipNetToMediaTable OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
MAX-ACCESS not-accessible
STATUS deprecated
DESCRIPTION "The IPv4 Address Translation table used for mapping from
IPv4 addresses to physical addresses.

This table has been deprecated, as a new IP version-neutral


table has been added. It is loosely replaced by the
ipNetToPhysicalTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 22 }

.1.3.6.1.2.1.4.22.1
ipNetToMediaEntry OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
MAX-ACCESS not-accessible
STATUS deprecated
INDEX { ipNetToMediaIfIndex, ipNetToMediaNetAddress }
DESCRIPTION "Each entry contains one IpAddress to `physical' address
equivalence."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipNetToMediaTable(22)
1 }

.1.3.6.1.2.1.4.22.1.1
ipNetToMediaIfIndex OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX INTEGER (1..2147483647)
MAX-ACCESS read-create
STATUS deprecated
DESCRIPTION "The interface on which this entry's equivalence is
effective. The interface identified by a particular value
of this index is the same interface as identified by the
same value of the IF-MIB's ifIndex.

This object predates the rule limiting index objects to a


max access value of 'not-accessible' and so continues to use
a value of 'read-create'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipNetToMediaTable(22)
ipNetToMediaEntry(1) 1 }

.1.3.6.1.2.1.4.22.1.2
ipNetToMediaPhysAddress OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
-- TEXTUAL CONVENTION PhysAddress
SYNTAX OCTET STRING (0..65535)
DISPLAY-HINT "1x:"
MAX-ACCESS read-create
STATUS deprecated
DESCRIPTION "The media-dependent `physical' address. This object should
return 0 when this entry is in the 'incomplete' state.

As the entries in this table are typically not persistent


when this object is written the entity should not save the
change to non-volatile storage. Note: a stronger
requirement is not used because this object was previously
defined."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipNetToMediaTable(22)
ipNetToMediaEntry(1) 2 }

.1.3.6.1.2.1.4.22.1.3
ipNetToMediaNetAddress OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX IpAddress
MAX-ACCESS read-create
STATUS deprecated
DESCRIPTION "The IpAddress corresponding to the media-dependent
`physical' address.

This object predates the rule limiting index objects to a


max access value of 'not-accessible' and so continues to use
a value of 'read-create'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipNetToMediaTable(22)
ipNetToMediaEntry(1) 3 }
.1.3.6.1.2.1.4.22.1.4
ipNetToMediaType OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX INTEGER {other(1), invalid(2), dynamic(3), static(4)}
MAX-ACCESS read-create
STATUS deprecated
DESCRIPTION "The type of mapping.

Setting this object to the value invalid(2) has the effect


of invalidating the corresponding entry in the
ipNetToMediaTable. That is, it effectively dis-associates
the interface identified with said entry from the mapping
identified with said entry. It is an implementation-
specific matter as to whether the agent removes an
invalidated entry from the table. Accordingly, management
stations must be prepared to receive tabular information
from agents that corresponds to entries not currently in
use. Proper interpretation of such entries requires
examination of the relevant ipNetToMediaType object.

As the entries in this table are typically not persistent


when this object is written the entity should not save the
change to non-volatile storage. Note: a stronger
requirement is not used because this object was previously
defined."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipNetToMediaTable(22)
ipNetToMediaEntry(1) 4 }

.1.3.6.1.2.1.4.23
ipRoutingDiscards OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The number of routing entries which were chosen to be
discarded even though they are valid. One possible reason
for discarding such an entry could be to free-up buffer
space for other routing entries.
This object was defined in pre-IPv6 versions of the IP MIB.
It was implicitly IPv4 only, but the original specifications
did not indicate this protocol restriction. In order to
clarify the specifications, this object has been deprecated
and a similar, but more thoroughly clarified, object has
been added to the IP-FORWARD-MIB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 23 }

.1.3.6.1.2.1.4.24
ipForward MODULE-IDENTITY
-- FROM IP-FORWARD-MIB
DESCRIPTION "The MIB module for the management of CIDR multipath IP
Routes.

Copyright (C) The Internet Society (2006). This version


of this MIB module is a part of RFC 4292; see the RFC
itself for full legal notices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 24 }

.1.3.6.1.2.1.4.24.1
ipForwardNumber OBJECT-TYPE
-- FROM IP-FORWARD-MIB
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS obsolete
DESCRIPTION "The number of current ipForwardTable entries that are
not invalid."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) 1 }

.1.3.6.1.2.1.4.24.2
ipForwardTable OBJECT-TYPE
-- FROM IP-FORWARD-MIB
MAX-ACCESS not-accessible
STATUS obsolete
DESCRIPTION "This entity's IP Routing table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) 2 }

.1.3.6.1.2.1.4.24.2.1
ipForwardEntry OBJECT-TYPE
-- FROM IP-FORWARD-MIB
MAX-ACCESS not-accessible
STATUS obsolete
INDEX { ipForwardDest, ipForwardProto, ipForwardPolicy,
ipForwardNextHop }
DESCRIPTION "A particular route to a particular destination, under a
particular policy."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
ipForwardTable(2) 1 }

.1.3.6.1.2.1.4.24.2.1.1
ipForwardDest OBJECT-TYPE
-- FROM IP-FORWARD-MIB
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS obsolete
DESCRIPTION "The destination IP address of this route. An entry
with a value of 0.0.0.0 is considered a default route.

This object may not take a Multicast (Class D) address


value.

Any assignment (implicit or otherwise) of an instance


of this object to a value x must be rejected if the
bitwise logical-AND of x with the value of the
corresponding instance of the ipForwardMask object is
not equal to x."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
ipForwardTable(2) ipForwardEntry(1) 1 }

.1.3.6.1.2.1.4.24.2.1.2
ipForwardMask OBJECT-TYPE
-- FROM IP-FORWARD-MIB
SYNTAX IpAddress
MAX-ACCESS read-create
STATUS obsolete
DESCRIPTION "Indicate the mask to be logical-ANDed with the
destination address before being compared to the value
in the ipForwardDest field. For those systems that do
not support arbitrary subnet masks, an agent constructs
the value of the ipForwardMask by reference to the IP
Address Class.

Any assignment (implicit or otherwise) of an instance


of this object to a value x must be rejected if the
bitwise logical-AND of x with the value of the
corresponding instance of the ipForwardDest object is
not equal to ipForwardDest."
DEFVAL { 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
ipForwardTable(2) ipForwardEntry(1) 2 }

.1.3.6.1.2.1.4.24.2.1.3
ipForwardPolicy OBJECT-TYPE
-- FROM IP-FORWARD-MIB
SYNTAX Integer32 (0..2147483647)
MAX-ACCESS read-only
STATUS obsolete
DESCRIPTION "The general set of conditions that would cause
the selection of one multipath route (set of
next hops for a given destination) is referred
to as 'policy'.

Unless the mechanism indicated by ipForwardProto


specifies otherwise, the policy specifier is
the IP TOS Field. The encoding of IP TOS is as
specified by the following convention. Zero
indicates the default path if no more specific
policy applies.

+-----+-----+-----+-----+-----+-----+-----+-----+
| | | |
| PRECEDENCE | TYPE OF SERVICE | 0 |
| | | |
+-----+-----+-----+-----+-----+-----+-----+-----+

IP TOS IP TOS
Field Policy Field Policy
Contents Code Contents Code
0 0 0 0 ==> 0 0 0 0 1 ==> 2
0 0 1 0 ==> 4 0 0 1 1 ==> 6
0 1 0 0 ==> 8 0 1 0 1 ==> 10
0 1 1 0 ==> 12 0 1 1 1 ==> 14
1 0 0 0 ==> 16 1 0 0 1 ==> 18
1 0 1 0 ==> 20 1 0 1 1 ==> 22
1 1 0 0 ==> 24 1 1 0 1 ==> 26
1 1 1 0 ==> 28 1 1 1 1 ==> 30

Protocols defining 'policy' otherwise must either


define a set of values that are valid for
this object or must implement an integer-instanced
policy table for which this object's
value acts as an index."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
ipForwardTable(2) ipForwardEntry(1) 3 }

.1.3.6.1.2.1.4.24.2.1.4
ipForwardNextHop OBJECT-TYPE
-- FROM IP-FORWARD-MIB
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS obsolete
DESCRIPTION "On remote routes, the address of the next system en
route; otherwise, 0.0.0.0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
ipForwardTable(2) ipForwardEntry(1) 4 }

.1.3.6.1.2.1.4.24.2.1.5
ipForwardIfIndex OBJECT-TYPE
-- FROM IP-FORWARD-MIB
SYNTAX Integer32
MAX-ACCESS read-create
STATUS obsolete
DESCRIPTION "The ifIndex value that identifies the local interface
through which the next hop of this route should be
reached."
DEFVAL { 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
ipForwardTable(2) ipForwardEntry(1) 5 }

.1.3.6.1.2.1.4.24.2.1.6
ipForwardType OBJECT-TYPE
-- FROM IP-FORWARD-MIB
SYNTAX INTEGER {other(1), invalid(2), local(3), remote(4)}
MAX-ACCESS read-create
STATUS obsolete
DESCRIPTION "The type of route. Note that local(3) refers to a
route for which the next hop is the final destination;
remote(4) refers to a route for which the next hop is
not the final destination.

Setting this object to the value invalid(2) has the


effect of invalidating the corresponding entry in the
ipForwardTable object. That is, it effectively
disassociates the destination identified with said
entry from the route identified with said entry. It is
an implementation-specific matter as to whether the
agent removes an invalidated entry from the table.
Accordingly, management stations must be prepared to
receive tabular information from agents that
corresponds to entries not currently in use. Proper
interpretation of such entries requires examination of
the relevant ipForwardType object."
DEFVAL { invalid }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
ipForwardTable(2) ipForwardEntry(1) 6 }

.1.3.6.1.2.1.4.24.2.1.7
ipForwardProto OBJECT-TYPE
-- FROM IP-FORWARD-MIB
SYNTAX INTEGER {other(1), local(2), netmgmt(3), icmp(4), egp(5), ggp(6),
hello(7), rip(8), is-is(9), es-is(10), ciscoIgrp(11), bbnSpfIgp(12), ospf(13),
bgp(14), idpr(15)}
MAX-ACCESS read-only
STATUS obsolete
DESCRIPTION "The routing mechanism via which this route was learned.
Inclusion of values for gateway routing protocols is
not intended to imply that hosts should support those
protocols."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
ipForwardTable(2) ipForwardEntry(1) 7 }

.1.3.6.1.2.1.4.24.2.1.8
ipForwardAge OBJECT-TYPE
-- FROM IP-FORWARD-MIB
SYNTAX Integer32
MAX-ACCESS read-only
STATUS obsolete
DESCRIPTION "The number of seconds since this route was last updated
or otherwise determined to be correct. Note that no
semantics of `too old' can be implied except through
knowledge of the routing protocol by which the route
was learned."
DEFVAL { 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
ipForwardTable(2) ipForwardEntry(1) 8 }

.1.3.6.1.2.1.4.24.2.1.9
ipForwardInfo OBJECT-TYPE
-- FROM IP-FORWARD-MIB
SYNTAX OBJECT IDENTIFIER
MAX-ACCESS read-create
STATUS obsolete
DESCRIPTION "A reference to MIB definitions specific to the
particular routing protocol that is responsible for
this route, as determined by the value specified in the
route's ipForwardProto value. If this information is
not present, its value should be set to the OBJECT
IDENTIFIER { 0 0 }, which is a syntactically valid
object identifier, and any implementation conforming to
ASN.1 and the Basic Encoding Rules must be able to
generate and recognize this value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
ipForwardTable(2) ipForwardEntry(1) 9 }

.1.3.6.1.2.1.4.24.2.1.10
ipForwardNextHopAS OBJECT-TYPE
-- FROM IP-FORWARD-MIB
SYNTAX Integer32
MAX-ACCESS read-create
STATUS obsolete
DESCRIPTION "The Autonomous System Number of the Next Hop. When
this is unknown or not relevant to the protocol
indicated by ipForwardProto, zero."
DEFVAL { 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
ipForwardTable(2) ipForwardEntry(1) 10 }

.1.3.6.1.2.1.4.24.2.1.11
ipForwardMetric1 OBJECT-TYPE
-- FROM IP-FORWARD-MIB
SYNTAX Integer32
MAX-ACCESS read-create
STATUS obsolete
DESCRIPTION "The primary routing metric for this route. The
semantics of this metric are determined by the routing-
protocol specified in the route's ipForwardProto value.
If this metric is not used, its value should be set to
-1."
DEFVAL { -1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
ipForwardTable(2) ipForwardEntry(1) 11 }

.1.3.6.1.2.1.4.24.2.1.12
ipForwardMetric2 OBJECT-TYPE
-- FROM IP-FORWARD-MIB
SYNTAX Integer32
MAX-ACCESS read-create
STATUS obsolete
DESCRIPTION "An alternate routing metric for this route. The
semantics of this metric are determined by the routing-
protocol specified in the route's ipForwardProto value.
If this metric is not used, its value should be set to
-1."
DEFVAL { -1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
ipForwardTable(2) ipForwardEntry(1) 12 }

.1.3.6.1.2.1.4.24.2.1.13
ipForwardMetric3 OBJECT-TYPE
-- FROM IP-FORWARD-MIB
SYNTAX Integer32
MAX-ACCESS read-create
STATUS obsolete
DESCRIPTION "An alternate routing metric for this route. The
semantics of this metric are determined by the routing-
protocol specified in the route's ipForwardProto value.
If this metric is not used, its value should be set to
-1."
DEFVAL { -1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
ipForwardTable(2) ipForwardEntry(1) 13 }

.1.3.6.1.2.1.4.24.2.1.14
ipForwardMetric4 OBJECT-TYPE
-- FROM IP-FORWARD-MIB
SYNTAX Integer32
MAX-ACCESS read-create
STATUS obsolete
DESCRIPTION "An alternate routing metric for this route. The
semantics of this metric are determined by the routing-
protocol specified in the route's ipForwardProto value.
If this metric is not used, its value should be set to
-1."
DEFVAL { -1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
ipForwardTable(2) ipForwardEntry(1) 14 }

.1.3.6.1.2.1.4.24.2.1.15
ipForwardMetric5 OBJECT-TYPE
-- FROM IP-FORWARD-MIB
SYNTAX Integer32
MAX-ACCESS read-create
STATUS obsolete
DESCRIPTION "An alternate routing metric for this route. The
semantics of this metric are determined by the routing-
protocol specified in the route's ipForwardProto value.
If this metric is not used, its value should be set to
-1."
DEFVAL { -1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
ipForwardTable(2) ipForwardEntry(1) 15 }

.1.3.6.1.2.1.4.24.3
ipCidrRouteNumber OBJECT-TYPE
-- FROM IP-FORWARD-MIB
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The number of current ipCidrRouteTable entries that are
not invalid. This object is deprecated in favor of
inetCidrRouteNumber and the inetCidrRouteTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) 3 }

.1.3.6.1.2.1.4.24.4
ipCidrRouteTable OBJECT-TYPE
-- FROM IP-FORWARD-MIB
MAX-ACCESS not-accessible
STATUS deprecated
DESCRIPTION "This entity's IP Routing table. This table has been
deprecated in favor of the IP version neutral
inetCidrRouteTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) 4 }

.1.3.6.1.2.1.4.24.4.1
ipCidrRouteEntry OBJECT-TYPE
-- FROM IP-FORWARD-MIB
MAX-ACCESS not-accessible
STATUS deprecated
INDEX { ipCidrRouteDest, ipCidrRouteMask, ipCidrRouteTos,
ipCidrRouteNextHop }
DESCRIPTION "A particular route to a particular destination, under a
particular policy."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
ipCidrRouteTable(4) 1 }

.1.3.6.1.2.1.4.24.4.1.1
ipCidrRouteDest OBJECT-TYPE
-- FROM IP-FORWARD-MIB
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The destination IP address of this route.

This object may not take a Multicast (Class D) address


value.

Any assignment (implicit or otherwise) of an instance


of this object to a value x must be rejected if the
bitwise logical-AND of x with the value of the
corresponding instance of the ipCidrRouteMask object is
not equal to x."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
ipCidrRouteTable(4) ipCidrRouteEntry(1) 1 }

.1.3.6.1.2.1.4.24.4.1.2
ipCidrRouteMask OBJECT-TYPE
-- FROM IP-FORWARD-MIB
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "Indicate the mask to be logical-ANDed with the
destination address before being compared to the value
in the ipCidrRouteDest field. For those systems that
do not support arbitrary subnet masks, an agent
constructs the value of the ipCidrRouteMask by
reference to the IP Address Class.

Any assignment (implicit or otherwise) of an instance


of this object to a value x must be rejected if the
bitwise logical-AND of x with the value of the
corresponding instance of the ipCidrRouteDest object is
not equal to ipCidrRouteDest."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
ipCidrRouteTable(4) ipCidrRouteEntry(1) 2 }

.1.3.6.1.2.1.4.24.4.1.3
ipCidrRouteTos OBJECT-TYPE
-- FROM IP-FORWARD-MIB
SYNTAX Integer32 (0..2147483647)
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The policy specifier is the IP TOS Field. The encoding
of IP TOS is as specified by the following convention.
Zero indicates the default path if no more specific
policy applies.

+-----+-----+-----+-----+-----+-----+-----+-----+
| | | |
| PRECEDENCE | TYPE OF SERVICE | 0 |
| | | |
+-----+-----+-----+-----+-----+-----+-----+-----+

IP TOS IP TOS
Field Policy Field Policy
Contents Code Contents Code
0 0 0 0 ==> 0 0 0 0 1 ==> 2
0 0 1 0 ==> 4 0 0 1 1 ==> 6
0 1 0 0 ==> 8 0 1 0 1 ==> 10
0 1 1 0 ==> 12 0 1 1 1 ==> 14
1 0 0 0 ==> 16 1 0 0 1 ==> 18
1 0 1 0 ==> 20 1 0 1 1 ==> 22
1 1 0 0 ==> 24 1 1 0 1 ==> 26
1 1 1 0 ==> 28 1 1 1 1 ==> 30"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
ipCidrRouteTable(4) ipCidrRouteEntry(1) 3 }

.1.3.6.1.2.1.4.24.4.1.4
ipCidrRouteNextHop OBJECT-TYPE
-- FROM IP-FORWARD-MIB
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "On remote routes, the address of the next system en
route; Otherwise, 0.0.0.0."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
ipCidrRouteTable(4) ipCidrRouteEntry(1) 4 }

.1.3.6.1.2.1.4.24.4.1.5
ipCidrRouteIfIndex OBJECT-TYPE
-- FROM IP-FORWARD-MIB
SYNTAX Integer32
MAX-ACCESS read-create
STATUS deprecated
DESCRIPTION "The ifIndex value that identifies the local interface
through which the next hop of this route should be
reached."
DEFVAL { 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
ipCidrRouteTable(4) ipCidrRouteEntry(1) 5 }

.1.3.6.1.2.1.4.24.4.1.6
ipCidrRouteType OBJECT-TYPE
-- FROM IP-FORWARD-MIB
SYNTAX INTEGER {other(1), reject(2), local(3), remote(4)}
MAX-ACCESS read-create
STATUS deprecated
DESCRIPTION "The type of route. Note that local(3) refers to a
route for which the next hop is the final destination;
remote(4) refers to a route for which the next hop is
not the final destination.

Routes that do not result in traffic forwarding or


rejection should not be displayed, even if the
implementation keeps them stored internally.

reject (2) refers to a route that, if matched,


discards the message as unreachable. This is used in
some protocols as a means of correctly aggregating
routes."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
ipCidrRouteTable(4) ipCidrRouteEntry(1) 6 }

.1.3.6.1.2.1.4.24.4.1.7
ipCidrRouteProto OBJECT-TYPE
-- FROM IP-FORWARD-MIB
SYNTAX INTEGER {other(1), local(2), netmgmt(3), icmp(4), egp(5), ggp(6),
hello(7), rip(8), isIs(9), esIs(10), ciscoIgrp(11), bbnSpfIgp(12), ospf(13),
bgp(14), idpr(15), ciscoEigrp(16)}
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The routing mechanism via which this route was learned.
Inclusion of values for gateway routing protocols is
not intended to imply that hosts should support those
protocols."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
ipCidrRouteTable(4) ipCidrRouteEntry(1) 7 }

.1.3.6.1.2.1.4.24.4.1.8
ipCidrRouteAge OBJECT-TYPE
-- FROM IP-FORWARD-MIB
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The number of seconds since this route was last updated
or otherwise determined to be correct. Note that no
semantics of `too old' can be implied, except through
knowledge of the routing protocol by which the route
was learned."
DEFVAL { 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
ipCidrRouteTable(4) ipCidrRouteEntry(1) 8 }

.1.3.6.1.2.1.4.24.4.1.9
ipCidrRouteInfo OBJECT-TYPE
-- FROM IP-FORWARD-MIB
SYNTAX OBJECT IDENTIFIER
MAX-ACCESS read-create
STATUS deprecated
DESCRIPTION "A reference to MIB definitions specific to the
particular routing protocol that is responsible for
this route, as determined by the value specified in the
route's ipCidrRouteProto value. If this information is
not present, its value should be set to the OBJECT
IDENTIFIER { 0 0 }, which is a syntactically valid
object identifier, and any implementation conforming to
ASN.1 and the Basic Encoding Rules must be able to
generate and recognize this value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
ipCidrRouteTable(4) ipCidrRouteEntry(1) 9 }

.1.3.6.1.2.1.4.24.4.1.10
ipCidrRouteNextHopAS OBJECT-TYPE
-- FROM IP-FORWARD-MIB
SYNTAX Integer32
MAX-ACCESS read-create
STATUS deprecated
DESCRIPTION "The Autonomous System Number of the Next Hop. The
semantics of this object are determined by the routing-
protocol specified in the route's ipCidrRouteProto
value. When this object is unknown or not relevant, its
value should be set to zero."
DEFVAL { 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
ipCidrRouteTable(4) ipCidrRouteEntry(1) 10 }

.1.3.6.1.2.1.4.24.4.1.11
ipCidrRouteMetric1 OBJECT-TYPE
-- FROM IP-FORWARD-MIB
SYNTAX Integer32
MAX-ACCESS read-create
STATUS deprecated
DESCRIPTION "The primary routing metric for this route. The
semantics of this metric are determined by the routing-
protocol specified in the route's ipCidrRouteProto
value. If this metric is not used, its value should be
set to -1."
DEFVAL { -1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
ipCidrRouteTable(4) ipCidrRouteEntry(1) 11 }
.1.3.6.1.2.1.4.24.4.1.12
ipCidrRouteMetric2 OBJECT-TYPE
-- FROM IP-FORWARD-MIB
SYNTAX Integer32
MAX-ACCESS read-create
STATUS deprecated
DESCRIPTION "An alternate routing metric for this route. The
semantics of this metric are determined by the routing-
protocol specified in the route's ipCidrRouteProto
value. If this metric is not used, its value should be
set to -1."
DEFVAL { -1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
ipCidrRouteTable(4) ipCidrRouteEntry(1) 12 }

.1.3.6.1.2.1.4.24.4.1.13
ipCidrRouteMetric3 OBJECT-TYPE
-- FROM IP-FORWARD-MIB
SYNTAX Integer32
MAX-ACCESS read-create
STATUS deprecated
DESCRIPTION "An alternate routing metric for this route. The
semantics of this metric are determined by the routing-
protocol specified in the route's ipCidrRouteProto
value. If this metric is not used, its value should be
set to -1."
DEFVAL { -1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
ipCidrRouteTable(4) ipCidrRouteEntry(1) 13 }

.1.3.6.1.2.1.4.24.4.1.14
ipCidrRouteMetric4 OBJECT-TYPE
-- FROM IP-FORWARD-MIB
SYNTAX Integer32
MAX-ACCESS read-create
STATUS deprecated
DESCRIPTION "An alternate routing metric for this route. The
semantics of this metric are determined by the routing-
protocol specified in the route's ipCidrRouteProto
value. If this metric is not used, its value should be
set to -1."
DEFVAL { -1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
ipCidrRouteTable(4) ipCidrRouteEntry(1) 14 }

.1.3.6.1.2.1.4.24.4.1.15
ipCidrRouteMetric5 OBJECT-TYPE
-- FROM IP-FORWARD-MIB
SYNTAX Integer32
MAX-ACCESS read-create
STATUS deprecated
DESCRIPTION "An alternate routing metric for this route. The
semantics of this metric are determined by the routing-
protocol specified in the route's ipCidrRouteProto
value. If this metric is not used, its value should be
set to -1."
DEFVAL { -1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
ipCidrRouteTable(4) ipCidrRouteEntry(1) 15 }

.1.3.6.1.2.1.4.24.4.1.16
ipCidrRouteStatus OBJECT-TYPE
-- FROM IP-FORWARD-MIB
-- TEXTUAL CONVENTION RowStatus
SYNTAX INTEGER {active(1), notInService(2), notReady(3), createAndGo(4),
createAndWait(5), destroy(6)}
MAX-ACCESS read-create
STATUS deprecated
DESCRIPTION "The row status variable, used according to row
installation and removal conventions."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
ipCidrRouteTable(4) ipCidrRouteEntry(1) 16 }

.1.3.6.1.2.1.4.24.5
ipForwardConformance OBJECT-TYPE
-- FROM IP-FORWARD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) 5 }

.1.3.6.1.2.1.4.24.5.1
ipForwardGroups OBJECT-TYPE
-- FROM IP-FORWARD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
ipForwardConformance(5) 1 }

.1.3.6.1.2.1.4.24.5.1.2
ipForwardMultiPathGroup OBJECT-GROUP
-- FROM IP-FORWARD-MIB
DESCRIPTION "IP Multipath Route Table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
ipForwardConformance(5) ipForwardGroups(1) 2 }

.1.3.6.1.2.1.4.24.5.1.3
ipForwardCidrRouteGroup OBJECT-GROUP
-- FROM IP-FORWARD-MIB
DESCRIPTION "The CIDR Route Table.

This group has been deprecated and replaced with


inetForwardCidrRouteGroup."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
ipForwardConformance(5) ipForwardGroups(1) 3 }

.1.3.6.1.2.1.4.24.5.1.4
inetForwardCidrRouteGroup OBJECT-GROUP
-- FROM IP-FORWARD-MIB
DESCRIPTION "The IP version-independent CIDR Route Table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
ipForwardConformance(5) ipForwardGroups(1) 4 }

.1.3.6.1.2.1.4.24.5.2
ipForwardCompliances OBJECT-TYPE
-- FROM IP-FORWARD-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
ipForwardConformance(5) 2 }

.1.3.6.1.2.1.4.24.5.2.1
ipForwardCompliance MODULE-COMPLIANCE
-- FROM IP-FORWARD-MIB
DESCRIPTION "The compliance statement for SNMPv2 entities that
implement the ipForward MIB.

This compliance statement has been deprecated and


replaced with ipForwardFullCompliance and
ipForwardReadOnlyCompliance."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
ipForwardConformance(5) ipForwardCompliances(2) 1 }

.1.3.6.1.2.1.4.24.5.2.2
ipForwardOldCompliance MODULE-COMPLIANCE
-- FROM IP-FORWARD-MIB
DESCRIPTION "The compliance statement for SNMP entities that
implement the ipForward MIB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
ipForwardConformance(5) ipForwardCompliances(2) 2 }

.1.3.6.1.2.1.4.24.5.2.3
ipForwardFullCompliance MODULE-COMPLIANCE
-- FROM IP-FORWARD-MIB
DESCRIPTION "When this MIB is implemented for read-create, the
implementation can claim full compliance.

There are a number of INDEX objects that cannot be


represented in the form of OBJECT clauses in SMIv2,
but for which there are compliance requirements,
expressed in OBJECT clause form in this description:

-- OBJECT inetCidrRouteDestType
-- SYNTAX InetAddressType (ipv4(1), ipv6(2),
-- ipv4z(3), ipv6z(4))
-- DESCRIPTION
-- This MIB requires support for global and
-- non-global ipv4 and ipv6 addresses.
--
-- OBJECT inetCidrRouteDest
-- SYNTAX InetAddress (SIZE (4 | 8 | 16 | 20))
-- DESCRIPTION
-- This MIB requires support for global and
-- non-global IPv4 and IPv6 addresses.
--
-- OBJECT inetCidrRouteNextHopType
-- SYNTAX InetAddressType (unknown(0), ipv4(1),
-- ipv6(2), ipv4z(3)
-- ipv6z(4))
-- DESCRIPTION
-- This MIB requires support for global and
-- non-global ipv4 and ipv6 addresses.
--
-- OBJECT inetCidrRouteNextHop
-- SYNTAX InetAddress (SIZE (0 | 4 | 8 | 16 | 20))
-- DESCRIPTION
-- This MIB requires support for global and
-- non-global IPv4 and IPv6 addresses.
"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
ipForwardConformance(5) ipForwardCompliances(2) 3 }

.1.3.6.1.2.1.4.24.5.2.4
ipForwardReadOnlyCompliance MODULE-COMPLIANCE
-- FROM IP-FORWARD-MIB
DESCRIPTION "When this MIB is implemented without support for read-
create (i.e., in read-only mode), the implementation can
claim read-only compliance."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
ipForwardConformance(5) ipForwardCompliances(2) 4 }

.1.3.6.1.2.1.4.24.6
inetCidrRouteNumber OBJECT-TYPE
-- FROM IP-FORWARD-MIB
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of current inetCidrRouteTable entries that
are not invalid."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) 6 }

.1.3.6.1.2.1.4.24.7
inetCidrRouteTable OBJECT-TYPE
-- FROM IP-FORWARD-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This entity's IP Routing table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) 7 }

.1.3.6.1.2.1.4.24.7.1
inetCidrRouteEntry OBJECT-TYPE
-- FROM IP-FORWARD-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { inetCidrRouteDestType, inetCidrRouteDest, inetCidrRoutePfxLen,
inetCidrRoutePolicy, inetCidrRouteNextHopType, inetCidrRouteNextHop }
DESCRIPTION "A particular route to a particular destination, under a
particular policy (as reflected in the
inetCidrRoutePolicy object).

Dynamically created rows will survive an agent reboot.

Implementers need to be aware that if the total number


of elements (octets or sub-identifiers) in
inetCidrRouteDest, inetCidrRoutePolicy, and
inetCidrRouteNextHop exceeds 111, then OIDs of column
instances in this table will have more than 128 sub-
identifiers and cannot be accessed using SNMPv1,
SNMPv2c, or SNMPv3."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
inetCidrRouteTable(7) 1 }

.1.3.6.1.2.1.4.24.7.1.1
inetCidrRouteDestType OBJECT-TYPE
-- FROM IP-FORWARD-MIB
-- TEXTUAL CONVENTION InetAddressType
SYNTAX INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The type of the inetCidrRouteDest address, as defined
in the InetAddress MIB.
Only those address types that may appear in an actual
routing table are allowed as values of this object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
inetCidrRouteTable(7) inetCidrRouteEntry(1) 1 }

.1.3.6.1.2.1.4.24.7.1.2
inetCidrRouteDest OBJECT-TYPE
-- FROM IP-FORWARD-MIB
-- TEXTUAL CONVENTION InetAddress
SYNTAX OCTET STRING (0..255)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The destination IP address of this route.

The type of this address is determined by the value of


the inetCidrRouteDestType object.

The values for the index objects inetCidrRouteDest and


inetCidrRoutePfxLen must be consistent. When the value
of inetCidrRouteDest (excluding the zone index, if one
is present) is x, then the bitwise logical-AND
of x with the value of the mask formed from the
corresponding index object inetCidrRoutePfxLen MUST be
equal to x. If not, then the index pair is not
consistent and an inconsistentName error must be
returned on SET or CREATE requests."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
inetCidrRouteTable(7) inetCidrRouteEntry(1) 2 }

.1.3.6.1.2.1.4.24.7.1.3
inetCidrRoutePfxLen OBJECT-TYPE
-- FROM IP-FORWARD-MIB
-- TEXTUAL CONVENTION InetAddressPrefixLength
SYNTAX Unsigned32 (0..2040)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Indicates the number of leading one bits that form the
mask to be logical-ANDed with the destination address
before being compared to the value in the
inetCidrRouteDest field.

The values for the index objects inetCidrRouteDest and


inetCidrRoutePfxLen must be consistent. When the value
of inetCidrRouteDest (excluding the zone index, if one
is present) is x, then the bitwise logical-AND
of x with the value of the mask formed from the
corresponding index object inetCidrRoutePfxLen MUST be
equal to x. If not, then the index pair is not
consistent and an inconsistentName error must be
returned on SET or CREATE requests."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
inetCidrRouteTable(7) inetCidrRouteEntry(1) 3 }

.1.3.6.1.2.1.4.24.7.1.4
inetCidrRoutePolicy OBJECT-TYPE
-- FROM IP-FORWARD-MIB
SYNTAX OBJECT IDENTIFIER
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This object is an opaque object without any defined
semantics. Its purpose is to serve as an additional
index that may delineate between multiple entries to
the same destination. The value { 0 0 } shall be used
as the default value for this object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
inetCidrRouteTable(7) inetCidrRouteEntry(1) 4 }

.1.3.6.1.2.1.4.24.7.1.5
inetCidrRouteNextHopType OBJECT-TYPE
-- FROM IP-FORWARD-MIB
-- TEXTUAL CONVENTION InetAddressType
SYNTAX INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The type of the inetCidrRouteNextHop address, as
defined in the InetAddress MIB.

Value should be set to unknown(0) for non-remote


routes.

Only those address types that may appear in an actual


routing table are allowed as values of this object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
inetCidrRouteTable(7) inetCidrRouteEntry(1) 5 }

.1.3.6.1.2.1.4.24.7.1.6
inetCidrRouteNextHop OBJECT-TYPE
-- FROM IP-FORWARD-MIB
-- TEXTUAL CONVENTION InetAddress
SYNTAX OCTET STRING (0..255)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "On remote routes, the address of the next system en
route. For non-remote routes, a zero length string.

The type of this address is determined by the value of


the inetCidrRouteNextHopType object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
inetCidrRouteTable(7) inetCidrRouteEntry(1) 6 }

.1.3.6.1.2.1.4.24.7.1.7
inetCidrRouteIfIndex OBJECT-TYPE
-- FROM IP-FORWARD-MIB
-- TEXTUAL CONVENTION InterfaceIndexOrZero
SYNTAX Integer32 (0..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The ifIndex value that identifies the local interface
through which the next hop of this route should be
reached. A value of 0 is valid and represents the
scenario where no interface is specified."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
inetCidrRouteTable(7) inetCidrRouteEntry(1) 7 }

.1.3.6.1.2.1.4.24.7.1.8
inetCidrRouteType OBJECT-TYPE
-- FROM IP-FORWARD-MIB
SYNTAX INTEGER {other(1), reject(2), local(3), remote(4), blackhole(5)}
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The type of route. Note that local(3) refers to a
route for which the next hop is the final destination;
remote(4) refers to a route for which the next hop is
not the final destination.

Routes that do not result in traffic forwarding or


rejection should not be displayed, even if the
implementation keeps them stored internally.

reject(2) refers to a route that, if matched, discards


the message as unreachable and returns a notification
(e.g., ICMP error) to the message sender. This is used
in some protocols as a means of correctly aggregating
routes.

blackhole(5) refers to a route that, if matched,


discards the message silently."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
inetCidrRouteTable(7) inetCidrRouteEntry(1) 8 }

.1.3.6.1.2.1.4.24.7.1.9
inetCidrRouteProto OBJECT-TYPE
-- FROM IP-FORWARD-MIB
-- TEXTUAL CONVENTION IANAipRouteProtocol
SYNTAX INTEGER {other(1), local(2), netmgmt(3), icmp(4), egp(5), ggp(6),
hello(7), rip(8), isIs(9), esIs(10), ciscoIgrp(11), bbnSpfIgp(12), ospf(13),
bgp(14), idpr(15), ciscoEigrp(16), dvmrp(17)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The routing mechanism via which this route was learned.
Inclusion of values for gateway routing protocols is
not intended to imply that hosts should support those
protocols."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
inetCidrRouteTable(7) inetCidrRouteEntry(1) 9 }

.1.3.6.1.2.1.4.24.7.1.10
inetCidrRouteAge OBJECT-TYPE
-- FROM IP-FORWARD-MIB
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of seconds since this route was last updated
or otherwise determined to be correct. Note that no
semantics of 'too old' can be implied, except through
knowledge of the routing protocol by which the route
was learned."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
inetCidrRouteTable(7) inetCidrRouteEntry(1) 10 }

.1.3.6.1.2.1.4.24.7.1.11
inetCidrRouteNextHopAS OBJECT-TYPE
-- FROM IP-FORWARD-MIB
-- TEXTUAL CONVENTION InetAutonomousSystemNumber
SYNTAX Unsigned32
DISPLAY-HINT "d"
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The Autonomous System Number of the Next Hop. The
semantics of this object are determined by the routing-
protocol specified in the route's inetCidrRouteProto
value. When this object is unknown or not relevant, its
value should be set to zero."
DEFVAL { 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
inetCidrRouteTable(7) inetCidrRouteEntry(1) 11 }

.1.3.6.1.2.1.4.24.7.1.12
inetCidrRouteMetric1 OBJECT-TYPE
-- FROM IP-FORWARD-MIB
SYNTAX Integer32
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The primary routing metric for this route. The
semantics of this metric are determined by the routing-
protocol specified in the route's inetCidrRouteProto
value. If this metric is not used, its value should be
set to -1."
DEFVAL { -1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
inetCidrRouteTable(7) inetCidrRouteEntry(1) 12 }

.1.3.6.1.2.1.4.24.7.1.13
inetCidrRouteMetric2 OBJECT-TYPE
-- FROM IP-FORWARD-MIB
SYNTAX Integer32
MAX-ACCESS read-create
STATUS current
DESCRIPTION "An alternate routing metric for this route. The
semantics of this metric are determined by the routing-
protocol specified in the route's inetCidrRouteProto
value. If this metric is not used, its value should be
set to -1."
DEFVAL { -1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
inetCidrRouteTable(7) inetCidrRouteEntry(1) 13 }

.1.3.6.1.2.1.4.24.7.1.14
inetCidrRouteMetric3 OBJECT-TYPE
-- FROM IP-FORWARD-MIB
SYNTAX Integer32
MAX-ACCESS read-create
STATUS current
DESCRIPTION "An alternate routing metric for this route. The
semantics of this metric are determined by the routing-
protocol specified in the route's inetCidrRouteProto
value. If this metric is not used, its value should be
set to -1."
DEFVAL { -1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
inetCidrRouteTable(7) inetCidrRouteEntry(1) 14 }

.1.3.6.1.2.1.4.24.7.1.15
inetCidrRouteMetric4 OBJECT-TYPE
-- FROM IP-FORWARD-MIB
SYNTAX Integer32
MAX-ACCESS read-create
STATUS current
DESCRIPTION "An alternate routing metric for this route. The
semantics of this metric are determined by the routing-
protocol specified in the route's inetCidrRouteProto
value. If this metric is not used, its value should be
set to -1."
DEFVAL { -1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
inetCidrRouteTable(7) inetCidrRouteEntry(1) 15 }

.1.3.6.1.2.1.4.24.7.1.16
inetCidrRouteMetric5 OBJECT-TYPE
-- FROM IP-FORWARD-MIB
SYNTAX Integer32
MAX-ACCESS read-create
STATUS current
DESCRIPTION "An alternate routing metric for this route. The
semantics of this metric are determined by the routing-
protocol specified in the route's inetCidrRouteProto
value. If this metric is not used, its value should be
set to -1."
DEFVAL { -1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
inetCidrRouteTable(7) inetCidrRouteEntry(1) 16 }

.1.3.6.1.2.1.4.24.7.1.17
inetCidrRouteStatus OBJECT-TYPE
-- FROM IP-FORWARD-MIB
-- TEXTUAL CONVENTION RowStatus
SYNTAX INTEGER {active(1), notInService(2), notReady(3), createAndGo(4),
createAndWait(5), destroy(6)}
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The row status variable, used according to row
installation and removal conventions.

A row entry cannot be modified when the status is


marked as active(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24)
inetCidrRouteTable(7) inetCidrRouteEntry(1) 17 }

.1.3.6.1.2.1.4.24.8
inetCidrRouteDiscards OBJECT-TYPE
-- FROM IP-FORWARD-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of valid route entries discarded from the
inetCidrRouteTable. Discarded route entries do not
appear in the inetCidrRouteTable. One possible reason
for discarding an entry would be to free-up buffer space
for other route table entries."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipForward(24) 8 }

.1.3.6.1.2.1.4.25
ipv6IpForwarding OBJECT-TYPE
-- FROM IP-MIB
SYNTAX INTEGER {forwarding(1), notForwarding(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The indication of whether this entity is acting as an IPv6
router on any interface in respect to the forwarding of
datagrams received by, but not addressed to, this entity.
IPv6 routers forward datagrams. IPv6 hosts do not (except
those source-routed via the host).

When this object is written, the entity SHOULD save the


change to non-volatile storage and restore the object from
non-volatile storage upon re-initialization of the system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 25 }

.1.3.6.1.2.1.4.26
ipv6IpDefaultHopLimit OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Integer32 (0..255)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The default value inserted into the Hop Limit field of the
IPv6 header of datagrams originated at this entity whenever
a Hop Limit value is not supplied by the transport layer
protocol.

When this object is written, the entity SHOULD save the


change to non-volatile storage and restore the object from
non-volatile storage upon re-initialization of the system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 26 }

.1.3.6.1.2.1.4.27
ipv4InterfaceTableLastChange OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION TimeStamp
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The value of sysUpTime on the most recent occasion at which
a row in the ipv4InterfaceTable was added or deleted, or
when an ipv4InterfaceReasmMaxSize or an
ipv4InterfaceEnableStatus object was modified.

If new objects are added to the ipv4InterfaceTable that


require the ipv4InterfaceTableLastChange to be updated when
they are modified, they must specify that requirement in
their description clause."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 27 }

.1.3.6.1.2.1.4.28
ipv4InterfaceTable OBJECT-TYPE
-- FROM IP-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The table containing per-interface IPv4-specific
information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 28 }

.1.3.6.1.2.1.4.28.1
ipv4InterfaceEntry OBJECT-TYPE
-- FROM IP-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ipv4InterfaceIfIndex }
DESCRIPTION "An entry containing IPv4-specific information for a specific
interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipv4InterfaceTable(28) 1 }

.1.3.6.1.2.1.4.28.1.1
ipv4InterfaceIfIndex OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION InterfaceIndex
SYNTAX Integer32 (1..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The index value that uniquely identifies the interface to
which this entry is applicable. The interface identified by
a particular value of this index is the same interface as
identified by the same value of the IF-MIB's ifIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipv4InterfaceTable(28) ipv4InterfaceEntry(1) 1 }

.1.3.6.1.2.1.4.28.1.2
ipv4InterfaceReasmMaxSize OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The size of the largest IPv4 datagram that this entity can
re-assemble from incoming IPv4 fragmented datagrams received
on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipv4InterfaceTable(28) ipv4InterfaceEntry(1) 2 }

.1.3.6.1.2.1.4.28.1.3
ipv4InterfaceEnableStatus OBJECT-TYPE
-- FROM IP-MIB
SYNTAX INTEGER {up(1), down(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The indication of whether IPv4 is enabled (up) or disabled
(down) on this interface. This object does not affect the
state of the interface itself, only its connection to an
IPv4 stack. The IF-MIB should be used to control the state
of the interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipv4InterfaceTable(28) ipv4InterfaceEntry(1) 3 }

.1.3.6.1.2.1.4.28.1.4
ipv4InterfaceRetransmitTime OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Unsigned32
UNITS ""
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The time between retransmissions of ARP requests to a
neighbor when resolving the address or when probing the
reachability of a neighbor."
DEFVAL { 1000 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipv4InterfaceTable(28) ipv4InterfaceEntry(1) 4 }

.1.3.6.1.2.1.4.29
ipv6InterfaceTableLastChange OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION TimeStamp
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The value of sysUpTime on the most recent occasion at which
a row in the ipv6InterfaceTable was added or deleted or when
an ipv6InterfaceReasmMaxSize, ipv6InterfaceIdentifier,
ipv6InterfaceEnableStatus, ipv6InterfaceReachableTime,
ipv6InterfaceRetransmitTime, or ipv6InterfaceForwarding
object was modified.

If new objects are added to the ipv6InterfaceTable that


require the ipv6InterfaceTableLastChange to be updated when
they are modified, they must specify that requirement in
their description clause."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 29 }

.1.3.6.1.2.1.4.30
ipv6InterfaceTable OBJECT-TYPE
-- FROM IP-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The table containing per-interface IPv6-specific
information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 30 }

.1.3.6.1.2.1.4.30.1
ipv6InterfaceEntry OBJECT-TYPE
-- FROM IP-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ipv6InterfaceIfIndex }
DESCRIPTION "An entry containing IPv6-specific information for a given
interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipv6InterfaceTable(30) 1 }

.1.3.6.1.2.1.4.30.1.1
ipv6InterfaceIfIndex OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION InterfaceIndex
SYNTAX Integer32 (1..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The index value that uniquely identifies the interface to
which this entry is applicable. The interface identified by
a particular value of this index is the same interface as
identified by the same value of the IF-MIB's ifIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipv6InterfaceTable(30) ipv6InterfaceEntry(1) 1 }

.1.3.6.1.2.1.4.30.1.2
ipv6InterfaceReasmMaxSize OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Unsigned32 (1500..65535)
UNITS ""
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The size of the largest IPv6 datagram that this entity can
re-assemble from incoming IPv6 fragmented datagrams received
on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipv6InterfaceTable(30) ipv6InterfaceEntry(1) 2 }

.1.3.6.1.2.1.4.30.1.3
ipv6InterfaceIdentifier OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION Ipv6AddressIfIdentifierTC
SYNTAX OCTET STRING (0..8)
DISPLAY-HINT "2x:"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The Interface Identifier for this interface. The Interface
Identifier is combined with an address prefix to form an
interface address.

By default, the Interface Identifier is auto-configured


according to the rules of the link type to which this
interface is attached.
A zero length identifier may be used where appropriate. One
possible example is a loopback interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipv6InterfaceTable(30) ipv6InterfaceEntry(1) 3 }

.1.3.6.1.2.1.4.30.1.5
ipv6InterfaceEnableStatus OBJECT-TYPE
-- FROM IP-MIB
SYNTAX INTEGER {up(1), down(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The indication of whether IPv6 is enabled (up) or disabled
(down) on this interface. This object does not affect the
state of the interface itself, only its connection to an
IPv6 stack. The IF-MIB should be used to control the state
of the interface.

When this object is written, the entity SHOULD save the


change to non-volatile storage and restore the object from
non-volatile storage upon re-initialization of the system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipv6InterfaceTable(30) ipv6InterfaceEntry(1) 5 }

.1.3.6.1.2.1.4.30.1.6
ipv6InterfaceReachableTime OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Unsigned32
UNITS ""
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The time a neighbor is considered reachable after receiving
a reachability confirmation."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipv6InterfaceTable(30) ipv6InterfaceEntry(1) 6 }

.1.3.6.1.2.1.4.30.1.7
ipv6InterfaceRetransmitTime OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Unsigned32
UNITS ""
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The time between retransmissions of Neighbor Solicitation
messages to a neighbor when resolving the address or when
probing the reachability of a neighbor."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipv6InterfaceTable(30) ipv6InterfaceEntry(1) 7 }

.1.3.6.1.2.1.4.30.1.8
ipv6InterfaceForwarding OBJECT-TYPE
-- FROM IP-MIB
SYNTAX INTEGER {forwarding(1), notForwarding(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The indication of whether this entity is acting as an IPv6
router on this interface with respect to the forwarding of
datagrams received by, but not addressed to, this entity.
IPv6 routers forward datagrams. IPv6 hosts do not (except
those source-routed via the host).

This object is constrained by ipv6IpForwarding and is


ignored if ipv6IpForwarding is set to notForwarding. Those
systems that do not provide per-interface control of the
forwarding function should set this object to forwarding for
all interfaces and allow the ipv6IpForwarding object to
control the forwarding capability.

When this object is written, the entity SHOULD save the


change to non-volatile storage and restore the object from
non-volatile storage upon re-initialization of the system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipv6InterfaceTable(30) ipv6InterfaceEntry(1) 8 }

.1.3.6.1.2.1.4.31
ipTrafficStats OBJECT-TYPE
-- FROM IP-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 31 }

.1.3.6.1.2.1.4.31.1
ipSystemStatsTable OBJECT-TYPE
-- FROM IP-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The table containing system wide, IP version specific
traffic statistics. This table and the ipIfStatsTable
contain similar objects whose difference is in their
granularity. Where this table contains system wide traffic
statistics, the ipIfStatsTable contains the same statistics
but counted on a per-interface basis."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
1 }

.1.3.6.1.2.1.4.31.1.1
ipSystemStatsEntry OBJECT-TYPE
-- FROM IP-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ipSystemStatsIPVersion }
DESCRIPTION "A statistics entry containing system-wide objects for a
particular IP version."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipSystemStatsTable(1) 1 }

.1.3.6.1.2.1.4.31.1.1.1
ipSystemStatsIPVersion OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION InetVersion
SYNTAX INTEGER {unknown(0), ipv4(1), ipv6(2)}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The IP version of this row."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipSystemStatsTable(1) ipSystemStatsEntry(1) 1 }

.1.3.6.1.2.1.4.31.1.1.3
ipSystemStatsInReceives OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total number of input IP datagrams received, including
those received in error.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipSystemStatsTable(1) ipSystemStatsEntry(1) 3 }

.1.3.6.1.2.1.4.31.1.1.4
ipSystemStatsHCInReceives OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total number of input IP datagrams received, including
those received in error. This object counts the same
datagrams as ipSystemStatsInReceives, but allows for larger
values.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipSystemStatsTable(1) ipSystemStatsEntry(1) 4 }
.1.3.6.1.2.1.4.31.1.1.5
ipSystemStatsInOctets OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total number of octets received in input IP datagrams,
including those received in error. Octets from datagrams
counted in ipSystemStatsInReceives MUST be counted here.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipSystemStatsTable(1) ipSystemStatsEntry(1) 5 }

.1.3.6.1.2.1.4.31.1.1.6
ipSystemStatsHCInOctets OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total number of octets received in input IP datagrams,
including those received in error. This object counts the
same octets as ipSystemStatsInOctets, but allows for larger
values.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipSystemStatsTable(1) ipSystemStatsEntry(1) 6 }

.1.3.6.1.2.1.4.31.1.1.7
ipSystemStatsInHdrErrors OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of input IP datagrams discarded due to errors in
their IP headers, including version number mismatch, other
format errors, hop count exceeded, errors discovered in
processing their IP options, etc.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipSystemStatsTable(1) ipSystemStatsEntry(1) 7 }

.1.3.6.1.2.1.4.31.1.1.8
ipSystemStatsInNoRoutes OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of input IP datagrams discarded because no route
could be found to transmit them to their destination.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipSystemStatsTable(1) ipSystemStatsEntry(1) 8 }

.1.3.6.1.2.1.4.31.1.1.9
ipSystemStatsInAddrErrors OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of input IP datagrams discarded because the IP
address in their IP header's destination field was not a
valid address to be received at this entity. This count
includes invalid addresses (e.g., ::0). For entities
that are not IP routers and therefore do not forward
datagrams, this counter includes datagrams discarded
because the destination address was not a local address.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipSystemStatsTable(1) ipSystemStatsEntry(1) 9 }

.1.3.6.1.2.1.4.31.1.1.10
ipSystemStatsInUnknownProtos OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of locally-addressed IP datagrams received
successfully but discarded because of an unknown or
unsupported protocol.

When tracking interface statistics, the counter of the


interface to which these datagrams were addressed is
incremented. This interface might not be the same as the
input interface for some of the datagrams.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipSystemStatsTable(1) ipSystemStatsEntry(1) 10 }

.1.3.6.1.2.1.4.31.1.1.11
ipSystemStatsInTruncatedPkts OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of input IP datagrams discarded because the
datagram frame didn't carry enough data.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipSystemStatsTable(1) ipSystemStatsEntry(1) 11 }

.1.3.6.1.2.1.4.31.1.1.12
ipSystemStatsInForwDatagrams OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of input datagrams for which this entity was not
their final IP destination and for which this entity
attempted to find a route to forward them to that final
destination. In entities that do not act as IP routers,
this counter will include only those datagrams that were
Source-Routed via this entity, and the Source-Route
processing was successful.

When tracking interface statistics, the counter of the


incoming interface is incremented for each datagram.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipSystemStatsTable(1) ipSystemStatsEntry(1) 12 }

.1.3.6.1.2.1.4.31.1.1.13
ipSystemStatsHCInForwDatagrams OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of input datagrams for which this entity was not
their final IP destination and for which this entity
attempted to find a route to forward them to that final
destination. This object counts the same packets as
ipSystemStatsInForwDatagrams, but allows for larger values.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipSystemStatsTable(1) ipSystemStatsEntry(1) 13 }

.1.3.6.1.2.1.4.31.1.1.14
ipSystemStatsReasmReqds OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of IP fragments received that needed to be
reassembled at this interface.

When tracking interface statistics, the counter of the


interface to which these fragments were addressed is
incremented. This interface might not be the same as the
input interface for some of the fragments.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipSystemStatsTable(1) ipSystemStatsEntry(1) 14 }

.1.3.6.1.2.1.4.31.1.1.15
ipSystemStatsReasmOKs OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of IP datagrams successfully reassembled.

When tracking interface statistics, the counter of the


interface to which these datagrams were addressed is
incremented. This interface might not be the same as the
input interface for some of the datagrams.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipSystemStatsTable(1) ipSystemStatsEntry(1) 15 }

.1.3.6.1.2.1.4.31.1.1.16
ipSystemStatsReasmFails OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of failures detected by the IP re-assembly
algorithm (for whatever reason: timed out, errors, etc.).
Note that this is not necessarily a count of discarded IP
fragments since some algorithms (notably the algorithm in
RFC 815) can lose track of the number of fragments by
combining them as they are received.

When tracking interface statistics, the counter of the


interface to which these fragments were addressed is
incremented. This interface might not be the same as the
input interface for some of the fragments.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipSystemStatsTable(1) ipSystemStatsEntry(1) 16 }

.1.3.6.1.2.1.4.31.1.1.17
ipSystemStatsInDiscards OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of input IP datagrams for which no problems were
encountered to prevent their continued processing, but
were discarded (e.g., for lack of buffer space). Note that
this counter does not include any datagrams discarded while
awaiting re-assembly.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipSystemStatsTable(1) ipSystemStatsEntry(1) 17 }

.1.3.6.1.2.1.4.31.1.1.18
ipSystemStatsInDelivers OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total number of datagrams successfully delivered to IP
user-protocols (including ICMP).

When tracking interface statistics, the counter of the


interface to which these datagrams were addressed is
incremented. This interface might not be the same as the
input interface for some of the datagrams.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipSystemStatsTable(1) ipSystemStatsEntry(1) 18 }

.1.3.6.1.2.1.4.31.1.1.19
ipSystemStatsHCInDelivers OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total number of datagrams successfully delivered to IP
user-protocols (including ICMP). This object counts the
same packets as ipSystemStatsInDelivers, but allows for
larger values.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipSystemStatsTable(1) ipSystemStatsEntry(1) 19 }
.1.3.6.1.2.1.4.31.1.1.20
ipSystemStatsOutRequests OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total number of IP datagrams that local IP user-
protocols (including ICMP) supplied to IP in requests for
transmission. Note that this counter does not include any
datagrams counted in ipSystemStatsOutForwDatagrams.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipSystemStatsTable(1) ipSystemStatsEntry(1) 20 }

.1.3.6.1.2.1.4.31.1.1.21
ipSystemStatsHCOutRequests OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total number of IP datagrams that local IP user-
protocols (including ICMP) supplied to IP in requests for
transmission. This object counts the same packets as
ipSystemStatsOutRequests, but allows for larger values.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipSystemStatsTable(1) ipSystemStatsEntry(1) 21 }

.1.3.6.1.2.1.4.31.1.1.22
ipSystemStatsOutNoRoutes OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of locally generated IP datagrams discarded
because no route could be found to transmit them to their
destination.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipSystemStatsTable(1) ipSystemStatsEntry(1) 22 }

.1.3.6.1.2.1.4.31.1.1.23
ipSystemStatsOutForwDatagrams OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of datagrams for which this entity was not their
final IP destination and for which it was successful in
finding a path to their final destination. In entities
that do not act as IP routers, this counter will include
only those datagrams that were Source-Routed via this
entity, and the Source-Route processing was successful.

When tracking interface statistics, the counter of the


outgoing interface is incremented for a successfully
forwarded datagram.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipSystemStatsTable(1) ipSystemStatsEntry(1) 23 }

.1.3.6.1.2.1.4.31.1.1.24
ipSystemStatsHCOutForwDatagrams OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of datagrams for which this entity was not their
final IP destination and for which it was successful in
finding a path to their final destination. This object
counts the same packets as ipSystemStatsOutForwDatagrams,
but allows for larger values.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipSystemStatsTable(1) ipSystemStatsEntry(1) 24 }

.1.3.6.1.2.1.4.31.1.1.25
ipSystemStatsOutDiscards OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of output IP datagrams for which no problem was
encountered to prevent their transmission to their
destination, but were discarded (e.g., for lack of
buffer space). Note that this counter would include
datagrams counted in ipSystemStatsOutForwDatagrams if any
such datagrams met this (discretionary) discard criterion.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipSystemStatsTable(1) ipSystemStatsEntry(1) 25 }

.1.3.6.1.2.1.4.31.1.1.26
ipSystemStatsOutFragReqds OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of IP datagrams that would require fragmentation
in order to be transmitted.

When tracking interface statistics, the counter of the


outgoing interface is incremented for a successfully
fragmented datagram.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipSystemStatsTable(1) ipSystemStatsEntry(1) 26 }

.1.3.6.1.2.1.4.31.1.1.27
ipSystemStatsOutFragOKs OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of IP datagrams that have been successfully
fragmented.

When tracking interface statistics, the counter of the


outgoing interface is incremented for a successfully
fragmented datagram.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipSystemStatsTable(1) ipSystemStatsEntry(1) 27 }

.1.3.6.1.2.1.4.31.1.1.28
ipSystemStatsOutFragFails OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of IP datagrams that have been discarded because
they needed to be fragmented but could not be. This
includes IPv4 packets that have the DF bit set and IPv6
packets that are being forwarded and exceed the outgoing
link MTU.

When tracking interface statistics, the counter of the


outgoing interface is incremented for an unsuccessfully
fragmented datagram.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipSystemStatsTable(1) ipSystemStatsEntry(1) 28 }

.1.3.6.1.2.1.4.31.1.1.29
ipSystemStatsOutFragCreates OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of output datagram fragments that have been
generated as a result of IP fragmentation.

When tracking interface statistics, the counter of the


outgoing interface is incremented for a successfully
fragmented datagram.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipSystemStatsTable(1) ipSystemStatsEntry(1) 29 }

.1.3.6.1.2.1.4.31.1.1.30
ipSystemStatsOutTransmits OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total number of IP datagrams that this entity supplied
to the lower layers for transmission. This includes
datagrams generated locally and those forwarded by this
entity.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipSystemStatsTable(1) ipSystemStatsEntry(1) 30 }

.1.3.6.1.2.1.4.31.1.1.31
ipSystemStatsHCOutTransmits OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total number of IP datagrams that this entity supplied
to the lower layers for transmission. This object counts
the same datagrams as ipSystemStatsOutTransmits, but allows
for larger values.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipSystemStatsTable(1) ipSystemStatsEntry(1) 31 }
.1.3.6.1.2.1.4.31.1.1.32
ipSystemStatsOutOctets OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total number of octets in IP datagrams delivered to the
lower layers for transmission. Octets from datagrams
counted in ipSystemStatsOutTransmits MUST be counted here.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipSystemStatsTable(1) ipSystemStatsEntry(1) 32 }

.1.3.6.1.2.1.4.31.1.1.33
ipSystemStatsHCOutOctets OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total number of octets in IP datagrams delivered to the
lower layers for transmission. This objects counts the same
octets as ipSystemStatsOutOctets, but allows for larger
values.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipSystemStatsTable(1) ipSystemStatsEntry(1) 33 }

.1.3.6.1.2.1.4.31.1.1.34
ipSystemStatsInMcastPkts OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of IP multicast datagrams received.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipSystemStatsTable(1) ipSystemStatsEntry(1) 34 }

.1.3.6.1.2.1.4.31.1.1.35
ipSystemStatsHCInMcastPkts OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of IP multicast datagrams received. This object
counts the same datagrams as ipSystemStatsInMcastPkts but
allows for larger values.
Discontinuities in the value of this counter can occur at
re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipSystemStatsTable(1) ipSystemStatsEntry(1) 35 }

.1.3.6.1.2.1.4.31.1.1.36
ipSystemStatsInMcastOctets OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total number of octets received in IP multicast
datagrams. Octets from datagrams counted in
ipSystemStatsInMcastPkts MUST be counted here.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipSystemStatsTable(1) ipSystemStatsEntry(1) 36 }

.1.3.6.1.2.1.4.31.1.1.37
ipSystemStatsHCInMcastOctets OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total number of octets received in IP multicast
datagrams. This object counts the same octets as
ipSystemStatsInMcastOctets, but allows for larger values.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipSystemStatsTable(1) ipSystemStatsEntry(1) 37 }

.1.3.6.1.2.1.4.31.1.1.38
ipSystemStatsOutMcastPkts OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of IP multicast datagrams transmitted.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipSystemStatsTable(1) ipSystemStatsEntry(1) 38 }

.1.3.6.1.2.1.4.31.1.1.39
ipSystemStatsHCOutMcastPkts OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of IP multicast datagrams transmitted. This
object counts the same datagrams as
ipSystemStatsOutMcastPkts, but allows for larger values.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipSystemStatsTable(1) ipSystemStatsEntry(1) 39 }

.1.3.6.1.2.1.4.31.1.1.40
ipSystemStatsOutMcastOctets OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total number of octets transmitted in IP multicast
datagrams. Octets from datagrams counted in
ipSystemStatsOutMcastPkts MUST be counted here.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipSystemStatsTable(1) ipSystemStatsEntry(1) 40 }

.1.3.6.1.2.1.4.31.1.1.41
ipSystemStatsHCOutMcastOctets OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total number of octets transmitted in IP multicast
datagrams. This object counts the same octets as
ipSystemStatsOutMcastOctets, but allows for larger values.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipSystemStatsTable(1) ipSystemStatsEntry(1) 41 }

.1.3.6.1.2.1.4.31.1.1.42
ipSystemStatsInBcastPkts OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of IP broadcast datagrams received.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipSystemStatsTable(1) ipSystemStatsEntry(1) 42 }

.1.3.6.1.2.1.4.31.1.1.43
ipSystemStatsHCInBcastPkts OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of IP broadcast datagrams received. This object
counts the same datagrams as ipSystemStatsInBcastPkts but
allows for larger values.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipSystemStatsTable(1) ipSystemStatsEntry(1) 43 }

.1.3.6.1.2.1.4.31.1.1.44
ipSystemStatsOutBcastPkts OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of IP broadcast datagrams transmitted.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipSystemStatsTable(1) ipSystemStatsEntry(1) 44 }

.1.3.6.1.2.1.4.31.1.1.45
ipSystemStatsHCOutBcastPkts OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of IP broadcast datagrams transmitted. This
object counts the same datagrams as
ipSystemStatsOutBcastPkts, but allows for larger values.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipSystemStatsTable(1) ipSystemStatsEntry(1) 45 }

.1.3.6.1.2.1.4.31.1.1.46
ipSystemStatsDiscontinuityTime OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION TimeStamp
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The value of sysUpTime on the most recent occasion at which
any one or more of this entry's counters suffered a
discontinuity.

If no such discontinuities have occurred since the last re-


initialization of the local management subsystem, then this
object contains a zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipSystemStatsTable(1) ipSystemStatsEntry(1) 46 }

.1.3.6.1.2.1.4.31.1.1.47
ipSystemStatsRefreshRate OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Unsigned32
UNITS ""
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The minimum reasonable polling interval for this entry.
This object provides an indication of the minimum amount of
time required to update the counters in this entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipSystemStatsTable(1) ipSystemStatsEntry(1) 47 }

.1.3.6.1.2.1.4.31.2
ipIfStatsTableLastChange OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION TimeStamp
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The value of sysUpTime on the most recent occasion at which
a row in the ipIfStatsTable was added or deleted.

If new objects are added to the ipIfStatsTable that require


the ipIfStatsTableLastChange to be updated when they are
modified, they must specify that requirement in their
description clause."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
2 }

.1.3.6.1.2.1.4.31.3
ipIfStatsTable OBJECT-TYPE
-- FROM IP-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The table containing per-interface traffic statistics. This
table and the ipSystemStatsTable contain similar objects
whose difference is in their granularity. Where this table
contains per-interface statistics, the ipSystemStatsTable
contains the same statistics, but counted on a system wide
basis."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
3 }

.1.3.6.1.2.1.4.31.3.1
ipIfStatsEntry OBJECT-TYPE
-- FROM IP-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ipIfStatsIPVersion, ipIfStatsIfIndex }
DESCRIPTION "An interface statistics entry containing objects for a
particular interface and version of IP."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipIfStatsTable(3) 1 }

.1.3.6.1.2.1.4.31.3.1.1
ipIfStatsIPVersion OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION InetVersion
SYNTAX INTEGER {unknown(0), ipv4(1), ipv6(2)}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The IP version of this row."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipIfStatsTable(3) ipIfStatsEntry(1) 1 }

.1.3.6.1.2.1.4.31.3.1.2
ipIfStatsIfIndex OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION InterfaceIndex
SYNTAX Integer32 (1..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The index value that uniquely identifies the interface to
which this entry is applicable. The interface identified by
a particular value of this index is the same interface as
identified by the same value of the IF-MIB's ifIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipIfStatsTable(3) ipIfStatsEntry(1) 2 }

.1.3.6.1.2.1.4.31.3.1.3
ipIfStatsInReceives OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total number of input IP datagrams received, including
those received in error.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipIfStatsTable(3) ipIfStatsEntry(1) 3 }

.1.3.6.1.2.1.4.31.3.1.4
ipIfStatsHCInReceives OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total number of input IP datagrams received, including
those received in error. This object counts the same
datagrams as ipIfStatsInReceives, but allows for larger
values.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipIfStatsTable(3) ipIfStatsEntry(1) 4 }

.1.3.6.1.2.1.4.31.3.1.5
ipIfStatsInOctets OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total number of octets received in input IP datagrams,
including those received in error. Octets from datagrams
counted in ipIfStatsInReceives MUST be counted here.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipIfStatsTable(3) ipIfStatsEntry(1) 5 }

.1.3.6.1.2.1.4.31.3.1.6
ipIfStatsHCInOctets OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total number of octets received in input IP datagrams,
including those received in error. This object counts the
same octets as ipIfStatsInOctets, but allows for larger
values.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipIfStatsTable(3) ipIfStatsEntry(1) 6 }

.1.3.6.1.2.1.4.31.3.1.7
ipIfStatsInHdrErrors OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of input IP datagrams discarded due to errors in
their IP headers, including version number mismatch, other
format errors, hop count exceeded, errors discovered in
processing their IP options, etc.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipIfStatsTable(3) ipIfStatsEntry(1) 7 }

.1.3.6.1.2.1.4.31.3.1.8
ipIfStatsInNoRoutes OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of input IP datagrams discarded because no route
could be found to transmit them to their destination.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipIfStatsTable(3) ipIfStatsEntry(1) 8 }

.1.3.6.1.2.1.4.31.3.1.9
ipIfStatsInAddrErrors OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of input IP datagrams discarded because the IP
address in their IP header's destination field was not a
valid address to be received at this entity. This count
includes invalid addresses (e.g., ::0). For entities that
are not IP routers and therefore do not forward datagrams,
this counter includes datagrams discarded because the
destination address was not a local address.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipIfStatsTable(3) ipIfStatsEntry(1) 9 }

.1.3.6.1.2.1.4.31.3.1.10
ipIfStatsInUnknownProtos OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of locally-addressed IP datagrams received
successfully but discarded because of an unknown or
unsupported protocol.

When tracking interface statistics, the counter of the


interface to which these datagrams were addressed is
incremented. This interface might not be the same as the
input interface for some of the datagrams.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipIfStatsTable(3) ipIfStatsEntry(1) 10 }

.1.3.6.1.2.1.4.31.3.1.11
ipIfStatsInTruncatedPkts OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of input IP datagrams discarded because the
datagram frame didn't carry enough data.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipIfStatsTable(3) ipIfStatsEntry(1) 11 }

.1.3.6.1.2.1.4.31.3.1.12
ipIfStatsInForwDatagrams OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of input datagrams for which this entity was not
their final IP destination and for which this entity
attempted to find a route to forward them to that final
destination. In entities that do not act as IP routers,
this counter will include only those datagrams that were
Source-Routed via this entity, and the Source-Route
processing was successful.

When tracking interface statistics, the counter of the


incoming interface is incremented for each datagram.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipIfStatsTable(3) ipIfStatsEntry(1) 12 }

.1.3.6.1.2.1.4.31.3.1.13
ipIfStatsHCInForwDatagrams OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of input datagrams for which this entity was not
their final IP destination and for which this entity
attempted to find a route to forward them to that final
destination. This object counts the same packets as
ipIfStatsInForwDatagrams, but allows for larger values.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipIfStatsTable(3) ipIfStatsEntry(1) 13 }

.1.3.6.1.2.1.4.31.3.1.14
ipIfStatsReasmReqds OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of IP fragments received that needed to be
reassembled at this interface.

When tracking interface statistics, the counter of the


interface to which these fragments were addressed is
incremented. This interface might not be the same as the
input interface for some of the fragments.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipIfStatsTable(3) ipIfStatsEntry(1) 14 }

.1.3.6.1.2.1.4.31.3.1.15
ipIfStatsReasmOKs OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of IP datagrams successfully reassembled.

When tracking interface statistics, the counter of the


interface to which these datagrams were addressed is
incremented. This interface might not be the same as the
input interface for some of the datagrams.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipIfStatsTable(3) ipIfStatsEntry(1) 15 }

.1.3.6.1.2.1.4.31.3.1.16
ipIfStatsReasmFails OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of failures detected by the IP re-assembly
algorithm (for whatever reason: timed out, errors, etc.).
Note that this is not necessarily a count of discarded IP
fragments since some algorithms (notably the algorithm in
RFC 815) can lose track of the number of fragments by
combining them as they are received.

When tracking interface statistics, the counter of the


interface to which these fragments were addressed is
incremented. This interface might not be the same as the
input interface for some of the fragments.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipIfStatsTable(3) ipIfStatsEntry(1) 16 }

.1.3.6.1.2.1.4.31.3.1.17
ipIfStatsInDiscards OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of input IP datagrams for which no problems were
encountered to prevent their continued processing, but
were discarded (e.g., for lack of buffer space). Note that
this counter does not include any datagrams discarded while
awaiting re-assembly.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipIfStatsTable(3) ipIfStatsEntry(1) 17 }

.1.3.6.1.2.1.4.31.3.1.18
ipIfStatsInDelivers OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total number of datagrams successfully delivered to IP
user-protocols (including ICMP).

When tracking interface statistics, the counter of the


interface to which these datagrams were addressed is
incremented. This interface might not be the same as the
input interface for some of the datagrams.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipIfStatsTable(3) ipIfStatsEntry(1) 18 }

.1.3.6.1.2.1.4.31.3.1.19
ipIfStatsHCInDelivers OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total number of datagrams successfully delivered to IP
user-protocols (including ICMP). This object counts the
same packets as ipIfStatsInDelivers, but allows for larger
values.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipIfStatsTable(3) ipIfStatsEntry(1) 19 }

.1.3.6.1.2.1.4.31.3.1.20
ipIfStatsOutRequests OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total number of IP datagrams that local IP user-
protocols (including ICMP) supplied to IP in requests for
transmission. Note that this counter does not include any
datagrams counted in ipIfStatsOutForwDatagrams.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipIfStatsTable(3) ipIfStatsEntry(1) 20 }

.1.3.6.1.2.1.4.31.3.1.21
ipIfStatsHCOutRequests OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total number of IP datagrams that local IP user-
protocols (including ICMP) supplied to IP in requests for
transmission. This object counts the same packets as
ipIfStatsOutRequests, but allows for larger values.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipIfStatsTable(3) ipIfStatsEntry(1) 21 }

.1.3.6.1.2.1.4.31.3.1.23
ipIfStatsOutForwDatagrams OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of datagrams for which this entity was not their
final IP destination and for which it was successful in
finding a path to their final destination. In entities
that do not act as IP routers, this counter will include
only those datagrams that were Source-Routed via this
entity, and the Source-Route processing was successful.

When tracking interface statistics, the counter of the


outgoing interface is incremented for a successfully
forwarded datagram.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipIfStatsTable(3) ipIfStatsEntry(1) 23 }

.1.3.6.1.2.1.4.31.3.1.24
ipIfStatsHCOutForwDatagrams OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of datagrams for which this entity was not their
final IP destination and for which it was successful in
finding a path to their final destination. This object
counts the same packets as ipIfStatsOutForwDatagrams, but
allows for larger values.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipIfStatsTable(3) ipIfStatsEntry(1) 24 }

.1.3.6.1.2.1.4.31.3.1.25
ipIfStatsOutDiscards OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of output IP datagrams for which no problem was
encountered to prevent their transmission to their
destination, but were discarded (e.g., for lack of
buffer space). Note that this counter would include
datagrams counted in ipIfStatsOutForwDatagrams if any such
datagrams met this (discretionary) discard criterion.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipIfStatsTable(3) ipIfStatsEntry(1) 25 }

.1.3.6.1.2.1.4.31.3.1.26
ipIfStatsOutFragReqds OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of IP datagrams that would require fragmentation
in order to be transmitted.

When tracking interface statistics, the counter of the


outgoing interface is incremented for a successfully
fragmented datagram.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipIfStatsTable(3) ipIfStatsEntry(1) 26 }

.1.3.6.1.2.1.4.31.3.1.27
ipIfStatsOutFragOKs OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of IP datagrams that have been successfully
fragmented.

When tracking interface statistics, the counter of the


outgoing interface is incremented for a successfully
fragmented datagram.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipIfStatsTable(3) ipIfStatsEntry(1) 27 }

.1.3.6.1.2.1.4.31.3.1.28
ipIfStatsOutFragFails OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of IP datagrams that have been discarded because
they needed to be fragmented but could not be. This
includes IPv4 packets that have the DF bit set and IPv6
packets that are being forwarded and exceed the outgoing
link MTU.

When tracking interface statistics, the counter of the


outgoing interface is incremented for an unsuccessfully
fragmented datagram.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipIfStatsTable(3) ipIfStatsEntry(1) 28 }

.1.3.6.1.2.1.4.31.3.1.29
ipIfStatsOutFragCreates OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of output datagram fragments that have been
generated as a result of IP fragmentation.

When tracking interface statistics, the counter of the


outgoing interface is incremented for a successfully
fragmented datagram.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipIfStatsTable(3) ipIfStatsEntry(1) 29 }

.1.3.6.1.2.1.4.31.3.1.30
ipIfStatsOutTransmits OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total number of IP datagrams that this entity supplied
to the lower layers for transmission. This includes
datagrams generated locally and those forwarded by this
entity.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipIfStatsTable(3) ipIfStatsEntry(1) 30 }

.1.3.6.1.2.1.4.31.3.1.31
ipIfStatsHCOutTransmits OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total number of IP datagrams that this entity supplied
to the lower layers for transmission. This object counts
the same datagrams as ipIfStatsOutTransmits, but allows for
larger values.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipIfStatsTable(3) ipIfStatsEntry(1) 31 }

.1.3.6.1.2.1.4.31.3.1.32
ipIfStatsOutOctets OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total number of octets in IP datagrams delivered to the
lower layers for transmission. Octets from datagrams
counted in ipIfStatsOutTransmits MUST be counted here.
Discontinuities in the value of this counter can occur at
re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipIfStatsTable(3) ipIfStatsEntry(1) 32 }

.1.3.6.1.2.1.4.31.3.1.33
ipIfStatsHCOutOctets OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total number of octets in IP datagrams delivered to the
lower layers for transmission. This objects counts the same
octets as ipIfStatsOutOctets, but allows for larger values.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipIfStatsTable(3) ipIfStatsEntry(1) 33 }

.1.3.6.1.2.1.4.31.3.1.34
ipIfStatsInMcastPkts OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of IP multicast datagrams received.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipIfStatsTable(3) ipIfStatsEntry(1) 34 }

.1.3.6.1.2.1.4.31.3.1.35
ipIfStatsHCInMcastPkts OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of IP multicast datagrams received. This object
counts the same datagrams as ipIfStatsInMcastPkts, but
allows for larger values.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipIfStatsTable(3) ipIfStatsEntry(1) 35 }

.1.3.6.1.2.1.4.31.3.1.36
ipIfStatsInMcastOctets OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total number of octets received in IP multicast
datagrams. Octets from datagrams counted in
ipIfStatsInMcastPkts MUST be counted here.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipIfStatsTable(3) ipIfStatsEntry(1) 36 }

.1.3.6.1.2.1.4.31.3.1.37
ipIfStatsHCInMcastOctets OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total number of octets received in IP multicast
datagrams. This object counts the same octets as
ipIfStatsInMcastOctets, but allows for larger values.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipIfStatsTable(3) ipIfStatsEntry(1) 37 }

.1.3.6.1.2.1.4.31.3.1.38
ipIfStatsOutMcastPkts OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of IP multicast datagrams transmitted.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipIfStatsTable(3) ipIfStatsEntry(1) 38 }

.1.3.6.1.2.1.4.31.3.1.39
ipIfStatsHCOutMcastPkts OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of IP multicast datagrams transmitted. This
object counts the same datagrams as ipIfStatsOutMcastPkts,
but allows for larger values.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipIfStatsTable(3) ipIfStatsEntry(1) 39 }

.1.3.6.1.2.1.4.31.3.1.40
ipIfStatsOutMcastOctets OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total number of octets transmitted in IP multicast
datagrams. Octets from datagrams counted in
ipIfStatsOutMcastPkts MUST be counted here.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipIfStatsTable(3) ipIfStatsEntry(1) 40 }

.1.3.6.1.2.1.4.31.3.1.41
ipIfStatsHCOutMcastOctets OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total number of octets transmitted in IP multicast
datagrams. This object counts the same octets as
ipIfStatsOutMcastOctets, but allows for larger values.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipIfStatsTable(3) ipIfStatsEntry(1) 41 }

.1.3.6.1.2.1.4.31.3.1.42
ipIfStatsInBcastPkts OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of IP broadcast datagrams received.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipIfStatsTable(3) ipIfStatsEntry(1) 42 }

.1.3.6.1.2.1.4.31.3.1.43
ipIfStatsHCInBcastPkts OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of IP broadcast datagrams received. This object
counts the same datagrams as ipIfStatsInBcastPkts, but
allows for larger values.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipIfStatsTable(3) ipIfStatsEntry(1) 43 }

.1.3.6.1.2.1.4.31.3.1.44
ipIfStatsOutBcastPkts OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of IP broadcast datagrams transmitted.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipIfStatsTable(3) ipIfStatsEntry(1) 44 }

.1.3.6.1.2.1.4.31.3.1.45
ipIfStatsHCOutBcastPkts OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of IP broadcast datagrams transmitted. This
object counts the same datagrams as ipIfStatsOutBcastPkts,
but allows for larger values.

Discontinuities in the value of this counter can occur at


re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipIfStatsTable(3) ipIfStatsEntry(1) 45 }

.1.3.6.1.2.1.4.31.3.1.46
ipIfStatsDiscontinuityTime OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION TimeStamp
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The value of sysUpTime on the most recent occasion at which
any one or more of this entry's counters suffered a
discontinuity.

If no such discontinuities have occurred since the last re-


initialization of the local management subsystem, then this
object contains a zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipIfStatsTable(3) ipIfStatsEntry(1) 46 }

.1.3.6.1.2.1.4.31.3.1.47
ipIfStatsRefreshRate OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Unsigned32
UNITS ""
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The minimum reasonable polling interval for this entry.
This object provides an indication of the minimum amount of
time required to update the counters in this entry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipTrafficStats(31)
ipIfStatsTable(3) ipIfStatsEntry(1) 47 }

.1.3.6.1.2.1.4.32
ipAddressPrefixTable OBJECT-TYPE
-- FROM IP-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table allows the user to determine the source of an IP
address or set of IP addresses, and allows other tables to
share the information via pointer rather than by copying.

For example, when the node configures both a unicast and


anycast address for a prefix, the ipAddressPrefix objects
for those addresses will point to a single row in this
table.

This table primarily provides support for IPv6 prefixes, and


several of the objects are less meaningful for IPv4. The
table continues to allow IPv4 addresses to allow future
flexibility. In order to promote a common configuration,
this document includes suggestions for default values for
IPv4 prefixes. Each of these values may be overridden if an
object is meaningful to the node.

All prefixes used by this entity should be included in this


table independent of how the entity learned the prefix.
(This table isn't limited to prefixes learned from router
advertisements.)"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 32 }

.1.3.6.1.2.1.4.32.1
ipAddressPrefixEntry OBJECT-TYPE
-- FROM IP-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ipAddressPrefixIfIndex, ipAddressPrefixType,
ipAddressPrefixPrefix, ipAddressPrefixLength }
DESCRIPTION "An entry in the ipAddressPrefixTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipAddressPrefixTable(32) 1 }

.1.3.6.1.2.1.4.32.1.1
ipAddressPrefixIfIndex OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION InterfaceIndex
SYNTAX Integer32 (1..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The index value that uniquely identifies the interface on
which this prefix is configured. The interface identified
by a particular value of this index is the same interface as
identified by the same value of the IF-MIB's ifIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipAddressPrefixTable(32) ipAddressPrefixEntry(1) 1 }

.1.3.6.1.2.1.4.32.1.2
ipAddressPrefixType OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION InetAddressType
SYNTAX INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The address type of ipAddressPrefix."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipAddressPrefixTable(32) ipAddressPrefixEntry(1) 2 }

.1.3.6.1.2.1.4.32.1.3
ipAddressPrefixPrefix OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION InetAddress
SYNTAX OCTET STRING (0..255)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The address prefix. The address type of this object is
specified in ipAddressPrefixType. The length of this object
is the standard length for objects of that type (4 or 16
bytes). Any bits after ipAddressPrefixLength must be zero.

Implementors need to be aware that, if the size of


ipAddressPrefixPrefix exceeds 114 octets, then OIDS of
instances of columns in this row will have more than 128
sub-identifiers and cannot be accessed using SNMPv1,
SNMPv2c, or SNMPv3."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipAddressPrefixTable(32) ipAddressPrefixEntry(1) 3 }

.1.3.6.1.2.1.4.32.1.4
ipAddressPrefixLength OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION InetAddressPrefixLength
SYNTAX Unsigned32 (0..2040)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The prefix length associated with this prefix.

The value 0 has no special meaning for this object. It


simply refers to address '::/0'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipAddressPrefixTable(32) ipAddressPrefixEntry(1) 4 }

.1.3.6.1.2.1.4.32.1.5
ipAddressPrefixOrigin OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION IpAddressPrefixOriginTC
SYNTAX INTEGER {other(1), manual(2), wellknown(3), dhcp(4), routeradv(5)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The origin of this prefix."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipAddressPrefixTable(32) ipAddressPrefixEntry(1) 5 }

.1.3.6.1.2.1.4.32.1.6
ipAddressPrefixOnLinkFlag OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This object has the value 'true(1)', if this prefix can be
used for on-link determination; otherwise, the value is
'false(2)'.

The default for IPv4 prefixes is 'true(1)'."


::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipAddressPrefixTable(32) ipAddressPrefixEntry(1) 6 }

.1.3.6.1.2.1.4.32.1.7
ipAddressPrefixAutonomousFlag OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Autonomous address configuration flag. When true(1),
indicates that this prefix can be used for autonomous
address configuration (i.e., can be used to form a local
interface address). If false(2), it is not used to auto-
configure a local interface address.

The default for IPv4 prefixes is 'false(2)'."


::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipAddressPrefixTable(32) ipAddressPrefixEntry(1) 7 }

.1.3.6.1.2.1.4.32.1.8
ipAddressPrefixAdvPreferredLifetime OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Unsigned32
UNITS ""
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The remaining length of time, in seconds, that this prefix
will continue to be preferred, i.e., time until deprecation.

A value of 4,294,967,295 represents infinity.

The address generated from a deprecated prefix should no


longer be used as a source address in new communications,
but packets received on such an interface are processed as
expected.

The default for IPv4 prefixes is 4,294,967,295 (infinity)."


::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipAddressPrefixTable(32) ipAddressPrefixEntry(1) 8 }

.1.3.6.1.2.1.4.32.1.9
ipAddressPrefixAdvValidLifetime OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Unsigned32
UNITS ""
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The remaining length of time, in seconds, that this prefix
will continue to be valid, i.e., time until invalidation. A
value of 4,294,967,295 represents infinity.

The address generated from an invalidated prefix should not


appear as the destination or source address of a packet.
The default for IPv4 prefixes is 4,294,967,295 (infinity)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipAddressPrefixTable(32) ipAddressPrefixEntry(1) 9 }

.1.3.6.1.2.1.4.33
ipAddressSpinLock OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION TestAndIncr
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "An advisory lock used to allow cooperating SNMP managers to
coordinate their use of the set operation in creating or
modifying rows within this table.

In order to use this lock to coordinate the use of set


operations, managers should first retrieve
ipAddressTableSpinLock. They should then determine the
appropriate row to create or modify. Finally, they should
issue the appropriate set command, including the retrieved
value of ipAddressSpinLock. If another manager has altered
the table in the meantime, then the value of
ipAddressSpinLock will have changed, and the creation will
fail as it will be specifying an incorrect value for
ipAddressSpinLock. It is suggested, but not required, that
the ipAddressSpinLock be the first var bind for each set of
objects representing a 'row' in a PDU."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 33 }

.1.3.6.1.2.1.4.34
ipAddressTable OBJECT-TYPE
-- FROM IP-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table contains addressing information relevant to the
entity's interfaces.

This table does not contain multicast address information.


Tables for such information should be contained in multicast
specific MIBs, such as RFC 3019.

While this table is writable, the user will note that


several objects, such as ipAddressOrigin, are not. The
intention in allowing a user to write to this table is to
allow them to add or remove any entry that isn't
permanent. The user should be allowed to modify objects
and entries when that would not cause inconsistencies
within the table. Allowing write access to objects, such
as ipAddressOrigin, could allow a user to insert an entry
and then label it incorrectly.

Note well: When including IPv6 link-local addresses in this


table, the entry must use an InetAddressType of 'ipv6z' in
order to differentiate between the possible interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 34 }

.1.3.6.1.2.1.4.34.1
ipAddressEntry OBJECT-TYPE
-- FROM IP-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ipAddressAddrType, ipAddressAddr }
DESCRIPTION "An address mapping for a particular interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipAddressTable(34)
1 }

.1.3.6.1.2.1.4.34.1.1
ipAddressAddrType OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION InetAddressType
SYNTAX INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The address type of ipAddressAddr."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipAddressTable(34)
ipAddressEntry(1) 1 }

.1.3.6.1.2.1.4.34.1.2
ipAddressAddr OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION InetAddress
SYNTAX OCTET STRING (0..255)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The IP address to which this entry's addressing information
pertains. The address type of this object is specified in
ipAddressAddrType.

Implementors need to be aware that if the size of


ipAddressAddr exceeds 116 octets, then OIDS of instances of
columns in this row will have more than 128 sub-identifiers
and cannot be accessed using SNMPv1, SNMPv2c, or SNMPv3."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipAddressTable(34)
ipAddressEntry(1) 2 }

.1.3.6.1.2.1.4.34.1.3
ipAddressIfIndex OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION InterfaceIndex
SYNTAX Integer32 (1..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The index value that uniquely identifies the interface to
which this entry is applicable. The interface identified by
a particular value of this index is the same interface as
identified by the same value of the IF-MIB's ifIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipAddressTable(34)
ipAddressEntry(1) 3 }

.1.3.6.1.2.1.4.34.1.4
ipAddressType OBJECT-TYPE
-- FROM IP-MIB
SYNTAX INTEGER {unicast(1), anycast(2), broadcast(3)}
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The type of address. broadcast(3) is not a valid value for
IPv6 addresses (RFC 3513)."
DEFVAL { unicast }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipAddressTable(34)
ipAddressEntry(1) 4 }

.1.3.6.1.2.1.4.34.1.5
ipAddressPrefix OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION RowPointer
SYNTAX OBJECT IDENTIFIER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A pointer to the row in the prefix table to which this
address belongs. May be { 0 0 } if there is no such row."
DEFVAL { zeroDotZero }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipAddressTable(34)
ipAddressEntry(1) 5 }

.1.3.6.1.2.1.4.34.1.6
ipAddressOrigin OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION IpAddressOriginTC
SYNTAX INTEGER {other(1), manual(2), dhcp(4), linklayer(5), random(6)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The origin of the address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipAddressTable(34)
ipAddressEntry(1) 6 }

.1.3.6.1.2.1.4.34.1.7
ipAddressStatus OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION IpAddressStatusTC
SYNTAX INTEGER {preferred(1), invalid(3), inaccessible(4), unknown(5),
tentative(6), duplicate(7), optimistic(8)}
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The status of the address, describing if the address can be
used for communication.

In the absence of other information, an IPv4 address is


always preferred(1)."
DEFVAL { preferred }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipAddressTable(34)
ipAddressEntry(1) 7 }
.1.3.6.1.2.1.4.34.1.8
ipAddressCreated OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION TimeStamp
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The value of sysUpTime at the time this entry was created.
If this entry was created prior to the last re-
initialization of the local network management subsystem,
then this object contains a zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipAddressTable(34)
ipAddressEntry(1) 8 }

.1.3.6.1.2.1.4.34.1.9
ipAddressLastChanged OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION TimeStamp
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The value of sysUpTime at the time this entry was last
updated. If this entry was updated prior to the last re-
initialization of the local network management subsystem,
then this object contains a zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipAddressTable(34)
ipAddressEntry(1) 9 }

.1.3.6.1.2.1.4.34.1.10
ipAddressRowStatus OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION RowStatus
SYNTAX INTEGER {active(1), notInService(2), notReady(3), createAndGo(4),
createAndWait(5), destroy(6)}
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The status of this conceptual row.

The RowStatus TC requires that this DESCRIPTION clause


states under which circumstances other objects in this row
can be modified. The value of this object has no effect on
whether other objects in this conceptual row can be
modified.

A conceptual row can not be made active until the


ipAddressIfIndex has been set to a valid index."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipAddressTable(34)
ipAddressEntry(1) 10 }

.1.3.6.1.2.1.4.34.1.11
ipAddressStorageType OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION StorageType
SYNTAX INTEGER {other(1), volatile(2), nonVolatile(3), permanent(4),
readOnly(5)}
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The storage type for this conceptual row. If this object
has a value of 'permanent', then no other objects are
required to be able to be modified."
DEFVAL { volatile }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) ipAddressTable(34)
ipAddressEntry(1) 11 }

.1.3.6.1.2.1.4.35
ipNetToPhysicalTable OBJECT-TYPE
-- FROM IP-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The IP Address Translation table used for mapping from IP
addresses to physical addresses.

The Address Translation tables contain the IP address to


'physical' address equivalences. Some interfaces do not use
translation tables for determining address equivalences
(e.g., DDN-X.25 has an algorithmic method); if all
interfaces are of this type, then the Address Translation
table is empty, i.e., has zero entries.

While many protocols may be used to populate this table, ARP


and Neighbor Discovery are the most likely
options."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 35 }

.1.3.6.1.2.1.4.35.1
ipNetToPhysicalEntry OBJECT-TYPE
-- FROM IP-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ipNetToPhysicalIfIndex, ipNetToPhysicalNetAddressType,
ipNetToPhysicalNetAddress }
DESCRIPTION "Each entry contains one IP address to `physical' address
equivalence."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipNetToPhysicalTable(35) 1 }

.1.3.6.1.2.1.4.35.1.1
ipNetToPhysicalIfIndex OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION InterfaceIndex
SYNTAX Integer32 (1..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The index value that uniquely identifies the interface to
which this entry is applicable. The interface identified by
a particular value of this index is the same interface as
identified by the same value of the IF-MIB's ifIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipNetToPhysicalTable(35) ipNetToPhysicalEntry(1) 1 }

.1.3.6.1.2.1.4.35.1.2
ipNetToPhysicalNetAddressType OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION InetAddressType
SYNTAX INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The type of ipNetToPhysicalNetAddress."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipNetToPhysicalTable(35) ipNetToPhysicalEntry(1) 2 }

.1.3.6.1.2.1.4.35.1.3
ipNetToPhysicalNetAddress OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION InetAddress
SYNTAX OCTET STRING (0..255)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The IP Address corresponding to the media-dependent
`physical' address. The address type of this object is
specified in ipNetToPhysicalAddressType.

Implementors need to be aware that if the size of


ipNetToPhysicalNetAddress exceeds 115 octets, then OIDS of
instances of columns in this row will have more than 128
sub-identifiers and cannot be accessed using SNMPv1,
SNMPv2c, or SNMPv3."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipNetToPhysicalTable(35) ipNetToPhysicalEntry(1) 3 }

.1.3.6.1.2.1.4.35.1.4
ipNetToPhysicalPhysAddress OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION PhysAddress
SYNTAX OCTET STRING (0..65535)
DISPLAY-HINT "1x:"
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The media-dependent `physical' address.

As the entries in this table are typically not persistent


when this object is written the entity SHOULD NOT save the
change to non-volatile storage."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipNetToPhysicalTable(35) ipNetToPhysicalEntry(1) 4 }

.1.3.6.1.2.1.4.35.1.5
ipNetToPhysicalLastUpdated OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION TimeStamp
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The value of sysUpTime at the time this entry was last
updated. If this entry was updated prior to the last re-
initialization of the local network management subsystem,
then this object contains a zero value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipNetToPhysicalTable(35) ipNetToPhysicalEntry(1) 5 }

.1.3.6.1.2.1.4.35.1.6
ipNetToPhysicalType OBJECT-TYPE
-- FROM IP-MIB
SYNTAX INTEGER {other(1), invalid(2), dynamic(3), static(4), local(5)}
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The type of mapping.

Setting this object to the value invalid(2) has the effect


of invalidating the corresponding entry in the
ipNetToPhysicalTable. That is, it effectively dis-
associates the interface identified with said entry from the
mapping identified with said entry. It is an
implementation-specific matter as to whether the agent
removes an invalidated entry from the table. Accordingly,
management stations must be prepared to receive tabular
information from agents that corresponds to entries not
currently in use. Proper interpretation of such entries
requires examination of the relevant ipNetToPhysicalType
object.

The 'dynamic(3)' type indicates that the IP address to


physical addresses mapping has been dynamically resolved
using e.g., IPv4 ARP or the IPv6 Neighbor Discovery
protocol.

The 'static(4)' type indicates that the mapping has been


statically configured. Both of these refer to entries that
provide mappings for other entities addresses.

The 'local(5)' type indicates that the mapping is provided


for an entity's own interface address.

As the entries in this table are typically not persistent


when this object is written the entity SHOULD NOT save the
change to non-volatile storage."
DEFVAL { static }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipNetToPhysicalTable(35) ipNetToPhysicalEntry(1) 6 }

.1.3.6.1.2.1.4.35.1.7
ipNetToPhysicalState OBJECT-TYPE
-- FROM IP-MIB
SYNTAX INTEGER {reachable(1), stale(2), delay(3), probe(4), invalid(5),
unknown(6), incomplete(7)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The Neighbor Unreachability Detection state for the
interface when the address mapping in this entry is used.
If Neighbor Unreachability Detection is not in use (e.g. for
IPv4), this object is always unknown(6)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipNetToPhysicalTable(35) ipNetToPhysicalEntry(1) 7 }

.1.3.6.1.2.1.4.35.1.8
ipNetToPhysicalRowStatus OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION RowStatus
SYNTAX INTEGER {active(1), notInService(2), notReady(3), createAndGo(4),
createAndWait(5), destroy(6)}
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The status of this conceptual row.
The RowStatus TC requires that this DESCRIPTION clause
states under which circumstances other objects in this row
can be modified. The value of this object has no effect on
whether other objects in this conceptual row can be
modified.

A conceptual row can not be made active until the


ipNetToPhysicalPhysAddress object has been set.

Note that if the ipNetToPhysicalType is set to 'invalid',


the managed node may delete the entry independent of the
state of this object."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipNetToPhysicalTable(35) ipNetToPhysicalEntry(1) 8 }

.1.3.6.1.2.1.4.36
ipv6ScopeZoneIndexTable OBJECT-TYPE
-- FROM IP-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The table used to describe IPv6 unicast and multicast scope
zones.

For those objects that have names rather than numbers, the
names were chosen to coincide with the names used in the
IPv6 address architecture document. "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 36 }

.1.3.6.1.2.1.4.36.1
ipv6ScopeZoneIndexEntry OBJECT-TYPE
-- FROM IP-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ipv6ScopeZoneIndexIfIndex }
DESCRIPTION "Each entry contains the list of scope identifiers on a given
interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipv6ScopeZoneIndexTable(36) 1 }

.1.3.6.1.2.1.4.36.1.1
ipv6ScopeZoneIndexIfIndex OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION InterfaceIndex
SYNTAX Integer32 (1..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The index value that uniquely identifies the interface to
which these scopes belong. The interface identified by a
particular value of this index is the same interface as
identified by the same value of the IF-MIB's ifIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipv6ScopeZoneIndexTable(36) ipv6ScopeZoneIndexEntry(1) 1 }

.1.3.6.1.2.1.4.36.1.2
ipv6ScopeZoneIndexLinkLocal OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION InetZoneIndex
SYNTAX Unsigned32
DISPLAY-HINT "d"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The zone index for the link-local scope on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipv6ScopeZoneIndexTable(36) ipv6ScopeZoneIndexEntry(1) 2 }

.1.3.6.1.2.1.4.36.1.3
ipv6ScopeZoneIndex3 OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION InetZoneIndex
SYNTAX Unsigned32
DISPLAY-HINT "d"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The zone index for scope 3 on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipv6ScopeZoneIndexTable(36) ipv6ScopeZoneIndexEntry(1) 3 }

.1.3.6.1.2.1.4.36.1.4
ipv6ScopeZoneIndexAdminLocal OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION InetZoneIndex
SYNTAX Unsigned32
DISPLAY-HINT "d"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The zone index for the admin-local scope on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipv6ScopeZoneIndexTable(36) ipv6ScopeZoneIndexEntry(1) 4 }

.1.3.6.1.2.1.4.36.1.5
ipv6ScopeZoneIndexSiteLocal OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION InetZoneIndex
SYNTAX Unsigned32
DISPLAY-HINT "d"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The zone index for the site-local scope on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipv6ScopeZoneIndexTable(36) ipv6ScopeZoneIndexEntry(1) 5 }

.1.3.6.1.2.1.4.36.1.6
ipv6ScopeZoneIndex6 OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION InetZoneIndex
SYNTAX Unsigned32
DISPLAY-HINT "d"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The zone index for scope 6 on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipv6ScopeZoneIndexTable(36) ipv6ScopeZoneIndexEntry(1) 6 }

.1.3.6.1.2.1.4.36.1.7
ipv6ScopeZoneIndex7 OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION InetZoneIndex
SYNTAX Unsigned32
DISPLAY-HINT "d"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The zone index for scope 7 on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipv6ScopeZoneIndexTable(36) ipv6ScopeZoneIndexEntry(1) 7 }

.1.3.6.1.2.1.4.36.1.8
ipv6ScopeZoneIndexOrganizationLocal OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION InetZoneIndex
SYNTAX Unsigned32
DISPLAY-HINT "d"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The zone index for the organization-local scope on this
interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipv6ScopeZoneIndexTable(36) ipv6ScopeZoneIndexEntry(1) 8 }

.1.3.6.1.2.1.4.36.1.9
ipv6ScopeZoneIndex9 OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION InetZoneIndex
SYNTAX Unsigned32
DISPLAY-HINT "d"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The zone index for scope 9 on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipv6ScopeZoneIndexTable(36) ipv6ScopeZoneIndexEntry(1) 9 }

.1.3.6.1.2.1.4.36.1.10
ipv6ScopeZoneIndexA OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION InetZoneIndex
SYNTAX Unsigned32
DISPLAY-HINT "d"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The zone index for scope A on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipv6ScopeZoneIndexTable(36) ipv6ScopeZoneIndexEntry(1) 10 }

.1.3.6.1.2.1.4.36.1.11
ipv6ScopeZoneIndexB OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION InetZoneIndex
SYNTAX Unsigned32
DISPLAY-HINT "d"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The zone index for scope B on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipv6ScopeZoneIndexTable(36) ipv6ScopeZoneIndexEntry(1) 11 }

.1.3.6.1.2.1.4.36.1.12
ipv6ScopeZoneIndexC OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION InetZoneIndex
SYNTAX Unsigned32
DISPLAY-HINT "d"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The zone index for scope C on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipv6ScopeZoneIndexTable(36) ipv6ScopeZoneIndexEntry(1) 12 }

.1.3.6.1.2.1.4.36.1.13
ipv6ScopeZoneIndexD OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION InetZoneIndex
SYNTAX Unsigned32
DISPLAY-HINT "d"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The zone index for scope D on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipv6ScopeZoneIndexTable(36) ipv6ScopeZoneIndexEntry(1) 13 }

.1.3.6.1.2.1.4.37
ipDefaultRouterTable OBJECT-TYPE
-- FROM IP-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The table used to describe the default routers known to this
entity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 37 }

.1.3.6.1.2.1.4.37.1
ipDefaultRouterEntry OBJECT-TYPE
-- FROM IP-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ipDefaultRouterAddressType, ipDefaultRouterAddress,
ipDefaultRouterIfIndex }
DESCRIPTION "Each entry contains information about a default router known
to this entity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipDefaultRouterTable(37) 1 }

.1.3.6.1.2.1.4.37.1.1
ipDefaultRouterAddressType OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION InetAddressType
SYNTAX INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The address type for this row."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipDefaultRouterTable(37) ipDefaultRouterEntry(1) 1 }

.1.3.6.1.2.1.4.37.1.2
ipDefaultRouterAddress OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION InetAddress
SYNTAX OCTET STRING (0..255)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The IP address of the default router represented by this
row. The address type of this object is specified in
ipDefaultRouterAddressType.

Implementers need to be aware that if the size of


ipDefaultRouterAddress exceeds 115 octets, then OIDS of
instances of columns in this row will have more than 128
sub-identifiers and cannot be accessed using SNMPv1,
SNMPv2c, or SNMPv3."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipDefaultRouterTable(37) ipDefaultRouterEntry(1) 2 }

.1.3.6.1.2.1.4.37.1.3
ipDefaultRouterIfIndex OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION InterfaceIndex
SYNTAX Integer32 (1..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The index value that uniquely identifies the interface by
which the router can be reached. The interface identified
by a particular value of this index is the same interface as
identified by the same value of the IF-MIB's ifIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipDefaultRouterTable(37) ipDefaultRouterEntry(1) 3 }

.1.3.6.1.2.1.4.37.1.4
ipDefaultRouterLifetime OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Unsigned32 (0..65535)
UNITS ""
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The remaining length of time, in seconds, that this router
will continue to be useful as a default router. A value of
zero indicates that it is no longer useful as a default
router. It is left to the implementer of the MIB as to
whether a router with a lifetime of zero is removed from the
list.

For IPv6, this value should be extracted from the router


advertisement messages."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipDefaultRouterTable(37) ipDefaultRouterEntry(1) 4 }

.1.3.6.1.2.1.4.37.1.5
ipDefaultRouterPreference OBJECT-TYPE
-- FROM IP-MIB
SYNTAX INTEGER {reserved(-2), low(-1), medium(0), high(1)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "An indication of preference given to this router as a
default router as described in he Default Router
Preferences document. Treating the value as a
2 bit signed integer allows for simple arithmetic
comparisons.
For IPv4 routers or IPv6 routers that are not using the
updated router advertisement format, this object is set to
medium (0)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipDefaultRouterTable(37) ipDefaultRouterEntry(1) 5 }

.1.3.6.1.2.1.4.38
ipv6RouterAdvertSpinLock OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION TestAndIncr
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "An advisory lock used to allow cooperating SNMP managers to
coordinate their use of the set operation in creating or
modifying rows within this table.

In order to use this lock to coordinate the use of set


operations, managers should first retrieve
ipv6RouterAdvertSpinLock. They should then determine the
appropriate row to create or modify. Finally, they should
issue the appropriate set command including the retrieved
value of ipv6RouterAdvertSpinLock. If another manager has
altered the table in the meantime, then the value of
ipv6RouterAdvertSpinLock will have changed and the creation
will fail as it will be specifying an incorrect value for
ipv6RouterAdvertSpinLock. It is suggested, but not
required, that the ipv6RouterAdvertSpinLock be the first var
bind for each set of objects representing a 'row' in a PDU."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 38 }

.1.3.6.1.2.1.4.39
ipv6RouterAdvertTable OBJECT-TYPE
-- FROM IP-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The table containing information used to construct router
advertisements."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 39 }

.1.3.6.1.2.1.4.39.1
ipv6RouterAdvertEntry OBJECT-TYPE
-- FROM IP-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ipv6RouterAdvertIfIndex }
DESCRIPTION "An entry containing information used to construct router
advertisements.

Information in this table is persistent, and when this


object is written, the entity SHOULD save the change to
non-volatile storage."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipv6RouterAdvertTable(39) 1 }

.1.3.6.1.2.1.4.39.1.1
ipv6RouterAdvertIfIndex OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION InterfaceIndex
SYNTAX Integer32 (1..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The index value that uniquely identifies the interface on
which router advertisements constructed with this
information will be transmitted. The interface identified
by a particular value of this index is the same interface as
identified by the same value of the IF-MIB's ifIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipv6RouterAdvertTable(39) ipv6RouterAdvertEntry(1) 1 }

.1.3.6.1.2.1.4.39.1.2
ipv6RouterAdvertSendAdverts OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-create
STATUS current
DESCRIPTION "A flag indicating whether the router sends periodic
router advertisements and responds to router solicitations
on this interface."
DEFVAL { false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipv6RouterAdvertTable(39) ipv6RouterAdvertEntry(1) 2 }

.1.3.6.1.2.1.4.39.1.3
ipv6RouterAdvertMaxInterval OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Unsigned32 (4..1800)
UNITS ""
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The maximum time allowed between sending unsolicited router
advertisements from this interface."
DEFVAL { 600 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipv6RouterAdvertTable(39) ipv6RouterAdvertEntry(1) 3 }

.1.3.6.1.2.1.4.39.1.4
ipv6RouterAdvertMinInterval OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Unsigned32 (3..1350)
UNITS ""
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The minimum time allowed between sending unsolicited router
advertisements from this interface.

The default is 0.33 * ipv6RouterAdvertMaxInterval, however,


in the case of a low value for ipv6RouterAdvertMaxInterval,
the minimum value for this object is restricted to 3."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipv6RouterAdvertTable(39) ipv6RouterAdvertEntry(1) 4 }

.1.3.6.1.2.1.4.39.1.5
ipv6RouterAdvertManagedFlag OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The true/false value to be placed into the 'managed address
configuration' flag field in router advertisements sent from
this interface."
DEFVAL { false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipv6RouterAdvertTable(39) ipv6RouterAdvertEntry(1) 5 }

.1.3.6.1.2.1.4.39.1.6
ipv6RouterAdvertOtherConfigFlag OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The true/false value to be placed into the 'other stateful
configuration' flag field in router advertisements sent from
this interface."
DEFVAL { false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipv6RouterAdvertTable(39) ipv6RouterAdvertEntry(1) 6 }

.1.3.6.1.2.1.4.39.1.7
ipv6RouterAdvertLinkMTU OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Unsigned32
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The value to be placed in MTU options sent by the router on
this interface.

A value of zero indicates that no MTU options are sent."


DEFVAL { 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipv6RouterAdvertTable(39) ipv6RouterAdvertEntry(1) 7 }

.1.3.6.1.2.1.4.39.1.8
ipv6RouterAdvertReachableTime OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Unsigned32 (0..3600000)
UNITS ""
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The value to be placed in the reachable time field in router
advertisement messages sent from this interface.

A value of zero in the router advertisement indicates that


the advertisement isn't specifying a value for reachable
time."
DEFVAL { 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipv6RouterAdvertTable(39) ipv6RouterAdvertEntry(1) 8 }

.1.3.6.1.2.1.4.39.1.9
ipv6RouterAdvertRetransmitTime OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Unsigned32
UNITS ""
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The value to be placed in the retransmit timer field in
router advertisements sent from this interface.

A value of zero in the router advertisement indicates that


the advertisement isn't specifying a value for retrans
time."
DEFVAL { 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipv6RouterAdvertTable(39) ipv6RouterAdvertEntry(1) 9 }

.1.3.6.1.2.1.4.39.1.10
ipv6RouterAdvertCurHopLimit OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Unsigned32 (0..255)
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The default value to be placed in the current hop limit
field in router advertisements sent from this interface.
The value should be set to the current diameter of the
Internet.

A value of zero in the router advertisement indicates that


the advertisement isn't specifying a value for curHopLimit.

The default should be set to the value specified in the IANA


web pages (www.iana.org) at the time of implementation."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipv6RouterAdvertTable(39) ipv6RouterAdvertEntry(1) 10 }

.1.3.6.1.2.1.4.39.1.11
ipv6RouterAdvertDefaultLifetime OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Unsigned32 (0 | 4..9000)
UNITS ""
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The value to be placed in the router lifetime field of
router advertisements sent from this interface. This value
MUST be either 0 or between ipv6RouterAdvertMaxInterval and
9000 seconds.

A value of zero indicates that the router is not to be used


as a default router.

The default is 3 * ipv6RouterAdvertMaxInterval."


::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipv6RouterAdvertTable(39) ipv6RouterAdvertEntry(1) 11 }

.1.3.6.1.2.1.4.39.1.12
ipv6RouterAdvertRowStatus OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION RowStatus
SYNTAX INTEGER {active(1), notInService(2), notReady(3), createAndGo(4),
createAndWait(5), destroy(6)}
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The status of this conceptual row.

As all objects in this conceptual row have default values, a


row can be created and made active by setting this object
appropriately.

The RowStatus TC requires that this DESCRIPTION clause


states under which circumstances other objects in this row
can be modified. The value of this object has no effect on
whether other objects in this conceptual row can be
modified."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4)
ipv6RouterAdvertTable(39) ipv6RouterAdvertEntry(1) 12 }

.1.3.6.1.2.1.4.40
saviMIB MODULE-IDENTITY
-- FROM SAVI-MIB
DESCRIPTION "The MIB Module for managing SAVI implementations."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) 40 }

.1.3.6.1.2.1.4.40.1
saviObjects OBJECT-TYPE
-- FROM SAVI-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) 1 }

.1.3.6.1.2.1.4.40.1.1
saviObjectsSystemTable OBJECT-TYPE
-- FROM SAVI-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The table containing savi system-wide parameters."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40)
saviObjects(1) 1 }

.1.3.6.1.2.1.4.40.1.1.1
saviObjectsSystemEntry OBJECT-TYPE
-- FROM SAVI-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { saviObjectsSystemIPVersion }
DESCRIPTION "Each entry containing savi system-wide parameters for a
particular IP version."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40)
saviObjects(1) saviObjectsSystemTable(1) 1 }

.1.3.6.1.2.1.4.40.1.1.1.1
saviObjectsSystemIPVersion OBJECT-TYPE
-- FROM SAVI-MIB
-- TEXTUAL CONVENTION InetVersion
SYNTAX INTEGER {unknown(0), ipv4(1), ipv6(2)}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The IP version "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40)
saviObjects(1) saviObjectsSystemTable(1) saviObjectsSystemEntry(1) 1 }

.1.3.6.1.2.1.4.40.1.1.1.2
saviObjectsSystemMode OBJECT-TYPE
-- FROM SAVI-MIB
SYNTAX INTEGER {savi-disable(1), savi-default(2), savi-dhcp-only(3), savi-
slaac-only(4), savi-dhcp-slaac-mix(5)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "IP Address Assignment Methods. "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40)
saviObjects(1) saviObjectsSystemTable(1) saviObjectsSystemEntry(1) 2 }

.1.3.6.1.2.1.4.40.1.1.1.3
saviObjectsSystemMaxDadDelay OBJECT-TYPE
-- FROM SAVI-MIB
-- TEXTUAL CONVENTION TimeInterval
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "A constant. When A gratuitous ARP Request or Duplicate
Address Detection Neighbor Solicitation is received
from anchor, the lifetime of the BST(Binding State Table)
entry MUST be set to be MAX_ARP_DELAY or MAX_DAD_DELAY
respectively."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40)
saviObjects(1) saviObjectsSystemTable(1) saviObjectsSystemEntry(1) 3 }

.1.3.6.1.2.1.4.40.1.1.1.4
saviObjectsSystemMaxDadPrepareDelay OBJECT-TYPE
-- FROM SAVI-MIB
-- TEXTUAL CONVENTION TimeInterval
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "A constant. When a DHCPv4 DHCPACK or DHCPv6 REPLY message
is received, the lifetime of the BST(Binding State Table)
entry MUST be set to be MAX_ARP_PREPARE_DELAY or
MAX_DAD_PREPARE_DELAY respectively."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40)
saviObjects(1) saviObjectsSystemTable(1) saviObjectsSystemEntry(1) 4 }

.1.3.6.1.2.1.4.40.1.2
saviObjectsIfTable OBJECT-TYPE
-- FROM SAVI-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The table containing SAVI running parameters of each anchor."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40)
saviObjects(1) 2 }

.1.3.6.1.2.1.4.40.1.2.1
saviObjectsIfEntry OBJECT-TYPE
-- FROM SAVI-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { saviObjectsIfIPVersion, saviObjectsIfIfIndex }
DESCRIPTION "An entry containing SAVI running parameters of an anchor."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40)
saviObjects(1) saviObjectsIfTable(2) 1 }

.1.3.6.1.2.1.4.40.1.2.1.1
saviObjectsIfIPVersion OBJECT-TYPE
-- FROM SAVI-MIB
-- TEXTUAL CONVENTION InetVersion
SYNTAX INTEGER {unknown(0), ipv4(1), ipv6(2)}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The IP version "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40)
saviObjects(1) saviObjectsIfTable(2) saviObjectsIfEntry(1) 1 }

.1.3.6.1.2.1.4.40.1.2.1.2
saviObjectsIfIfIndex OBJECT-TYPE
-- FROM SAVI-MIB
-- TEXTUAL CONVENTION InterfaceIndex
SYNTAX Integer32 (1..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The index value that uniquely identifies the interface to
which this entry is applicable. The interface identified by
a particular value of this index is the same interface as
identified by the same value of the IF-MIB's ifIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40)
saviObjects(1) saviObjectsIfTable(2) saviObjectsIfEntry(1) 2 }

.1.3.6.1.2.1.4.40.1.2.1.3
saviObjectsIfValidationStatus OBJECT-TYPE
-- FROM SAVI-MIB
SYNTAX INTEGER {enable(1), disable(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The validation status of the interface.
enable(1), check source address.
disable(2), don't check source address.
"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40)
saviObjects(1) saviObjectsIfTable(2) saviObjectsIfEntry(1) 3 }

.1.3.6.1.2.1.4.40.1.2.1.4
saviObjectsIfTrustStatus OBJECT-TYPE
-- FROM SAVI-MIB
SYNTAX INTEGER {no-trust(1), dhcp-trust(2), ra-trust(3), dhcp-ra-trust(4)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The trust status of the interface.
no-trust(1), discard dhcp adv/reply and ra packet,
dhcp-trust(2), permit dhcp adv/reply packet and discard ra packet,
ra-trust(3), permit ra packet and discard dhcp adv/reply packet,
dhcp-ra-trust(4), permit dhcp adv/reply and ra packet.
"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40)
saviObjects(1) saviObjectsIfTable(2) saviObjectsIfEntry(1) 4 }

.1.3.6.1.2.1.4.40.1.2.1.5
saviObjectsIfFilteringNum OBJECT-TYPE
-- FROM SAVI-MIB
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The max filtering number of the Interface"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40)
saviObjects(1) saviObjectsIfTable(2) saviObjectsIfEntry(1) 5 }

.1.3.6.1.2.1.4.40.1.3
saviObjectsBindingTable OBJECT-TYPE
-- FROM SAVI-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The Binding State Table containing the state of binding
between source address and anchor."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40)
saviObjects(1) 3 }

.1.3.6.1.2.1.4.40.1.3.1
saviObjectsBindingEntry OBJECT-TYPE
-- FROM SAVI-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { saviObjectsBindingIpAddressType, saviObjectsBindingType,
saviObjectsBindingIfIndex, saviObjectsBindingIpAddress }
DESCRIPTION "An entry containing the state of binding between source
address and anchor. Entries are keyed on the anchor,
binding type, source IP address version, and source IP
address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40)
saviObjects(1) saviObjectsBindingTable(3) 1 }

.1.3.6.1.2.1.4.40.1.3.1.1
saviObjectsBindingIpAddressType OBJECT-TYPE
-- FROM SAVI-MIB
-- TEXTUAL CONVENTION InetAddressType
SYNTAX INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "IP address type of the binding source IP"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40)
saviObjects(1) saviObjectsBindingTable(3) saviObjectsBindingEntry(1) 1 }

.1.3.6.1.2.1.4.40.1.3.1.2
saviObjectsBindingType OBJECT-TYPE
-- FROM SAVI-MIB
SYNTAX INTEGER {static(1), slaac(2), dhcp(3)}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "IP address assignment methods."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40)
saviObjects(1) saviObjectsBindingTable(3) saviObjectsBindingEntry(1) 2 }

.1.3.6.1.2.1.4.40.1.3.1.3
saviObjectsBindingIfIndex OBJECT-TYPE
-- FROM SAVI-MIB
-- TEXTUAL CONVENTION InterfaceIndex
SYNTAX Integer32 (1..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The index value that uniquely identifies the interface to
which this entry is applicable. The interface identified by
a particular value of this index is the same interface as
identified by the same value of the IF-MIB's ifIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40)
saviObjects(1) saviObjectsBindingTable(3) saviObjectsBindingEntry(1) 3 }

.1.3.6.1.2.1.4.40.1.3.1.4
saviObjectsBindingIpAddress OBJECT-TYPE
-- FROM SAVI-MIB
-- TEXTUAL CONVENTION InetAddress
SYNTAX OCTET STRING (0..255)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The binding source IP address"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40)
saviObjects(1) saviObjectsBindingTable(3) saviObjectsBindingEntry(1) 4 }

.1.3.6.1.2.1.4.40.1.3.1.5
saviObjectsBindingMacAddr OBJECT-TYPE
-- FROM SAVI-MIB
-- TEXTUAL CONVENTION MacAddress
SYNTAX OCTET STRING (6)
DISPLAY-HINT "1x:"
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The binding source mac address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40)
saviObjects(1) saviObjectsBindingTable(3) saviObjectsBindingEntry(1) 5 }

.1.3.6.1.2.1.4.40.1.3.1.6
saviObjectsBindingState OBJECT-TYPE
-- FROM SAVI-MIB
SYNTAX INTEGER {start(1), live(2), detection(3), query(4), bound(5)}
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The state of the binding entry. "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40)
saviObjects(1) saviObjectsBindingTable(3) saviObjectsBindingEntry(1) 6 }

.1.3.6.1.2.1.4.40.1.3.1.7
saviObjectsBindingLifetime OBJECT-TYPE
-- FROM SAVI-MIB
-- TEXTUAL CONVENTION TimeInterval
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The remaining lifetime of the entry.
If saviObjectsBindingType=static, a value of 2147483647
represents infinity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40)
saviObjects(1) saviObjectsBindingTable(3) saviObjectsBindingEntry(1) 7 }

.1.3.6.1.2.1.4.40.1.3.1.8
saviObjectsBindingRowStatus OBJECT-TYPE
-- FROM SAVI-MIB
-- TEXTUAL CONVENTION RowStatus
SYNTAX INTEGER {active(1), notInService(2), notReady(3), createAndGo(4),
createAndWait(5), destroy(6)}
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The status of this row, by which new entries may be
created, or old entries deleted from this table.
An Entry can be created or deleted only when
saviObjectsBindingType=static."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40)
saviObjects(1) saviObjectsBindingTable(3) saviObjectsBindingEntry(1) 8 }

.1.3.6.1.2.1.4.40.1.4
saviObjectsFilteringTable OBJECT-TYPE
-- FROM SAVI-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The Filtering Table is used to filter packets."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40)
saviObjects(1) 4 }

.1.3.6.1.2.1.4.40.1.4.1
saviObjectsFilteringEntry OBJECT-TYPE
-- FROM SAVI-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { saviObjectsFilteringIpAddressType, saviObjectsFilteringIfIndex,
saviObjectsFilteringIpAddress }
DESCRIPTION "An entry containing the filtering parameters. Entries are keyed
on the anchor."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40)
saviObjects(1) saviObjectsFilteringTable(4) 1 }

.1.3.6.1.2.1.4.40.1.4.1.1
saviObjectsFilteringIpAddressType OBJECT-TYPE
-- FROM SAVI-MIB
-- TEXTUAL CONVENTION InetAddressType
SYNTAX INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "IP address type of the filtering source IP"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40)
saviObjects(1) saviObjectsFilteringTable(4) saviObjectsFilteringEntry(1) 1 }

.1.3.6.1.2.1.4.40.1.4.1.2
saviObjectsFilteringIfIndex OBJECT-TYPE
-- FROM SAVI-MIB
-- TEXTUAL CONVENTION InterfaceIndex
SYNTAX Integer32 (1..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The index value that uniquely identifies the interface to
which this entry is applicable. The interface identified by
a particular value of this index is the same interface as
identified by the same value of the IF-MIB's ifIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40)
saviObjects(1) saviObjectsFilteringTable(4) saviObjectsFilteringEntry(1) 2 }

.1.3.6.1.2.1.4.40.1.4.1.3
saviObjectsFilteringIpAddress OBJECT-TYPE
-- FROM SAVI-MIB
-- TEXTUAL CONVENTION InetAddress
SYNTAX OCTET STRING (0..255)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The filtering source IP address"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40)
saviObjects(1) saviObjectsFilteringTable(4) saviObjectsFilteringEntry(1) 3 }

.1.3.6.1.2.1.4.40.1.4.1.4
saviObjectsFilteringMacAddr OBJECT-TYPE
-- FROM SAVI-MIB
-- TEXTUAL CONVENTION MacAddress
SYNTAX OCTET STRING (6)
DISPLAY-HINT "1x:"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The filtering source mac address."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40)
saviObjects(1) saviObjectsFilteringTable(4) saviObjectsFilteringEntry(1) 4 }

.1.3.6.1.2.1.4.40.2
saviConformance OBJECT-TYPE
-- FROM SAVI-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40) 2 }

.1.3.6.1.2.1.4.40.2.1
saviCompliances OBJECT-TYPE
-- FROM SAVI-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40)
saviConformance(2) 1 }

.1.3.6.1.2.1.4.40.2.1.1
saviCompliance MODULE-COMPLIANCE
-- FROM SAVI-MIB
DESCRIPTION "The compliance statement for entities which implement SAVI."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40)
saviConformance(2) saviCompliances(1) 1 }

.1.3.6.1.2.1.4.40.2.2
saviGroups OBJECT-TYPE
-- FROM SAVI-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40)
saviConformance(2) 2 }

.1.3.6.1.2.1.4.40.2.2.1
systemGroup OBJECT-GROUP
-- FROM SAVI-MIB
DESCRIPTION "The system group of objects containing savi system parameter."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40)
saviConformance(2) saviGroups(2) 1 }

.1.3.6.1.2.1.4.40.2.2.2
ifGroup OBJECT-GROUP
-- FROM SAVI-MIB
DESCRIPTION "The if group of objects containing the savi running parameters
of each anchor."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40)
saviConformance(2) saviGroups(2) 2 }

.1.3.6.1.2.1.4.40.2.2.3
bindingGroup OBJECT-GROUP
-- FROM SAVI-MIB
DESCRIPTION "The binding group of objects containing the binding information
of anchor and soure ip address. "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40)
saviConformance(2) saviGroups(2) 3 }

.1.3.6.1.2.1.4.40.2.2.4
filteringGroup OBJECT-GROUP
-- FROM SAVI-MIB
DESCRIPTION "The filtering group of objects containing the filtering
information
of anchor and soure ip address. "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) ip(4) saviMIB(40)
saviConformance(2) saviGroups(2) 4 }

.1.3.6.1.2.1.5
icmp OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB, RFC1158-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 5 }

.1.3.6.1.2.1.5.1
icmpInMsgs OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The total number of ICMP messages which the entity received.
Note that this counter includes all those counted by
icmpInErrors.

This object has been deprecated, as a new IP version-neutral


table has been added. It is loosely replaced by
icmpStatsInMsgs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 1 }

.1.3.6.1.2.1.5.2
icmpInErrors OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The number of ICMP messages which the entity received but
determined as having ICMP-specific errors (bad ICMP
checksums, bad length, etc.).

This object has been deprecated, as a new IP version-neutral


table has been added. It is loosely replaced by
icmpStatsInErrors."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 2 }

.1.3.6.1.2.1.5.3
icmpInDestUnreachs OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The number of ICMP Destination Unreachable messages
received.

This object has been deprecated, as a new IP version-neutral


table has been added. It is loosely replaced by a column in
the icmpMsgStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 3 }

.1.3.6.1.2.1.5.4
icmpInTimeExcds OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The number of ICMP Time Exceeded messages received.

This object has been deprecated, as a new IP version-neutral


table has been added. It is loosely replaced by a column in
the icmpMsgStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 4 }

.1.3.6.1.2.1.5.5
icmpInParmProbs OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The number of ICMP Parameter Problem messages received.

This object has been deprecated, as a new IP version-neutral


table has been added. It is loosely replaced by a column in
the icmpMsgStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 5 }

.1.3.6.1.2.1.5.6
icmpInSrcQuenchs OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The number of ICMP Source Quench messages received.

This object has been deprecated, as a new IP version-neutral


table has been added. It is loosely replaced by a column in
the icmpMsgStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 6 }

.1.3.6.1.2.1.5.7
icmpInRedirects OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The number of ICMP Redirect messages received.

This object has been deprecated, as a new IP version-neutral


table has been added. It is loosely replaced by a column in
the icmpMsgStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 7 }

.1.3.6.1.2.1.5.8
icmpInEchos OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The number of ICMP Echo (request) messages received.

This object has been deprecated, as a new IP version-neutral


table has been added. It is loosely replaced by a column in
the icmpMsgStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 8 }

.1.3.6.1.2.1.5.9
icmpInEchoReps OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The number of ICMP Echo Reply messages received.

This object has been deprecated, as a new IP version-neutral


table has been added. It is loosely replaced by a column in
the icmpMsgStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 9 }

.1.3.6.1.2.1.5.10
icmpInTimestamps OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The number of ICMP Timestamp (request) messages received.

This object has been deprecated, as a new IP version-neutral


table has been added. It is loosely replaced by a column in
the icmpMsgStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 10 }

.1.3.6.1.2.1.5.11
icmpInTimestampReps OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The number of ICMP Timestamp Reply messages received.

This object has been deprecated, as a new IP version-neutral


table has been added. It is loosely replaced by a column in
the icmpMsgStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 11 }

.1.3.6.1.2.1.5.12
icmpInAddrMasks OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The number of ICMP Address Mask Request messages received.

This object has been deprecated, as a new IP version-neutral


table has been added. It is loosely replaced by a column in
the icmpMsgStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 12 }

.1.3.6.1.2.1.5.13
icmpInAddrMaskReps OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The number of ICMP Address Mask Reply messages received.

This object has been deprecated, as a new IP version-neutral


table has been added. It is loosely replaced by a column in
the icmpMsgStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 13 }

.1.3.6.1.2.1.5.14
icmpOutMsgs OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The total number of ICMP messages which this entity
attempted to send. Note that this counter includes all
those counted by icmpOutErrors.

This object has been deprecated, as a new IP version-neutral


table has been added. It is loosely replaced by
icmpStatsOutMsgs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 14 }

.1.3.6.1.2.1.5.15
icmpOutErrors OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The number of ICMP messages which this entity did not send
due to problems discovered within ICMP, such as a lack of
buffers. This value should not include errors discovered
outside the ICMP layer, such as the inability of IP to route
the resultant datagram. In some implementations, there may
be no types of error which contribute to this counter's
value.

This object has been deprecated, as a new IP version-neutral


table has been added. It is loosely replaced by
icmpStatsOutErrors."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 15 }

.1.3.6.1.2.1.5.16
icmpOutDestUnreachs OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The number of ICMP Destination Unreachable messages sent.

This object has been deprecated, as a new IP version-neutral


table has been added. It is loosely replaced by a column in
the icmpMsgStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 16 }

.1.3.6.1.2.1.5.17
icmpOutTimeExcds OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The number of ICMP Time Exceeded messages sent.

This object has been deprecated, as a new IP version-neutral


table has been added. It is loosely replaced by a column in
the icmpMsgStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 17 }

.1.3.6.1.2.1.5.18
icmpOutParmProbs OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The number of ICMP Parameter Problem messages sent.

This object has been deprecated, as a new IP version-neutral


table has been added. It is loosely replaced by a column in
the icmpMsgStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 18 }

.1.3.6.1.2.1.5.19
icmpOutSrcQuenchs OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The number of ICMP Source Quench messages sent.

This object has been deprecated, as a new IP version-neutral


table has been added. It is loosely replaced by a column in
the icmpMsgStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 19 }

.1.3.6.1.2.1.5.20
icmpOutRedirects OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The number of ICMP Redirect messages sent. For a host, this
object will always be zero, since hosts do not send
redirects.

This object has been deprecated, as a new IP version-neutral


table has been added. It is loosely replaced by a column in
the icmpMsgStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 20 }

.1.3.6.1.2.1.5.21
icmpOutEchos OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The number of ICMP Echo (request) messages sent.

This object has been deprecated, as a new IP version-neutral


table has been added. It is loosely replaced by a column in
the icmpMsgStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 21 }

.1.3.6.1.2.1.5.22
icmpOutEchoReps OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The number of ICMP Echo Reply messages sent.

This object has been deprecated, as a new IP version-neutral


table has been added. It is loosely replaced by a column in
the icmpMsgStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 22 }

.1.3.6.1.2.1.5.23
icmpOutTimestamps OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The number of ICMP Timestamp (request) messages sent.

This object has been deprecated, as a new IP version-neutral


table has been added. It is loosely replaced by a column in
the icmpMsgStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 23 }

.1.3.6.1.2.1.5.24
icmpOutTimestampReps OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The number of ICMP Timestamp Reply messages sent.

This object has been deprecated, as a new IP version-neutral


table has been added. It is loosely replaced by a column in
the icmpMsgStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 24 }

.1.3.6.1.2.1.5.25
icmpOutAddrMasks OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The number of ICMP Address Mask Request messages sent.
This object has been deprecated, as a new IP version-neutral
table has been added. It is loosely replaced by a column in
the icmpMsgStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 25 }

.1.3.6.1.2.1.5.26
icmpOutAddrMaskReps OBJECT-TYPE
-- FROM IP-MIB, RFC1213-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The number of ICMP Address Mask Reply messages sent.

This object has been deprecated, as a new IP version-neutral


table has been added. It is loosely replaced by a column in
the icmpMsgStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 26 }

.1.3.6.1.2.1.5.29
icmpStatsTable OBJECT-TYPE
-- FROM IP-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The table of generic system-wide ICMP counters."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 29 }

.1.3.6.1.2.1.5.29.1
icmpStatsEntry OBJECT-TYPE
-- FROM IP-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { icmpStatsIPVersion }
DESCRIPTION "A conceptual row in the icmpStatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) icmpStatsTable(29)
1 }

.1.3.6.1.2.1.5.29.1.1
icmpStatsIPVersion OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION InetVersion
SYNTAX INTEGER {unknown(0), ipv4(1), ipv6(2)}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The IP version of the statistics."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) icmpStatsTable(29)
icmpStatsEntry(1) 1 }

.1.3.6.1.2.1.5.29.1.2
icmpStatsInMsgs OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total number of ICMP messages that the entity received.
Note that this counter includes all those counted by
icmpStatsInErrors."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) icmpStatsTable(29)
icmpStatsEntry(1) 2 }
.1.3.6.1.2.1.5.29.1.3
icmpStatsInErrors OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of ICMP messages that the entity received but
determined as having ICMP-specific errors (bad ICMP
checksums, bad length, etc.)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) icmpStatsTable(29)
icmpStatsEntry(1) 3 }

.1.3.6.1.2.1.5.29.1.4
icmpStatsOutMsgs OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total number of ICMP messages that the entity attempted
to send. Note that this counter includes all those counted
by icmpStatsOutErrors."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) icmpStatsTable(29)
icmpStatsEntry(1) 4 }

.1.3.6.1.2.1.5.29.1.5
icmpStatsOutErrors OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of ICMP messages that this entity did not send
due to problems discovered within ICMP, such as a lack of
buffers. This value should not include errors discovered
outside the ICMP layer, such as the inability of IP to route
the resultant datagram. In some implementations, there may
be no types of error that contribute to this counter's
value."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) icmpStatsTable(29)
icmpStatsEntry(1) 5 }

.1.3.6.1.2.1.5.30
icmpMsgStatsTable OBJECT-TYPE
-- FROM IP-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The table of system-wide per-version, per-message type ICMP
counters."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5) 30 }

.1.3.6.1.2.1.5.30.1
icmpMsgStatsEntry OBJECT-TYPE
-- FROM IP-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { icmpMsgStatsIPVersion, icmpMsgStatsType }
DESCRIPTION "A conceptual row in the icmpMsgStatsTable.

The system should track each ICMP type value, even if that
ICMP type is not supported by the system. However, a
given row need not be instantiated unless a message of that
type has been processed, i.e., the row for
icmpMsgStatsType=X MAY be instantiated before but MUST be
instantiated after the first message with Type=X is
received or transmitted. After receiving or transmitting
any succeeding messages with Type=X, the relevant counter
must be incremented."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5)
icmpMsgStatsTable(30) 1 }

.1.3.6.1.2.1.5.30.1.1
icmpMsgStatsIPVersion OBJECT-TYPE
-- FROM IP-MIB
-- TEXTUAL CONVENTION InetVersion
SYNTAX INTEGER {unknown(0), ipv4(1), ipv6(2)}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The IP version of the statistics."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5)
icmpMsgStatsTable(30) icmpMsgStatsEntry(1) 1 }

.1.3.6.1.2.1.5.30.1.2
icmpMsgStatsType OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Integer32 (0..255)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The ICMP type field of the message type being counted by
this row.

Note that ICMP message types are scoped by the address type
in use."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5)
icmpMsgStatsTable(30) icmpMsgStatsEntry(1) 2 }

.1.3.6.1.2.1.5.30.1.3
icmpMsgStatsInPkts OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of input packets for this AF and type."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5)
icmpMsgStatsTable(30) icmpMsgStatsEntry(1) 3 }

.1.3.6.1.2.1.5.30.1.4
icmpMsgStatsOutPkts OBJECT-TYPE
-- FROM IP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of output packets for this AF and type."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) icmp(5)
icmpMsgStatsTable(30) icmpMsgStatsEntry(1) 4 }

.1.3.6.1.2.1.6
tcp OBJECT-TYPE
-- FROM RFC1213-MIB, RFC1158-MIB, TCP-MIB, IPV6-TCP-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 6 }
.1.3.6.1.2.1.6.1
tcpRtoAlgorithm OBJECT-TYPE
-- FROM RFC1213-MIB, TCP-MIB
SYNTAX INTEGER {other(1), constant(2), rsre(3), vanj(4)}
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The algorithm used to determine the timeout value
used for retransmitting unacknowledged octets."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) 1 }

.1.3.6.1.2.1.6.2
tcpRtoMin OBJECT-TYPE
-- FROM RFC1213-MIB, TCP-MIB
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The minimum value permitted by a TCP
implementation for the retransmission timeout,
measured in milliseconds. More refined semantics
for objects of this type depend upon the algorithm
used to determine the retransmission timeout. In
particular, when the timeout algorithm is rsre(3),
an object of this type has the semantics of the
LBOUND quantity described in RFC 793."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) 2 }

.1.3.6.1.2.1.6.3
tcpRtoMax OBJECT-TYPE
-- FROM RFC1213-MIB, TCP-MIB
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The maximum value permitted by a TCP
implementation for the retransmission timeout,
measured in milliseconds. More refined semantics
for objects of this type depend upon the algorithm
used to determine the retransmission timeout. In
particular, when the timeout algorithm is rsre(3),
an object of this type has the semantics of the
UBOUND quantity described in RFC 793."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) 3 }

.1.3.6.1.2.1.6.4
tcpMaxConn OBJECT-TYPE
-- FROM RFC1213-MIB, TCP-MIB
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The limit on the total number of TCP connections
the entity can support. In entities where the
maximum number of connections is dynamic, this
object should contain the value -1."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) 4 }

.1.3.6.1.2.1.6.5
tcpActiveOpens OBJECT-TYPE
-- FROM RFC1213-MIB, TCP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of times TCP connections have made a
direct transition to the SYN-SENT state from the
CLOSED state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) 5 }

.1.3.6.1.2.1.6.6
tcpPassiveOpens OBJECT-TYPE
-- FROM RFC1213-MIB, TCP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of times TCP connections have made a
direct transition to the SYN-RCVD state from the
LISTEN state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) 6 }

.1.3.6.1.2.1.6.7
tcpAttemptFails OBJECT-TYPE
-- FROM RFC1213-MIB, TCP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of times TCP connections have made a
direct transition to the CLOSED state from either
the SYN-SENT state or the SYN-RCVD state, plus the
number of times TCP connections have made a direct
transition to the LISTEN state from the SYN-RCVD
state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) 7 }

.1.3.6.1.2.1.6.8
tcpEstabResets OBJECT-TYPE
-- FROM RFC1213-MIB, TCP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of times TCP connections have made a
direct transition to the CLOSED state from either
the ESTABLISHED state or the CLOSE-WAIT state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) 8 }

.1.3.6.1.2.1.6.9
tcpCurrEstab OBJECT-TYPE
-- FROM RFC1213-MIB, TCP-MIB
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of TCP connections for which the
current state is either ESTABLISHED or CLOSE-
WAIT."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) 9 }

.1.3.6.1.2.1.6.10
tcpInSegs OBJECT-TYPE
-- FROM RFC1213-MIB, TCP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The total number of segments received, including
those received in error. This count includes
segments received on currently established
connections."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) 10 }

.1.3.6.1.2.1.6.11
tcpOutSegs OBJECT-TYPE
-- FROM RFC1213-MIB, TCP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The total number of segments sent, including
those on current connections but excluding those
containing only retransmitted octets."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) 11 }

.1.3.6.1.2.1.6.12
tcpRetransSegs OBJECT-TYPE
-- FROM RFC1213-MIB, TCP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The total number of segments retransmitted - that
is, the number of TCP segments transmitted
containing one or more previously transmitted
octets."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) 12 }

.1.3.6.1.2.1.6.13
tcpConnTable OBJECT-TYPE
-- FROM RFC1213-MIB, TCP-MIB
MAX-ACCESS not-accessible
STATUS mandatory
DESCRIPTION "A table containing TCP connection-specific
information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) 13 }

.1.3.6.1.2.1.6.13.1
tcpConnEntry OBJECT-TYPE
-- FROM RFC1213-MIB, TCP-MIB
MAX-ACCESS not-accessible
STATUS mandatory
INDEX { tcpConnLocalAddress, tcpConnLocalPort, tcpConnRemAddress,
tcpConnRemPort }
DESCRIPTION "Information about a particular current TCP
connection. An object of this type is transient,
in that it ceases to exist when (or soon after)
the connection makes the transition to the CLOSED
state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) tcpConnTable(13) 1 }

.1.3.6.1.2.1.6.13.1.1
tcpConnState OBJECT-TYPE
-- FROM RFC1213-MIB, TCP-MIB
SYNTAX INTEGER {closed(1), listen(2), synSent(3), synReceived(4),
established(5), finWait1(6), finWait2(7), closeWait(8), lastAck(9), closing(10),
timeWait(11), deleteTCB(12)}
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "The state of this TCP connection.

The only value which may be set by a management


station is deleteTCB(12). Accordingly, it is
appropriate for an agent to return a `badValue'
response if a management station attempts to set
this object to any other value.

If a management station sets this object to the


value deleteTCB(12), then this has the effect of
deleting the TCB (as defined in RFC 793) of the
corresponding connection on the managed node,
resulting in immediate termination of the
connection.

As an implementation-specific option, a RST


segment may be sent from the managed node to the
other TCP endpoint (note however that RST segments
are not sent reliably)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) tcpConnTable(13)
tcpConnEntry(1) 1 }

.1.3.6.1.2.1.6.13.1.2
tcpConnLocalAddress OBJECT-TYPE
-- FROM RFC1213-MIB, TCP-MIB
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The local IP address for this TCP connection. In
the case of a connection in the listen state which
is willing to accept connections for any IP
interface associated with the node, the value
0.0.0.0 is used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) tcpConnTable(13)
tcpConnEntry(1) 2 }

.1.3.6.1.2.1.6.13.1.3
tcpConnLocalPort OBJECT-TYPE
-- FROM RFC1213-MIB, TCP-MIB
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The local port number for this TCP connection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) tcpConnTable(13)
tcpConnEntry(1) 3 }

.1.3.6.1.2.1.6.13.1.4
tcpConnRemAddress OBJECT-TYPE
-- FROM RFC1213-MIB, TCP-MIB
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The remote IP address for this TCP connection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) tcpConnTable(13)
tcpConnEntry(1) 4 }

.1.3.6.1.2.1.6.13.1.5
tcpConnRemPort OBJECT-TYPE
-- FROM RFC1213-MIB, TCP-MIB
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The remote port number for this TCP connection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) tcpConnTable(13)
tcpConnEntry(1) 5 }

.1.3.6.1.2.1.6.14
tcpInErrs OBJECT-TYPE
-- FROM RFC1213-MIB, TCP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The total number of segments received in error
(e.g., bad TCP checksums)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) 14 }

.1.3.6.1.2.1.6.15
tcpOutRsts OBJECT-TYPE
-- FROM RFC1213-MIB, TCP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of TCP segments sent containing the
RST flag."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) 15 }

.1.3.6.1.2.1.6.16
ipv6TcpConnTable OBJECT-TYPE
-- FROM IPV6-TCP-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table containing TCP connection-specific information,
for only those connections whose endpoints are IPv6 addresses."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) 16 }

.1.3.6.1.2.1.6.16.1
ipv6TcpConnEntry OBJECT-TYPE
-- FROM IPV6-TCP-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ipv6TcpConnLocalAddress, ipv6TcpConnLocalPort,
ipv6TcpConnRemAddress, ipv6TcpConnRemPort, ipv6TcpConnIfIndex }
DESCRIPTION "A conceptual row of the ipv6TcpConnTable containing
information about a particular current TCP connection.
Each row of this table is transient, in that it ceases to
exist when (or soon after) the connection makes the transition
to the CLOSED state.

Note that conceptual rows in this table require an additional


index object compared to tcpConnTable, since IPv6 addresses
are not guaranteed to be unique on the managed node."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) ipv6TcpConnTable(16)
1 }

.1.3.6.1.2.1.6.16.1.1
ipv6TcpConnLocalAddress OBJECT-TYPE
-- FROM IPV6-TCP-MIB
-- TEXTUAL CONVENTION Ipv6Address
SYNTAX OCTET STRING (16)
DISPLAY-HINT "2x:"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The local IPv6 address for this TCP connection. In
the case of a connection in the listen state which
is willing to accept connections for any IPv6
address associated with the managed node, the value
::0 is used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) ipv6TcpConnTable(16)
ipv6TcpConnEntry(1) 1 }

.1.3.6.1.2.1.6.16.1.2
ipv6TcpConnLocalPort OBJECT-TYPE
-- FROM IPV6-TCP-MIB
SYNTAX INTEGER (0..65535)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The local port number for this TCP connection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) ipv6TcpConnTable(16)
ipv6TcpConnEntry(1) 2 }

.1.3.6.1.2.1.6.16.1.3
ipv6TcpConnRemAddress OBJECT-TYPE
-- FROM IPV6-TCP-MIB
-- TEXTUAL CONVENTION Ipv6Address
SYNTAX OCTET STRING (16)
DISPLAY-HINT "2x:"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The remote IPv6 address for this TCP connection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) ipv6TcpConnTable(16)
ipv6TcpConnEntry(1) 3 }

.1.3.6.1.2.1.6.16.1.4
ipv6TcpConnRemPort OBJECT-TYPE
-- FROM IPV6-TCP-MIB
SYNTAX INTEGER (0..65535)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The remote port number for this TCP connection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) ipv6TcpConnTable(16)
ipv6TcpConnEntry(1) 4 }

.1.3.6.1.2.1.6.16.1.5
ipv6TcpConnIfIndex OBJECT-TYPE
-- FROM IPV6-TCP-MIB
-- TEXTUAL CONVENTION Ipv6IfIndexOrZero
SYNTAX Integer32 (0..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "An index object used to disambiguate conceptual rows in
the table, since the connection 4-tuple may not be unique.

If the connection's remote address (ipv6TcpConnRemAddress)


is a link-local address and the connection's local address
(ipv6TcpConnLocalAddress) is not a link-local address, this
object identifies a local interface on the same link as
the connection's remote link-local address.

Otherwise, this object identifies the local interface that


is associated with the ipv6TcpConnLocalAddress for this
TCP connection. If such a local interface cannot be determined,
this object should take on the value 0. (A possible example
of this would be if the value of ipv6TcpConnLocalAddress is ::0.)

The interface identified by a particular non-0 value of this


index is the same interface as identified by the same value
of ipv6IfIndex.

The value of this object must remain constant during the life
of the TCP connection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) ipv6TcpConnTable(16)
ipv6TcpConnEntry(1) 5 }

.1.3.6.1.2.1.6.16.1.6
ipv6TcpConnState OBJECT-TYPE
-- FROM IPV6-TCP-MIB
SYNTAX INTEGER {closed(1), listen(2), synSent(3), synReceived(4),
established(5), finWait1(6), finWait2(7), closeWait(8), lastAck(9), closing(10),
timeWait(11), deleteTCB(12)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The state of this TCP connection.

The only value which may be set by a management station is


deleteTCB(12). Accordingly, it is appropriate for an agent
to return an error response (`badValue' for SNMPv1, 'wrongValue'
for SNMPv2) if a management station attempts to set this
object to any other value.

If a management station sets this object to the value


deleteTCB(12), then this has the effect of deleting the TCB
(as defined in RFC 793) of the corresponding connection on
the managed node, resulting in immediate termination of the
connection.

As an implementation-specific option, a RST segment may be


sent from the managed node to the other TCP endpoint (note
however that RST segments are not sent reliably)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) ipv6TcpConnTable(16)
ipv6TcpConnEntry(1) 6 }

.1.3.6.1.2.1.6.17
tcpHCInSegs OBJECT-TYPE
-- FROM TCP-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total number of segments received, including those
received in error. This count includes segments received
on currently established connections. This object is
the 64-bit equivalent of tcpInSegs.

Discontinuities in the value of this counter are


indicated via discontinuities in the value of sysUpTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) 17 }

.1.3.6.1.2.1.6.18
tcpHCOutSegs OBJECT-TYPE
-- FROM TCP-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total number of segments sent, including those on
current connections but excluding those containing only
retransmitted octets. This object is the 64-bit
equivalent of tcpOutSegs.

Discontinuities in the value of this counter are


indicated via discontinuities in the value of sysUpTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) 18 }

.1.3.6.1.2.1.6.19
tcpConnectionTable OBJECT-TYPE
-- FROM TCP-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table containing information about existing TCP
connections. Note that unlike earlier TCP MIBs, there
is a separate table for connections in the LISTEN state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) 19 }

.1.3.6.1.2.1.6.19.1
tcpConnectionEntry OBJECT-TYPE
-- FROM TCP-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { tcpConnectionLocalAddressType, tcpConnectionLocalAddress,
tcpConnectionLocalPort, tcpConnectionRemAddressType, tcpConnectionRemAddress,
tcpConnectionRemPort }
DESCRIPTION "A conceptual row of the tcpConnectionTable containing
information about a particular current TCP connection.
Each row of this table is transient in that it ceases to
exist when (or soon after) the connection makes the
transition to the CLOSED state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6)
tcpConnectionTable(19) 1 }

.1.3.6.1.2.1.6.19.1.1
tcpConnectionLocalAddressType OBJECT-TYPE
-- FROM TCP-MIB
-- TEXTUAL CONVENTION InetAddressType
SYNTAX INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The address type of tcpConnectionLocalAddress."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6)
tcpConnectionTable(19) tcpConnectionEntry(1) 1 }

.1.3.6.1.2.1.6.19.1.2
tcpConnectionLocalAddress OBJECT-TYPE
-- FROM TCP-MIB
-- TEXTUAL CONVENTION InetAddress
SYNTAX OCTET STRING (0..255)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The local IP address for this TCP connection. The type
of this address is determined by the value of
tcpConnectionLocalAddressType.

As this object is used in the index for the


tcpConnectionTable, implementors should be
careful not to create entries that would result in OIDs
with more than 128 subidentifiers; otherwise the information
cannot be accessed by using SNMPv1, SNMPv2c, or SNMPv3."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6)
tcpConnectionTable(19) tcpConnectionEntry(1) 2 }

.1.3.6.1.2.1.6.19.1.3
tcpConnectionLocalPort OBJECT-TYPE
-- FROM TCP-MIB
-- TEXTUAL CONVENTION InetPortNumber
SYNTAX Unsigned32 (0..65535)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The local port number for this TCP connection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6)
tcpConnectionTable(19) tcpConnectionEntry(1) 3 }

.1.3.6.1.2.1.6.19.1.4
tcpConnectionRemAddressType OBJECT-TYPE
-- FROM TCP-MIB
-- TEXTUAL CONVENTION InetAddressType
SYNTAX INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The address type of tcpConnectionRemAddress."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6)
tcpConnectionTable(19) tcpConnectionEntry(1) 4 }

.1.3.6.1.2.1.6.19.1.5
tcpConnectionRemAddress OBJECT-TYPE
-- FROM TCP-MIB
-- TEXTUAL CONVENTION InetAddress
SYNTAX OCTET STRING (0..255)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The remote IP address for this TCP connection. The type
of this address is determined by the value of
tcpConnectionRemAddressType.

As this object is used in the index for the


tcpConnectionTable, implementors should be
careful not to create entries that would result in OIDs
with more than 128 subidentifiers; otherwise the information
cannot be accessed by using SNMPv1, SNMPv2c, or SNMPv3."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6)
tcpConnectionTable(19) tcpConnectionEntry(1) 5 }
.1.3.6.1.2.1.6.19.1.6
tcpConnectionRemPort OBJECT-TYPE
-- FROM TCP-MIB
-- TEXTUAL CONVENTION InetPortNumber
SYNTAX Unsigned32 (0..65535)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The remote port number for this TCP connection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6)
tcpConnectionTable(19) tcpConnectionEntry(1) 6 }

.1.3.6.1.2.1.6.19.1.7
tcpConnectionState OBJECT-TYPE
-- FROM TCP-MIB
SYNTAX INTEGER {closed(1), listen(2), synSent(3), synReceived(4),
established(5), finWait1(6), finWait2(7), closeWait(8), lastAck(9), closing(10),
timeWait(11), deleteTCB(12)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The state of this TCP connection.

The value listen(2) is included only for parallelism to the


old tcpConnTable and should not be used. A connection in
LISTEN state should be present in the tcpListenerTable.

The only value that may be set by a management station is


deleteTCB(12). Accordingly, it is appropriate for an agent
to return a `badValue' response if a management station
attempts to set this object to any other value.

If a management station sets this object to the value


deleteTCB(12), then the TCB (as defined in [RFC793]) of
the corresponding connection on the managed node is
deleted, resulting in immediate termination of the
connection.

As an implementation-specific option, a RST segment may be


sent from the managed node to the other TCP endpoint (note,
however, that RST segments are not sent reliably)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6)
tcpConnectionTable(19) tcpConnectionEntry(1) 7 }

.1.3.6.1.2.1.6.19.1.8
tcpConnectionProcess OBJECT-TYPE
-- FROM TCP-MIB
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The system's process ID for the process associated with
this connection, or zero if there is no such process. This
value is expected to be the same as HOST-RESOURCES-MIB::
hrSWRunIndex or SYSAPPL-MIB::sysApplElmtRunIndex for some
row in the appropriate tables."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6)
tcpConnectionTable(19) tcpConnectionEntry(1) 8 }

.1.3.6.1.2.1.6.20
tcpListenerTable OBJECT-TYPE
-- FROM TCP-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table containing information about TCP listeners. A
listening application can be represented in three
possible ways:

1. An application that is willing to accept both IPv4 and


IPv6 datagrams is represented by
a tcpListenerLocalAddressType of unknown (0) and
a tcpListenerLocalAddress of ''h (a zero-length
octet-string).

2. An application that is willing to accept only IPv4 or


IPv6 datagrams is represented by a
tcpListenerLocalAddressType of the appropriate address
type and a tcpListenerLocalAddress of '0.0.0.0' or '::'
respectively.

3. An application that is listening for data destined


only to a specific IP address, but from any remote
system, is represented by a tcpListenerLocalAddressType
of an appropriate address type, with
tcpListenerLocalAddress as the specific local address.

NOTE: The address type in this table represents the


address type used for the communication, irrespective
of the higher-layer abstraction. For example, an
application using IPv6 'sockets' to communicate via
IPv4 between ::ffff:10.0.0.1 and ::ffff:10.0.0.2 would
use InetAddressType ipv4(1))."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) 20 }

.1.3.6.1.2.1.6.20.1
tcpListenerEntry OBJECT-TYPE
-- FROM TCP-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { tcpListenerLocalAddressType, tcpListenerLocalAddress,
tcpListenerLocalPort }
DESCRIPTION "A conceptual row of the tcpListenerTable containing
information about a particular TCP listener."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) tcpListenerTable(20)
1 }

.1.3.6.1.2.1.6.20.1.1
tcpListenerLocalAddressType OBJECT-TYPE
-- FROM TCP-MIB
-- TEXTUAL CONVENTION InetAddressType
SYNTAX INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The address type of tcpListenerLocalAddress. The value
should be unknown (0) if connection initiations to all
local IP addresses are accepted."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) tcpListenerTable(20)
tcpListenerEntry(1) 1 }
.1.3.6.1.2.1.6.20.1.2
tcpListenerLocalAddress OBJECT-TYPE
-- FROM TCP-MIB
-- TEXTUAL CONVENTION InetAddress
SYNTAX OCTET STRING (0..255)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The local IP address for this TCP connection.

The value of this object can be represented in three


possible ways, depending on the characteristics of the
listening application:

1. For an application willing to accept both IPv4 and


IPv6 datagrams, the value of this object must be
''h (a zero-length octet-string), with the value
of the corresponding tcpListenerLocalAddressType
object being unknown (0).

2. For an application willing to accept only IPv4 or


IPv6 datagrams, the value of this object must be
'0.0.0.0' or '::' respectively, with
tcpListenerLocalAddressType representing the
appropriate address type.

3. For an application which is listening for data


destined only to a specific IP address, the value
of this object is the specific local address, with
tcpListenerLocalAddressType representing the
appropriate address type.

As this object is used in the index for the


tcpListenerTable, implementors should be
careful not to create entries that would result in OIDs
with more than 128 subidentifiers; otherwise the information
cannot be accessed, using SNMPv1, SNMPv2c, or SNMPv3."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) tcpListenerTable(20)
tcpListenerEntry(1) 2 }

.1.3.6.1.2.1.6.20.1.3
tcpListenerLocalPort OBJECT-TYPE
-- FROM TCP-MIB
-- TEXTUAL CONVENTION InetPortNumber
SYNTAX Unsigned32 (0..65535)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The local port number for this TCP connection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) tcpListenerTable(20)
tcpListenerEntry(1) 3 }

.1.3.6.1.2.1.6.20.1.4
tcpListenerProcess OBJECT-TYPE
-- FROM TCP-MIB
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The system's process ID for the process associated with
this listener, or zero if there is no such process. This
value is expected to be the same as HOST-RESOURCES-MIB::
hrSWRunIndex or SYSAPPL-MIB::sysApplElmtRunIndex for some
row in the appropriate tables."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) tcp(6) tcpListenerTable(20)
tcpListenerEntry(1) 4 }

.1.3.6.1.2.1.7
udp OBJECT-TYPE
-- FROM RFC1213-MIB, RFC1158-MIB, UDP-MIB, IPV6-UDP-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 7 }

.1.3.6.1.2.1.7.1
udpInDatagrams OBJECT-TYPE
-- FROM RFC1213-MIB, UDP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The total number of UDP datagrams delivered to
UDP users."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) 1 }

.1.3.6.1.2.1.7.2
udpNoPorts OBJECT-TYPE
-- FROM RFC1213-MIB, UDP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The total number of received UDP datagrams for
which there was no application at the destination
port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) 2 }

.1.3.6.1.2.1.7.3
udpInErrors OBJECT-TYPE
-- FROM RFC1213-MIB, UDP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of received UDP datagrams that could
not be delivered for reasons other than the lack
of an application at the destination port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) 3 }

.1.3.6.1.2.1.7.4
udpOutDatagrams OBJECT-TYPE
-- FROM RFC1213-MIB, UDP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The total number of UDP datagrams sent from this
entity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) 4 }

.1.3.6.1.2.1.7.5
udpTable OBJECT-TYPE
-- FROM RFC1213-MIB, UDP-MIB
MAX-ACCESS not-accessible
STATUS mandatory
DESCRIPTION "A table containing UDP listener information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) 5 }

.1.3.6.1.2.1.7.5.1
udpEntry OBJECT-TYPE
-- FROM RFC1213-MIB, UDP-MIB
MAX-ACCESS not-accessible
STATUS mandatory
INDEX { udpLocalAddress, udpLocalPort }
DESCRIPTION "Information about a particular current UDP
listener."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) udpTable(5) 1 }

.1.3.6.1.2.1.7.5.1.1
udpLocalAddress OBJECT-TYPE
-- FROM RFC1213-MIB, UDP-MIB
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The local IP address for this UDP listener. In
the case of a UDP listener which is willing to
accept datagrams for any IP interface associated
with the node, the value 0.0.0.0 is used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) udpTable(5)
udpEntry(1) 1 }

.1.3.6.1.2.1.7.5.1.2
udpLocalPort OBJECT-TYPE
-- FROM RFC1213-MIB, UDP-MIB
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The local port number for this UDP listener."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) udpTable(5)
udpEntry(1) 2 }

.1.3.6.1.2.1.7.6
ipv6UdpTable OBJECT-TYPE
-- FROM IPV6-UDP-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table containing UDP listener information for
UDP/IPv6 endpoints."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) 6 }

.1.3.6.1.2.1.7.6.1
ipv6UdpEntry OBJECT-TYPE
-- FROM IPV6-UDP-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ipv6UdpLocalAddress, ipv6UdpLocalPort, ipv6UdpIfIndex }
DESCRIPTION "Information about a particular current UDP listener.

Note that conceptual rows in this table require an


additional index object compared to udpTable, since
IPv6 addresses are not guaranteed to be unique on the
managed node."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) ipv6UdpTable(6) 1 }

.1.3.6.1.2.1.7.6.1.1
ipv6UdpLocalAddress OBJECT-TYPE
-- FROM IPV6-UDP-MIB
-- TEXTUAL CONVENTION Ipv6Address
SYNTAX OCTET STRING (16)
DISPLAY-HINT "2x:"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The local IPv6 address for this UDP listener.
In the case of a UDP listener which is willing
to accept datagrams for any IPv6 address
associated with the managed node, the value ::0
is used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) ipv6UdpTable(6)
ipv6UdpEntry(1) 1 }

.1.3.6.1.2.1.7.6.1.2
ipv6UdpLocalPort OBJECT-TYPE
-- FROM IPV6-UDP-MIB
SYNTAX INTEGER (0..65535)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The local port number for this UDP listener."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) ipv6UdpTable(6)
ipv6UdpEntry(1) 2 }

.1.3.6.1.2.1.7.6.1.3
ipv6UdpIfIndex OBJECT-TYPE
-- FROM IPV6-UDP-MIB
-- TEXTUAL CONVENTION Ipv6IfIndexOrZero
SYNTAX Integer32 (0..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "An index object used to disambiguate conceptual rows in
the table, since the ipv6UdpLocalAddress/ipv6UdpLocalPort
pair may not be unique.

This object identifies the local interface that is


associated with ipv6UdpLocalAddress for this UDP listener.
If such a local interface cannot be determined, this object
should take on the value 0. (A possible example of this
would be if the value of ipv6UdpLocalAddress is ::0.)

The interface identified by a particular non-0 value of


this index is the same interface as identified by the same
value of ipv6IfIndex.

The value of this object must remain constant during


the life of this UDP endpoint."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) ipv6UdpTable(6)
ipv6UdpEntry(1) 3 }

.1.3.6.1.2.1.7.7
udpEndpointTable OBJECT-TYPE
-- FROM UDP-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table containing information about this entity's UDP
endpoints on which a local application is currently
accepting or sending datagrams.
The address type in this table represents the address
type used for the communication, irrespective of the
higher-layer abstraction. For example, an application
using IPv6 'sockets' to communicate via IPv4 between
::ffff:10.0.0.1 and ::ffff:10.0.0.2 would use
InetAddressType ipv4(1).

Unlike the udpTable in RFC 2013, this table also allows


the representation of an application that completely
specifies both local and remote addresses and ports. A
listening application is represented in three possible
ways:

1) An application that is willing to accept both IPv4


and IPv6 datagrams is represented by a
udpEndpointLocalAddressType of unknown(0) and a
udpEndpointLocalAddress of ''h (a zero-length
octet-string).

2) An application that is willing to accept only IPv4


or only IPv6 datagrams is represented by a
udpEndpointLocalAddressType of the appropriate
address type and a udpEndpointLocalAddress of
'0.0.0.0' or '::' respectively.

3) An application that is listening for datagrams only


for a specific IP address but from any remote
system is represented by a
udpEndpointLocalAddressType of the appropriate
address type, with udpEndpointLocalAddress
specifying the local address.

In all cases where the remote is a wildcard, the


udpEndpointRemoteAddressType is unknown(0), the
udpEndpointRemoteAddress is ''h (a zero-length
octet-string), and the udpEndpointRemotePort is 0.

If the operating system is demultiplexing UDP packets


by remote address and port, or if the application has
'connected' the socket specifying a default remote
address and port, the udpEndpointRemote* values should
be used to reflect this."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) 7 }

.1.3.6.1.2.1.7.7.1
udpEndpointEntry OBJECT-TYPE
-- FROM UDP-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { udpEndpointLocalAddressType, udpEndpointLocalAddress,
udpEndpointLocalPort, udpEndpointRemoteAddressType, udpEndpointRemoteAddress,
udpEndpointRemotePort, udpEndpointInstance }
DESCRIPTION "Information about a particular current UDP endpoint.

Implementers need to be aware that if the total number


of elements (octets or sub-identifiers) in
udpEndpointLocalAddress and udpEndpointRemoteAddress
exceeds 111, then OIDs of column instances in this table
will have more than 128 sub-identifiers and cannot be
accessed using SNMPv1, SNMPv2c, or SNMPv3."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) udpEndpointTable(7)
1 }

.1.3.6.1.2.1.7.7.1.1
udpEndpointLocalAddressType OBJECT-TYPE
-- FROM UDP-MIB
-- TEXTUAL CONVENTION InetAddressType
SYNTAX INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The address type of udpEndpointLocalAddress. Only
IPv4, IPv4z, IPv6, and IPv6z addresses are expected, or
unknown(0) if datagrams for all local IP addresses are
accepted."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) udpEndpointTable(7)
udpEndpointEntry(1) 1 }

.1.3.6.1.2.1.7.7.1.2
udpEndpointLocalAddress OBJECT-TYPE
-- FROM UDP-MIB
-- TEXTUAL CONVENTION InetAddress
SYNTAX OCTET STRING (0..255)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The local IP address for this UDP endpoint.

The value of this object can be represented in three


possible ways, depending on the characteristics of the
listening application:

1. For an application that is willing to accept both


IPv4 and IPv6 datagrams, the value of this object
must be ''h (a zero-length octet-string), with
the value of the corresponding instance of the
udpEndpointLocalAddressType object being unknown(0).

2. For an application that is willing to accept only IPv4


or only IPv6 datagrams, the value of this object
must be '0.0.0.0' or '::', respectively, while the
corresponding instance of the
udpEndpointLocalAddressType object represents the
appropriate address type.

3. For an application that is listening for data


destined only to a specific IP address, the value
of this object is the specific IP address for which
this node is receiving packets, with the
corresponding instance of the
udpEndpointLocalAddressType object representing the
appropriate address type.

As this object is used in the index for the


udpEndpointTable, implementors of this table should be
careful not to create entries that would result in OIDs
with more than 128 subidentifiers; else the information
cannot be accessed using SNMPv1, SNMPv2c, or SNMPv3."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) udpEndpointTable(7)
udpEndpointEntry(1) 2 }

.1.3.6.1.2.1.7.7.1.3
udpEndpointLocalPort OBJECT-TYPE
-- FROM UDP-MIB
-- TEXTUAL CONVENTION InetPortNumber
SYNTAX Unsigned32 (0..65535)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The local port number for this UDP endpoint."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) udpEndpointTable(7)
udpEndpointEntry(1) 3 }

.1.3.6.1.2.1.7.7.1.4
udpEndpointRemoteAddressType OBJECT-TYPE
-- FROM UDP-MIB
-- TEXTUAL CONVENTION InetAddressType
SYNTAX INTEGER {unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The address type of udpEndpointRemoteAddress. Only
IPv4, IPv4z, IPv6, and IPv6z addresses are expected, or
unknown(0) if datagrams for all remote IP addresses are
accepted. Also, note that some combinations of
udpEndpointLocalAdressType and
udpEndpointRemoteAddressType are not supported. In
particular, if the value of this object is not
unknown(0), it is expected to always refer to the
same IP version as udpEndpointLocalAddressType."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) udpEndpointTable(7)
udpEndpointEntry(1) 4 }

.1.3.6.1.2.1.7.7.1.5
udpEndpointRemoteAddress OBJECT-TYPE
-- FROM UDP-MIB
-- TEXTUAL CONVENTION InetAddress
SYNTAX OCTET STRING (0..255)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The remote IP address for this UDP endpoint. If
datagrams from any remote system are to be accepted,
this value is ''h (a zero-length octet-string).
Otherwise, it has the type described by
udpEndpointRemoteAddressType and is the address of the
remote system from which datagrams are to be accepted
(or to which all datagrams will be sent).

As this object is used in the index for the


udpEndpointTable, implementors of this table should be
careful not to create entries that would result in OIDs
with more than 128 subidentifiers; else the information
cannot be accessed using SNMPv1, SNMPv2c, or SNMPv3."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) udpEndpointTable(7)
udpEndpointEntry(1) 5 }

.1.3.6.1.2.1.7.7.1.6
udpEndpointRemotePort OBJECT-TYPE
-- FROM UDP-MIB
-- TEXTUAL CONVENTION InetPortNumber
SYNTAX Unsigned32 (0..65535)
DISPLAY-HINT "d"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The remote port number for this UDP endpoint. If
datagrams from any remote system are to be accepted,
this value is zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) udpEndpointTable(7)
udpEndpointEntry(1) 6 }

.1.3.6.1.2.1.7.7.1.7
udpEndpointInstance OBJECT-TYPE
-- FROM UDP-MIB
SYNTAX Unsigned32 (1..-1)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The instance of this tuple. This object is used to
distinguish among multiple processes 'connected' to
the same UDP endpoint. For example, on a system
implementing the BSD sockets interface, this would be
used to support the SO_REUSEADDR and SO_REUSEPORT
socket options."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) udpEndpointTable(7)
udpEndpointEntry(1) 7 }

.1.3.6.1.2.1.7.7.1.8
udpEndpointProcess OBJECT-TYPE
-- FROM UDP-MIB
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The system's process ID for the process associated with
this endpoint, or zero if there is no such process.
This value is expected to be the same as
HOST-RESOURCES-MIB::hrSWRunIndex or SYSAPPL-MIB::
sysApplElmtRunIndex for some row in the appropriate
tables."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) udpEndpointTable(7)
udpEndpointEntry(1) 8 }

.1.3.6.1.2.1.7.8
udpHCInDatagrams OBJECT-TYPE
-- FROM UDP-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total number of UDP datagrams delivered to UDP
users, for devices that can receive more than 1
million UDP datagrams per second.

Discontinuities in the value of this counter can occur


at re-initialization of the management system, and at
other times as indicated by discontinuities in the
value of sysUpTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) 8 }

.1.3.6.1.2.1.7.9
udpHCOutDatagrams OBJECT-TYPE
-- FROM UDP-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total number of UDP datagrams sent from this
entity, for devices that can transmit more than 1
million UDP datagrams per second.

Discontinuities in the value of this counter can occur


at re-initialization of the management system, and at
other times as indicated by discontinuities in the
value of sysUpTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) 9 }

.1.3.6.1.2.1.8
egp OBJECT-TYPE
-- FROM RFC1158-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 8 }

.1.3.6.1.2.1.10
transmission OBJECT-TYPE
-- FROM SNMPv2-SMI, RFC1213-MIB, RFC1158-MIB, RFC1382-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) 10 }

.1.3.6.1.2.1.10.5
x25 OBJECT-TYPE
-- FROM RFC1382-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) 5 }

.1.3.6.1.2.1.10.5.1
x25AdmnTable OBJECT-TYPE
-- FROM RFC1382-MIB
MAX-ACCESS not-accessible
STATUS mandatory
DESCRIPTION "This table contains the administratively
set configuration parameters for an X.25
Packet Level Entity (PLE).

Most of the objects in this table have


corresponding objects in the x25OperTable.
This table contains the values as last set
by the administrator. The x25OperTable
contains the values actually in use by an
X.25 PLE.

Changing an administrative value may or may


not change a current operating value. The
operating value may not change until the
interface is restarted. Some
implementations may change the values
immediately upon changing the administrative
table. All implementations are required to
load the values from the administrative
table when initializing a PLE."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) 1 }

.1.3.6.1.2.1.10.5.1.1
x25AdmnEntry OBJECT-TYPE
-- FROM RFC1382-MIB
MAX-ACCESS not-accessible
STATUS mandatory
INDEX { x25AdmnIndex }
DESCRIPTION "Entries of x25AdmnTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25AdmnTable(1) 1 }

.1.3.6.1.2.1.10.5.1.1.1
x25AdmnIndex OBJECT-TYPE
-- FROM RFC1382-MIB
-- TEXTUAL CONVENTION IfIndexType
SYNTAX INTEGER (1..2147483647)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The ifIndex value for the X.25 Interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25AdmnTable(1) x25AdmnEntry(1) 1 }

.1.3.6.1.2.1.10.5.1.1.2
x25AdmnInterfaceMode OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX INTEGER {dte(1), dce(2)}
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "Identifies DCE/DTE mode in which the
interface operates. A value of dxe
indicates the mode will be determined by XID
negotiation."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25AdmnTable(1) x25AdmnEntry(1) 2 }

.1.3.6.1.2.1.10.5.1.1.3
x25AdmnMaxActiveCircuits OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX INTEGER (0..4096)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The maximum number of circuits this PLE can
support; including PVCs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25AdmnTable(1) x25AdmnEntry(1) 3 }

.1.3.6.1.2.1.10.5.1.1.4
x25AdmnPacketSequencing OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX INTEGER {modulo8(1), modulo128(2)}
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "The modulus of the packet sequence number
space."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25AdmnTable(1) x25AdmnEntry(1) 4 }

.1.3.6.1.2.1.10.5.1.1.5
x25AdmnRestartTimer OBJECT-TYPE
-- FROM RFC1382-MIB
-- TEXTUAL CONVENTION PositiveInteger
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "The T20 restart timer in milliseconds."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25AdmnTable(1) x25AdmnEntry(1) 5 }

.1.3.6.1.2.1.10.5.1.1.6
x25AdmnCallTimer OBJECT-TYPE
-- FROM RFC1382-MIB
-- TEXTUAL CONVENTION PositiveInteger
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "The T21 Call timer in milliseconds."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25AdmnTable(1) x25AdmnEntry(1) 6 }

.1.3.6.1.2.1.10.5.1.1.7
x25AdmnResetTimer OBJECT-TYPE
-- FROM RFC1382-MIB
-- TEXTUAL CONVENTION PositiveInteger
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "The T22 Reset timer in milliseconds."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25AdmnTable(1) x25AdmnEntry(1) 7 }

.1.3.6.1.2.1.10.5.1.1.8
x25AdmnClearTimer OBJECT-TYPE
-- FROM RFC1382-MIB
-- TEXTUAL CONVENTION PositiveInteger
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "The T23 Clear timer in milliseconds."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25AdmnTable(1) x25AdmnEntry(1) 8 }

.1.3.6.1.2.1.10.5.1.1.9
x25AdmnWindowTimer OBJECT-TYPE
-- FROM RFC1382-MIB
-- TEXTUAL CONVENTION PositiveInteger
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The T24 window status transmission timer in
milliseconds. A value of 2147483647
indicates no window timer in use."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25AdmnTable(1) x25AdmnEntry(1) 9 }

.1.3.6.1.2.1.10.5.1.1.10
x25AdmnDataRxmtTimer OBJECT-TYPE
-- FROM RFC1382-MIB
-- TEXTUAL CONVENTION PositiveInteger
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The T25 data retransmission timer in
milliseconds. A value of 2147483647
indicates no data retransmission timer in
use."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25AdmnTable(1) x25AdmnEntry(1) 10 }

.1.3.6.1.2.1.10.5.1.1.11
x25AdmnInterruptTimer OBJECT-TYPE
-- FROM RFC1382-MIB
-- TEXTUAL CONVENTION PositiveInteger
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The T26 interrupt timer in milliseconds. A
value of 2147483647 indicates no interrupt
timer in use."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25AdmnTable(1) x25AdmnEntry(1) 11 }

.1.3.6.1.2.1.10.5.1.1.12
x25AdmnRejectTimer OBJECT-TYPE
-- FROM RFC1382-MIB
-- TEXTUAL CONVENTION PositiveInteger
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The T27 Reject retransmission timer in
milliseconds. A value of 2147483647
indicates no reject timer in use."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25AdmnTable(1) x25AdmnEntry(1) 12 }

.1.3.6.1.2.1.10.5.1.1.13
x25AdmnRegistrationRequestTimer OBJECT-TYPE
-- FROM RFC1382-MIB
-- TEXTUAL CONVENTION PositiveInteger
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The T28 registration timer in milliseconds.
A value of 2147483647 indicates no
registration timer in use."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25AdmnTable(1) x25AdmnEntry(1) 13 }

.1.3.6.1.2.1.10.5.1.1.14
x25AdmnMinimumRecallTimer OBJECT-TYPE
-- FROM RFC1382-MIB
-- TEXTUAL CONVENTION PositiveInteger
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "Minimum time interval between unsuccessful
call attempts in milliseconds."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25AdmnTable(1) x25AdmnEntry(1) 14 }

.1.3.6.1.2.1.10.5.1.1.15
x25AdmnRestartCount OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The R20 restart retransmission count."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25AdmnTable(1) x25AdmnEntry(1) 15 }

.1.3.6.1.2.1.10.5.1.1.16
x25AdmnResetCount OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The r22 Reset retransmission count."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25AdmnTable(1) x25AdmnEntry(1) 16 }

.1.3.6.1.2.1.10.5.1.1.17
x25AdmnClearCount OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The r23 Clear retransmission count."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25AdmnTable(1) x25AdmnEntry(1) 17 }

.1.3.6.1.2.1.10.5.1.1.18
x25AdmnDataRxmtCount OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The R25 Data retransmission count. This
value is irrelevant if the
x25AdmnDataRxmtTimer indicates no timer in
use."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25AdmnTable(1) x25AdmnEntry(1) 18 }

.1.3.6.1.2.1.10.5.1.1.19
x25AdmnRejectCount OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The R27 reject retransmission count. This
value is irrelevant if the
x25AdmnRejectTimer indicates no timer in
use."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25AdmnTable(1) x25AdmnEntry(1) 19 }

.1.3.6.1.2.1.10.5.1.1.20
x25AdmnRegistrationRequestCount OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The R28 Registration retransmission Count.
This value is irrelevant if the
x25AdmnRegistrationRequestTimer indicates no
timer in use."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25AdmnTable(1) x25AdmnEntry(1) 20 }

.1.3.6.1.2.1.10.5.1.1.21
x25AdmnNumberPVCs OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX INTEGER (0..4096)
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "The number of PVC configured for this PLE.
The PVCs use channel numbers from 1 to this
number."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25AdmnTable(1) x25AdmnEntry(1) 21 }

.1.3.6.1.2.1.10.5.1.1.22
x25AdmnDefCallParamId OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX OBJECT IDENTIFIER
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "This identifies the instance of the
x25CallParmIndex for the entry in the
x25CallParmTable which contains the default
call parameters for this PLE."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25AdmnTable(1) x25AdmnEntry(1) 22 }

.1.3.6.1.2.1.10.5.1.1.23
x25AdmnLocalAddress OBJECT-TYPE
-- FROM RFC1382-MIB
-- TEXTUAL CONVENTION X121Address
SYNTAX OCTET STRING (0..17)
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "The local address for this PLE subnetwork.
A zero length address maybe returned by PLEs
that only support PVCs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25AdmnTable(1) x25AdmnEntry(1) 23 }

.1.3.6.1.2.1.10.5.1.1.24
x25AdmnProtocolVersionSupported OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX OBJECT IDENTIFIER
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "Identifies the version of the X.25 protocol
this interface should support. Object
identifiers for common versions are defined
below in the x25ProtocolVersion subtree."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25AdmnTable(1) x25AdmnEntry(1) 24 }
.1.3.6.1.2.1.10.5.2
x25OperTable OBJECT-TYPE
-- FROM RFC1382-MIB
MAX-ACCESS not-accessible
STATUS mandatory
DESCRIPTION "The operation parameters in use by the X.25
PLE."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) 2 }

.1.3.6.1.2.1.10.5.2.1
x25OperEntry OBJECT-TYPE
-- FROM RFC1382-MIB
MAX-ACCESS not-accessible
STATUS mandatory
INDEX { x25OperIndex }
DESCRIPTION "Entries of x25OperTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25OperTable(2) 1 }

.1.3.6.1.2.1.10.5.2.1.1
x25OperIndex OBJECT-TYPE
-- FROM RFC1382-MIB
-- TEXTUAL CONVENTION IfIndexType
SYNTAX INTEGER (1..2147483647)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The ifIndex value for the X.25 interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25OperTable(2) x25OperEntry(1) 1 }

.1.3.6.1.2.1.10.5.2.1.2
x25OperInterfaceMode OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX INTEGER {dte(1), dce(2)}
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "Identifies DCE/DTE mode in which the
interface operates. A value of dxe
indicates the role will be determined by XID
negotiation at the Link Layer and that
negotiation has not yet taken place."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25OperTable(2) x25OperEntry(1) 2 }

.1.3.6.1.2.1.10.5.2.1.3
x25OperMaxActiveCircuits OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX INTEGER (0..4096)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "Maximum number of circuits this PLE can
support."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25OperTable(2) x25OperEntry(1) 3 }

.1.3.6.1.2.1.10.5.2.1.4
x25OperPacketSequencing OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX INTEGER {modulo8(1), modulo128(2)}
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The modulus of the packet sequence number
space."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25OperTable(2) x25OperEntry(1) 4 }

.1.3.6.1.2.1.10.5.2.1.5
x25OperRestartTimer OBJECT-TYPE
-- FROM RFC1382-MIB
-- TEXTUAL CONVENTION PositiveInteger
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The T20 restart timer in milliseconds."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25OperTable(2) x25OperEntry(1) 5 }

.1.3.6.1.2.1.10.5.2.1.6
x25OperCallTimer OBJECT-TYPE
-- FROM RFC1382-MIB
-- TEXTUAL CONVENTION PositiveInteger
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The T21 Call timer in milliseconds."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25OperTable(2) x25OperEntry(1) 6 }

.1.3.6.1.2.1.10.5.2.1.7
x25OperResetTimer OBJECT-TYPE
-- FROM RFC1382-MIB
-- TEXTUAL CONVENTION PositiveInteger
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The T22 Reset timer in milliseconds."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25OperTable(2) x25OperEntry(1) 7 }

.1.3.6.1.2.1.10.5.2.1.8
x25OperClearTimer OBJECT-TYPE
-- FROM RFC1382-MIB
-- TEXTUAL CONVENTION PositiveInteger
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The T23 Clear timer in milliseconds."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25OperTable(2) x25OperEntry(1) 8 }

.1.3.6.1.2.1.10.5.2.1.9
x25OperWindowTimer OBJECT-TYPE
-- FROM RFC1382-MIB
-- TEXTUAL CONVENTION PositiveInteger
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The T24 window status transmission timer
milliseconds. A value of 2147483647
indicates no window timer in use."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25OperTable(2) x25OperEntry(1) 9 }

.1.3.6.1.2.1.10.5.2.1.10
x25OperDataRxmtTimer OBJECT-TYPE
-- FROM RFC1382-MIB
-- TEXTUAL CONVENTION PositiveInteger
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The T25 Data Retransmission timer in
milliseconds. A value of 2147483647
indicates no data retransmission timer in
use."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25OperTable(2) x25OperEntry(1) 10 }

.1.3.6.1.2.1.10.5.2.1.11
x25OperInterruptTimer OBJECT-TYPE
-- FROM RFC1382-MIB
-- TEXTUAL CONVENTION PositiveInteger
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The T26 Interrupt timer in milliseconds. A
value of 2147483647 indicates interrupts are
not being used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25OperTable(2) x25OperEntry(1) 11 }

.1.3.6.1.2.1.10.5.2.1.12
x25OperRejectTimer OBJECT-TYPE
-- FROM RFC1382-MIB
-- TEXTUAL CONVENTION PositiveInteger
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The T27 Reject retransmission timer in
milliseconds. A value of 2147483647
indicates no reject timer in use."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25OperTable(2) x25OperEntry(1) 12 }

.1.3.6.1.2.1.10.5.2.1.13
x25OperRegistrationRequestTimer OBJECT-TYPE
-- FROM RFC1382-MIB
-- TEXTUAL CONVENTION PositiveInteger
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The T28 registration timer in milliseconds.
A value of 2147483647 indicates no
registration timer in use."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25OperTable(2) x25OperEntry(1) 13 }

.1.3.6.1.2.1.10.5.2.1.14
x25OperMinimumRecallTimer OBJECT-TYPE
-- FROM RFC1382-MIB
-- TEXTUAL CONVENTION PositiveInteger
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "Minimum time interval between unsuccessful
call attempts in milliseconds."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25OperTable(2) x25OperEntry(1) 14 }

.1.3.6.1.2.1.10.5.2.1.15
x25OperRestartCount OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The R20 restart retransmission count."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25OperTable(2) x25OperEntry(1) 15 }

.1.3.6.1.2.1.10.5.2.1.16
x25OperResetCount OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The r22 Reset retransmission count."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25OperTable(2) x25OperEntry(1) 16 }

.1.3.6.1.2.1.10.5.2.1.17
x25OperClearCount OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The r23 Clear retransmission count."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25OperTable(2) x25OperEntry(1) 17 }

.1.3.6.1.2.1.10.5.2.1.18
x25OperDataRxmtCount OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The R25 Data retransmission count. This
value is undefined if the
x25OperDataRxmtTimer indicates no timer in
use."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25OperTable(2) x25OperEntry(1) 18 }

.1.3.6.1.2.1.10.5.2.1.19
x25OperRejectCount OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The R27 reject retransmission count. This
value is undefined if the x25OperRejectTimer
indicates no timer in use."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25OperTable(2) x25OperEntry(1) 19 }

.1.3.6.1.2.1.10.5.2.1.20
x25OperRegistrationRequestCount OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The R28 Registration retransmission Count.
This value is undefined if the
x25OperREgistrationRequestTimer indicates no
timer in use."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25OperTable(2) x25OperEntry(1) 20 }

.1.3.6.1.2.1.10.5.2.1.21
x25OperNumberPVCs OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX INTEGER (0..4096)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of PVC configured for this PLE.
The PVCs use channel numbers from 1 to this
number."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25OperTable(2) x25OperEntry(1) 21 }

.1.3.6.1.2.1.10.5.2.1.22
x25OperDefCallParamId OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX OBJECT IDENTIFIER
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "This identifies the instance of the
x25CallParmIndex for the entry in the
x25CallParmTable that contains the default
call parameters for this PLE."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25OperTable(2) x25OperEntry(1) 22 }

.1.3.6.1.2.1.10.5.2.1.23
x25OperLocalAddress OBJECT-TYPE
-- FROM RFC1382-MIB
-- TEXTUAL CONVENTION X121Address
SYNTAX OCTET STRING (0..17)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The local address for this PLE subnetwork.
A zero length address maybe returned by PLEs
that only support PVCs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25OperTable(2) x25OperEntry(1) 23 }

.1.3.6.1.2.1.10.5.2.1.25
x25OperProtocolVersionSupported OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX OBJECT IDENTIFIER
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "Identifies the version of the X.25 protocol
this interface supports. Object identifiers
for common versions are defined below in the
x25ProtocolVersion subtree."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25OperTable(2) x25OperEntry(1) 25 }

.1.3.6.1.2.1.10.5.3
x25StatTable OBJECT-TYPE
-- FROM RFC1382-MIB
MAX-ACCESS not-accessible
STATUS mandatory
DESCRIPTION "Statistics information about this X.25
PLE."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) 3 }

.1.3.6.1.2.1.10.5.3.1
x25StatEntry OBJECT-TYPE
-- FROM RFC1382-MIB
MAX-ACCESS not-accessible
STATUS mandatory
INDEX { x25StatIndex }
DESCRIPTION "Entries of the x25StatTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25StatTable(3) 1 }

.1.3.6.1.2.1.10.5.3.1.1
x25StatIndex OBJECT-TYPE
-- FROM RFC1382-MIB
-- TEXTUAL CONVENTION IfIndexType
SYNTAX INTEGER (1..2147483647)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The ifIndex value for the X.25 interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25StatTable(3) x25StatEntry(1) 1 }

.1.3.6.1.2.1.10.5.3.1.2
x25StatInCalls OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of incoming calls received."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25StatTable(3) x25StatEntry(1) 2 }

.1.3.6.1.2.1.10.5.3.1.3
x25StatInCallRefusals OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of incoming calls refused. This
includes calls refused by the PLE and by
higher layers. This also includes calls
cleared because of restricted fast select."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25StatTable(3) x25StatEntry(1) 3 }

.1.3.6.1.2.1.10.5.3.1.4
x25StatInProviderInitiatedClears OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of clear requests with a cause
code other than DTE initiated."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25StatTable(3) x25StatEntry(1) 4 }

.1.3.6.1.2.1.10.5.3.1.5
x25StatInRemotelyInitiatedResets OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of reset requests received with
cause code DTE initiated."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25StatTable(3) x25StatEntry(1) 5 }

.1.3.6.1.2.1.10.5.3.1.6
x25StatInProviderInitiatedResets OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of reset requests received with
cause code other than DTE initiated."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25StatTable(3) x25StatEntry(1) 6 }

.1.3.6.1.2.1.10.5.3.1.7
x25StatInRestarts OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of remotely initiated (including
provider initiated) restarts experienced by
the PLE excluding the restart associated
with bringing up the PLE interface. This
only counts restarts received when the PLE
already has an established connection with
the remove PLE."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25StatTable(3) x25StatEntry(1) 7 }

.1.3.6.1.2.1.10.5.3.1.8
x25StatInDataPackets OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of data packets received."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25StatTable(3) x25StatEntry(1) 8 }

.1.3.6.1.2.1.10.5.3.1.9
x25StatInAccusedOfProtocolErrors OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of packets received containing a
procedure error cause code. These include
clear, reset, restart, or diagnostic
packets."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25StatTable(3) x25StatEntry(1) 9 }

.1.3.6.1.2.1.10.5.3.1.10
x25StatInInterrupts OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of interrupt packets received by
the PLE or over the PVC/VC."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25StatTable(3) x25StatEntry(1) 10 }

.1.3.6.1.2.1.10.5.3.1.11
x25StatOutCallAttempts OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of calls attempted."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25StatTable(3) x25StatEntry(1) 11 }

.1.3.6.1.2.1.10.5.3.1.12
x25StatOutCallFailures OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of call attempts which failed.
This includes calls that were cleared
because of restrictive fast select."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25StatTable(3) x25StatEntry(1) 12 }

.1.3.6.1.2.1.10.5.3.1.13
x25StatOutInterrupts OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of interrupt packets send by the
PLE or over the PVC/VC."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25StatTable(3) x25StatEntry(1) 13 }

.1.3.6.1.2.1.10.5.3.1.14
x25StatOutDataPackets OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of data packets sent by this
PLE."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25StatTable(3) x25StatEntry(1) 14 }

.1.3.6.1.2.1.10.5.3.1.15
x25StatOutgoingCircuits OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of active outgoing circuits.
This includes call requests sent but not yet
confirmed. This does not count PVCs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25StatTable(3) x25StatEntry(1) 15 }

.1.3.6.1.2.1.10.5.3.1.16
x25StatIncomingCircuits OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of active Incoming Circuits.
This includes call indications received but
not yet acknowledged. This does not count
PVCs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25StatTable(3) x25StatEntry(1) 16 }

.1.3.6.1.2.1.10.5.3.1.17
x25StatTwowayCircuits OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of active two-way Circuits.
This includes call requests sent but not yet
confirmed. This does not count PVCs."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25StatTable(3) x25StatEntry(1) 17 }

.1.3.6.1.2.1.10.5.3.1.18
x25StatRestartTimeouts OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of times the T20 restart timer
expired."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25StatTable(3) x25StatEntry(1) 18 }

.1.3.6.1.2.1.10.5.3.1.19
x25StatCallTimeouts OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of times the T21 call timer
expired."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25StatTable(3) x25StatEntry(1) 19 }

.1.3.6.1.2.1.10.5.3.1.20
x25StatResetTimeouts OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of times the T22 reset timer
expired."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25StatTable(3) x25StatEntry(1) 20 }

.1.3.6.1.2.1.10.5.3.1.21
x25StatClearTimeouts OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of times the T23 clear timer
expired."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25StatTable(3) x25StatEntry(1) 21 }

.1.3.6.1.2.1.10.5.3.1.22
x25StatDataRxmtTimeouts OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of times the T25 data timer
expired."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25StatTable(3) x25StatEntry(1) 22 }

.1.3.6.1.2.1.10.5.3.1.23
x25StatInterruptTimeouts OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of times the T26 interrupt timer
expired."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25StatTable(3) x25StatEntry(1) 23 }
.1.3.6.1.2.1.10.5.3.1.24
x25StatRetryCountExceededs OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of times a retry counter was
exhausted."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25StatTable(3) x25StatEntry(1) 24 }

.1.3.6.1.2.1.10.5.3.1.25
x25StatClearCountExceededs OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of times the R23 clear count was
exceeded."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25StatTable(3) x25StatEntry(1) 25 }

.1.3.6.1.2.1.10.5.4
x25ChannelTable OBJECT-TYPE
-- FROM RFC1382-MIB
MAX-ACCESS not-accessible
STATUS mandatory
DESCRIPTION "These objects contain information about the
channel number configuration in an X.25 PLE.
These values are the configured values.
changes in these values after the interfaces
has started may not be reflected in the
operating PLE."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) 4 }

.1.3.6.1.2.1.10.5.4.1
x25ChannelEntry OBJECT-TYPE
-- FROM RFC1382-MIB
MAX-ACCESS not-accessible
STATUS mandatory
INDEX { x25ChannelIndex }
DESCRIPTION "Entries of x25ChannelTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25ChannelTable(4) 1 }

.1.3.6.1.2.1.10.5.4.1.1
x25ChannelIndex OBJECT-TYPE
-- FROM RFC1382-MIB
-- TEXTUAL CONVENTION IfIndexType
SYNTAX INTEGER (1..2147483647)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The ifIndex value for the X.25 Interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25ChannelTable(4) x25ChannelEntry(1) 1 }

.1.3.6.1.2.1.10.5.4.1.2
x25ChannelLIC OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX INTEGER (0..4095)
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "Lowest Incoming channel."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25ChannelTable(4) x25ChannelEntry(1) 2 }

.1.3.6.1.2.1.10.5.4.1.3
x25ChannelHIC OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX INTEGER (0..4095)
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "Highest Incoming channel. A value of zero
indicates no channels in this range."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25ChannelTable(4) x25ChannelEntry(1) 3 }

.1.3.6.1.2.1.10.5.4.1.4
x25ChannelLTC OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX INTEGER (0..4095)
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "Lowest Two-way channel."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25ChannelTable(4) x25ChannelEntry(1) 4 }

.1.3.6.1.2.1.10.5.4.1.5
x25ChannelHTC OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX INTEGER (0..4095)
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "Highest Two-way channel. A value of zero
indicates no channels in this range."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25ChannelTable(4) x25ChannelEntry(1) 5 }

.1.3.6.1.2.1.10.5.4.1.6
x25ChannelLOC OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX INTEGER (0..4095)
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "Lowest outgoing channel."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25ChannelTable(4) x25ChannelEntry(1) 6 }

.1.3.6.1.2.1.10.5.4.1.7
x25ChannelHOC OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX INTEGER (0..4095)
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "Highest outgoing channel. A value of zero
indicates no channels in this range."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25ChannelTable(4) x25ChannelEntry(1) 7 }
.1.3.6.1.2.1.10.5.5
x25CircuitTable OBJECT-TYPE
-- FROM RFC1382-MIB
MAX-ACCESS not-accessible
STATUS mandatory
DESCRIPTION "These objects contain general information
about a specific circuit of an X.25 PLE."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) 5 }

.1.3.6.1.2.1.10.5.5.1
x25CircuitEntry OBJECT-TYPE
-- FROM RFC1382-MIB
MAX-ACCESS not-accessible
STATUS mandatory
INDEX { x25CircuitIndex, x25CircuitChannel }
DESCRIPTION "Entries of x25CircuitTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25CircuitTable(5) 1 }

.1.3.6.1.2.1.10.5.5.1.1
x25CircuitIndex OBJECT-TYPE
-- FROM RFC1382-MIB
-- TEXTUAL CONVENTION IfIndexType
SYNTAX INTEGER (1..2147483647)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The ifIndex value for the X.25 Interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25CircuitTable(5) x25CircuitEntry(1) 1 }

.1.3.6.1.2.1.10.5.5.1.2
x25CircuitChannel OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX INTEGER (0..4095)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The channel number for this circuit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25CircuitTable(5) x25CircuitEntry(1) 2 }

.1.3.6.1.2.1.10.5.5.1.3
x25CircuitStatus OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX INTEGER {invalid(1), closed(2), calling(3), open(4), clearing(5),
pvc(6), pvcResetting(7), startClear(8), startPvcResetting(9), other(10)}
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "This object reports the current status of
the circuit.

An existing instance of this object can only


be set to startClear, startPvcResetting, or
invalid. An instance with the value calling
or open can only be set to startClear and
that action will start clearing the circuit.
An instance with the value PVC can only be
set to startPvcResetting or invalid and that
action resets the PVC or deletes the circuit
respectively. The values startClear or
startPvcResetting will never be returned by
an agent. An attempt to set the status of
an existing instance to a value other than
one of these values will result in an error.

A non-existing instance can be set to PVC to


create a PVC if the implementation supports
dynamic creation of PVCs. Some
implementations may only allow creation and
deletion of PVCs if the interface is down.
Since the instance identifier will supply
the PLE index and the channel number,
setting this object alone supplies
sufficient information to create the
instance. All the DEFVAL clauses for the
other objects of this table are appropriate
for creating a PVC; PLEs creating entries
for placed or accepted calls will use values
appropriate for the call rather than the
value of the DEFVAL clause. Two managers
trying to create the same PVC can determine
from the return code which manager succeeded
and which failed (the failing manager fails
because it can not set a value of PVC for an
existing object).
An entry in the closed or invalid state may
be deleted or reused at the agent's
convence. If the entry is kept in the
closed state, the values of the parameters
associated with the entry must be correct.
Closed implies the values in the circuit
table are correct.

The value of invalid indicates the other


values in the table are invalid. Many
agents may never return a value of invalid
because they dynamically allocate and free
unused table entries. An agent for a
statically configured systems can return
invalid to indicate the entry has not yet
been used so the counters contain no
information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25CircuitTable(5) x25CircuitEntry(1) 3 }

.1.3.6.1.2.1.10.5.5.1.4
x25CircuitEstablishTime OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The value of sysUpTime when the channel was
associated with this circuit. For outgoing
SVCs, this is the time the first call packet
was sent. For incoming SVCs, this is the
time the call indication was received. For
PVCs this is the time the PVC was able to
pass data to a higher layer entity without
loss of data."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25CircuitTable(5) x25CircuitEntry(1) 4 }

.1.3.6.1.2.1.10.5.5.1.5
x25CircuitDirection OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX INTEGER {incoming(1), outgoing(2), pvc(3)}
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The direction of the call that established
this circuit."
DEFVAL { pvc }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25CircuitTable(5) x25CircuitEntry(1) 5 }

.1.3.6.1.2.1.10.5.5.1.6
x25CircuitInOctets OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of octets of user data delivered
to upper layer."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25CircuitTable(5) x25CircuitEntry(1) 6 }

.1.3.6.1.2.1.10.5.5.1.7
x25CircuitInPdus OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of PDUs received for this
circuit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25CircuitTable(5) x25CircuitEntry(1) 7 }

.1.3.6.1.2.1.10.5.5.1.8
x25CircuitInRemotelyInitiatedResets OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of Resets received for this
circuit with cause code of DTE initiated."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25CircuitTable(5) x25CircuitEntry(1) 8 }

.1.3.6.1.2.1.10.5.5.1.9
x25CircuitInProviderInitiatedResets OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of Resets received for this
circuit with cause code other than DTE
initiated."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25CircuitTable(5) x25CircuitEntry(1) 9 }

.1.3.6.1.2.1.10.5.5.1.10
x25CircuitInInterrupts OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of interrupt packets received
for this circuit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25CircuitTable(5) x25CircuitEntry(1) 10 }

.1.3.6.1.2.1.10.5.5.1.11
x25CircuitOutOctets OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of octets of user data sent for
this circuit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25CircuitTable(5) x25CircuitEntry(1) 11 }

.1.3.6.1.2.1.10.5.5.1.12
x25CircuitOutPdus OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of PDUs sent for this circuit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25CircuitTable(5) x25CircuitEntry(1) 12 }

.1.3.6.1.2.1.10.5.5.1.13
x25CircuitOutInterrupts OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of interrupt packets sent on
this circuit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25CircuitTable(5) x25CircuitEntry(1) 13 }

.1.3.6.1.2.1.10.5.5.1.14
x25CircuitDataRetransmissionTimeouts OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of times the T25 data
retransmission timer expired for this
circuit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25CircuitTable(5) x25CircuitEntry(1) 14 }

.1.3.6.1.2.1.10.5.5.1.15
x25CircuitResetTimeouts OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of times the T22 reset timer
expired for this circuit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25CircuitTable(5) x25CircuitEntry(1) 15 }

.1.3.6.1.2.1.10.5.5.1.16
x25CircuitInterruptTimeouts OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of times the T26 Interrupt timer
expired for this circuit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25CircuitTable(5) x25CircuitEntry(1) 16 }

.1.3.6.1.2.1.10.5.5.1.17
x25CircuitCallParamId OBJECT-TYPE
-- FROM RFC1382-MIB
SYNTAX OBJECT IDENTIFIER
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "This identifies the instance of the
x25CallParmIndex for the entry in the
x25CallParmTable which contains the call
parameters in use with this circuit. The
entry referenced must contain the values
that are currently in use by the circuit
rather than proposed values. A value of
NULL indicates the circuit is a PVC or is
using all the default parameters."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25CircuitTable(5) x25CircuitEntry(1) 17 }

.1.3.6.1.2.1.10.5.5.1.18
x25CircuitCalledDteAddress OBJECT-TYPE
-- FROM RFC1382-MIB
-- TEXTUAL CONVENTION X121Address
SYNTAX OCTET STRING (0..17)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "For incoming calls, this is the called
address from the call indication packet.
For outgoing calls, this is the called
address from the call confirmation packet.
This will be zero length for PVCs."
DEFVAL { 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25CircuitTable(5) x25CircuitEntry(1) 18 }

.1.3.6.1.2.1.10.5.5.1.19
x25CircuitCallingDteAddress OBJECT-TYPE
-- FROM RFC1382-MIB
-- TEXTUAL CONVENTION X121Address
SYNTAX OCTET STRING (0..17)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "For incoming calls, this is the calling
address from the call indication packet.
For outgoing calls, this is the calling
address from the call confirmation packet.
This will be zero length for PVCs."
DEFVAL { 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25CircuitTable(5) x25CircuitEntry(1) 19 }

.1.3.6.1.2.1.10.5.5.1.20
x25CircuitOriginallyCalledAddress OBJECT-TYPE
-- FROM RFC1382-MIB
-- TEXTUAL CONVENTION X121Address
SYNTAX OCTET STRING (0..17)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "For incoming calls, this is the address in
the call Redirection or Call Deflection
Notification facility if the call was
deflected or redirected, otherwise it will
be called address from the call indication
packet. For outgoing calls, this is the
address from the call request packet. This
will be zero length for PVCs."
DEFVAL { 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25CircuitTable(5) x25CircuitEntry(1) 20 }

.1.3.6.1.2.1.10.5.5.1.21
x25CircuitDescr OBJECT-TYPE
-- FROM RFC1382-MIB
-- TEXTUAL CONVENTION DisplayString
SYNTAX OCTET STRING (0..255)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "A descriptive string associated with this
circuit. This provides a place for the
agent to supply any descriptive information
it knows about the use or owner of the
circuit. The agent may return the process
identifier and user name for the process
using the circuit. Alternative the agent
may return the name of the configuration
entry that caused a bridge to establish the
circuit. A zero length value indicates the
agent doesn't have any additional
information."
DEFVAL { 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5)
x25CircuitTable(5) x25CircuitEntry(1) 21 }

.1.3.6.1.2.1.10.5.6
x25ClearedCircuitEntriesRequested OBJECT-TYPE
-- FROM RFC1382-MIB
-- TEXTUAL CONVENTION PositiveInteger
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The requested number of entries for the
agent to keep in the x25ClearedCircuit
table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) 6 }

.1.3.6.1.2.1.10.5.7
x25ClearedCircuitEntriesGranted OBJECT-TYPE
-- FROM RFC1382-MIB
-- TEXTUAL CONVENTION PositiveInteger
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The actual number of entries the agent will
keep in the x25ClearedCircuit Table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) x25(5) 7 }

.1.3.6.1.2.1.10.7
dot3 OBJECT-TYPE
-- FROM EtherLike-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) 7 }

.1.3.6.1.2.1.10.7.2
dot3StatsTable OBJECT-TYPE
-- FROM EtherLike-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Statistics for a collection of ethernet-like
interfaces attached to a particular system.
There will be one row in this table for each
ethernet-like interface in the system."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
2 }

.1.3.6.1.2.1.10.7.2.1
dot3StatsEntry OBJECT-TYPE
-- FROM EtherLike-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { dot3StatsIndex }
DESCRIPTION "Statistics for a particular interface to an
ethernet-like medium."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
dot3StatsTable(2) 1 }

.1.3.6.1.2.1.10.7.2.1.1
dot3StatsIndex OBJECT-TYPE
-- FROM EtherLike-MIB
-- TEXTUAL CONVENTION InterfaceIndex
SYNTAX Integer32 (1..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "An index value that uniquely identifies an
interface to an ethernet-like medium. The
interface identified by a particular value of
this index is the same interface as identified
by the same value of ifIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
dot3StatsTable(2) dot3StatsEntry(1) 1 }

.1.3.6.1.2.1.10.7.2.1.2
dot3StatsAlignmentErrors OBJECT-TYPE
-- FROM EtherLike-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A count of frames received on a particular
interface that are not an integral number of
octets in length and do not pass the FCS check.

The count represented by an instance of this


object is incremented when the alignmentError
status is returned by the MAC service to the
LLC (or other MAC user). Received frames for
which multiple error conditions pertain are,
according to the conventions of IEEE 802.3
Layer Management, counted exclusively according
to the error status presented to the LLC.

This counter does not increment for group


encoding schemes greater than 4 bits per group.

For interfaces operating at 10 Gb/s, this


counter can roll over in less than 5 minutes if
it is incrementing at its maximum rate. Since
that amount of time could be less than a
management station's poll cycle time, in order
to avoid a loss of information, a management
station is advised to poll the
dot3HCStatsAlignmentErrors object for 10 Gb/s
or faster interfaces.

Discontinuities in the value of this counter can


occur at re-initialization of the management
system, and at other times as indicated by the
value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
dot3StatsTable(2) dot3StatsEntry(1) 2 }

.1.3.6.1.2.1.10.7.2.1.3
dot3StatsFCSErrors OBJECT-TYPE
-- FROM EtherLike-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A count of frames received on a particular
interface that are an integral number of octets
in length but do not pass the FCS check. This
count does not include frames received with
frame-too-long or frame-too-short error.

The count represented by an instance of this


object is incremented when the frameCheckError
status is returned by the MAC service to the
LLC (or other MAC user). Received frames for
which multiple error conditions pertain are,
according to the conventions of IEEE 802.3
Layer Management, counted exclusively according
to the error status presented to the LLC.

Note: Coding errors detected by the physical


layer for speeds above 10 Mb/s will cause the
frame to fail the FCS check.

For interfaces operating at 10 Gb/s, this


counter can roll over in less than 5 minutes if
it is incrementing at its maximum rate. Since
that amount of time could be less than a
management station's poll cycle time, in order
to avoid a loss of information, a management
station is advised to poll the
dot3HCStatsFCSErrors object for 10 Gb/s or
faster interfaces.

Discontinuities in the value of this counter can


occur at re-initialization of the management
system, and at other times as indicated by the
value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
dot3StatsTable(2) dot3StatsEntry(1) 3 }

.1.3.6.1.2.1.10.7.2.1.4
dot3StatsSingleCollisionFrames OBJECT-TYPE
-- FROM EtherLike-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A count of frames that are involved in a single
collision, and are subsequently transmitted
successfully.

A frame that is counted by an instance of this


object is also counted by the corresponding
instance of either the ifOutUcastPkts,
ifOutMulticastPkts, or ifOutBroadcastPkts,
and is not counted by the corresponding
instance of the dot3StatsMultipleCollisionFrames
object.

This counter does not increment when the


interface is operating in full-duplex mode.

Discontinuities in the value of this counter can


occur at re-initialization of the management
system, and at other times as indicated by the
value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
dot3StatsTable(2) dot3StatsEntry(1) 4 }

.1.3.6.1.2.1.10.7.2.1.5
dot3StatsMultipleCollisionFrames OBJECT-TYPE
-- FROM EtherLike-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A count of frames that are involved in more
than one collision and are subsequently
transmitted successfully.

A frame that is counted by an instance of this


object is also counted by the corresponding
instance of either the ifOutUcastPkts,
ifOutMulticastPkts, or ifOutBroadcastPkts,
and is not counted by the corresponding
instance of the dot3StatsSingleCollisionFrames
object.

This counter does not increment when the


interface is operating in full-duplex mode.

Discontinuities in the value of this counter can


occur at re-initialization of the management
system, and at other times as indicated by the
value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
dot3StatsTable(2) dot3StatsEntry(1) 5 }

.1.3.6.1.2.1.10.7.2.1.6
dot3StatsSQETestErrors OBJECT-TYPE
-- FROM EtherLike-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A count of times that the SQE TEST ERROR
is received on a particular interface. The
SQE TEST ERROR is set in accordance with the
rules for verification of the SQE detection
mechanism in the PLS Carrier Sense Function as
described in IEEE Std. 802.3, 2000 Edition,
section 7.2.4.6.

This counter does not increment on interfaces


operating at speeds greater than 10 Mb/s, or on
interfaces operating in full-duplex mode.

Discontinuities in the value of this counter can


occur at re-initialization of the management
system, and at other times as indicated by the
value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
dot3StatsTable(2) dot3StatsEntry(1) 6 }

.1.3.6.1.2.1.10.7.2.1.7
dot3StatsDeferredTransmissions OBJECT-TYPE
-- FROM EtherLike-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A count of frames for which the first
transmission attempt on a particular interface
is delayed because the medium is busy.

The count represented by an instance of this


object does not include frames involved in
collisions.
This counter does not increment when the
interface is operating in full-duplex mode.

Discontinuities in the value of this counter can


occur at re-initialization of the management
system, and at other times as indicated by the
value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
dot3StatsTable(2) dot3StatsEntry(1) 7 }

.1.3.6.1.2.1.10.7.2.1.8
dot3StatsLateCollisions OBJECT-TYPE
-- FROM EtherLike-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of times that a collision is
detected on a particular interface later than
one slotTime into the transmission of a packet.

A (late) collision included in a count


represented by an instance of this object is
also considered as a (generic) collision for
purposes of other collision-related
statistics.

This counter does not increment when the


interface is operating in full-duplex mode.

Discontinuities in the value of this counter can


occur at re-initialization of the management
system, and at other times as indicated by the
value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
dot3StatsTable(2) dot3StatsEntry(1) 8 }

.1.3.6.1.2.1.10.7.2.1.9
dot3StatsExcessiveCollisions OBJECT-TYPE
-- FROM EtherLike-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A count of frames for which transmission on a
particular interface fails due to excessive
collisions.

This counter does not increment when the


interface is operating in full-duplex mode.

Discontinuities in the value of this counter can


occur at re-initialization of the management
system, and at other times as indicated by the
value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
dot3StatsTable(2) dot3StatsEntry(1) 9 }

.1.3.6.1.2.1.10.7.2.1.10
dot3StatsInternalMacTransmitErrors OBJECT-TYPE
-- FROM EtherLike-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A count of frames for which transmission on a
particular interface fails due to an internal
MAC sublayer transmit error. A frame is only
counted by an instance of this object if it is
not counted by the corresponding instance of
either the dot3StatsLateCollisions object, the
dot3StatsExcessiveCollisions object, or the
dot3StatsCarrierSenseErrors object.

The precise meaning of the count represented by


an instance of this object is implementation-
specific. In particular, an instance of this
object may represent a count of transmission
errors on a particular interface that are not
otherwise counted.

For interfaces operating at 10 Gb/s, this


counter can roll over in less than 5 minutes if
it is incrementing at its maximum rate. Since
that amount of time could be less than a
management station's poll cycle time, in order
to avoid a loss of information, a management
station is advised to poll the
dot3HCStatsInternalMacTransmitErrors object for
10 Gb/s or faster interfaces.

Discontinuities in the value of this counter can


occur at re-initialization of the management
system, and at other times as indicated by the
value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
dot3StatsTable(2) dot3StatsEntry(1) 10 }

.1.3.6.1.2.1.10.7.2.1.11
dot3StatsCarrierSenseErrors OBJECT-TYPE
-- FROM EtherLike-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of times that the carrier sense
condition was lost or never asserted when
attempting to transmit a frame on a particular
interface.

The count represented by an instance of this


object is incremented at most once per
transmission attempt, even if the carrier sense
condition fluctuates during a transmission
attempt.

This counter does not increment when the


interface is operating in full-duplex mode.

Discontinuities in the value of this counter can


occur at re-initialization of the management
system, and at other times as indicated by the
value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
dot3StatsTable(2) dot3StatsEntry(1) 11 }

.1.3.6.1.2.1.10.7.2.1.13
dot3StatsFrameTooLongs OBJECT-TYPE
-- FROM EtherLike-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A count of frames received on a particular
interface that exceed the maximum permitted
frame size.

The count represented by an instance of this


object is incremented when the frameTooLong
status is returned by the MAC service to the
LLC (or other MAC user). Received frames for
which multiple error conditions pertain are,
according to the conventions of IEEE 802.3
Layer Management, counted exclusively according
to the error status presented to the LLC.

For interfaces operating at 10 Gb/s, this


counter can roll over in less than 80 minutes if
it is incrementing at its maximum rate. Since
that amount of time could be less than a
management station's poll cycle time, in order
to avoid a loss of information, a management
station is advised to poll the
dot3HCStatsFrameTooLongs object for 10 Gb/s
or faster interfaces.

Discontinuities in the value of this counter can


occur at re-initialization of the management
system, and at other times as indicated by the
value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
dot3StatsTable(2) dot3StatsEntry(1) 13 }

.1.3.6.1.2.1.10.7.2.1.16
dot3StatsInternalMacReceiveErrors OBJECT-TYPE
-- FROM EtherLike-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A count of frames for which reception on a
particular interface fails due to an internal
MAC sublayer receive error. A frame is only
counted by an instance of this object if it is
not counted by the corresponding instance of
either the dot3StatsFrameTooLongs object, the
dot3StatsAlignmentErrors object, or the
dot3StatsFCSErrors object.

The precise meaning of the count represented by


an instance of this object is implementation-
specific. In particular, an instance of this
object may represent a count of receive errors
on a particular interface that are not
otherwise counted.

For interfaces operating at 10 Gb/s, this


counter can roll over in less than 5 minutes if
it is incrementing at its maximum rate. Since
that amount of time could be less than a
management station's poll cycle time, in order
to avoid a loss of information, a management
station is advised to poll the
dot3HCStatsInternalMacReceiveErrors object for
10 Gb/s or faster interfaces.

Discontinuities in the value of this counter can


occur at re-initialization of the management
system, and at other times as indicated by the
value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
dot3StatsTable(2) dot3StatsEntry(1) 16 }

.1.3.6.1.2.1.10.7.2.1.17
dot3StatsEtherChipSet OBJECT-TYPE
-- FROM EtherLike-MIB
SYNTAX OBJECT IDENTIFIER
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "******** THIS OBJECT IS DEPRECATED ********

This object contains an OBJECT IDENTIFIER


which identifies the chipset used to
realize the interface. Ethernet-like
interfaces are typically built out of
several different chips. The MIB implementor
is presented with a decision of which chip
to identify via this object. The implementor
should identify the chip which is usually
called the Medium Access Control chip.
If no such chip is easily identifiable,
the implementor should identify the chip
which actually gathers the transmit
and receive statistics and error
indications. This would allow a
manager station to correlate the
statistics and the chip generating
them, giving it the ability to take
into account any known anomalies
in the chip.

This object has been deprecated. Implementation


feedback indicates that it is of limited use for
debugging network problems in the field, and
the administrative overhead involved in
maintaining a registry of chipset OIDs is not
justified."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
dot3StatsTable(2) dot3StatsEntry(1) 17 }

.1.3.6.1.2.1.10.7.2.1.18
dot3StatsSymbolErrors OBJECT-TYPE
-- FROM EtherLike-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "For an interface operating at 100 Mb/s, the
number of times there was an invalid data symbol
when a valid carrier was present.

For an interface operating in half-duplex mode


at 1000 Mb/s, the number of times the receiving
media is non-idle (a carrier event) for a period
of time equal to or greater than slotTime, and
during which there was at least one occurrence
of an event that causes the PHY to indicate
'Data reception error' or 'carrier extend error'
on the GMII.

For an interface operating in full-duplex mode


at 1000 Mb/s, the number of times the receiving
media is non-idle (a carrier event) for a period
of time equal to or greater than minFrameSize,
and during which there was at least one
occurrence of an event that causes the PHY to
indicate 'Data reception error' on the GMII.

For an interface operating at 10 Gb/s, the


number of times the receiving media is non-idle
(a carrier event) for a period of time equal to
or greater than minFrameSize, and during which
there was at least one occurrence of an event
that causes the PHY to indicate 'Receive Error'
on the XGMII.

The count represented by an instance of this


object is incremented at most once per carrier
event, even if multiple symbol errors occur
during the carrier event. This count does
not increment if a collision is present.

This counter does not increment when the


interface is operating at 10 Mb/s.

For interfaces operating at 10 Gb/s, this


counter can roll over in less than 5 minutes if
it is incrementing at its maximum rate. Since
that amount of time could be less than a
management station's poll cycle time, in order
to avoid a loss of information, a management
station is advised to poll the
dot3HCStatsSymbolErrors object for 10 Gb/s
or faster interfaces.

Discontinuities in the value of this counter can


occur at re-initialization of the management
system, and at other times as indicated by the
value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
dot3StatsTable(2) dot3StatsEntry(1) 18 }
.1.3.6.1.2.1.10.7.2.1.19
dot3StatsDuplexStatus OBJECT-TYPE
-- FROM EtherLike-MIB
SYNTAX INTEGER {unknown(1), halfDuplex(2), fullDuplex(3)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The current mode of operation of the MAC
entity. 'unknown' indicates that the current
duplex mode could not be determined.

Management control of the duplex mode is


accomplished through the MAU MIB. When
an interface does not support autonegotiation,
or when autonegotiation is not enabled, the
duplex mode is controlled using
ifMauDefaultType. When autonegotiation is
supported and enabled, duplex mode is controlled
using ifMauAutoNegAdvertisedBits. In either
case, the currently operating duplex mode is
reflected both in this object and in ifMauType.

Note that this object provides redundant


information with ifMauType. Normally, redundant
objects are discouraged. However, in this
instance, it allows a management application to
determine the duplex status of an interface
without having to know every possible value of
ifMauType. This was felt to be sufficiently
valuable to justify the redundancy."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
dot3StatsTable(2) dot3StatsEntry(1) 19 }

.1.3.6.1.2.1.10.7.2.1.20
dot3StatsRateControlAbility OBJECT-TYPE
-- FROM EtherLike-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "'true' for interfaces operating at speeds above
1000 Mb/s that support Rate Control through
lowering the average data rate of the MAC
sublayer, with frame granularity, and 'false'
otherwise."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
dot3StatsTable(2) dot3StatsEntry(1) 20 }

.1.3.6.1.2.1.10.7.2.1.21
dot3StatsRateControlStatus OBJECT-TYPE
-- FROM EtherLike-MIB
SYNTAX INTEGER {rateControlOff(1), rateControlOn(2), unknown(3)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The current Rate Control mode of operation of
the MAC sublayer of this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
dot3StatsTable(2) dot3StatsEntry(1) 21 }
.1.3.6.1.2.1.10.7.5
dot3CollTable OBJECT-TYPE
-- FROM EtherLike-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A collection of collision histograms for a
particular set of interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
5 }

.1.3.6.1.2.1.10.7.5.1
dot3CollEntry OBJECT-TYPE
-- FROM EtherLike-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ifIndex, dot3CollCount }
DESCRIPTION "A cell in the histogram of per-frame
collisions for a particular interface. An
instance of this object represents the
frequency of individual MAC frames for which
the transmission (successful or otherwise) on a
particular interface is accompanied by a
particular number of media collisions."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
dot3CollTable(5) 1 }

.1.3.6.1.2.1.10.7.5.1.2
dot3CollCount OBJECT-TYPE
-- FROM EtherLike-MIB
SYNTAX Integer32 (1..16)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The number of per-frame media collisions for
which a particular collision histogram cell
represents the frequency on a particular
interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
dot3CollTable(5) dot3CollEntry(1) 2 }

.1.3.6.1.2.1.10.7.5.1.3
dot3CollFrequencies OBJECT-TYPE
-- FROM EtherLike-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A count of individual MAC frames for which the
transmission (successful or otherwise) on a
particular interface occurs after the
frame has experienced exactly the number
of collisions in the associated
dot3CollCount object.

For example, a frame which is transmitted


on interface 77 after experiencing
exactly 4 collisions would be indicated
by incrementing only dot3CollFrequencies.77.4.
No other instance of dot3CollFrequencies would
be incremented in this example.
This counter does not increment when the
interface is operating in full-duplex mode.

Discontinuities in the value of this counter can


occur at re-initialization of the management
system, and at other times as indicated by the
value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
dot3CollTable(5) dot3CollEntry(1) 3 }

.1.3.6.1.2.1.10.7.6
dot3Tests OBJECT-TYPE
-- FROM EtherLike-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
6 }

.1.3.6.1.2.1.10.7.6.1
dot3TestTdr OBJECT-GROUP
-- FROM EtherLike-MIB
DESCRIPTION "******** THIS IDENTITY IS DEPRECATED *******

The Time-Domain Reflectometry (TDR) test is


specific to ethernet-like interfaces of type
10Base5 and 10Base2. The TDR value may be
useful in determining the approximate distance
to a cable fault. It is advisable to repeat
this test to check for a consistent resulting
TDR value, to verify that there is a fault.

A TDR test returns as its result the time


interval, measured in 10 MHz ticks or 100 nsec
units, between the start of TDR test
transmission and the subsequent detection of a
collision or deassertion of carrier. On
successful completion of a TDR test, the result
is stored as the value of an appropriate
instance of an appropriate vendor specific MIB
object, and the OBJECT IDENTIFIER of that
instance is stored in the appropriate instance
of the appropriate test result code object
(thereby indicating where the result has been
stored).

This object identity has been deprecated, since


the ifTestTable in the IF-MIB was deprecated,
and there is no longer a standard mechanism for
initiating an interface test. This left no
standard way of using this object identity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
dot3Tests(6) 1 }

.1.3.6.1.2.1.10.7.6.2
dot3TestLoopBack OBJECT-GROUP
-- FROM EtherLike-MIB
DESCRIPTION "******** THIS IDENTITY IS DEPRECATED *******

This test configures the MAC chip and executes


an internal loopback test of memory, data paths,
and the MAC chip logic. This loopback test can
only be executed if the interface is offline.
Once the test has completed, the MAC chip should
be reinitialized for network operation, but it
should remain offline.

If an error occurs during a test, the


appropriate test result object will be set
to indicate a failure. The two OBJECT
IDENTIFIER values dot3ErrorInitError and
dot3ErrorLoopbackError may be used to provided
more information as values for an appropriate
test result code object.

This object identity has been deprecated, since


the ifTestTable in the IF-MIB was deprecated,
and there is no longer a standard mechanism for
initiating an interface test. This left no
standard way of using this object identity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
dot3Tests(6) 2 }

.1.3.6.1.2.1.10.7.7
dot3Errors OBJECT-TYPE
-- FROM EtherLike-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
7 }

.1.3.6.1.2.1.10.7.7.1
dot3ErrorInitError OBJECT-GROUP
-- FROM EtherLike-MIB
DESCRIPTION "******** THIS IDENTITY IS DEPRECATED *******

Couldn't initialize MAC chip for test.

This object identity has been deprecated, since


the ifTestTable in the IF-MIB was deprecated,
and there is no longer a standard mechanism for
initiating an interface test. This left no
standard way of using this object identity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
dot3Errors(7) 1 }

.1.3.6.1.2.1.10.7.7.2
dot3ErrorLoopbackError OBJECT-GROUP
-- FROM EtherLike-MIB
DESCRIPTION "******** THIS IDENTITY IS DEPRECATED *******

Expected data not received (or not received


correctly) in loopback test.

This object identity has been deprecated, since


the ifTestTable in the IF-MIB was deprecated,
and there is no longer a standard mechanism for
initiating an interface test. This left no
standard way of using this object identity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
dot3Errors(7) 2 }

.1.3.6.1.2.1.10.7.9
dot3ControlTable OBJECT-TYPE
-- FROM EtherLike-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table of descriptive and status information
about the MAC Control sublayer on the
ethernet-like interfaces attached to a
particular system. There will be one row in
this table for each ethernet-like interface in
the system which implements the MAC Control
sublayer. If some, but not all, of the
ethernet-like interfaces in the system implement
the MAC Control sublayer, there will be fewer
rows in this table than in the dot3StatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
9 }

.1.3.6.1.2.1.10.7.9.1
dot3ControlEntry OBJECT-TYPE
-- FROM EtherLike-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { dot3StatsIndex }
DESCRIPTION "An entry in the table, containing information
about the MAC Control sublayer on a single
ethernet-like interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
dot3ControlTable(9) 1 }

.1.3.6.1.2.1.10.7.9.1.1
dot3ControlFunctionsSupported OBJECT-TYPE
-- FROM EtherLike-MIB
SYNTAX BITS {pause(0)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A list of the possible MAC Control functions
implemented for this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
dot3ControlTable(9) dot3ControlEntry(1) 1 }

.1.3.6.1.2.1.10.7.9.1.2
dot3ControlInUnknownOpcodes OBJECT-TYPE
-- FROM EtherLike-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A count of MAC Control frames received on this
interface that contain an opcode that is not
supported by this device.

For interfaces operating at 10 Gb/s, this


counter can roll over in less than 5 minutes if
it is incrementing at its maximum rate. Since
that amount of time could be less than a
management station's poll cycle time, in order
to avoid a loss of information, a management
station is advised to poll the
dot3HCControlInUnknownOpcodes object for 10 Gb/s
or faster interfaces.
Discontinuities in the value of this counter can
occur at re-initialization of the management
system, and at other times as indicated by the
value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
dot3ControlTable(9) dot3ControlEntry(1) 2 }

.1.3.6.1.2.1.10.7.9.1.3
dot3HCControlInUnknownOpcodes OBJECT-TYPE
-- FROM EtherLike-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A count of MAC Control frames received on this
interface that contain an opcode that is not
supported by this device.

This counter is a 64 bit version of


dot3ControlInUnknownOpcodes. It should be used
on interfaces operating at 10 Gb/s or faster.

Discontinuities in the value of this counter can


occur at re-initialization of the management
system, and at other times as indicated by the
value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
dot3ControlTable(9) dot3ControlEntry(1) 3 }

.1.3.6.1.2.1.10.7.10
dot3PauseTable OBJECT-TYPE
-- FROM EtherLike-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table of descriptive and status information
about the MAC Control PAUSE function on the
ethernet-like interfaces attached to a
particular system. There will be one row in
this table for each ethernet-like interface in
the system which supports the MAC Control PAUSE
function (i.e., the 'pause' bit in the
corresponding instance of
dot3ControlFunctionsSupported is set). If some,
but not all, of the ethernet-like interfaces in
the system implement the MAC Control PAUSE
function (for example, if some interfaces only
support half-duplex), there will be fewer rows
in this table than in the dot3StatsTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) 10
}

.1.3.6.1.2.1.10.7.10.1
dot3PauseEntry OBJECT-TYPE
-- FROM EtherLike-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { dot3StatsIndex }
DESCRIPTION "An entry in the table, containing information
about the MAC Control PAUSE function on a single
ethernet-like interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
dot3PauseTable(10) 1 }

.1.3.6.1.2.1.10.7.10.1.1
dot3PauseAdminMode OBJECT-TYPE
-- FROM EtherLike-MIB
SYNTAX INTEGER {disabled(1), enabledXmit(2), enabledRcv(3),
enabledXmitAndRcv(4)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This object is used to configure the default
administrative PAUSE mode for this interface.

This object represents the


administratively-configured PAUSE mode for this
interface. If auto-negotiation is not enabled
or is not implemented for the active MAU
attached to this interface, the value of this
object determines the operational PAUSE mode
of the interface whenever it is operating in
full-duplex mode. In this case, a set to this
object will force the interface into the
specified mode.

If auto-negotiation is implemented and enabled


for the MAU attached to this interface, the
PAUSE mode for this interface is determined by
auto-negotiation, and the value of this object
denotes the mode to which the interface will
automatically revert if/when auto-negotiation is
later disabled. Note that when auto-negotiation
is running, administrative control of the PAUSE
mode may be accomplished using the
ifMauAutoNegCapAdvertisedBits object in the
MAU-MIB.

Note that the value of this object is ignored


when the interface is not operating in
full-duplex mode.

An attempt to set this object to


'enabledXmit(2)' or 'enabledRcv(3)' will fail
on interfaces that do not support operation
at greater than 100 Mb/s."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
dot3PauseTable(10) dot3PauseEntry(1) 1 }

.1.3.6.1.2.1.10.7.10.1.2
dot3PauseOperMode OBJECT-TYPE
-- FROM EtherLike-MIB
SYNTAX INTEGER {disabled(1), enabledXmit(2), enabledRcv(3),
enabledXmitAndRcv(4)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This object reflects the PAUSE mode currently
in use on this interface, as determined by
either (1) the result of the auto-negotiation
function or (2) if auto-negotiation is not
enabled or is not implemented for the active MAU
attached to this interface, by the value of
dot3PauseAdminMode. Interfaces operating at
100 Mb/s or less will never return
'enabledXmit(2)' or 'enabledRcv(3)'. Interfaces
operating in half-duplex mode will always return
'disabled(1)'. Interfaces on which
auto-negotiation is enabled but not yet
completed should return the value
'disabled(1)'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
dot3PauseTable(10) dot3PauseEntry(1) 2 }

.1.3.6.1.2.1.10.7.10.1.3
dot3InPauseFrames OBJECT-TYPE
-- FROM EtherLike-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A count of MAC Control frames received on this
interface with an opcode indicating the PAUSE
operation.

This counter does not increment when the


interface is operating in half-duplex mode.

For interfaces operating at 10 Gb/s, this


counter can roll over in less than 5 minutes if
it is incrementing at its maximum rate. Since
that amount of time could be less than a
management station's poll cycle time, in order
to avoid a loss of information, a management
station is advised to poll the
dot3HCInPauseFrames object for 10 Gb/s or
faster interfaces.

Discontinuities in the value of this counter can


occur at re-initialization of the management
system, and at other times as indicated by the
value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
dot3PauseTable(10) dot3PauseEntry(1) 3 }

.1.3.6.1.2.1.10.7.10.1.4
dot3OutPauseFrames OBJECT-TYPE
-- FROM EtherLike-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A count of MAC Control frames transmitted on
this interface with an opcode indicating the
PAUSE operation.

This counter does not increment when the


interface is operating in half-duplex mode.

For interfaces operating at 10 Gb/s, this


counter can roll over in less than 5 minutes if
it is incrementing at its maximum rate. Since
that amount of time could be less than a
management station's poll cycle time, in order
to avoid a loss of information, a management
station is advised to poll the
dot3HCOutPauseFrames object for 10 Gb/s or
faster interfaces.

Discontinuities in the value of this counter can


occur at re-initialization of the management
system, and at other times as indicated by the
value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
dot3PauseTable(10) dot3PauseEntry(1) 4 }

.1.3.6.1.2.1.10.7.10.1.5
dot3HCInPauseFrames OBJECT-TYPE
-- FROM EtherLike-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A count of MAC Control frames received on this
interface with an opcode indicating the PAUSE
operation.

This counter does not increment when the


interface is operating in half-duplex mode.

This counter is a 64 bit version of


dot3InPauseFrames. It should be used on
interfaces operating at 10 Gb/s or faster.

Discontinuities in the value of this counter can


occur at re-initialization of the management
system, and at other times as indicated by the
value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
dot3PauseTable(10) dot3PauseEntry(1) 5 }

.1.3.6.1.2.1.10.7.10.1.6
dot3HCOutPauseFrames OBJECT-TYPE
-- FROM EtherLike-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A count of MAC Control frames transmitted on
this interface with an opcode indicating the
PAUSE operation.

This counter does not increment when the


interface is operating in half-duplex mode.

This counter is a 64 bit version of


dot3OutPauseFrames. It should be used on
interfaces operating at 10 Gb/s or faster.

Discontinuities in the value of this counter can


occur at re-initialization of the management
system, and at other times as indicated by the
value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
dot3PauseTable(10) dot3PauseEntry(1) 6 }

.1.3.6.1.2.1.10.7.11
dot3HCStatsTable OBJECT-TYPE
-- FROM EtherLike-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table containing 64-bit versions of error
counters from the dot3StatsTable. The 32-bit
versions of these counters may roll over quite
quickly on higher speed ethernet interfaces.
The counters that have 64-bit versions in this
table are the counters that apply to full-duplex
interfaces, since 10 Gb/s and faster
ethernet-like interfaces do not support
half-duplex, and very few 1000 Mb/s
ethernet-like interfaces support half-duplex.

Entries in this table are recommended for


interfaces capable of operating at 1000 Mb/s or
faster, and are required for interfaces capable
of operating at 10 Gb/s or faster. Lower speed
ethernet-like interfaces do not need entries in
this table, in which case there may be fewer
entries in this table than in the
dot3StatsTable. However, implementations
containing interfaces with a mix of speeds may
choose to implement entries in this table for
all ethernet-like interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) 11
}

.1.3.6.1.2.1.10.7.11.1
dot3HCStatsEntry OBJECT-TYPE
-- FROM EtherLike-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { dot3StatsIndex }
DESCRIPTION "An entry containing 64-bit statistics for a
single ethernet-like interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
dot3HCStatsTable(11) 1 }

.1.3.6.1.2.1.10.7.11.1.1
dot3HCStatsAlignmentErrors OBJECT-TYPE
-- FROM EtherLike-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A count of frames received on a particular
interface that are not an integral number of
octets in length and do not pass the FCS check.

The count represented by an instance of this


object is incremented when the alignmentError
status is returned by the MAC service to the
LLC (or other MAC user). Received frames for
which multiple error conditions pertain are,
according to the conventions of IEEE 802.3
Layer Management, counted exclusively according
to the error status presented to the LLC.

This counter does not increment for group


encoding schemes greater than 4 bits per group.

This counter is a 64 bit version of


dot3StatsAlignmentErrors. It should be used
on interfaces operating at 10 Gb/s or faster.

Discontinuities in the value of this counter can


occur at re-initialization of the management
system, and at other times as indicated by the
value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
dot3HCStatsTable(11) dot3HCStatsEntry(1) 1 }

.1.3.6.1.2.1.10.7.11.1.2
dot3HCStatsFCSErrors OBJECT-TYPE
-- FROM EtherLike-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A count of frames received on a particular
interface that are an integral number of octets
in length but do not pass the FCS check. This
count does not include frames received with
frame-too-long or frame-too-short error.

The count represented by an instance of this


object is incremented when the frameCheckError
status is returned by the MAC service to the
LLC (or other MAC user). Received frames for
which multiple error conditions pertain are,
according to the conventions of IEEE 802.3
Layer Management, counted exclusively according
to the error status presented to the LLC.

Note: Coding errors detected by the physical


layer for speeds above 10 Mb/s will cause the
frame to fail the FCS check.

This counter is a 64 bit version of


dot3StatsFCSErrors. It should be used on
interfaces operating at 10 Gb/s or faster.

Discontinuities in the value of this counter can


occur at re-initialization of the management
system, and at other times as indicated by the
value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
dot3HCStatsTable(11) dot3HCStatsEntry(1) 2 }

.1.3.6.1.2.1.10.7.11.1.3
dot3HCStatsInternalMacTransmitErrors OBJECT-TYPE
-- FROM EtherLike-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A count of frames for which transmission on a
particular interface fails due to an internal
MAC sublayer transmit error. A frame is only
counted by an instance of this object if it is
not counted by the corresponding instance of
either the dot3StatsLateCollisions object, the
dot3StatsExcessiveCollisions object, or the
dot3StatsCarrierSenseErrors object.

The precise meaning of the count represented by


an instance of this object is implementation-
specific. In particular, an instance of this
object may represent a count of transmission
errors on a particular interface that are not
otherwise counted.

This counter is a 64 bit version of


dot3StatsInternalMacTransmitErrors. It should
be used on interfaces operating at 10 Gb/s or
faster.

Discontinuities in the value of this counter can


occur at re-initialization of the management
system, and at other times as indicated by the
value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
dot3HCStatsTable(11) dot3HCStatsEntry(1) 3 }

.1.3.6.1.2.1.10.7.11.1.4
dot3HCStatsFrameTooLongs OBJECT-TYPE
-- FROM EtherLike-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A count of frames received on a particular
interface that exceed the maximum permitted
frame size.

The count represented by an instance of this


object is incremented when the frameTooLong
status is returned by the MAC service to the
LLC (or other MAC user). Received frames for
which multiple error conditions pertain are,
according to the conventions of IEEE 802.3
Layer Management, counted exclusively according
to the error status presented to the LLC.

This counter is a 64 bit version of


dot3StatsFrameTooLongs. It should be used on
interfaces operating at 10 Gb/s or faster.

Discontinuities in the value of this counter can


occur at re-initialization of the management
system, and at other times as indicated by the
value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
dot3HCStatsTable(11) dot3HCStatsEntry(1) 4 }
.1.3.6.1.2.1.10.7.11.1.5
dot3HCStatsInternalMacReceiveErrors OBJECT-TYPE
-- FROM EtherLike-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A count of frames for which reception on a
particular interface fails due to an internal
MAC sublayer receive error. A frame is only
counted by an instance of this object if it is
not counted by the corresponding instance of
either the dot3StatsFrameTooLongs object, the
dot3StatsAlignmentErrors object, or the
dot3StatsFCSErrors object.

The precise meaning of the count represented by


an instance of this object is implementation-
specific. In particular, an instance of this
object may represent a count of receive errors
on a particular interface that are not
otherwise counted.

This counter is a 64 bit version of


dot3StatsInternalMacReceiveErrors. It should be
used on interfaces operating at 10 Gb/s or
faster.

Discontinuities in the value of this counter can


occur at re-initialization of the management
system, and at other times as indicated by the
value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
dot3HCStatsTable(11) dot3HCStatsEntry(1) 5 }

.1.3.6.1.2.1.10.7.11.1.6
dot3HCStatsSymbolErrors OBJECT-TYPE
-- FROM EtherLike-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "For an interface operating at 100 Mb/s, the
number of times there was an invalid data symbol
when a valid carrier was present.

For an interface operating in half-duplex mode


at 1000 Mb/s, the number of times the receiving
media is non-idle (a carrier event) for a period
of time equal to or greater than slotTime, and
during which there was at least one occurrence
of an event that causes the PHY to indicate
'Data reception error' or 'carrier extend error'
on the GMII.

For an interface operating in full-duplex mode


at 1000 Mb/s, the number of times the receiving
media is non-idle (a carrier event) for a period
of time equal to or greater than minFrameSize,
and during which there was at least one
occurrence of an event that causes the PHY to
indicate 'Data reception error' on the GMII.

For an interface operating at 10 Gb/s, the


number of times the receiving media is non-idle
(a carrier event) for a period of time equal to
or greater than minFrameSize, and during which
there was at least one occurrence of an event
that causes the PHY to indicate 'Receive Error'
on the XGMII.

The count represented by an instance of this


object is incremented at most once per carrier
event, even if multiple symbol errors occur
during the carrier event. This count does
not increment if a collision is present.

This counter is a 64 bit version of


dot3StatsSymbolErrors. It should be used on
interfaces operating at 10 Gb/s or faster.

Discontinuities in the value of this counter can


occur at re-initialization of the management
system, and at other times as indicated by the
value of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7)
dot3HCStatsTable(11) dot3HCStatsEntry(1) 6 }

.1.3.6.1.2.1.10.16
lapb OBJECT-TYPE
-- FROM RFC1381-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) 16 }

.1.3.6.1.2.1.10.16.1
lapbAdmnTable OBJECT-TYPE
-- FROM RFC1381-MIB
MAX-ACCESS not-accessible
STATUS mandatory
DESCRIPTION "This table contains objects that can be
changed to manage a LAPB interface.
Changing one of these parameters may take
effect in the operating LAPB immediately or
may wait until the interface is restarted
depending on the details of the
implementation.

Most of the objects in this read-write table


have corresponding read-only objects in the
lapbOperTable that return the current
operating value.

The operating values may be different from


these configured values if changed by XID
negotiation or if a configured parameter was
changed after the interface was started."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) 1
}

.1.3.6.1.2.1.10.16.1.1
lapbAdmnEntry OBJECT-TYPE
-- FROM RFC1381-MIB
MAX-ACCESS not-accessible
STATUS mandatory
INDEX { lapbAdmnIndex }
DESCRIPTION "Configured parameter values for a specific
LAPB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbAdmnTable(1) 1 }

.1.3.6.1.2.1.10.16.1.1.1
lapbAdmnIndex OBJECT-TYPE
-- FROM RFC1381-MIB
-- TEXTUAL CONVENTION IfIndexType
SYNTAX INTEGER (1..2147483647)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The ifIndex value for the LAPB interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbAdmnTable(1) lapbAdmnEntry(1) 1 }

.1.3.6.1.2.1.10.16.1.1.2
lapbAdmnStationType OBJECT-TYPE
-- FROM RFC1381-MIB
SYNTAX INTEGER {dte(1), dce(2), dxe(3)}
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "Identifies the desired station type of this
interface."
DEFVAL { dte }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbAdmnTable(1) lapbAdmnEntry(1) 2 }

.1.3.6.1.2.1.10.16.1.1.3
lapbAdmnControlField OBJECT-TYPE
-- FROM RFC1381-MIB
SYNTAX INTEGER {modulo8(1), modulo128(2)}
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "The desired size of the sequence numbers
used to number frames."
DEFVAL { modulo8 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbAdmnTable(1) lapbAdmnEntry(1) 3 }

.1.3.6.1.2.1.10.16.1.1.4
lapbAdmnTransmitN1FrameSize OBJECT-TYPE
-- FROM RFC1381-MIB
-- TEXTUAL CONVENTION PositiveInteger
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "The default maximum N1 frame size desired
in number of bits for a frame transmitted by
this DTE. This excludes flags and 0 bits
inserted for transparency."
DEFVAL { 36000 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbAdmnTable(1) lapbAdmnEntry(1) 4 }
.1.3.6.1.2.1.10.16.1.1.5
lapbAdmnReceiveN1FrameSize OBJECT-TYPE
-- FROM RFC1381-MIB
-- TEXTUAL CONVENTION PositiveInteger
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "The default maximum N1 frame size desired
in number of bits for a frame the DCE/remote
DTE transmits to this DTE. This excludes
flags and 0 bits inserted for transparency."
DEFVAL { 36000 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbAdmnTable(1) lapbAdmnEntry(1) 5 }

.1.3.6.1.2.1.10.16.1.1.6
lapbAdmnTransmitKWindowSize OBJECT-TYPE
-- FROM RFC1381-MIB
SYNTAX INTEGER (1..127)
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "The default transmit window size for this
Interface. This is the maximum number of
unacknowledged sequenced PDUs that may be
outstanding from this DTE at any one time."
DEFVAL { 7 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbAdmnTable(1) lapbAdmnEntry(1) 6 }

.1.3.6.1.2.1.10.16.1.1.7
lapbAdmnReceiveKWindowSize OBJECT-TYPE
-- FROM RFC1381-MIB
SYNTAX INTEGER (1..127)
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "The default receive window size for this
Interface. This is the maximum number of
unacknowledged sequenced PDUs that may be
outstanding from the DCE/remote DTE at any
one time."
DEFVAL { 7 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbAdmnTable(1) lapbAdmnEntry(1) 7 }

.1.3.6.1.2.1.10.16.1.1.8
lapbAdmnN2RxmitCount OBJECT-TYPE
-- FROM RFC1381-MIB
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "The default N2 retry counter for this
interface. This specifies the number of
times a PDU will be resent after the T1
timer expires without an acknowledgement for
the PDU."
DEFVAL { 20 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbAdmnTable(1) lapbAdmnEntry(1) 8 }
.1.3.6.1.2.1.10.16.1.1.9
lapbAdmnT1AckTimer OBJECT-TYPE
-- FROM RFC1381-MIB
-- TEXTUAL CONVENTION PositiveInteger
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "The default T1 timer for this interface.
This specifies the maximum time in
Milliseconds to wait for acknowledgment of a
PDU."
DEFVAL { 3000 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbAdmnTable(1) lapbAdmnEntry(1) 9 }

.1.3.6.1.2.1.10.16.1.1.10
lapbAdmnT2AckDelayTimer OBJECT-TYPE
-- FROM RFC1381-MIB
-- TEXTUAL CONVENTION PositiveInteger
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "The default T2 timer for this interface.
This specifies the maximum time in
Milliseconds to wait before sending an
acknowledgment for a sequenced PDU. A value
of zero means there will be no delay in
acknowledgement generation."
DEFVAL { 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbAdmnTable(1) lapbAdmnEntry(1) 10 }

.1.3.6.1.2.1.10.16.1.1.11
lapbAdmnT3DisconnectTimer OBJECT-TYPE
-- FROM RFC1381-MIB
-- TEXTUAL CONVENTION PositiveInteger
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "The T3 timer for this interface. This
specifies the time in Milliseconds to wait
before considering the link disconnected. A
value of zero indicates the link will be
considered disconnected upon completion of
the frame exchange to disconnect the link."
DEFVAL { 60000 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbAdmnTable(1) lapbAdmnEntry(1) 11 }

.1.3.6.1.2.1.10.16.1.1.12
lapbAdmnT4IdleTimer OBJECT-TYPE
-- FROM RFC1381-MIB
-- TEXTUAL CONVENTION PositiveInteger
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "The T4 timer for this interface. This
specifies the maximum time in Milliseconds
to allow without frames being exchanged on
the data link. A value of 2147483647
indicates no idle timer is being kept."
DEFVAL { 2147483647 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbAdmnTable(1) lapbAdmnEntry(1) 12 }

.1.3.6.1.2.1.10.16.1.1.13
lapbAdmnActionInitiate OBJECT-TYPE
-- FROM RFC1381-MIB
SYNTAX INTEGER {sendSABM(1), sendDISC(2), sendDM(3), none(4), other(5)}
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "This identifies the action LAPB will take
to initiate link set-up."
DEFVAL { sendSABM }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbAdmnTable(1) lapbAdmnEntry(1) 13 }

.1.3.6.1.2.1.10.16.1.1.14
lapbAdmnActionRecvDM OBJECT-TYPE
-- FROM RFC1381-MIB
SYNTAX INTEGER {sendSABM(1), sendDISC(2), other(3)}
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "This identifies the action LAPB will take
when it receives a DM response."
DEFVAL { sendSABM }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbAdmnTable(1) lapbAdmnEntry(1) 14 }

.1.3.6.1.2.1.10.16.2
lapbOperTable OBJECT-TYPE
-- FROM RFC1381-MIB
MAX-ACCESS not-accessible
STATUS mandatory
DESCRIPTION "This table contains configuration
information about interface parameters
currently set in the interface. Many of
these objects have corresponding objects in
the lapbAdmnTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) 2
}

.1.3.6.1.2.1.10.16.2.1
lapbOperEntry OBJECT-TYPE
-- FROM RFC1381-MIB
MAX-ACCESS not-accessible
STATUS mandatory
INDEX { lapbOperIndex }
DESCRIPTION "Currently set parameter values for a
specific LAPB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbOperTable(2) 1 }

.1.3.6.1.2.1.10.16.2.1.1
lapbOperIndex OBJECT-TYPE
-- FROM RFC1381-MIB
-- TEXTUAL CONVENTION IfIndexType
SYNTAX INTEGER (1..2147483647)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The ifIndex value for the LAPB interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbOperTable(2) lapbOperEntry(1) 1 }

.1.3.6.1.2.1.10.16.2.1.2
lapbOperStationType OBJECT-TYPE
-- FROM RFC1381-MIB
SYNTAX INTEGER {dte(1), dce(2), dxe(3)}
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "Identifies the current operating station
type of this interface. A value of dxe (3)
indicates XID negotiation has not yet taken
place."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbOperTable(2) lapbOperEntry(1) 2 }

.1.3.6.1.2.1.10.16.2.1.3
lapbOperControlField OBJECT-TYPE
-- FROM RFC1381-MIB
SYNTAX INTEGER {modulo8(1), modulo128(2)}
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The current operating size of the sequence
numbers used to number frames."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbOperTable(2) lapbOperEntry(1) 3 }

.1.3.6.1.2.1.10.16.2.1.4
lapbOperTransmitN1FrameSize OBJECT-TYPE
-- FROM RFC1381-MIB
-- TEXTUAL CONVENTION PositiveInteger
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The current operating N1 frame size used
for the maximum number of bits in a frame
this DTE can transmit. This excludes flags
and 0 bits inserted for transparency."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbOperTable(2) lapbOperEntry(1) 4 }

.1.3.6.1.2.1.10.16.2.1.5
lapbOperReceiveN1FrameSize OBJECT-TYPE
-- FROM RFC1381-MIB
-- TEXTUAL CONVENTION PositiveInteger
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The current operating N1 frame size used
for the maximum number of bits in a frame
the DCE/remote DTE can transmit. This
excludes flags and 0 bits inserted for
transparency."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbOperTable(2) lapbOperEntry(1) 5 }
.1.3.6.1.2.1.10.16.2.1.6
lapbOperTransmitKWindowSize OBJECT-TYPE
-- FROM RFC1381-MIB
SYNTAX INTEGER (1..127)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The current PDU window size this Interface
uses to transmit. This is the maximum
number of unacknowledged sequenced PDUs that
may be outstanding from this DTE at any one
time."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbOperTable(2) lapbOperEntry(1) 6 }

.1.3.6.1.2.1.10.16.2.1.7
lapbOperReceiveKWindowSize OBJECT-TYPE
-- FROM RFC1381-MIB
SYNTAX INTEGER (1..127)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The current receive PDU window size for
this Interface. This is the maximum number
of unacknowledged sequenced PDUs that may be
outstanding from the DCE/remote DTE at any
one time."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbOperTable(2) lapbOperEntry(1) 7 }

.1.3.6.1.2.1.10.16.2.1.8
lapbOperN2RxmitCount OBJECT-TYPE
-- FROM RFC1381-MIB
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The current N2 retry counter used for this
interface. This specifies the number of
times a PDU will be resent after the T1
timer expires without an acknowledgement for
the PDU."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbOperTable(2) lapbOperEntry(1) 8 }

.1.3.6.1.2.1.10.16.2.1.9
lapbOperT1AckTimer OBJECT-TYPE
-- FROM RFC1381-MIB
-- TEXTUAL CONVENTION PositiveInteger
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The current T1 timer for this interface.
This specifies the maximum time in
Milliseconds to wait for acknowledgment of a
PDU."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbOperTable(2) lapbOperEntry(1) 9 }

.1.3.6.1.2.1.10.16.2.1.10
lapbOperT2AckDelayTimer OBJECT-TYPE
-- FROM RFC1381-MIB
-- TEXTUAL CONVENTION PositiveInteger
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The current T2 timer for this interface.
This specifies the maximum time in
Milliseconds to wait before sending an
acknowledgment for a sequenced PDU. A value
of zero means there will be no delay in
acknowledgement generation."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbOperTable(2) lapbOperEntry(1) 10 }

.1.3.6.1.2.1.10.16.2.1.11
lapbOperT3DisconnectTimer OBJECT-TYPE
-- FROM RFC1381-MIB
-- TEXTUAL CONVENTION PositiveInteger
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The current T3 timer for this interface.
This specifies the time in Milliseconds to
wait before considering the link
disconnected. A value of zero indicates the
link will be considered disconnected upon
completion of the frame exchange to
disconnect the link."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbOperTable(2) lapbOperEntry(1) 11 }

.1.3.6.1.2.1.10.16.2.1.12
lapbOperT4IdleTimer OBJECT-TYPE
-- FROM RFC1381-MIB
-- TEXTUAL CONVENTION PositiveInteger
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "The current T4 timer for this interface.
This specifies the maximum time in
Milliseconds to allow without frames being
exchanged on the data link. A value of
2147483647 indicates no idle timer is being
kept."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbOperTable(2) lapbOperEntry(1) 12 }

.1.3.6.1.2.1.10.16.2.1.13
lapbOperPortId OBJECT-TYPE
-- FROM RFC1381-MIB
SYNTAX OBJECT IDENTIFIER
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "This object identifies an instance of the
index object in the first group of objects
in the MIB specific to the physical device
or interface used to send and receive
frames. If an agent does not support any
such objects, it should return nullSpec
OBJECT IDENTIFIER {0 0}."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbOperTable(2) lapbOperEntry(1) 13 }

.1.3.6.1.2.1.10.16.2.1.14
lapbOperProtocolVersionId OBJECT-TYPE
-- FROM RFC1381-MIB
SYNTAX OBJECT IDENTIFIER
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "This object identifies the version of the
lapb protocol implemented by this
interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbOperTable(2) lapbOperEntry(1) 14 }

.1.3.6.1.2.1.10.16.3
lapbFlowTable OBJECT-TYPE
-- FROM RFC1381-MIB
MAX-ACCESS not-accessible
STATUS mandatory
DESCRIPTION "This table defines the objects recorded by
LAPB to provide information about the
traffic flow through the interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) 3
}

.1.3.6.1.2.1.10.16.3.1
lapbFlowEntry OBJECT-TYPE
-- FROM RFC1381-MIB
MAX-ACCESS not-accessible
STATUS mandatory
INDEX { lapbFlowIfIndex }
DESCRIPTION "The information regarding the effects of
flow controls in LAPB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbFlowTable(3) 1 }

.1.3.6.1.2.1.10.16.3.1.1
lapbFlowIfIndex OBJECT-TYPE
-- FROM RFC1381-MIB
-- TEXTUAL CONVENTION IfIndexType
SYNTAX INTEGER (1..2147483647)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The ifIndex value for the LAPB Interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbFlowTable(3) lapbFlowEntry(1) 1 }

.1.3.6.1.2.1.10.16.3.1.2
lapbFlowStateChanges OBJECT-TYPE
-- FROM RFC1381-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of LAPB State Changes, including
resets."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbFlowTable(3) lapbFlowEntry(1) 2 }
.1.3.6.1.2.1.10.16.3.1.3
lapbFlowChangeReason OBJECT-TYPE
-- FROM RFC1381-MIB
SYNTAX INTEGER {notStarted(1), abmEntered(2), abmeEntered(3), abmReset(4),
abmeReset(5), dmReceived(6), dmSent(7), discReceived(8), discSent(9),
frmrReceived(10), frmrSent(11), n2Timeout(12), other(13)}
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The reason for the most recent incrementing
of lapbFlowStateChanges. A DM or DISC frame
generated to initiate link set-up does not
alter this object. When the MIB-II object
ifOperStatus does not have a value of
testing, there exists a correlation between
this object and ifOperStatus. IfOperStatus
will have a value of up when this object
contains: abmEntered, abmeEntered,
abmReset, or abmeReset. IfOperStatus will
have a value of down when this object has a
value of notStarted, or dmReceived through
n2Timeout. There is no correlation when
this object has the value other."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbFlowTable(3) lapbFlowEntry(1) 3 }

.1.3.6.1.2.1.10.16.3.1.4
lapbFlowCurrentMode OBJECT-TYPE
-- FROM RFC1381-MIB
SYNTAX INTEGER {disconnected(1), linkSetup(2), frameReject(3),
disconnectRequest(4), informationTransfer(5), rejFrameSent(6),
waitingAcknowledgement(7), stationBusy(8), remoteStationBusy(9),
bothStationsBusy(10), waitingAckStationBusy(11), waitingAckRemoteBusy(12),
waitingAckBothBusy(13), rejFrameSentRemoteBusy(14), xidFrameSent(15), error(16),
other(17)}
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The current condition of the conversation."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbFlowTable(3) lapbFlowEntry(1) 4 }

.1.3.6.1.2.1.10.16.3.1.5
lapbFlowBusyDefers OBJECT-TYPE
-- FROM RFC1381-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of times this device was unable
to transmit a frame due to a perceived
remote busy condition. Busy conditions can
result from the receipt of an RNR from the
remote device, the lack of valid sequence
number space (window saturation), or other
conditions."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbFlowTable(3) lapbFlowEntry(1) 5 }

.1.3.6.1.2.1.10.16.3.1.6
lapbFlowRejOutPkts OBJECT-TYPE
-- FROM RFC1381-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of REJ or SREJ frames sent by
this station."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbFlowTable(3) lapbFlowEntry(1) 6 }

.1.3.6.1.2.1.10.16.3.1.7
lapbFlowRejInPkts OBJECT-TYPE
-- FROM RFC1381-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of REJ or SREJ frames received
by this station."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbFlowTable(3) lapbFlowEntry(1) 7 }

.1.3.6.1.2.1.10.16.3.1.8
lapbFlowT1Timeouts OBJECT-TYPE
-- FROM RFC1381-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of times a re-transmission was
effected by the T1 Timer expiring."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbFlowTable(3) lapbFlowEntry(1) 8 }

.1.3.6.1.2.1.10.16.3.1.9
lapbFlowFrmrSent OBJECT-TYPE
-- FROM RFC1381-MIB
SYNTAX OCTET STRING (0..7)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The Information Field of the FRMR most
recently sent. If no FRMR has been sent
(the normal case) or the information isn't
available, this will be an OCTET STRING of
zero length."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbFlowTable(3) lapbFlowEntry(1) 9 }

.1.3.6.1.2.1.10.16.3.1.10
lapbFlowFrmrReceived OBJECT-TYPE
-- FROM RFC1381-MIB
SYNTAX OCTET STRING (0..7)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The Information Field of the FRMR most
recently received. If no FRMR has been
received (the normal case) or the
information isn't available, this will be an
OCTET STRING of zero length."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbFlowTable(3) lapbFlowEntry(1) 10 }

.1.3.6.1.2.1.10.16.3.1.11
lapbFlowXidReceived OBJECT-TYPE
-- FROM RFC1381-MIB
SYNTAX OCTET STRING (0..8206)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The Information Field of the XID frame most
recently received. If no XID frame has been
received, this will be an OCTET STRING of
zero length."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbFlowTable(3) lapbFlowEntry(1) 11 }

.1.3.6.1.2.1.10.16.4
lapbXidTable OBJECT-TYPE
-- FROM RFC1381-MIB
MAX-ACCESS not-accessible
STATUS mandatory
DESCRIPTION "This table defines values to use for XID
negotiation that are not found in the
lapbAdmnTable. This table is optional for
implementations that don't support XID and
mandatory for implementations that do
initiate XID negotiation."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) 4
}

.1.3.6.1.2.1.10.16.4.1
lapbXidEntry OBJECT-TYPE
-- FROM RFC1381-MIB
MAX-ACCESS not-accessible
STATUS mandatory
INDEX { lapbXidIndex }
DESCRIPTION "XId negotiation parameter values for a
specific LAPB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbXidTable(4) 1 }

.1.3.6.1.2.1.10.16.4.1.1
lapbXidIndex OBJECT-TYPE
-- FROM RFC1381-MIB
-- TEXTUAL CONVENTION IfIndexType
SYNTAX INTEGER (1..2147483647)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The ifIndex value for the LAPB interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbXidTable(4) lapbXidEntry(1) 1 }

.1.3.6.1.2.1.10.16.4.1.2
lapbXidAdRIdentifier OBJECT-TYPE
-- FROM RFC1381-MIB
SYNTAX OCTET STRING (0..255)
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "The value of the Address Resolution
Identifier. A zero length string indicates
no Identifier value has been assigned."
DEFVAL { 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbXidTable(4) lapbXidEntry(1) 2 }

.1.3.6.1.2.1.10.16.4.1.3
lapbXidAdRAddress OBJECT-TYPE
-- FROM RFC1381-MIB
SYNTAX OCTET STRING (0..255)
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "The value of the Address Resolution
Address. A zero length string indicates no
Address value has been assigned."
DEFVAL { 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbXidTable(4) lapbXidEntry(1) 3 }

.1.3.6.1.2.1.10.16.4.1.4
lapbXidParameterUniqueIdentifier OBJECT-TYPE
-- FROM RFC1381-MIB
SYNTAX OCTET STRING (0..255)
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "The value of the parameter unique
Identifier. A zero length string indicates
no Unique identifier value has been
assigned."
DEFVAL { 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbXidTable(4) lapbXidEntry(1) 4 }

.1.3.6.1.2.1.10.16.4.1.5
lapbXidGroupAddress OBJECT-TYPE
-- FROM RFC1381-MIB
SYNTAX OCTET STRING (0..255)
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "The value of the parameter Group address.
A zero length string indicates no Group
address value has been assigned."
DEFVAL { 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbXidTable(4) lapbXidEntry(1) 5 }

.1.3.6.1.2.1.10.16.4.1.6
lapbXidPortNumber OBJECT-TYPE
-- FROM RFC1381-MIB
SYNTAX OCTET STRING (0..255)
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "The port number assigned for this link. A
zero length string indicates no local port
number identifier has been assigned."
DEFVAL { 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbXidTable(4) lapbXidEntry(1) 6 }

.1.3.6.1.2.1.10.16.4.1.7
lapbXidUserDataSubfield OBJECT-TYPE
-- FROM RFC1381-MIB
SYNTAX OCTET STRING (0..8206)
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "A user data subfield, if any, to be
transmitted in an XID frame. A zero length
frame indicates no user data subfield has
been assigned. The octet string should
include both the User data identifier and
User data field as shown in Figures 1 and
4."
DEFVAL { 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbXidTable(4) lapbXidEntry(1) 7 }

.1.3.6.1.2.1.10.16.5
lapbProtocolVersion OBJECT-TYPE
-- FROM RFC1381-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16) 5
}

.1.3.6.1.2.1.10.16.5.1
lapbProtocolIso7776v1986 OBJECT-TYPE
-- FROM RFC1381-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbProtocolVersion(5) 1 }

.1.3.6.1.2.1.10.16.5.2
lapbProtocolCcittV1980 OBJECT-TYPE
-- FROM RFC1381-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbProtocolVersion(5) 2 }

.1.3.6.1.2.1.10.16.5.3
lapbProtocolCcittV1984 OBJECT-TYPE
-- FROM RFC1381-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) lapb(16)
lapbProtocolVersion(5) 3 }

.1.3.6.1.2.1.10.20
isdnMib MODULE-IDENTITY
-- FROM ISDN-MIB
DESCRIPTION "The MIB module to describe the
management of ISDN interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) 20 }

.1.3.6.1.2.1.10.20.1
isdnMibObjects OBJECT-TYPE
-- FROM ISDN-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) 1 }

.1.3.6.1.2.1.10.20.1.1
isdnBasicRateGroup OBJECT-TYPE
-- FROM ISDN-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) 1 }

.1.3.6.1.2.1.10.20.1.1.1
isdnBasicRateTable OBJECT-TYPE
-- FROM ISDN-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Table containing configuration and operational
parameters for all physical Basic Rate
interfaces on this managed device."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnBasicRateGroup(1) 1 }

.1.3.6.1.2.1.10.20.1.1.1.1
isdnBasicRateEntry OBJECT-TYPE
-- FROM ISDN-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ifIndex }
DESCRIPTION "An entry in the ISDN Basic Rate Table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnBasicRateGroup(1) isdnBasicRateTable(1) 1 }

.1.3.6.1.2.1.10.20.1.1.1.1.1
isdnBasicRateIfType OBJECT-TYPE
-- FROM ISDN-MIB
SYNTAX INTEGER {isdns(75), isdnu(76)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The physical interface type. For 'S/T' interfaces,
also called 'Four-wire Basic Access Interface',
the value of this object is isdns(75).
For 'U' interfaces, also called 'Two-wire Basic
Access Interface', the value of this object is
isdnu(76)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnBasicRateGroup(1) isdnBasicRateTable(1)
isdnBasicRateEntry(1) 1 }

.1.3.6.1.2.1.10.20.1.1.1.1.2
isdnBasicRateLineTopology OBJECT-TYPE
-- FROM ISDN-MIB
SYNTAX INTEGER {pointToPoint(1), pointToMultipoint(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The line topology to be used for this interface.
Note that setting isdnBasicRateIfType to isdns(75)
does not necessarily mean a line topology of
point-to-multipoint."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnBasicRateGroup(1) isdnBasicRateTable(1)
isdnBasicRateEntry(1) 2 }

.1.3.6.1.2.1.10.20.1.1.1.1.3
isdnBasicRateIfMode OBJECT-TYPE
-- FROM ISDN-MIB
SYNTAX INTEGER {te(1), nt(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The physical interface mode. For TE mode, the value
of this object is te(1). For NT mode, the value
of this object is nt(2)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnBasicRateGroup(1) isdnBasicRateTable(1)
isdnBasicRateEntry(1) 3 }

.1.3.6.1.2.1.10.20.1.1.1.1.4
isdnBasicRateSignalMode OBJECT-TYPE
-- FROM ISDN-MIB
SYNTAX INTEGER {active(1), inactive(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The signaling channel operational mode for this interface.
If active(1) there is a signaling channel on this
interface. If inactive(2) a signaling channel is
not available."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnBasicRateGroup(1) isdnBasicRateTable(1)
isdnBasicRateEntry(1) 4 }

.1.3.6.1.2.1.10.20.1.2
isdnBearerGroup OBJECT-TYPE
-- FROM ISDN-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) 2 }

.1.3.6.1.2.1.10.20.1.2.1
isdnBearerTable OBJECT-TYPE
-- FROM ISDN-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table defines port specific operational, statistics
and active call data for ISDN B channels. Each entry
in this table describes one B (bearer) channel."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnBearerGroup(2) 1 }

.1.3.6.1.2.1.10.20.1.2.1.1
isdnBearerEntry OBJECT-TYPE
-- FROM ISDN-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ifIndex }
DESCRIPTION "Operational and statistics information relating to
one port. A port is a single B channel."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnBearerGroup(2) isdnBearerTable(1) 1 }

.1.3.6.1.2.1.10.20.1.2.1.1.1
isdnBearerChannelType OBJECT-TYPE
-- FROM ISDN-MIB
SYNTAX INTEGER {dialup(1), leased(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The B channel type. If the B channel is connected
to a dialup line, this object has a value of
dialup(1). In this case, it is controlled by
an associated signaling channel. If the B channel
is connected to a leased line, this object has
a value of leased(2). For leased line B channels, there
is no signaling channel control available."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnBearerGroup(2) isdnBearerTable(1)
isdnBearerEntry(1) 1 }

.1.3.6.1.2.1.10.20.1.2.1.1.2
isdnBearerOperStatus OBJECT-TYPE
-- FROM ISDN-MIB
SYNTAX INTEGER {idle(1), connecting(2), connected(3), active(4)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The current call control state for this port.
idle(1): The B channel is idle.
No call or call attempt is going on.
connecting(2): A connection attempt (outgoing call)
is being made on this interface.
connected(3): An incoming call is in the process
of validation.
active(4): A call is active on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnBearerGroup(2) isdnBearerTable(1)
isdnBearerEntry(1) 2 }

.1.3.6.1.2.1.10.20.1.2.1.1.3
isdnBearerChannelNumber OBJECT-TYPE
-- FROM ISDN-MIB
SYNTAX INTEGER (1..30)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The identifier being used by a signaling protocol
to identify this B channel, also referred to as
B channel number. If the Agent also supports the DS0 MIB,
the values of isdnBearerChannelNumber and dsx0Ds0Number
must be identical for a given B channel."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnBearerGroup(2) isdnBearerTable(1)
isdnBearerEntry(1) 3 }

.1.3.6.1.2.1.10.20.1.2.1.1.4
isdnBearerPeerAddress OBJECT-TYPE
-- FROM ISDN-MIB
-- TEXTUAL CONVENTION DisplayString
SYNTAX OCTET STRING (0..255)
DISPLAY-HINT "255a"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The ISDN address the current or last call is or was
connected to.

In some cases, the format of this information can not


be predicted, since it largely depends on the type
of switch or PBX the device is connected to. Therefore,
the detailed format of this information is not
specified and is implementation dependent.

If possible, the agent should supply this information


using the E.164 format. In this case, the number must
start with '+'. Otherwise, IA5 number digits must be used.

If the peer ISDN address is not available,


this object has a length of zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnBearerGroup(2) isdnBearerTable(1)
isdnBearerEntry(1) 4 }

.1.3.6.1.2.1.10.20.1.2.1.1.5
isdnBearerPeerSubAddress OBJECT-TYPE
-- FROM ISDN-MIB
-- TEXTUAL CONVENTION DisplayString
SYNTAX OCTET STRING (0..255)
DISPLAY-HINT "255a"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The ISDN subaddress the current or last call is or was
connected to.

The subaddress is an user supplied string of up to 20


IA5 characters and is transmitted transparently through
the network.

If the peer subaddress is not available, this object


has a length of zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnBearerGroup(2) isdnBearerTable(1)
isdnBearerEntry(1) 5 }

.1.3.6.1.2.1.10.20.1.2.1.1.6
isdnBearerCallOrigin OBJECT-TYPE
-- FROM ISDN-MIB
SYNTAX INTEGER {unknown(1), originate(2), answer(3), callback(4)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The call origin for the current or last call. If since
system startup there was no call on this interface,
this object has a value of unknown(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnBearerGroup(2) isdnBearerTable(1)
isdnBearerEntry(1) 6 }

.1.3.6.1.2.1.10.20.1.2.1.1.7
isdnBearerInfoType OBJECT-TYPE
-- FROM ISDN-MIB
SYNTAX INTEGER {unknown(1), speech(2), unrestrictedDigital(3),
unrestrictedDigital56(4), restrictedDigital(5), audio31(6), audio7(7), video(8),
packetSwitched(9)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The Information Transfer Capability for the current
or last call.

speech(2) refers to a non-data connection, whereas


audio31(6) and audio7(7) refer to data mode connections.

Note that Q.931, chapter 4.5.5, originally defined


audio7(7) as '7 kHz audio' and now defines it as
'Unrestricted digital information with tones/
announcements'.

If since system startup there has been no call on this


interface, this object has a value of unknown(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnBearerGroup(2) isdnBearerTable(1)
isdnBearerEntry(1) 7 }

.1.3.6.1.2.1.10.20.1.2.1.1.8
isdnBearerMultirate OBJECT-TYPE
-- FROM ISDN-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This flag indicates if the current or last call used
multirate. The actual information transfer rate,
in detail specified in octet 4.1 (rate multiplier),
is the sum of all B channel ifSpeed values for
the hyperchannel.

If since system startup there was no call on this


interface, this object has a value of false(2)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnBearerGroup(2) isdnBearerTable(1)
isdnBearerEntry(1) 8 }

.1.3.6.1.2.1.10.20.1.2.1.1.9
isdnBearerCallSetupTime OBJECT-TYPE
-- FROM ISDN-MIB
-- TEXTUAL CONVENTION TimeStamp
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The value of sysUpTime when the ISDN setup message for
the current or last call was sent or received. If since
system startup there has been no call on this interface,
this object has a value of zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnBearerGroup(2) isdnBearerTable(1)
isdnBearerEntry(1) 9 }

.1.3.6.1.2.1.10.20.1.2.1.1.10
isdnBearerCallConnectTime OBJECT-TYPE
-- FROM ISDN-MIB
-- TEXTUAL CONVENTION TimeStamp
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The value of sysUpTime when the ISDN connect message for
the current or last call was sent or received. If since
system startup there has been no call on this interface,
this object has a value of zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnBearerGroup(2) isdnBearerTable(1)
isdnBearerEntry(1) 10 }

.1.3.6.1.2.1.10.20.1.2.1.1.11
isdnBearerChargedUnits OBJECT-TYPE
-- FROM ISDN-MIB
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of charged units for the current or last
connection. For incoming calls or if charging information
is not supplied by the switch, the value of this object
is zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnBearerGroup(2) isdnBearerTable(1)
isdnBearerEntry(1) 11 }

.1.3.6.1.2.1.10.20.1.3
isdnSignalingGroup OBJECT-TYPE
-- FROM ISDN-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) 3 }

.1.3.6.1.2.1.10.20.1.3.1
isdnSignalingGetIndex OBJECT-TYPE
-- FROM ISDN-MIB
-- TEXTUAL CONVENTION TestAndIncr
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The recommended procedure for selecting a new index for
isdnSignalingTable row creation is to GET the value of
this object, and then to SET the object with the same
value. If the SET operation succeeds, the manager can use
this value as an index to create a new row in this table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) 1 }

.1.3.6.1.2.1.10.20.1.3.2
isdnSignalingTable OBJECT-TYPE
-- FROM ISDN-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "ISDN signaling table containing configuration and
operational parameters for all ISDN signaling
channels on this managed device."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) 2 }

.1.3.6.1.2.1.10.20.1.3.2.1
isdnSignalingEntry OBJECT-TYPE
-- FROM ISDN-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { isdnSignalingIndex }
DESCRIPTION "An entry in the ISDN Signaling Table. To create a new
entry, only isdnSignalingProtocol needs to be specified
before isdnSignalingStatus can become active(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) isdnSignalingTable(2) 1 }

.1.3.6.1.2.1.10.20.1.3.2.1.1
isdnSignalingIndex OBJECT-TYPE
-- FROM ISDN-MIB
SYNTAX INTEGER (1..2147483647)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The index value which uniquely identifies an entry
in the isdnSignalingTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) isdnSignalingTable(2)
isdnSignalingEntry(1) 1 }

.1.3.6.1.2.1.10.20.1.3.2.1.2
isdnSignalingIfIndex OBJECT-TYPE
-- FROM ISDN-MIB
-- TEXTUAL CONVENTION InterfaceIndex
SYNTAX Integer32 (1..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The ifIndex value of the interface associated with this
signaling channel."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) isdnSignalingTable(2)
isdnSignalingEntry(1) 2 }

.1.3.6.1.2.1.10.20.1.3.2.1.3
isdnSignalingProtocol OBJECT-TYPE
-- FROM ISDN-MIB
-- TEXTUAL CONVENTION IsdnSignalingProtocol
SYNTAX INTEGER {other(1), dss1(2), etsi(3), dass2(4), ess4(5), ess5(6),
dms100(7), dms250(8), ni1(9), ni2(10), ni3(11), vn2(12), vn3(13), vn4(14), vn6(15),
kdd(16), ins64(17), ins1500(18), itr6(19), cornet(20), ts013(21), ts014(22),
qsig(23), swissnet2(24), swissnet3(25)}
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The particular protocol type supported by the
switch providing access to the ISDN network
to which this signaling channel is connected."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) isdnSignalingTable(2)
isdnSignalingEntry(1) 3 }

.1.3.6.1.2.1.10.20.1.3.2.1.4
isdnSignalingCallingAddress OBJECT-TYPE
-- FROM ISDN-MIB
-- TEXTUAL CONVENTION DisplayString
SYNTAX OCTET STRING (0..255)
DISPLAY-HINT "255a"
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The ISDN Address to be assigned to this signaling
channel. More specifically, this is the 'Calling Address
information element' as being passed to the switch
in outgoing call setup messages.

It can be an EAZ (1TR6), a calling number (DSS1, ETSI)


or any other number necessary to identify a signaling
interface. If there is no such number defined or required,
this is a zero length string. It is represented in
DisplayString form.

Incoming calls can also be identified by this number.


If the Directory Number, i.e. the Called Number in
incoming calls, is different to this number, the
isdnDirectoryTable has to be used to specify all
possible Directory Numbers.
The format of this information largely depends on the type
of switch or PBX the device is connected to. Therefore,
the detailed format of this information is not
specified and is implementation dependent.

If possible, the agent should implement this information


using the E.164 number format. In this case, the number
must start with '+'. Otherwise, IA5 number digits must
be used."
DEFVAL { \"\" }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) isdnSignalingTable(2)
isdnSignalingEntry(1) 4 }

.1.3.6.1.2.1.10.20.1.3.2.1.5
isdnSignalingSubAddress OBJECT-TYPE
-- FROM ISDN-MIB
-- TEXTUAL CONVENTION DisplayString
SYNTAX OCTET STRING (0..255)
DISPLAY-HINT "255a"
MAX-ACCESS read-create
STATUS current
DESCRIPTION "Supplementary information to the ISDN address assigned
to this signaling channel. Usually, this is the
subaddress as defined in Q.931.
If there is no such number defined or required, this is
a zero length string.
The subaddress is used for incoming calls as well as
for outgoing calls.
The subaddress is an user supplied string of up to 20
IA5 characters and is transmitted transparently through
the network."
DEFVAL { \"\" }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) isdnSignalingTable(2)
isdnSignalingEntry(1) 5 }

.1.3.6.1.2.1.10.20.1.3.2.1.6
isdnSignalingBchannelCount OBJECT-TYPE
-- FROM ISDN-MIB
SYNTAX Integer32 (1..65535)
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The total number of B channels (bearer channels)
managed by this signaling channel. The default value
of this object depends on the physical interface type
and is either 2 for Basic Rate interfaces or
24 (30) for Primary Rate interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) isdnSignalingTable(2)
isdnSignalingEntry(1) 6 }

.1.3.6.1.2.1.10.20.1.3.2.1.7
isdnSignalingInfoTrapEnable OBJECT-TYPE
-- FROM ISDN-MIB
SYNTAX INTEGER {enabled(1), disabled(2)}
MAX-ACCESS read-create
STATUS current
DESCRIPTION "Indicates whether isdnMibCallInformation traps
should be generated for calls on this signaling
channel."
DEFVAL { disabled }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) isdnSignalingTable(2)
isdnSignalingEntry(1) 7 }

.1.3.6.1.2.1.10.20.1.3.2.1.8
isdnSignalingStatus OBJECT-TYPE
-- FROM ISDN-MIB
-- TEXTUAL CONVENTION RowStatus
SYNTAX INTEGER {active(1), notInService(2), notReady(3), createAndGo(4),
createAndWait(5), destroy(6)}
MAX-ACCESS read-create
STATUS current
DESCRIPTION "This object is used to create and delete rows in the
isdnSignalingTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) isdnSignalingTable(2)
isdnSignalingEntry(1) 8 }

.1.3.6.1.2.1.10.20.1.3.3
isdnSignalingStatsTable OBJECT-TYPE
-- FROM ISDN-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "ISDN signaling table containing statistics
information for all ISDN signaling channels
on this managed device.
Only statistical information which is not already being
counted in the ifTable is being defined in this table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) 3 }

.1.3.6.1.2.1.10.20.1.3.3.1
isdnSignalingStatsEntry OBJECT-TYPE
-- FROM ISDN-MIB
MAX-ACCESS not-accessible
STATUS current
AUGMENTS { isdnSignalingEntry }
DESCRIPTION "An entry in the ISDN Signaling statistics Table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) isdnSignalingStatsTable(3) 1 }

.1.3.6.1.2.1.10.20.1.3.3.1.1
isdnSigStatsInCalls OBJECT-TYPE
-- FROM ISDN-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of incoming calls on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) isdnSignalingStatsTable(3)
isdnSignalingStatsEntry(1) 1 }

.1.3.6.1.2.1.10.20.1.3.3.1.2
isdnSigStatsInConnected OBJECT-TYPE
-- FROM ISDN-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of incoming calls on this interface
which were actually connected."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) isdnSignalingStatsTable(3)
isdnSignalingStatsEntry(1) 2 }

.1.3.6.1.2.1.10.20.1.3.3.1.3
isdnSigStatsOutCalls OBJECT-TYPE
-- FROM ISDN-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of outgoing calls on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) isdnSignalingStatsTable(3)
isdnSignalingStatsEntry(1) 3 }

.1.3.6.1.2.1.10.20.1.3.3.1.4
isdnSigStatsOutConnected OBJECT-TYPE
-- FROM ISDN-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of outgoing calls on this interface
which were actually connected."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) isdnSignalingStatsTable(3)
isdnSignalingStatsEntry(1) 4 }

.1.3.6.1.2.1.10.20.1.3.3.1.5
isdnSigStatsChargedUnits OBJECT-TYPE
-- FROM ISDN-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of charging units on this interface since
system startup.
Only the charging units applying to the local interface,
i.e. for originated calls or for calls with 'Reverse
charging' being active, are counted here."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) isdnSignalingStatsTable(3)
isdnSignalingStatsEntry(1) 5 }

.1.3.6.1.2.1.10.20.1.3.4
isdnLapdTable OBJECT-TYPE
-- FROM ISDN-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Table containing configuration and statistics
information for all LAPD (D channel Data Link)
interfaces on this managed device.
Only statistical information which is not already being
counted in the ifTable is being defined in this table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) 4 }
.1.3.6.1.2.1.10.20.1.3.4.1
isdnLapdEntry OBJECT-TYPE
-- FROM ISDN-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ifIndex }
DESCRIPTION "An entry in the LAPD Table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) isdnLapdTable(4) 1 }

.1.3.6.1.2.1.10.20.1.3.4.1.1
isdnLapdPrimaryChannel OBJECT-TYPE
-- FROM ISDN-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "If set to true(1), this D channel is the designated
primary D channel if D channel backup is active.
There must be exactly one primary D channel
configured. If D channel backup is not used, this
object has a value of true(1)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) isdnLapdTable(4)
isdnLapdEntry(1) 1 }

.1.3.6.1.2.1.10.20.1.3.4.1.2
isdnLapdOperStatus OBJECT-TYPE
-- FROM ISDN-MIB
SYNTAX INTEGER {inactive(1), l1Active(2), l2Active(3)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The operational status of this interface:

inactive all layers are inactive


l1Active layer 1 is activated,
layer 2 datalink not established
l2Active layer 1 is activated,
layer 2 datalink established."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) isdnLapdTable(4)
isdnLapdEntry(1) 2 }

.1.3.6.1.2.1.10.20.1.3.4.1.3
isdnLapdPeerSabme OBJECT-TYPE
-- FROM ISDN-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of peer SABME frames received on this
interface. This is the number of peer-initiated
new connections on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) isdnLapdTable(4)
isdnLapdEntry(1) 3 }

.1.3.6.1.2.1.10.20.1.3.4.1.4
isdnLapdRecvdFrmr OBJECT-TYPE
-- FROM ISDN-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of LAPD FRMR response frames received.
This is the number of framing errors on this
interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnSignalingGroup(3) isdnLapdTable(4)
isdnLapdEntry(1) 4 }

.1.3.6.1.2.1.10.20.1.4
isdnEndpointGroup OBJECT-TYPE
-- FROM ISDN-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) 4 }

.1.3.6.1.2.1.10.20.1.4.1
isdnEndpointGetIndex OBJECT-TYPE
-- FROM ISDN-MIB
-- TEXTUAL CONVENTION TestAndIncr
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The recommended procedure for selecting a new index for
isdnEndpointTable row creation is to GET the value of
this object, and then to SET the object with the same
value. If the SET operation succeeds, the manager can use
this value as an index to create a new row in this table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnEndpointGroup(4) 1 }

.1.3.6.1.2.1.10.20.1.4.2
isdnEndpointTable OBJECT-TYPE
-- FROM ISDN-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Table containing configuration for Terminal
Endpoints."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnEndpointGroup(4) 2 }

.1.3.6.1.2.1.10.20.1.4.2.1
isdnEndpointEntry OBJECT-TYPE
-- FROM ISDN-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { isdnEndpointIndex }
DESCRIPTION "An entry in the Terminal Endpoint Table. The value
of isdnEndpointIfType must be supplied for a row
in this table to become active."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnEndpointGroup(4) isdnEndpointTable(2) 1 }

.1.3.6.1.2.1.10.20.1.4.2.1.1
isdnEndpointIndex OBJECT-TYPE
-- FROM ISDN-MIB
SYNTAX INTEGER (1..2147483647)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The index value which uniquely identifies an entry
in the isdnEndpointTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnEndpointGroup(4) isdnEndpointTable(2)
isdnEndpointEntry(1) 1 }

.1.3.6.1.2.1.10.20.1.4.2.1.2
isdnEndpointIfIndex OBJECT-TYPE
-- FROM ISDN-MIB
-- TEXTUAL CONVENTION InterfaceIndex
SYNTAX Integer32 (1..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The ifIndex value of the interface associated with this
Terminal Endpoint."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnEndpointGroup(4) isdnEndpointTable(2)
isdnEndpointEntry(1) 2 }

.1.3.6.1.2.1.10.20.1.4.2.1.3
isdnEndpointIfType OBJECT-TYPE
-- FROM ISDN-MIB
-- TEXTUAL CONVENTION IANAifType
SYNTAX INTEGER {other(1), regular1822(2), hdh1822(3), ddnX25(4), rfc877x25(5),
ethernetCsmacd(6), iso88023Csmacd(7), iso88024TokenBus(8), iso88025TokenRing(9),
iso88026Man(10), starLan(11), proteon10Mbit(12), proteon80Mbit(13),
hyperchannel(14), fddi(15), lapb(16), sdlc(17), ds1(18), e1(19), basicISDN(20),
primaryISDN(21), propPointToPointSerial(22), ppp(23), softwareLoopback(24),
eon(25), ethernet3Mbit(26), nsip(27), slip(28), ultra(29), ds3(30), sip(31),
frameRelay(32), rs232(33), para(34), arcnet(35), arcnetPlus(36), atm(37),
miox25(38), sonet(39), x25ple(40), iso88022llc(41), localTalk(42), smdsDxi(43),
frameRelayService(44), v35(45), hssi(46), hippi(47), modem(48), aal5(49),
sonetPath(50), sonetVT(51), smdsIcip(52), propVirtual(53), propMultiplexor(54),
ieee80212(55), fibreChannel(56), hippiInterface(57), frameRelayInterconnect(58),
aflane8023(59), aflane8025(60), cctEmul(61), fastEther(62), isdn(63), v11(64),
v36(65), g703at64k(66), g703at2mb(67), qllc(68), fastEtherFX(69), channel(70),
ieee80211(71), ibm370parChan(72), escon(73), dlsw(74), isdns(75), isdnu(76),
lapd(77), ipSwitch(78), rsrb(79), atmLogical(80), ds0(81), ds0Bundle(82), bsc(83),
async(84), cnr(85), iso88025Dtr(86), eplrs(87), arap(88), propCnls(89),
hostPad(90), termPad(91), frameRelayMPI(92), x213(93), adsl(94), radsl(95),
sdsl(96), vdsl(97), iso88025CRFPInt(98), myrinet(99), voiceEM(100), voiceFXO(101),
voiceFXS(102), voiceEncap(103), voiceOverIp(104), atmDxi(105), atmFuni(106),
atmIma(107), pppMultilinkBundle(108), ipOverCdlc(109), ipOverClaw(110),
stackToStack(111), virtualIpAddress(112), mpc(113), ipOverAtm(114),
iso88025Fiber(115), tdlc(116), gigabitEthernet(117), hdlc(118), lapf(119),
v37(120), x25mlp(121), x25huntGroup(122), transpHdlc(123), interleave(124),
fast(125), ip(126), docsCableMaclayer(127), docsCableDownstream(128),
docsCableUpstream(129), a12MppSwitch(130), tunnel(131), coffee(132), ces(133),
atmSubInterface(134), l2vlan(135), l3ipvlan(136), l3ipxvlan(137),
digitalPowerline(138), mediaMailOverIp(139), dtm(140), dcn(141), ipForward(142),
msdsl(143), ieee1394(144), if-gsn(145), dvbRccMacLayer(146), dvbRccDownstream(147),
dvbRccUpstream(148), atmVirtual(149), mplsTunnel(150), srp(151), voiceOverAtm(152),
voiceOverFrameRelay(153), idsl(154), compositeLink(155), ss7SigLink(156),
propWirelessP2P(157), frForward(158), rfc1483(159), usb(160), ieee8023adLag(161),
bgppolicyaccounting(162), frf16MfrBundle(163), h323Gatekeeper(164), h323Proxy(165),
mpls(166), mfSigLink(167), hdsl2(168), shdsl(169), ds1FDL(170), pos(171),
dvbAsiIn(172), dvbAsiOut(173), plc(174), nfas(175), tr008(176), gr303RDT(177),
gr303IDT(178), isup(179), propDocsWirelessMaclayer(180),
propDocsWirelessDownstream(181), propDocsWirelessUpstream(182), hiperlan2(183),
propBWAp2Mp(184), sonetOverheadChannel(185), digitalWrapperOverheadChannel(186),
aal2(187), radioMAC(188), atmRadio(189), imt(190), mvl(191), reachDSL(192),
frDlciEndPt(193), atmVciEndPt(194), opticalChannel(195), opticalTransport(196),
propAtm(197), voiceOverCable(198), infiniband(199), teLink(200), q2931(201),
virtualTg(202), sipTg(203), sipSig(204), docsCableUpstreamChannel(205),
econet(206), pon155(207), pon622(208), bridge(209), linegroup(210),
voiceEMFGD(211), voiceFGDEANA(212), voiceDID(213), mpegTransport(214),
sixToFour(215), gtp(216), pdnEtherLoop1(217), pdnEtherLoop2(218),
opticalChannelGroup(219), homepna(220), gfp(221), ciscoISLvlan(222),
actelisMetaLOOP(223), fcipLink(224), rpr(225), qam(226), lmp(227),
cblVectaStar(228), docsCableMCmtsDownstream(229), adsl2(230),
macSecControlledIF(231), macSecUncontrolledIF(232), aviciOpticalEther(233),
atmbond(234), voiceFGDOS(235), mocaVersion1(236), ieee80216WMAN(237),
adsl2plus(238), dvbRcsMacLayer(239), dvbTdm(240), dvbRcsTdma(241), x86Laps(242),
wwanPP(243), wwanPP2(244), voiceEBS(245), ifPwType(246), ilan(247), pip(248),
aluELP(249), gpon(250), vdsl2(251), capwapDot11Profile(252), capwapDot11Bss(253),
capwapWtpVirtualRadio(254), bits(255), docsCableUpstreamRfPort(256),
cableDownstreamRfPort(257), switchstack(65534)}
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The interface type for this Terminal Endpoint.
Interface types of x25ple(40) and isdn(63) are allowed.
The interface type is identical to the value of
ifType in the associated ifEntry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnEndpointGroup(4) isdnEndpointTable(2)
isdnEndpointEntry(1) 3 }

.1.3.6.1.2.1.10.20.1.4.2.1.4
isdnEndpointTeiType OBJECT-TYPE
-- FROM ISDN-MIB
SYNTAX INTEGER {dynamic(1), static(2)}
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The type of TEI (Terminal Endpoint Identifier)
used for this Terminal Endpoint. In case of dynamic(1),
the TEI value is selected by the switch. In
case of static(2), a valid TEI value has to be
entered in the isdnEndpointTeiValue object.
The default value for this object depends on the
interface type as well as the Terminal Endpoint type.
On Primary Rate interfaces the default value is
static(2). On Basic Rate interfaces the default value
is dynamic(1) for isdn(63) Terminal Endpoints and
static(2) for x25ple(40) Terminal Endpoints."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnEndpointGroup(4) isdnEndpointTable(2)
isdnEndpointEntry(1) 4 }

.1.3.6.1.2.1.10.20.1.4.2.1.5
isdnEndpointTeiValue OBJECT-TYPE
-- FROM ISDN-MIB
SYNTAX INTEGER (0..255)
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The TEI (Terminal Endpoint Identifier) value
for this Terminal Endpoint. If isdnEndpointTeiType
is set to static(2), valid numbers are 0..63,
while otherwise the value is set internally.
The default value of this object is 0 for static
TEI assignment.
The default value for dynamic TEI assignment is also
0 as long as no TEI has been assigned. After TEI
assignment, the assigned TEI value is returned."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnEndpointGroup(4) isdnEndpointTable(2)
isdnEndpointEntry(1) 5 }

.1.3.6.1.2.1.10.20.1.4.2.1.6
isdnEndpointSpid OBJECT-TYPE
-- FROM ISDN-MIB
-- TEXTUAL CONVENTION DisplayString
SYNTAX OCTET STRING (0..255)
DISPLAY-HINT "255a"
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The Service profile IDentifier (SPID) information
for this Terminal Endpoint.

The SPID is composed of 9-20 numeric characters.

This information has to be defined in addition to


the local number for some switch protocol types,
e.g. Bellcore NI-1 and NI-2.

If this object is not required, it is a


zero length string."
DEFVAL { \"\" }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnEndpointGroup(4) isdnEndpointTable(2)
isdnEndpointEntry(1) 6 }

.1.3.6.1.2.1.10.20.1.4.2.1.7
isdnEndpointStatus OBJECT-TYPE
-- FROM ISDN-MIB
-- TEXTUAL CONVENTION RowStatus
SYNTAX INTEGER {active(1), notInService(2), notReady(3), createAndGo(4),
createAndWait(5), destroy(6)}
MAX-ACCESS read-create
STATUS current
DESCRIPTION "This object is used to create and delete rows in the
isdnEndpointTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnEndpointGroup(4) isdnEndpointTable(2)
isdnEndpointEntry(1) 7 }

.1.3.6.1.2.1.10.20.1.5
isdnDirectoryGroup OBJECT-TYPE
-- FROM ISDN-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) 5 }

.1.3.6.1.2.1.10.20.1.5.1
isdnDirectoryTable OBJECT-TYPE
-- FROM ISDN-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Table containing Directory Numbers."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnDirectoryGroup(5) 1 }

.1.3.6.1.2.1.10.20.1.5.1.1
isdnDirectoryEntry OBJECT-TYPE
-- FROM ISDN-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { isdnDirectoryIndex }
DESCRIPTION "An entry in the Directory Number Table. All objects
in an entry must be set for a new row to become active."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnDirectoryGroup(5) isdnDirectoryTable(1) 1 }

.1.3.6.1.2.1.10.20.1.5.1.1.1
isdnDirectoryIndex OBJECT-TYPE
-- FROM ISDN-MIB
SYNTAX INTEGER (1..2147483647)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The index value which uniquely identifies an entry
in the isdnDirectoryTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnDirectoryGroup(5) isdnDirectoryTable(1)
isdnDirectoryEntry(1) 1 }

.1.3.6.1.2.1.10.20.1.5.1.1.2
isdnDirectoryNumber OBJECT-TYPE
-- FROM ISDN-MIB
-- TEXTUAL CONVENTION DisplayString
SYNTAX OCTET STRING (0..255)
DISPLAY-HINT "255a"
MAX-ACCESS read-create
STATUS current
DESCRIPTION "A Directory Number. Directory Numbers are used
to identify incoming calls on the signaling
channel given in isdnDirectorySigIndex.

The format of this information largely depends on the type


of switch or PBX the device is connected to. Therefore,
the detailed format of this information is not
specified and is implementation dependent.

If possible, the agent should implement this information


using the E.164 number format. In this case, the number
must start with '+'. Otherwise, IA5 number digits must
be used."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnDirectoryGroup(5) isdnDirectoryTable(1)
isdnDirectoryEntry(1) 2 }

.1.3.6.1.2.1.10.20.1.5.1.1.3
isdnDirectorySigIndex OBJECT-TYPE
-- FROM ISDN-MIB
SYNTAX INTEGER (1..2147483647)
MAX-ACCESS read-create
STATUS current
DESCRIPTION "An index pointing to an ISDN signaling channel.
Incoming calls are accepted on this
signaling channel if the isdnDirectoryNumber is
presented as Called Number in the SETUP message."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnDirectoryGroup(5) isdnDirectoryTable(1)
isdnDirectoryEntry(1) 3 }

.1.3.6.1.2.1.10.20.1.5.1.1.4
isdnDirectoryStatus OBJECT-TYPE
-- FROM ISDN-MIB
-- TEXTUAL CONVENTION RowStatus
SYNTAX INTEGER {active(1), notInService(2), notReady(3), createAndGo(4),
createAndWait(5), destroy(6)}
MAX-ACCESS read-create
STATUS current
DESCRIPTION "This object is used to create and delete rows in the
isdnDirectoryTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibObjects(1) isdnDirectoryGroup(5) isdnDirectoryTable(1)
isdnDirectoryEntry(1) 4 }

.1.3.6.1.2.1.10.20.2
isdnMibConformance OBJECT-TYPE
-- FROM ISDN-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) 2 }

.1.3.6.1.2.1.10.20.2
isdnMibConformance OBJECT-TYPE
-- FROM ISDN-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) 2 }

.1.3.6.1.2.1.10.20.2.0
isdnMibTraps OBJECT-TYPE
-- FROM ISDN-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibConformance(2) 0 }

.1.3.6.1.2.1.10.20.2.0.1
isdnMibCallInformation NOTIFICATION-TYPE
-- FROM ISDN-MIB
OBJECTS { ifIndex, isdnBearerOperStatus, isdnBearerPeerAddress,
isdnBearerPeerSubAddress, isdnBearerCallSetupTime, isdnBearerInfoType,
isdnBearerCallOrigin }
DESCRIPTION "This trap/inform is sent to the manager under the
following condidions:
- on incoming calls for each call which is rejected for
policy reasons (e.g. unknown neighbor or access
violation)
- on outgoing calls whenever a call attempt is determined
to have ultimately failed. In the event that call retry
is active, then this will be after all retry attempts
have failed.
- whenever a call connects. In this case, the object
isdnBearerCallConnectTime should be included in the
trap.
Only one such trap is sent in between successful or
unsuccessful call attempts from or to a single neighbor;
subsequent call attempts result in no trap.

If the Dial Control MIB objects dialCtlNbrCfgId and


dialCtlNbrCfgIndex are known by the entity generating
this trap, both objects should be included in the trap
as well. The receipt of this trap with no dial neighbor
information indicates that the manager must poll the
callHistoryTable of the Dial Control MIB to see what
changed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibConformance(2) isdnMibTraps(0) 1 }

.1.3.6.1.2.1.10.20.2.1
isdnMibCompliances OBJECT-TYPE
-- FROM ISDN-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibConformance(2) 1 }

.1.3.6.1.2.1.10.20.2.1.1
isdnMibCompliance MODULE-COMPLIANCE
-- FROM ISDN-MIB
DESCRIPTION "The compliance statement for entities which implement
the ISDN MIB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibConformance(2) isdnMibCompliances(1) 1 }

.1.3.6.1.2.1.10.20.2.2
isdnMibGroups OBJECT-TYPE
-- FROM ISDN-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibConformance(2) 2 }

.1.3.6.1.2.1.10.20.2.2.1
isdnMibBasicRateGroup OBJECT-GROUP
-- FROM ISDN-MIB
DESCRIPTION "A collection of objects required for ISDN Basic Rate
physical interface configuration and statistics."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibConformance(2) isdnMibGroups(2) 1 }

.1.3.6.1.2.1.10.20.2.2.2
isdnMibBearerGroup OBJECT-GROUP
-- FROM ISDN-MIB
DESCRIPTION "A collection of objects required for ISDN Bearer channel
control and statistics."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibConformance(2) isdnMibGroups(2) 2 }

.1.3.6.1.2.1.10.20.2.2.3
isdnMibSignalingGroup OBJECT-GROUP
-- FROM ISDN-MIB
DESCRIPTION "A collection of objects required for ISDN D channel
configuration and statistics."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibConformance(2) isdnMibGroups(2) 3 }

.1.3.6.1.2.1.10.20.2.2.4
isdnMibEndpointGroup OBJECT-GROUP
-- FROM ISDN-MIB
DESCRIPTION "A collection of objects describing Terminal Endpoints."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibConformance(2) isdnMibGroups(2) 4 }

.1.3.6.1.2.1.10.20.2.2.5
isdnMibDirectoryGroup OBJECT-GROUP
-- FROM ISDN-MIB
DESCRIPTION "A collection of objects describing directory numbers."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibConformance(2) isdnMibGroups(2) 5 }

.1.3.6.1.2.1.10.20.2.2.6
isdnMibNotificationsGroup OBJECT-TYPE
-- FROM ISDN-MIB
DESCRIPTION "The notifications which a ISDN MIB entity is
required to implement."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
isdnMib(20) isdnMibConformance(2) isdnMibGroups(2) 6 }

.1.3.6.1.2.1.10.21
dialControlMib MODULE-IDENTITY
-- FROM DIAL-CONTROL-MIB
DESCRIPTION "The MIB module to describe peer information for
demand access and possibly other kinds of interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) 21 }

.1.3.6.1.2.1.10.21.1
dialControlMibObjects OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) 1 }

.1.3.6.1.2.1.10.21.1.1
dialCtlConfiguration OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) 1 }

.1.3.6.1.2.1.10.21.1.1.1
dialCtlAcceptMode OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
SYNTAX INTEGER {acceptNone(1), acceptAll(2), acceptKnown(3)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The security level for acceptance of incoming calls.
acceptNone(1) - incoming calls will not be accepted
acceptAll(2) - incoming calls will be accepted,
even if there is no matching entry
in the dialCtlPeerCfgTable
acceptKnown(3) - incoming calls will be accepted only
if there is a matching entry in the
dialCtlPeerCfgTable
"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) dialCtlConfiguration(1) 1 }

.1.3.6.1.2.1.10.21.1.1.2
dialCtlTrapEnable OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
SYNTAX INTEGER {enabled(1), disabled(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This object indicates whether dialCtlPeerCallInformation
and dialCtlPeerCallSetup traps should be generated for
all peers. If the value of this object is enabled(1),
traps will be generated for all peers. If the value
of this object is disabled(2), traps will be generated
only for peers having dialCtlPeerCfgTrapEnable set
to enabled(1)."
DEFVAL { disabled }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) dialCtlConfiguration(1) 2 }

.1.3.6.1.2.1.10.21.1.2
dialCtlPeer OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) 2 }

.1.3.6.1.2.1.10.21.1.2.1
dialCtlPeerCfgTable OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The list of peers from which the managed device
will accept calls or to which it will place them."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) 1 }

.1.3.6.1.2.1.10.21.1.2.1.1
dialCtlPeerCfgEntry OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { dialCtlPeerCfgId, ifIndex }
DESCRIPTION "Configuration data for a single Peer. This entry is
effectively permanent, and contains information
to identify the peer, how to connect to the peer,
how to identify the peer and its permissions.
The value of dialCtlPeerCfgOriginateAddress must be
specified before a new row in this table can become
active(1). Any writeable parameters in an existing entry
can be modified while the entry is active. The modification
will take effect when the peer in question will be
called the next time.
An entry in this table can only be created if the
associated ifEntry already exists."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerCfgTable(1) 1
}

.1.3.6.1.2.1.10.21.1.2.1.1.1
dialCtlPeerCfgId OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
SYNTAX INTEGER (1..2147483647)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This object identifies a single peer. There may
be several entries in this table for one peer,
defining different ways of reaching this peer.
Thus, there may be several entries in this table
with the same value of dialCtlPeerCfgId.
Multiple entries for one peer may be used to support
multilink as well as backup lines.
A single peer will be identified by a unique value
of this object. Several entries for one peer MUST
have the same value of dialCtlPeerCfgId, but different
ifEntries and thus different values of ifIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerCfgTable(1)
dialCtlPeerCfgEntry(1) 1 }

.1.3.6.1.2.1.10.21.1.2.1.1.2
dialCtlPeerCfgIfType OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
-- TEXTUAL CONVENTION IANAifType
SYNTAX INTEGER {other(1), regular1822(2), hdh1822(3), ddnX25(4), rfc877x25(5),
ethernetCsmacd(6), iso88023Csmacd(7), iso88024TokenBus(8), iso88025TokenRing(9),
iso88026Man(10), starLan(11), proteon10Mbit(12), proteon80Mbit(13),
hyperchannel(14), fddi(15), lapb(16), sdlc(17), ds1(18), e1(19), basicISDN(20),
primaryISDN(21), propPointToPointSerial(22), ppp(23), softwareLoopback(24),
eon(25), ethernet3Mbit(26), nsip(27), slip(28), ultra(29), ds3(30), sip(31),
frameRelay(32), rs232(33), para(34), arcnet(35), arcnetPlus(36), atm(37),
miox25(38), sonet(39), x25ple(40), iso88022llc(41), localTalk(42), smdsDxi(43),
frameRelayService(44), v35(45), hssi(46), hippi(47), modem(48), aal5(49),
sonetPath(50), sonetVT(51), smdsIcip(52), propVirtual(53), propMultiplexor(54),
ieee80212(55), fibreChannel(56), hippiInterface(57), frameRelayInterconnect(58),
aflane8023(59), aflane8025(60), cctEmul(61), fastEther(62), isdn(63), v11(64),
v36(65), g703at64k(66), g703at2mb(67), qllc(68), fastEtherFX(69), channel(70),
ieee80211(71), ibm370parChan(72), escon(73), dlsw(74), isdns(75), isdnu(76),
lapd(77), ipSwitch(78), rsrb(79), atmLogical(80), ds0(81), ds0Bundle(82), bsc(83),
async(84), cnr(85), iso88025Dtr(86), eplrs(87), arap(88), propCnls(89),
hostPad(90), termPad(91), frameRelayMPI(92), x213(93), adsl(94), radsl(95),
sdsl(96), vdsl(97), iso88025CRFPInt(98), myrinet(99), voiceEM(100), voiceFXO(101),
voiceFXS(102), voiceEncap(103), voiceOverIp(104), atmDxi(105), atmFuni(106),
atmIma(107), pppMultilinkBundle(108), ipOverCdlc(109), ipOverClaw(110),
stackToStack(111), virtualIpAddress(112), mpc(113), ipOverAtm(114),
iso88025Fiber(115), tdlc(116), gigabitEthernet(117), hdlc(118), lapf(119),
v37(120), x25mlp(121), x25huntGroup(122), transpHdlc(123), interleave(124),
fast(125), ip(126), docsCableMaclayer(127), docsCableDownstream(128),
docsCableUpstream(129), a12MppSwitch(130), tunnel(131), coffee(132), ces(133),
atmSubInterface(134), l2vlan(135), l3ipvlan(136), l3ipxvlan(137),
digitalPowerline(138), mediaMailOverIp(139), dtm(140), dcn(141), ipForward(142),
msdsl(143), ieee1394(144), if-gsn(145), dvbRccMacLayer(146), dvbRccDownstream(147),
dvbRccUpstream(148), atmVirtual(149), mplsTunnel(150), srp(151), voiceOverAtm(152),
voiceOverFrameRelay(153), idsl(154), compositeLink(155), ss7SigLink(156),
propWirelessP2P(157), frForward(158), rfc1483(159), usb(160), ieee8023adLag(161),
bgppolicyaccounting(162), frf16MfrBundle(163), h323Gatekeeper(164), h323Proxy(165),
mpls(166), mfSigLink(167), hdsl2(168), shdsl(169), ds1FDL(170), pos(171),
dvbAsiIn(172), dvbAsiOut(173), plc(174), nfas(175), tr008(176), gr303RDT(177),
gr303IDT(178), isup(179), propDocsWirelessMaclayer(180),
propDocsWirelessDownstream(181), propDocsWirelessUpstream(182), hiperlan2(183),
propBWAp2Mp(184), sonetOverheadChannel(185), digitalWrapperOverheadChannel(186),
aal2(187), radioMAC(188), atmRadio(189), imt(190), mvl(191), reachDSL(192),
frDlciEndPt(193), atmVciEndPt(194), opticalChannel(195), opticalTransport(196),
propAtm(197), voiceOverCable(198), infiniband(199), teLink(200), q2931(201),
virtualTg(202), sipTg(203), sipSig(204), docsCableUpstreamChannel(205),
econet(206), pon155(207), pon622(208), bridge(209), linegroup(210),
voiceEMFGD(211), voiceFGDEANA(212), voiceDID(213), mpegTransport(214),
sixToFour(215), gtp(216), pdnEtherLoop1(217), pdnEtherLoop2(218),
opticalChannelGroup(219), homepna(220), gfp(221), ciscoISLvlan(222),
actelisMetaLOOP(223), fcipLink(224), rpr(225), qam(226), lmp(227),
cblVectaStar(228), docsCableMCmtsDownstream(229), adsl2(230),
macSecControlledIF(231), macSecUncontrolledIF(232), aviciOpticalEther(233),
atmbond(234), voiceFGDOS(235), mocaVersion1(236), ieee80216WMAN(237),
adsl2plus(238), dvbRcsMacLayer(239), dvbTdm(240), dvbRcsTdma(241), x86Laps(242),
wwanPP(243), wwanPP2(244), voiceEBS(245), ifPwType(246), ilan(247), pip(248),
aluELP(249), gpon(250), vdsl2(251), capwapDot11Profile(252), capwapDot11Bss(253),
capwapWtpVirtualRadio(254), bits(255), docsCableUpstreamRfPort(256),
cableDownstreamRfPort(257), switchstack(65534)}
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The interface type to be used for calling this peer.
In case of ISDN, the value of isdn(63) is to be used."
DEFVAL { other }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerCfgTable(1)
dialCtlPeerCfgEntry(1) 2 }

.1.3.6.1.2.1.10.21.1.2.1.1.3
dialCtlPeerCfgLowerIf OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
-- TEXTUAL CONVENTION InterfaceIndexOrZero
SYNTAX Integer32 (0..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS read-create
STATUS current
DESCRIPTION "ifIndex value of an interface the peer will have to be
called on. For example, on an ISDN interface, this can be
the ifIndex value of a D channel or the ifIndex value of a
B channel, whatever is appropriate for a given peer.
As an example, for Basic Rate leased lines it will be
necessary to specify a B channel ifIndex, while for
semi-permanent connections the D channel ifIndex has
to be specified.
If the interface can be dynamically assigned, this object
has a value of zero."
DEFVAL { 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerCfgTable(1)
dialCtlPeerCfgEntry(1) 3 }

.1.3.6.1.2.1.10.21.1.2.1.1.4
dialCtlPeerCfgOriginateAddress OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
-- TEXTUAL CONVENTION DisplayString
SYNTAX OCTET STRING (0..255)
DISPLAY-HINT "255a"
MAX-ACCESS read-create
STATUS current
DESCRIPTION "Call Address at which the peer will be called.
Think of this as the set of characters following 'ATDT '
or the 'phone number' included in a D channel call request.
The structure of this information will be switch type
specific. If there is no address information required
for reaching the peer, i.e., for leased lines,
this object will be a zero length string."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerCfgTable(1)
dialCtlPeerCfgEntry(1) 4 }

.1.3.6.1.2.1.10.21.1.2.1.1.5
dialCtlPeerCfgAnswerAddress OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
-- TEXTUAL CONVENTION DisplayString
SYNTAX OCTET STRING (0..255)
DISPLAY-HINT "255a"
MAX-ACCESS read-create
STATUS current
DESCRIPTION "Calling Party Number information element, as for example
passed in an ISDN SETUP message by a PBX or switch,
for incoming calls.
This address can be used to identify the peer.
If this address is either unknown or identical
to dialCtlPeerCfgOriginateAddress, this object will be
a zero length string."
DEFVAL { \"\" }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerCfgTable(1)
dialCtlPeerCfgEntry(1) 5 }

.1.3.6.1.2.1.10.21.1.2.1.1.6
dialCtlPeerCfgSubAddress OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
-- TEXTUAL CONVENTION DisplayString
SYNTAX OCTET STRING (0..255)
DISPLAY-HINT "255a"
MAX-ACCESS read-create
STATUS current
DESCRIPTION "Subaddress at which the peer will be called.
If the subaddress is undefined for the given media or
unused, this is a zero length string."
DEFVAL { \"\" }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerCfgTable(1)
dialCtlPeerCfgEntry(1) 6 }

.1.3.6.1.2.1.10.21.1.2.1.1.7
dialCtlPeerCfgClosedUserGroup OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
-- TEXTUAL CONVENTION DisplayString
SYNTAX OCTET STRING (0..255)
DISPLAY-HINT "255a"
MAX-ACCESS read-create
STATUS current
DESCRIPTION "Closed User Group at which the peer will be called.
If the Closed User Group is undefined for the given media
or unused, this is a zero length string."
DEFVAL { \"\" }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerCfgTable(1)
dialCtlPeerCfgEntry(1) 7 }
.1.3.6.1.2.1.10.21.1.2.1.1.8
dialCtlPeerCfgSpeed OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The desired information transfer speed in bits/second
when calling this peer.
The detailed media specific information, e.g. information
type and information transfer rate for ISDN circuits,
has to be extracted from this object.
If the transfer speed to be used is unknown or the default
speed for this type of interfaces, the value of this object
may be zero."
DEFVAL { 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerCfgTable(1)
dialCtlPeerCfgEntry(1) 8 }

.1.3.6.1.2.1.10.21.1.2.1.1.9
dialCtlPeerCfgInfoType OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
SYNTAX INTEGER {other(1), speech(2), unrestrictedDigital(3),
unrestrictedDigital56(4), restrictedDigital(5), audio31(6), audio7(7), video(8),
packetSwitched(9), fax(10)}
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The Information Transfer Capability to be used when
calling this peer.

speech(2) refers to a non-data connection, whereas


audio31(6) and audio7(7) refer to data mode
connections."
DEFVAL { other }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerCfgTable(1)
dialCtlPeerCfgEntry(1) 9 }

.1.3.6.1.2.1.10.21.1.2.1.1.10
dialCtlPeerCfgPermission OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
SYNTAX INTEGER {originate(1), answer(2), both(3), callback(4), none(5)}
MAX-ACCESS read-create
STATUS current
DESCRIPTION "Applicable permissions. callback(4) either rejects the
call and then calls back, or uses the 'Reverse charging'
information element if it is available.
Note that callback(4) is supposed to control charging, not
security, and applies to callback prior to accepting a
call. Callback for security reasons can be handled using
PPP callback."
DEFVAL { both }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerCfgTable(1)
dialCtlPeerCfgEntry(1) 10 }

.1.3.6.1.2.1.10.21.1.2.1.1.11
dialCtlPeerCfgInactivityTimer OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
SYNTAX INTEGER (0..2147483647)
UNITS ""
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The connection will be automatically disconnected
if no longer carrying useful data for a time
period, in seconds, specified in this object.
Useful data in this context refers to forwarding
packets, including routing information; it
excludes the encapsulator maintenance frames.
A value of zero means the connection will not be
automatically taken down due to inactivity,
which implies that it is a dedicated circuit."
DEFVAL { 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerCfgTable(1)
dialCtlPeerCfgEntry(1) 11 }

.1.3.6.1.2.1.10.21.1.2.1.1.12
dialCtlPeerCfgMinDuration OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-create
STATUS current
DESCRIPTION "Minimum duration of a call in seconds, starting from the
time the call is connected until the call is disconnected.
This is to accomplish the fact that in most countries
charging applies to units of time, which should be matched
as closely as possible."
DEFVAL { 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerCfgTable(1)
dialCtlPeerCfgEntry(1) 12 }

.1.3.6.1.2.1.10.21.1.2.1.1.13
dialCtlPeerCfgMaxDuration OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-create
STATUS current
DESCRIPTION "Maximum call duration in seconds. Zero means 'unlimited'."
DEFVAL { 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerCfgTable(1)
dialCtlPeerCfgEntry(1) 13 }

.1.3.6.1.2.1.10.21.1.2.1.1.14
dialCtlPeerCfgCarrierDelay OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
SYNTAX INTEGER (0..2147483647)
UNITS ""
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The call timeout time in seconds. The default value
of zero means that the call timeout as specified for
the media in question will apply."
DEFVAL { 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerCfgTable(1)
dialCtlPeerCfgEntry(1) 14 }

.1.3.6.1.2.1.10.21.1.2.1.1.15
dialCtlPeerCfgCallRetries OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The number of calls to a non-responding address
that may be made. A retry count of zero means
there is no bound. The intent is to bound
the number of successive calls to an address
which is inaccessible, or which refuses those calls.

Some countries regulate the number of call retries


to a given peer that can be made."
DEFVAL { 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerCfgTable(1)
dialCtlPeerCfgEntry(1) 15 }

.1.3.6.1.2.1.10.21.1.2.1.1.16
dialCtlPeerCfgRetryDelay OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
SYNTAX INTEGER (0..2147483647)
UNITS ""
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The time in seconds between call retries if a peer
cannot be reached.
A value of zero means that call retries may be done
without any delay."
DEFVAL { 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerCfgTable(1)
dialCtlPeerCfgEntry(1) 16 }

.1.3.6.1.2.1.10.21.1.2.1.1.17
dialCtlPeerCfgFailureDelay OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
SYNTAX INTEGER (0..2147483647)
UNITS ""
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The time in seconds after which call attempts are
to be placed again after a peer has been noticed
to be unreachable, i.e. after dialCtlPeerCfgCallRetries
unsuccessful call attempts.
A value of zero means that a peer will not be called
again after dialCtlPeerCfgCallRetries unsuccessful call
attempts."
DEFVAL { 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerCfgTable(1)
dialCtlPeerCfgEntry(1) 17 }

.1.3.6.1.2.1.10.21.1.2.1.1.18
dialCtlPeerCfgTrapEnable OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
SYNTAX INTEGER {enabled(1), disabled(2)}
MAX-ACCESS read-create
STATUS current
DESCRIPTION "This object indicates whether dialCtlPeerCallInformation
and dialCtlPeerCallSetup traps should be generated for
this peer."
DEFVAL { disabled }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerCfgTable(1)
dialCtlPeerCfgEntry(1) 18 }

.1.3.6.1.2.1.10.21.1.2.1.1.19
dialCtlPeerCfgStatus OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
-- TEXTUAL CONVENTION RowStatus
SYNTAX INTEGER {active(1), notInService(2), notReady(3), createAndGo(4),
createAndWait(5), destroy(6)}
MAX-ACCESS read-create
STATUS current
DESCRIPTION "Status of one row in this table."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerCfgTable(1)
dialCtlPeerCfgEntry(1) 19 }

.1.3.6.1.2.1.10.21.1.2.2
dialCtlPeerStatsTable OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Statistics information for each peer entry.
There will be one entry in this table for each entry
in the dialCtlPeerCfgTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) 2 }

.1.3.6.1.2.1.10.21.1.2.2.1
dialCtlPeerStatsEntry OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
MAX-ACCESS not-accessible
STATUS current
AUGMENTS { dialCtlPeerCfgEntry }
DESCRIPTION "Statistics information for a single Peer. This entry
is effectively permanent, and contains information
describing the last call attempt as well as supplying
statistical information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerStatsTable(2)
1 }

.1.3.6.1.2.1.10.21.1.2.2.1.1
dialCtlPeerStatsConnectTime OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
-- TEXTUAL CONVENTION AbsoluteCounter32
SYNTAX Unsigned32
UNITS ""
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Accumulated connect time to the peer since system startup.
This is the total connect time, i.e. the connect time
for outgoing calls plus the time for incoming calls."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerStatsTable(2)
dialCtlPeerStatsEntry(1) 1 }

.1.3.6.1.2.1.10.21.1.2.2.1.2
dialCtlPeerStatsChargedUnits OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
-- TEXTUAL CONVENTION AbsoluteCounter32
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total number of charging units applying to this
peer since system startup.
Only the charging units applying to the local interface,
i.e. for originated calls or for calls with 'Reverse
charging' being active, will be counted here."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerStatsTable(2)
dialCtlPeerStatsEntry(1) 2 }

.1.3.6.1.2.1.10.21.1.2.2.1.3
dialCtlPeerStatsSuccessCalls OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
-- TEXTUAL CONVENTION AbsoluteCounter32
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of completed calls to this peer."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerStatsTable(2)
dialCtlPeerStatsEntry(1) 3 }

.1.3.6.1.2.1.10.21.1.2.2.1.4
dialCtlPeerStatsFailCalls OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
-- TEXTUAL CONVENTION AbsoluteCounter32
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of failed call attempts to this peer since system
startup."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerStatsTable(2)
dialCtlPeerStatsEntry(1) 4 }

.1.3.6.1.2.1.10.21.1.2.2.1.5
dialCtlPeerStatsAcceptCalls OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
-- TEXTUAL CONVENTION AbsoluteCounter32
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of calls from this peer accepted since system
startup."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerStatsTable(2)
dialCtlPeerStatsEntry(1) 5 }
.1.3.6.1.2.1.10.21.1.2.2.1.6
dialCtlPeerStatsRefuseCalls OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
-- TEXTUAL CONVENTION AbsoluteCounter32
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of calls from this peer refused since system
startup."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerStatsTable(2)
dialCtlPeerStatsEntry(1) 6 }

.1.3.6.1.2.1.10.21.1.2.2.1.7
dialCtlPeerStatsLastDisconnectCause OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
SYNTAX OCTET STRING (0..4)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The encoded network cause value associated with the last
call.
This object will be updated whenever a call is started
or cleared.
The value of this object will depend on the interface type
as well as on the protocol and protocol version being
used on this interface. Some references for possible cause
values are given below."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerStatsTable(2)
dialCtlPeerStatsEntry(1) 7 }

.1.3.6.1.2.1.10.21.1.2.2.1.8
dialCtlPeerStatsLastDisconnectText OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
-- TEXTUAL CONVENTION DisplayString
SYNTAX OCTET STRING (0..255)
DISPLAY-HINT "255a"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "ASCII text describing the reason for the last call
termination.

This object exists because it would be impossible for


a management station to store all possible cause values
for all types of interfaces. It should be used only if
a management station is unable to decode the value of
dialCtlPeerStatsLastDisconnectCause.

This object will be updated whenever a call is started


or cleared."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerStatsTable(2)
dialCtlPeerStatsEntry(1) 8 }

.1.3.6.1.2.1.10.21.1.2.2.1.9
dialCtlPeerStatsLastSetupTime OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
-- TEXTUAL CONVENTION TimeStamp
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The value of sysUpTime when the last call to this peer
was started.
For ISDN media, this will be the time when the setup
message was received from or sent to the network.
This object will be updated whenever a call is started
or cleared."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) dialCtlPeer(2) dialCtlPeerStatsTable(2)
dialCtlPeerStatsEntry(1) 9 }

.1.3.6.1.2.1.10.21.1.3
callActive OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) 3 }

.1.3.6.1.2.1.10.21.1.3.1
callActiveTable OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table containing information about active
calls to a specific destination."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) callActive(3) 1 }

.1.3.6.1.2.1.10.21.1.3.1.1
callActiveEntry OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { callActiveSetupTime, callActiveIndex }
DESCRIPTION "The information regarding a single active Connection.
An entry in this table will be created when a call is
started. An entry in this table will be deleted when
an active call clears."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) callActive(3) callActiveTable(1) 1 }

.1.3.6.1.2.1.10.21.1.3.1.1.1
callActiveSetupTime OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
-- TEXTUAL CONVENTION TimeStamp
SYNTAX TimeTicks
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The value of sysUpTime when the call associated to this
entry was started. This will be useful for an NMS to
retrieve all calls after a specific time. Also, this object
can be useful in finding large delays between the time the
call was started and the time the call was connected.
For ISDN media, this will be the time when the setup
message was received from or sent to the network."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) callActive(3) callActiveTable(1)
callActiveEntry(1) 1 }
.1.3.6.1.2.1.10.21.1.3.1.1.2
callActiveIndex OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
SYNTAX INTEGER (1..2147483647)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Small index variable to distinguish calls that start in
the same hundredth of a second."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) callActive(3) callActiveTable(1)
callActiveEntry(1) 2 }

.1.3.6.1.2.1.10.21.1.3.1.1.3
callActivePeerAddress OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
-- TEXTUAL CONVENTION DisplayString
SYNTAX OCTET STRING (0..255)
DISPLAY-HINT "255a"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number this call is connected to. If the number is
not available, then it will have a length of zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) callActive(3) callActiveTable(1)
callActiveEntry(1) 3 }

.1.3.6.1.2.1.10.21.1.3.1.1.4
callActivePeerSubAddress OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
-- TEXTUAL CONVENTION DisplayString
SYNTAX OCTET STRING (0..255)
DISPLAY-HINT "255a"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The subaddress this call is connected to. If the subaddress
is undefined or not available, this will be a zero length
string."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) callActive(3) callActiveTable(1)
callActiveEntry(1) 4 }

.1.3.6.1.2.1.10.21.1.3.1.1.5
callActivePeerId OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This is the Id value of the peer table entry
to which this call was made. If a peer table entry
for this call does not exist or is unknown, the value
of this object will be zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) callActive(3) callActiveTable(1)
callActiveEntry(1) 5 }

.1.3.6.1.2.1.10.21.1.3.1.1.6
callActivePeerIfIndex OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This is the ifIndex value of the peer table entry
to which this call was made. If a peer table entry
for this call does not exist or is unknown, the value
of this object will be zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) callActive(3) callActiveTable(1)
callActiveEntry(1) 6 }

.1.3.6.1.2.1.10.21.1.3.1.1.7
callActiveLogicalIfIndex OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
-- TEXTUAL CONVENTION InterfaceIndexOrZero
SYNTAX Integer32 (0..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This is the ifIndex value of the logical interface through
which this call was made. For ISDN media, this would be
the ifIndex of the B channel which was used for this call.
If the ifIndex value is unknown, the value of this object
will be zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) callActive(3) callActiveTable(1)
callActiveEntry(1) 7 }

.1.3.6.1.2.1.10.21.1.3.1.1.8
callActiveConnectTime OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
-- TEXTUAL CONVENTION TimeStamp
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The value of sysUpTime when the call was connected.
If the call is not connected, this object will have a
value of zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) callActive(3) callActiveTable(1)
callActiveEntry(1) 8 }

.1.3.6.1.2.1.10.21.1.3.1.1.9
callActiveCallState OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
SYNTAX INTEGER {unknown(1), connecting(2), connected(3), active(4)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The current call state.
unknown(1) - The call state is unknown.
connecting(2) - A connection attempt (outgoing call)
is being made.
connected(3) - An incoming call is in the process
of validation.
active(4) - The call is active.
"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) callActive(3) callActiveTable(1)
callActiveEntry(1) 9 }
.1.3.6.1.2.1.10.21.1.3.1.1.10
callActiveCallOrigin OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
SYNTAX INTEGER {originate(1), answer(2), callback(3)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The call origin."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) callActive(3) callActiveTable(1)
callActiveEntry(1) 10 }

.1.3.6.1.2.1.10.21.1.3.1.1.11
callActiveChargedUnits OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
-- TEXTUAL CONVENTION AbsoluteCounter32
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of charged units for this connection.
For incoming calls or if charging information is
not supplied by the switch, the value of this object
will be zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) callActive(3) callActiveTable(1)
callActiveEntry(1) 11 }

.1.3.6.1.2.1.10.21.1.3.1.1.12
callActiveInfoType OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
SYNTAX INTEGER {other(1), speech(2), unrestrictedDigital(3),
unrestrictedDigital56(4), restrictedDigital(5), audio31(6), audio7(7), video(8),
packetSwitched(9), fax(10)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The information type for this call."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) callActive(3) callActiveTable(1)
callActiveEntry(1) 12 }

.1.3.6.1.2.1.10.21.1.3.1.1.13
callActiveTransmitPackets OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
-- TEXTUAL CONVENTION AbsoluteCounter32
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of packets which were transmitted for this
call."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) callActive(3) callActiveTable(1)
callActiveEntry(1) 13 }

.1.3.6.1.2.1.10.21.1.3.1.1.14
callActiveTransmitBytes OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
-- TEXTUAL CONVENTION AbsoluteCounter32
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of bytes which were transmitted for this
call."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) callActive(3) callActiveTable(1)
callActiveEntry(1) 14 }

.1.3.6.1.2.1.10.21.1.3.1.1.15
callActiveReceivePackets OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
-- TEXTUAL CONVENTION AbsoluteCounter32
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of packets which were received for this
call."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) callActive(3) callActiveTable(1)
callActiveEntry(1) 15 }

.1.3.6.1.2.1.10.21.1.3.1.1.16
callActiveReceiveBytes OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
-- TEXTUAL CONVENTION AbsoluteCounter32
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of bytes which were received for this call."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) callActive(3) callActiveTable(1)
callActiveEntry(1) 16 }

.1.3.6.1.2.1.10.21.1.4
callHistory OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) 4 }

.1.3.6.1.2.1.10.21.1.4.1
callHistoryTableMaxLength OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The upper limit on the number of entries that the
callHistoryTable may contain. A value of 0
will prevent any history from being retained. When
this table is full, the oldest entry will be deleted
and the new one will be created."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) callHistory(4) 1 }

.1.3.6.1.2.1.10.21.1.4.2
callHistoryRetainTimer OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
SYNTAX INTEGER (0..2147483647)
UNITS ""
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The minimum amount of time that an callHistoryEntry
will be maintained before being deleted. A value of
0 will prevent any history from being retained in the
callHistoryTable, but will neither prevent callCompletion
traps being generated nor affect other tables."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) callHistory(4) 2 }

.1.3.6.1.2.1.10.21.1.4.3
callHistoryTable OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table containing information about specific
calls to a specific destination."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) callHistory(4) 3 }

.1.3.6.1.2.1.10.21.1.4.3.1
callHistoryEntry OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { callActiveSetupTime, callActiveIndex }
DESCRIPTION "The information regarding a single Connection."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) callHistory(4) callHistoryTable(3) 1 }

.1.3.6.1.2.1.10.21.1.4.3.1.1
callHistoryPeerAddress OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
-- TEXTUAL CONVENTION DisplayString
SYNTAX OCTET STRING (0..255)
DISPLAY-HINT "255a"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number this call was connected to. If the number is
not available, then it will have a length of zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) callHistory(4) callHistoryTable(3)
callHistoryEntry(1) 1 }

.1.3.6.1.2.1.10.21.1.4.3.1.2
callHistoryPeerSubAddress OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
-- TEXTUAL CONVENTION DisplayString
SYNTAX OCTET STRING (0..255)
DISPLAY-HINT "255a"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The subaddress this call was connected to. If the subaddress
is undefined or not available, this will be a zero length
string."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) callHistory(4) callHistoryTable(3)
callHistoryEntry(1) 2 }

.1.3.6.1.2.1.10.21.1.4.3.1.3
callHistoryPeerId OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This is the Id value of the peer table entry
to which this call was made. If a peer table entry
for this call does not exist, the value of this object
will be zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) callHistory(4) callHistoryTable(3)
callHistoryEntry(1) 3 }

.1.3.6.1.2.1.10.21.1.4.3.1.4
callHistoryPeerIfIndex OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This is the ifIndex value of the peer table entry
to which this call was made. If a peer table entry
for this call does not exist, the value of this object
will be zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) callHistory(4) callHistoryTable(3)
callHistoryEntry(1) 4 }

.1.3.6.1.2.1.10.21.1.4.3.1.5
callHistoryLogicalIfIndex OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
-- TEXTUAL CONVENTION InterfaceIndex
SYNTAX Integer32 (1..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This is the ifIndex value of the logical interface through
which this call was made. For ISDN media, this would be
the ifIndex of the B channel which was used for this call."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) callHistory(4) callHistoryTable(3)
callHistoryEntry(1) 5 }

.1.3.6.1.2.1.10.21.1.4.3.1.6
callHistoryDisconnectCause OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
SYNTAX OCTET STRING (0..4)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The encoded network cause value associated with this call.

The value of this object will depend on the interface type


as well as on the protocol and protocol version being
used on this interface. Some references for possible cause
values are given below."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) callHistory(4) callHistoryTable(3)
callHistoryEntry(1) 6 }

.1.3.6.1.2.1.10.21.1.4.3.1.7
callHistoryDisconnectText OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
-- TEXTUAL CONVENTION DisplayString
SYNTAX OCTET STRING (0..255)
DISPLAY-HINT "255a"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "ASCII text describing the reason for call termination.

This object exists because it would be impossible for


a management station to store all possible cause values
for all types of interfaces. It should be used only if
a management station is unable to decode the value of
dialCtlPeerStatsLastDisconnectCause."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) callHistory(4) callHistoryTable(3)
callHistoryEntry(1) 7 }

.1.3.6.1.2.1.10.21.1.4.3.1.8
callHistoryConnectTime OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
-- TEXTUAL CONVENTION TimeStamp
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The value of sysUpTime when the call was connected."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) callHistory(4) callHistoryTable(3)
callHistoryEntry(1) 8 }

.1.3.6.1.2.1.10.21.1.4.3.1.9
callHistoryDisconnectTime OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
-- TEXTUAL CONVENTION TimeStamp
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The value of sysUpTime when the call was disconnected."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) callHistory(4) callHistoryTable(3)
callHistoryEntry(1) 9 }

.1.3.6.1.2.1.10.21.1.4.3.1.10
callHistoryCallOrigin OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
SYNTAX INTEGER {originate(1), answer(2), callback(3)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The call origin."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) callHistory(4) callHistoryTable(3)
callHistoryEntry(1) 10 }

.1.3.6.1.2.1.10.21.1.4.3.1.11
callHistoryChargedUnits OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
-- TEXTUAL CONVENTION AbsoluteCounter32
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of charged units for this connection.
For incoming calls or if charging information is
not supplied by the switch, the value of this object
will be zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) callHistory(4) callHistoryTable(3)
callHistoryEntry(1) 11 }

.1.3.6.1.2.1.10.21.1.4.3.1.12
callHistoryInfoType OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
SYNTAX INTEGER {other(1), speech(2), unrestrictedDigital(3),
unrestrictedDigital56(4), restrictedDigital(5), audio31(6), audio7(7), video(8),
packetSwitched(9), fax(10)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The information type for this call."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) callHistory(4) callHistoryTable(3)
callHistoryEntry(1) 12 }

.1.3.6.1.2.1.10.21.1.4.3.1.13
callHistoryTransmitPackets OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
-- TEXTUAL CONVENTION AbsoluteCounter32
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of packets which were transmitted while this
call was active."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) callHistory(4) callHistoryTable(3)
callHistoryEntry(1) 13 }

.1.3.6.1.2.1.10.21.1.4.3.1.14
callHistoryTransmitBytes OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
-- TEXTUAL CONVENTION AbsoluteCounter32
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of bytes which were transmitted while this
call was active."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) callHistory(4) callHistoryTable(3)
callHistoryEntry(1) 14 }

.1.3.6.1.2.1.10.21.1.4.3.1.15
callHistoryReceivePackets OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
-- TEXTUAL CONVENTION AbsoluteCounter32
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of packets which were received while this
call was active."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) callHistory(4) callHistoryTable(3)
callHistoryEntry(1) 15 }
.1.3.6.1.2.1.10.21.1.4.3.1.16
callHistoryReceiveBytes OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
-- TEXTUAL CONVENTION AbsoluteCounter32
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of bytes which were received while this
call was active."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibObjects(1) callHistory(4) callHistoryTable(3)
callHistoryEntry(1) 16 }

.1.3.6.1.2.1.10.21.2
dialControlMibTrapPrefix OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) 2 }

.1.3.6.1.2.1.10.21.2.0
dialControlMibTraps OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibTrapPrefix(2) 0 }

.1.3.6.1.2.1.10.21.2.0.1
dialCtlPeerCallInformation NOTIFICATION-TYPE
-- FROM DIAL-CONTROL-MIB
OBJECTS { callHistoryPeerId, callHistoryPeerIfIndex, callHistoryLogicalIfIndex,
ifOperStatus, callHistoryPeerAddress, callHistoryPeerSubAddress,
callHistoryDisconnectCause, callHistoryConnectTime, callHistoryDisconnectTime,
callHistoryInfoType, callHistoryCallOrigin }
DESCRIPTION "This trap/inform is sent to the manager whenever
a successful call clears, or a failed call attempt
is determined to have ultimately failed. In the
event that call retry is active, then this is after
all retry attempts have failed. However, only one such
trap is sent in between successful call attempts;
subsequent call attempts result in no trap.
ifOperStatus will return the operational status of the
virtual interface associated with the peer to whom
this call was made to."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibTrapPrefix(2) dialControlMibTraps(0) 1 }

.1.3.6.1.2.1.10.21.2.0.2
dialCtlPeerCallSetup NOTIFICATION-TYPE
-- FROM DIAL-CONTROL-MIB
OBJECTS { callActivePeerId, callActivePeerIfIndex, callActiveLogicalIfIndex,
ifOperStatus, callActivePeerAddress, callActivePeerSubAddress, callActiveInfoType,
callActiveCallOrigin }
DESCRIPTION "This trap/inform is sent to the manager whenever
a call setup message is received or sent.
ifOperStatus will return the operational status of the
virtual interface associated with the peer to whom
this call was made to."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibTrapPrefix(2) dialControlMibTraps(0) 2 }
.1.3.6.1.2.1.10.21.3
dialControlMibConformance OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) 3 }

.1.3.6.1.2.1.10.21.3.1
dialControlMibCompliances OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibConformance(3) 1 }

.1.3.6.1.2.1.10.21.3.1.1
dialControlMibCompliance MODULE-COMPLIANCE
-- FROM DIAL-CONTROL-MIB
DESCRIPTION "The compliance statement for entities which
implement the DIAL CONTROL MIB"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibConformance(3) dialControlMibCompliances(1) 1 }

.1.3.6.1.2.1.10.21.3.2
dialControlMibGroups OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibConformance(3) 2 }

.1.3.6.1.2.1.10.21.3.2.1
dialControlGroup OBJECT-GROUP
-- FROM DIAL-CONTROL-MIB
DESCRIPTION "A collection of objects providing the DIAL CONTROL
capability."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibConformance(3) dialControlMibGroups(2) 1 }

.1.3.6.1.2.1.10.21.3.2.2
callActiveGroup OBJECT-GROUP
-- FROM DIAL-CONTROL-MIB
DESCRIPTION "A collection of objects providing the active call
capability."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibConformance(3) dialControlMibGroups(2) 2 }

.1.3.6.1.2.1.10.21.3.2.3
callHistoryGroup OBJECT-GROUP
-- FROM DIAL-CONTROL-MIB
DESCRIPTION "A collection of objects providing the Call History
capability."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibConformance(3) dialControlMibGroups(2) 3 }

.1.3.6.1.2.1.10.21.3.2.4
callNotificationsGroup OBJECT-TYPE
-- FROM DIAL-CONTROL-MIB
DESCRIPTION "The notifications which a Dial Control MIB entity is
required to implement."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
dialControlMib(21) dialControlMibConformance(3) dialControlMibGroups(2) 4 }
.1.3.6.1.2.1.10.23
ppp OBJECT-TYPE
-- FROM PPP-LCP-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) 23 }

.1.3.6.1.2.1.10.23.1
pppLcp OBJECT-TYPE
-- FROM PPP-LCP-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
1 }

.1.3.6.1.2.1.10.23.1.1
pppLink OBJECT-TYPE
-- FROM PPP-LCP-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppLcp(1) 1 }

.1.3.6.1.2.1.10.23.1.1.1
pppLinkStatusTable OBJECT-TYPE
-- FROM PPP-LCP-MIB
MAX-ACCESS not-accessible
STATUS mandatory
DESCRIPTION "A table containing PPP-link specific variables
for this PPP implementation."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppLcp(1) pppLink(1) 1 }

.1.3.6.1.2.1.10.23.1.1.1.1
pppLinkStatusEntry OBJECT-TYPE
-- FROM PPP-LCP-MIB
MAX-ACCESS not-accessible
STATUS mandatory
INDEX { ifIndex }
DESCRIPTION "Management information about a particular PPP
Link."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppLcp(1) pppLink(1) pppLinkStatusTable(1) 1 }

.1.3.6.1.2.1.10.23.1.1.1.1.1
pppLinkStatusPhysicalIndex OBJECT-TYPE
-- FROM PPP-LCP-MIB
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The value of ifIndex that identifies the
lower-level interface over which this PPP Link
is operating. This interface would usually be
an HDLC or RS-232 type of interface. If there
is no lower-layer interface element, or there
is no ifEntry for the element, or the element
can not be identified, then the value of this
object is 0. For example, suppose that PPP is
operating over a serial port. This would use
two entries in the ifTable. The PPP could be
running over `interface' number 123 and the
serial port could be running over `interface'
number 987. Therefore, ifSpecific.123 would
contain the OBJECT IDENTIFIER ppp
pppLinkStatusPhysicalIndex.123 would contain
987, and ifSpecific.987 would contain the
OBJECT IDENTIFIER for the serial-port's media-
specific MIB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppLcp(1) pppLink(1) pppLinkStatusTable(1) pppLinkStatusEntry(1) 1 }

.1.3.6.1.2.1.10.23.1.1.1.1.2
pppLinkStatusBadAddresses OBJECT-TYPE
-- FROM PPP-LCP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of packets received with an
incorrect Address Field. This counter is a
component of the ifInErrors variable that is
associated with the interface that represents
this PPP Link."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppLcp(1) pppLink(1) pppLinkStatusTable(1) pppLinkStatusEntry(1) 2 }

.1.3.6.1.2.1.10.23.1.1.1.1.3
pppLinkStatusBadControls OBJECT-TYPE
-- FROM PPP-LCP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of packets received on this link
with an incorrect Control Field. This counter
is a component of the ifInErrors variable that
is associated with the interface that
represents this PPP Link."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppLcp(1) pppLink(1) pppLinkStatusTable(1) pppLinkStatusEntry(1) 3 }

.1.3.6.1.2.1.10.23.1.1.1.1.4
pppLinkStatusPacketTooLongs OBJECT-TYPE
-- FROM PPP-LCP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of received packets that have been
discarded because their length exceeded the
MRU. This counter is a component of the
ifInErrors variable that is associated with the
interface that represents this PPP Link. NOTE,
packets which are longer than the MRU but which
are successfully received and processed are NOT
included in this count."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppLcp(1) pppLink(1) pppLinkStatusTable(1) pppLinkStatusEntry(1) 4 }

.1.3.6.1.2.1.10.23.1.1.1.1.5
pppLinkStatusBadFCSs OBJECT-TYPE
-- FROM PPP-LCP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The number of received packets that have been
discarded due to having an incorrect FCS. This
counter is a component of the ifInErrors
variable that is associated with the interface
that represents this PPP Link."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppLcp(1) pppLink(1) pppLinkStatusTable(1) pppLinkStatusEntry(1) 5 }

.1.3.6.1.2.1.10.23.1.1.1.1.6
pppLinkStatusLocalMRU OBJECT-TYPE
-- FROM PPP-LCP-MIB
SYNTAX INTEGER (1..2147483647)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The current value of the MRU for the local PPP
Entity. This value is the MRU that the remote
entity is using when sending packets to the
local PPP entity. The value of this object is
meaningful only when the link has reached the
open state (ifOperStatus is up)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppLcp(1) pppLink(1) pppLinkStatusTable(1) pppLinkStatusEntry(1) 6 }

.1.3.6.1.2.1.10.23.1.1.1.1.7
pppLinkStatusRemoteMRU OBJECT-TYPE
-- FROM PPP-LCP-MIB
SYNTAX INTEGER (1..2147483647)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The current value of the MRU for the remote
PPP Entity. This value is the MRU that the
local entity is using when sending packets to
the remote PPP entity. The value of this object
is meaningful only when the link has reached
the open state (ifOperStatus is up)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppLcp(1) pppLink(1) pppLinkStatusTable(1) pppLinkStatusEntry(1) 7 }

.1.3.6.1.2.1.10.23.1.1.1.1.8
pppLinkStatusLocalToPeerACCMap OBJECT-TYPE
-- FROM PPP-LCP-MIB
SYNTAX OCTET STRING (4)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The current value of the ACC Map used for
sending packets from the local PPP entity to
the remote PPP entity. The value of this object
is meaningful only when the link has reached
the open state (ifOperStatus is up)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppLcp(1) pppLink(1) pppLinkStatusTable(1) pppLinkStatusEntry(1) 8 }

.1.3.6.1.2.1.10.23.1.1.1.1.9
pppLinkStatusPeerToLocalACCMap OBJECT-TYPE
-- FROM PPP-LCP-MIB
SYNTAX OCTET STRING (4)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The ACC Map used by the remote PPP entity when
transmitting packets to the local PPP entity.
The value of this object is meaningful only
when the link has reached the open state
(ifOperStatus is up)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppLcp(1) pppLink(1) pppLinkStatusTable(1) pppLinkStatusEntry(1) 9 }

.1.3.6.1.2.1.10.23.1.1.1.1.10
pppLinkStatusLocalToRemoteProtocolCompression OBJECT-TYPE
-- FROM PPP-LCP-MIB
SYNTAX INTEGER {enabled(1), disabled(2)}
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "Indicates whether the local PPP entity will

use Protocol Compression when transmitting


packets to the remote PPP entity. The value of
this object is meaningful only when the link
has reached the open state (ifOperStatus is
up)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppLcp(1) pppLink(1) pppLinkStatusTable(1) pppLinkStatusEntry(1) 10 }

.1.3.6.1.2.1.10.23.1.1.1.1.11
pppLinkStatusRemoteToLocalProtocolCompression OBJECT-TYPE
-- FROM PPP-LCP-MIB
SYNTAX INTEGER {enabled(1), disabled(2)}
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "Indicates whether the remote PPP entity will
use Protocol Compression when transmitting
packets to the local PPP entity. The value of
this object is meaningful only when the link
has reached the open state (ifOperStatus is
up)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppLcp(1) pppLink(1) pppLinkStatusTable(1) pppLinkStatusEntry(1) 11 }

.1.3.6.1.2.1.10.23.1.1.1.1.12
pppLinkStatusLocalToRemoteACCompression OBJECT-TYPE
-- FROM PPP-LCP-MIB
SYNTAX INTEGER {enabled(1), disabled(2)}
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "Indicates whether the local PPP entity will
use Address and Control Compression when
transmitting packets to the remote PPP entity.
The value of this object is meaningful only
when the link has reached the open state
(ifOperStatus is up)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppLcp(1) pppLink(1) pppLinkStatusTable(1) pppLinkStatusEntry(1) 12 }

.1.3.6.1.2.1.10.23.1.1.1.1.13
pppLinkStatusRemoteToLocalACCompression OBJECT-TYPE
-- FROM PPP-LCP-MIB
SYNTAX INTEGER {enabled(1), disabled(2)}
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "Indicates whether the remote PPP entity will
use Address and Control Compression when
transmitting packets to the local PPP entity.
The value of this object is meaningful only
when the link has reached the open state
(ifOperStatus is up)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppLcp(1) pppLink(1) pppLinkStatusTable(1) pppLinkStatusEntry(1) 13 }

.1.3.6.1.2.1.10.23.1.1.1.1.14
pppLinkStatusTransmitFcsSize OBJECT-TYPE
-- FROM PPP-LCP-MIB
SYNTAX INTEGER (0..128)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The size of the Frame Check Sequence (FCS) in
bits that the local node will generate when
sending packets to the remote node. The value
of this object is meaningful only when the link
has reached the open state (ifOperStatus is
up)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppLcp(1) pppLink(1) pppLinkStatusTable(1) pppLinkStatusEntry(1) 14 }

.1.3.6.1.2.1.10.23.1.1.1.1.15
pppLinkStatusReceiveFcsSize OBJECT-TYPE
-- FROM PPP-LCP-MIB
SYNTAX INTEGER (0..128)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The size of the Frame Check Sequence (FCS) in
bits that the remote node will generate when
sending packets to the local node. The value of
this object is meaningful only when the link
has reached the open state (ifOperStatus is
up)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppLcp(1) pppLink(1) pppLinkStatusTable(1) pppLinkStatusEntry(1) 15 }

.1.3.6.1.2.1.10.23.1.1.2
pppLinkConfigTable OBJECT-TYPE
-- FROM PPP-LCP-MIB
MAX-ACCESS not-accessible
STATUS mandatory
DESCRIPTION "A table containing the LCP configuration
parameters for this PPP Link. These variables
represent the initial configuration of the PPP

Link. The actual values of the parameters may


be changed when the link is brought up via the
LCP options negotiation mechanism."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppLcp(1) pppLink(1) 2 }

.1.3.6.1.2.1.10.23.1.1.2.1
pppLinkConfigEntry OBJECT-TYPE
-- FROM PPP-LCP-MIB
MAX-ACCESS not-accessible
STATUS mandatory
INDEX { ifIndex }
DESCRIPTION "Configuration information about a particular
PPP Link."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppLcp(1) pppLink(1) pppLinkConfigTable(2) 1 }

.1.3.6.1.2.1.10.23.1.1.2.1.1
pppLinkConfigInitialMRU OBJECT-TYPE
-- FROM PPP-LCP-MIB
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "The initial Maximum Receive Unit (MRU) that
the local PPP entity will advertise to the
remote entity. If the value of this variable is
0 then the local PPP entity will not advertise
any MRU to the remote entity and the default
MRU will be assumed. Changing this object will
have effect when the link is next restarted."
DEFVAL { 1500 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppLcp(1) pppLink(1) pppLinkConfigTable(2) pppLinkConfigEntry(1) 1 }

.1.3.6.1.2.1.10.23.1.1.2.1.2
pppLinkConfigReceiveACCMap OBJECT-TYPE
-- FROM PPP-LCP-MIB
SYNTAX OCTET STRING (4)
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "The Asynchronous-Control-Character-Map (ACC)
that the local PPP entity requires for use on
its receive side. In effect, this is the ACC
Map that is required in order to ensure that
the local modem will successfully receive all
characters. The actual ACC map used on the
receive side of the link will be a combination
of the local node's pppLinkConfigReceiveACCMap
and the remote node's
pppLinkConfigTransmitACCMap. Changing this
object will have effect when the link is next
restarted."
DEFVAL { -1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppLcp(1) pppLink(1) pppLinkConfigTable(2) pppLinkConfigEntry(1) 2 }

.1.3.6.1.2.1.10.23.1.1.2.1.3
pppLinkConfigTransmitACCMap OBJECT-TYPE
-- FROM PPP-LCP-MIB
SYNTAX OCTET STRING (4)
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "The Asynchronous-Control-Character-Map (ACC)
that the local PPP entity requires for use on
its transmit side. In effect, this is the ACC
Map that is required in order to ensure that
all characters can be successfully transmitted
through the local modem. The actual ACC map
used on the transmit side of the link will be a
combination of the local node's
pppLinkConfigTransmitACCMap and the remote
node's pppLinkConfigReceiveACCMap. Changing
this object will have effect when the link is
next restarted."
DEFVAL { -1 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppLcp(1) pppLink(1) pppLinkConfigTable(2) pppLinkConfigEntry(1) 3 }

.1.3.6.1.2.1.10.23.1.1.2.1.4
pppLinkConfigMagicNumber OBJECT-TYPE
-- FROM PPP-LCP-MIB
SYNTAX INTEGER {false(1), true(2)}
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "If true(2) then the local node will attempt to
perform Magic Number negotiation with the
remote node. If false(1) then this negotiation
is not performed. In any event, the local node
will comply with any magic number negotiations
attempted by the remote node, per the PPP
specification. Changing this object will have
effect when the link is next restarted."
DEFVAL { false }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppLcp(1) pppLink(1) pppLinkConfigTable(2) pppLinkConfigEntry(1) 4 }

.1.3.6.1.2.1.10.23.1.1.2.1.5
pppLinkConfigFcsSize OBJECT-TYPE
-- FROM PPP-LCP-MIB
SYNTAX INTEGER (0..128)
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "The size of the FCS, in bits, the local node
will attempt to negotiate for use with the
remote node. Regardless of the value of this
object, the local node will comply with any FCS
size negotiations initiated by the remote node,
per the PPP specification. Changing this object
will have effect when the link is next
restarted."
DEFVAL { 16 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppLcp(1) pppLink(1) pppLinkConfigTable(2) pppLinkConfigEntry(1) 5 }

.1.3.6.1.2.1.10.23.1.2
pppLqr OBJECT-TYPE
-- FROM PPP-LCP-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppLcp(1) 2 }

.1.3.6.1.2.1.10.23.1.2.1
pppLqrTable OBJECT-TYPE
-- FROM PPP-LCP-MIB
MAX-ACCESS not-accessible
STATUS mandatory
DESCRIPTION "Table containing the LQR parameters and
statistics for the local PPP entity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppLcp(1) pppLqr(2) 1 }
.1.3.6.1.2.1.10.23.1.2.1.1
pppLqrEntry OBJECT-TYPE
-- FROM PPP-LCP-MIB
MAX-ACCESS not-accessible
STATUS mandatory
INDEX { ifIndex }
DESCRIPTION "LQR information for a particular PPP link. A
PPP link will have an entry in this table if
and only if LQR Quality Monitoring has been
successfully negotiated for said link."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppLcp(1) pppLqr(2) pppLqrTable(1) 1 }

.1.3.6.1.2.1.10.23.1.2.1.1.1
pppLqrQuality OBJECT-TYPE
-- FROM PPP-LCP-MIB
SYNTAX INTEGER {good(1), bad(2), not-determined(3)}
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The current quality of the link as declared by
the local PPP entity's Link-Quality Management
modules. No effort is made to define good or
bad, nor the policy used to determine it. The

not-determined value indicates that the entity


does not actually evaluate the link's quality.
This value is used to disambiguate the
`determined to be good' case from the `no
determination made and presumed to be good'
case."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppLcp(1) pppLqr(2) pppLqrTable(1) pppLqrEntry(1) 1 }

.1.3.6.1.2.1.10.23.1.2.1.1.2
pppLqrInGoodOctets OBJECT-TYPE
-- FROM PPP-LCP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The LQR InGoodOctets counter for this link."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppLcp(1) pppLqr(2) pppLqrTable(1) pppLqrEntry(1) 2 }

.1.3.6.1.2.1.10.23.1.2.1.1.3
pppLqrLocalPeriod OBJECT-TYPE
-- FROM PPP-LCP-MIB
SYNTAX INTEGER (1..2147483647)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The LQR reporting period, in hundredths of a
second that is in effect for the local PPP
entity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppLcp(1) pppLqr(2) pppLqrTable(1) pppLqrEntry(1) 3 }

.1.3.6.1.2.1.10.23.1.2.1.1.4
pppLqrRemotePeriod OBJECT-TYPE
-- FROM PPP-LCP-MIB
SYNTAX INTEGER (1..2147483647)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The LQR reporting period, in hundredths of a
second, that is in effect for the remote PPP
entity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppLcp(1) pppLqr(2) pppLqrTable(1) pppLqrEntry(1) 4 }

.1.3.6.1.2.1.10.23.1.2.1.1.5
pppLqrOutLQRs OBJECT-TYPE
-- FROM PPP-LCP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The value of the OutLQRs counter on the local
node for the link identified by ifIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppLcp(1) pppLqr(2) pppLqrTable(1) pppLqrEntry(1) 5 }

.1.3.6.1.2.1.10.23.1.2.1.1.6
pppLqrInLQRs OBJECT-TYPE
-- FROM PPP-LCP-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The value of the InLQRs counter on the local
node for the link identified by ifIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppLcp(1) pppLqr(2) pppLqrTable(1) pppLqrEntry(1) 6 }

.1.3.6.1.2.1.10.23.1.2.2
pppLqrConfigTable OBJECT-TYPE
-- FROM PPP-LCP-MIB
MAX-ACCESS not-accessible
STATUS mandatory
DESCRIPTION "Table containing the LQR Configuration
parameters for the local PPP entity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppLcp(1) pppLqr(2) 2 }

.1.3.6.1.2.1.10.23.1.2.2.1
pppLqrConfigEntry OBJECT-TYPE
-- FROM PPP-LCP-MIB
MAX-ACCESS not-accessible
STATUS mandatory
INDEX { ifIndex }
DESCRIPTION "LQR configuration information for a particular
PPP link."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppLcp(1) pppLqr(2) pppLqrConfigTable(2) 1 }

.1.3.6.1.2.1.10.23.1.2.2.1.1
pppLqrConfigPeriod OBJECT-TYPE
-- FROM PPP-LCP-MIB
SYNTAX INTEGER (0..2147483647)
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "The LQR Reporting Period that the local PPP
entity will attempt to negotiate with the
remote entity, in units of hundredths of a
second. Changing this object will have effect
when the link is next restarted."
DEFVAL { 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppLcp(1) pppLqr(2) pppLqrConfigTable(2) pppLqrConfigEntry(1) 1 }

.1.3.6.1.2.1.10.23.1.2.2.1.2
pppLqrConfigStatus OBJECT-TYPE
-- FROM PPP-LCP-MIB
SYNTAX INTEGER {disabled(1), enabled(2)}
MAX-ACCESS read-write
STATUS mandatory
DESCRIPTION "If enabled(2) then the local node will attempt
to perform LQR negotiation with the remote
node. If disabled(1) then this negotiation is
not performed. In any event, the local node
will comply with any magic number negotiations
attempted by the remote node, per the PPP
specification. Changing this object will have
effect when the link is next restarted.
Setting this object to the value disabled(1)
has the effect of invalidating the
corresponding entry in the pppLqrConfigTable
object. It is an implementation-specific matter
as to whether the agent removes an invalidated
entry from the table. Accordingly, management
stations must be prepared to receive tabular
information from agents that corresponds to
entries not currently in use."
DEFVAL { enabled }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppLcp(1) pppLqr(2) pppLqrConfigTable(2) pppLqrConfigEntry(1) 2 }

.1.3.6.1.2.1.10.23.1.2.3
pppLqrExtnsTable OBJECT-TYPE
-- FROM PPP-LCP-MIB
MAX-ACCESS not-accessible
STATUS mandatory
DESCRIPTION "Table containing additional LQR information
for the local PPP entity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppLcp(1) pppLqr(2) 3 }

.1.3.6.1.2.1.10.23.1.2.3.1
pppLqrExtnsEntry OBJECT-TYPE
-- FROM PPP-LCP-MIB
MAX-ACCESS not-accessible
STATUS mandatory
INDEX { ifIndex }
DESCRIPTION "Extended LQR information for a particular PPP
link. Assuming that this group has been
implemented, a PPP link will have an entry in
this table if and only if LQR Quality
Monitoring has been successfully negotiated for
said link."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppLcp(1) pppLqr(2) pppLqrExtnsTable(3) 1 }

.1.3.6.1.2.1.10.23.1.2.3.1.1
pppLqrExtnsLastReceivedLqrPacket OBJECT-TYPE
-- FROM PPP-LCP-MIB
SYNTAX OCTET STRING (68)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "This object contains the most recently
received LQR packet. The format of the packet
is as described in the LQM Protocol
specificiation. All fields of the packet,
including the `save' fields, are stored in this
object.

The LQR packet is stored in network byte order.


The LAP-B and PPP headers are not stored in
this object; the first four octets of this
variable contain the Magic-Number field, the
second four octets contain the LastOutLQRs
field and so on. The last four octets of this
object contain the SaveInOctets field of the
LQR packet."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppLcp(1) pppLqr(2) pppLqrExtnsTable(3) pppLqrExtnsEntry(1) 1 }

.1.3.6.1.2.1.10.23.1.3
pppTests OBJECT-TYPE
-- FROM PPP-LCP-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppLcp(1) 3 }

.1.3.6.1.2.1.10.23.1.3.1
pppEchoTest OBJECT-TYPE
-- FROM PPP-LCP-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppLcp(1) pppTests(3) 1 }

.1.3.6.1.2.1.10.23.1.3.2
pppDiscardTest OBJECT-TYPE
-- FROM PPP-LCP-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppLcp(1) pppTests(3) 2 }

.1.3.6.1.2.1.10.23.3
pppIp OBJECT-TYPE
-- FROM PPP-IP-NCP-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
3 }

.1.3.6.1.2.1.10.23.3.1
pppIpTable OBJECT-TYPE
-- FROM PPP-IP-NCP-MIB
MAX-ACCESS not-accessible
STATUS mandatory
DESCRIPTION "Table containing the IP parameters and
statistics for the local PPP entity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppIp(3) 1 }
.1.3.6.1.2.1.10.23.3.1.1
pppIpEntry OBJECT-TYPE
-- FROM PPP-IP-NCP-MIB
MAX-ACCESS not-accessible
STATUS mandatory
INDEX { ifIndex }
DESCRIPTION "IPCP status information for a particular PPP
link."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppIp(3) pppIpTable(1) 1 }

.1.3.6.1.2.1.10.23.3.1.1.1
pppIpOperStatus OBJECT-TYPE
-- FROM PPP-IP-NCP-MIB
SYNTAX INTEGER {opened(1), not-opened(2)}
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The operational status of the IP network
protocol. If the value of this object is up
then the finite state machine for the IP
network protocol has reached the Opened state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppIp(3) pppIpTable(1) pppIpEntry(1) 1 }

.1.3.6.1.2.1.10.23.3.1.1.2
pppIpLocalToRemoteCompressionProtocol OBJECT-TYPE
-- FROM PPP-IP-NCP-MIB
SYNTAX INTEGER {none(1), vj-tcp(2)}
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The IP compression protocol that the local
PPP-IP entity uses when sending packets to the
remote PPP-IP entity. The value of this object
is meaningful only when the link has reached
the open state (pppIpOperStatus is opened)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppIp(3) pppIpTable(1) pppIpEntry(1) 2 }

.1.3.6.1.2.1.10.23.3.1.1.3
pppIpRemoteToLocalCompressionProtocol OBJECT-TYPE
-- FROM PPP-IP-NCP-MIB
SYNTAX INTEGER {none(1), vj-tcp(2)}
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The IP compression protocol that the remote
PPP-IP entity uses when sending packets to the
local PPP-IP entity. The value of this object
is meaningful only when the link has reached
the open state (pppIpOperStatus is opened)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppIp(3) pppIpTable(1) pppIpEntry(1) 3 }

.1.3.6.1.2.1.10.23.3.1.1.4
pppIpRemoteMaxSlotId OBJECT-TYPE
-- FROM PPP-IP-NCP-MIB
SYNTAX INTEGER (0..255)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The Max-Slot-Id parameter that the remote node
has advertised and that is in use on the link.
If vj-tcp header compression is not in use on
the link then the value of this object shall be
0. The value of this object is meaningful only
when the link has reached the open state
(pppIpOperStatus is opened)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppIp(3) pppIpTable(1) pppIpEntry(1) 4 }

.1.3.6.1.2.1.10.23.3.1.1.5
pppIpLocalMaxSlotId OBJECT-TYPE
-- FROM PPP-IP-NCP-MIB
SYNTAX INTEGER (0..255)
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The Max-Slot-Id parameter that the local node
has advertised and that is in use on the link.
If vj-tcp header compression is not in use on
the link then the value of this object shall be
0. The value of this object is meaningful only
when the link has reached the open state
(pppIpOperStatus is opened)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppIp(3) pppIpTable(1) pppIpEntry(1) 5 }

.1.3.6.1.2.1.10.23.3.2
pppIpConfigTable OBJECT-TYPE
-- FROM PPP-IP-NCP-MIB
MAX-ACCESS not-accessible
STATUS mandatory
DESCRIPTION "Table containing configuration variables for
the IPCP for the local PPP entity."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppIp(3) 2 }

.1.3.6.1.2.1.10.23.3.2.1
pppIpConfigEntry OBJECT-TYPE
-- FROM PPP-IP-NCP-MIB
MAX-ACCESS not-accessible
STATUS mandatory
INDEX { ifIndex }
DESCRIPTION "IPCP information for a particular PPP link."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppIp(3) pppIpConfigTable(2) 1 }

.1.3.6.1.2.1.10.23.3.2.1.1
pppIpConfigAdminStatus OBJECT-TYPE
-- FROM PPP-IP-NCP-MIB
SYNTAX INTEGER {open(1), close(2)}
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "The immediate desired status of the IP network
protocol. Setting this object to open will
inject an administrative open event into the IP
network protocol's finite state machine.
Setting this object to close will inject an
administrative close event into the IP network
protocol's finite state machine."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppIp(3) pppIpConfigTable(2) pppIpConfigEntry(1) 1 }

.1.3.6.1.2.1.10.23.3.2.1.2
pppIpConfigCompression OBJECT-TYPE
-- FROM PPP-IP-NCP-MIB
SYNTAX INTEGER {none(1), vj-tcp(2)}
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION "If none(1) then the local node will not
attempt to negotiate any IP Compression option.
Otherwise, the local node will attempt to
negotiate compression mode indicated by the
enumerated value. Changing this object will
have effect when the link is next restarted."
DEFVAL { none }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) ppp(23)
pppIp(3) pppIpConfigTable(2) pppIpConfigEntry(1) 2 }

.1.3.6.1.2.1.10.32
frameRelayDTE MODULE-IDENTITY
-- FROM FRAME-RELAY-DTE-MIB
DESCRIPTION "The MIB module to describe the use of a Frame Relay
interface by a DTE."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) 32 }

.1.3.6.1.2.1.10.32
frameRelayDTE MODULE-IDENTITY
-- FROM FRAME-RELAY-DTE-MIB
DESCRIPTION "The MIB module to describe the use of a Frame Relay
interface by a DTE."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) 32 }

.1.3.6.1.2.1.10.32.0
frameRelayTraps OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) 0 }

.1.3.6.1.2.1.10.32.0
frameRelayTraps OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) 0 }

.1.3.6.1.2.1.10.32.0.1
frDLCIStatusChange NOTIFICATION-TYPE
-- FROM FRAME-RELAY-DTE-MIB, RFC1315-MIB
OBJECTS { frCircuitState }
DESCRIPTION "This trap indicates that the indicated Virtual Circuit
has changed state. It has either been created or
invalidated, or has toggled between the active and
inactive states. If, however, the reason for the state
change is due to the DLCMI going down, per-DLCI traps
should not be generated."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frameRelayTraps(0) 1 }

.1.3.6.1.2.1.10.32.1
frDlcmiTable OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB, RFC1315-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The Parameters for the Data Link Connection Management
Interface for the frame relay service on this
interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) 1 }

.1.3.6.1.2.1.10.32.1.1
frDlcmiEntry OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB, RFC1315-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { frDlcmiIfIndex }
DESCRIPTION "The Parameters for a particular Data Link Connection
Management Interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frDlcmiTable(1) 1 }

.1.3.6.1.2.1.10.32.1.1.1
frDlcmiIfIndex OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB, RFC1315-MIB
-- TEXTUAL CONVENTION InterfaceIndex
SYNTAX Integer32 (1..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The ifIndex value of the corresponding ifEntry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frDlcmiTable(1) frDlcmiEntry(1) 1 }

.1.3.6.1.2.1.10.32.1.1.2
frDlcmiState OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB, RFC1315-MIB
SYNTAX INTEGER {noLmiConfigured(1), lmiRev1(2), ansiT1617D(3), ansiT1617B(4),
itut933A(5), ansiT1617D1994(6)}
MAX-ACCESS read-create
STATUS current
DESCRIPTION "This variable states which Data Link Connection
Management scheme is active (and by implication, what
DLCI it uses) on the Frame Relay interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frDlcmiTable(1) frDlcmiEntry(1) 2 }

.1.3.6.1.2.1.10.32.1.1.3
frDlcmiAddress OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB, RFC1315-MIB
SYNTAX INTEGER {q921(1), q922March90(2), q922November90(3), q922(4)}
MAX-ACCESS read-create
STATUS current
DESCRIPTION "This variable states which address format is in use on
the Frame Relay interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frDlcmiTable(1) frDlcmiEntry(1) 3 }

.1.3.6.1.2.1.10.32.1.1.4
frDlcmiAddressLen OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB, RFC1315-MIB
SYNTAX INTEGER {twoOctets(2), threeOctets(3), fourOctets(4)}
MAX-ACCESS read-create
STATUS current
DESCRIPTION "This variable states the address length in octets. In
the case of Q922 format, the length indicates the
entire length of the address including the control
portion."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frDlcmiTable(1) frDlcmiEntry(1) 4 }

.1.3.6.1.2.1.10.32.1.1.5
frDlcmiPollingInterval OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB, RFC1315-MIB
SYNTAX Integer32 (5..30)
UNITS ""
MAX-ACCESS read-create
STATUS current
DESCRIPTION "This is the number of seconds between successive
status enquiry messages."
DEFVAL { 10 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frDlcmiTable(1) frDlcmiEntry(1) 5 }

.1.3.6.1.2.1.10.32.1.1.6
frDlcmiFullEnquiryInterval OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB, RFC1315-MIB
SYNTAX Integer32 (1..255)
MAX-ACCESS read-create
STATUS current
DESCRIPTION "Number of status enquiry intervals that pass before
issuance of a full status enquiry message."
DEFVAL { 6 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frDlcmiTable(1) frDlcmiEntry(1) 6 }

.1.3.6.1.2.1.10.32.1.1.7
frDlcmiErrorThreshold OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB, RFC1315-MIB
SYNTAX Integer32 (1..10)
MAX-ACCESS read-create
STATUS current
DESCRIPTION "This is the maximum number of unanswered Status
Enquiries the equipment shall accept before declaring
the interface down."
DEFVAL { 3 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frDlcmiTable(1) frDlcmiEntry(1) 7 }

.1.3.6.1.2.1.10.32.1.1.8
frDlcmiMonitoredEvents OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB, RFC1315-MIB
SYNTAX Integer32 (1..10)
MAX-ACCESS read-create
STATUS current
DESCRIPTION "This is the number of status polling intervals over
which the error threshold is counted. For example, if
within 'MonitoredEvents' number of events the station
receives 'ErrorThreshold' number of errors, the
interface is marked as down."
DEFVAL { 4 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frDlcmiTable(1) frDlcmiEntry(1) 8 }

.1.3.6.1.2.1.10.32.1.1.9
frDlcmiMaxSupportedVCs OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB, RFC1315-MIB
-- TEXTUAL CONVENTION DLCI
SYNTAX Integer32 (0..8388607)
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The maximum number of Virtual Circuits allowed for
this interface. Usually dictated by the Frame Relay
network.
In response to a SET, if a value less than zero or
higher than the agent's maximal capability is
configured, the agent should respond badValue"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frDlcmiTable(1) frDlcmiEntry(1) 9 }

.1.3.6.1.2.1.10.32.1.1.10
frDlcmiMulticast OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB, RFC1315-MIB
SYNTAX INTEGER {nonBroadcast(1), broadcast(2)}
MAX-ACCESS read-create
STATUS current
DESCRIPTION "This indicates whether the Frame Relay interface is
using a multicast service."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frDlcmiTable(1) frDlcmiEntry(1) 10 }

.1.3.6.1.2.1.10.32.1.1.11
frDlcmiStatus OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB
SYNTAX INTEGER {running(1), fault(2), initializing(3)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This indicates the status of the Frame Relay interface
as determined by the performance of the dlcmi. If no
dlcmi is running, the Frame Relay interface will stay
in the running state indefinitely."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frDlcmiTable(1) frDlcmiEntry(1) 11 }

.1.3.6.1.2.1.10.32.1.1.12
frDlcmiRowStatus OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB
-- TEXTUAL CONVENTION RowStatus
SYNTAX INTEGER {active(1), notInService(2), notReady(3), createAndGo(4),
createAndWait(5), destroy(6)}
MAX-ACCESS read-create
STATUS current
DESCRIPTION "SNMP Version 2 Row Status Variable. Writable objects
in the table may be written in any RowStatus state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frDlcmiTable(1) frDlcmiEntry(1) 12 }

.1.3.6.1.2.1.10.32.2
frCircuitTable OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB, RFC1315-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table containing information about specific Data
Link Connections (DLC) or virtual circuits."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) 2 }

.1.3.6.1.2.1.10.32.2.1
frCircuitEntry OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB, RFC1315-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { frCircuitIfIndex, frCircuitDlci }
DESCRIPTION "The information regarding a single Data Link
Connection. Discontinuities in the counters contained
in this table are indicated by the value in
frCircuitCreationTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frCircuitTable(2) 1 }

.1.3.6.1.2.1.10.32.2.1.1
frCircuitIfIndex OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB, RFC1315-MIB
-- TEXTUAL CONVENTION InterfaceIndex
SYNTAX Integer32 (1..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The ifIndex Value of the ifEntry this virtual circuit
is layered onto."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frCircuitTable(2) frCircuitEntry(1) 1 }

.1.3.6.1.2.1.10.32.2.1.2
frCircuitDlci OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB, RFC1315-MIB
-- TEXTUAL CONVENTION DLCI
SYNTAX Integer32 (0..8388607)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The Data Link Connection Identifier for this virtual
circuit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frCircuitTable(2) frCircuitEntry(1) 2 }

.1.3.6.1.2.1.10.32.2.1.3
frCircuitState OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB, RFC1315-MIB
SYNTAX INTEGER {invalid(1), active(2), inactive(3)}
MAX-ACCESS read-create
STATUS current
DESCRIPTION "Indicates whether the particular virtual circuit is
operational. In the absence of a Data Link Connection
Management Interface, virtual circuit entries (rows)
may be created by setting virtual circuit state to
'active', or deleted by changing Circuit state to
'invalid'.
Whether or not the row actually disappears is left to
the implementation, so this object may actually read as
'invalid' for some arbitrary length of time. It is
also legal to set the state of a virtual circuit to
'inactive' to temporarily disable a given circuit.
The use of 'invalid' is deprecated in this SNMP Version
2 MIB, in favor of frCircuitRowStatus."
DEFVAL { active }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frCircuitTable(2) frCircuitEntry(1) 3 }

.1.3.6.1.2.1.10.32.2.1.4
frCircuitReceivedFECNs OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB, RFC1315-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of frames received from the network indicating
forward congestion since the virtual circuit was
created. This occurs when the remote DTE sets the FECN
flag, or when a switch in the network enqueues the
frame to a trunk whose transmission queue is
congested."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frCircuitTable(2) frCircuitEntry(1) 4 }

.1.3.6.1.2.1.10.32.2.1.5
frCircuitReceivedBECNs OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB, RFC1315-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of frames received from the network indicating
backward congestion since the virtual circuit was
created. This occurs when the remote DTE sets the BECN
flag, or when a switch in the network receives the
frame from a trunk whose transmission queue is
congested."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frCircuitTable(2) frCircuitEntry(1) 5 }

.1.3.6.1.2.1.10.32.2.1.6
frCircuitSentFrames OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB, RFC1315-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of frames sent from this virtual circuit
since it was created."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frCircuitTable(2) frCircuitEntry(1) 6 }

.1.3.6.1.2.1.10.32.2.1.7
frCircuitSentOctets OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB, RFC1315-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of octets sent from this virtual circuit
since it was created. Octets counted are the full
frame relay header and the payload, but do not include
the flag characters or CRC."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frCircuitTable(2) frCircuitEntry(1) 7 }

.1.3.6.1.2.1.10.32.2.1.8
frCircuitReceivedFrames OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB, RFC1315-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of frames received over this virtual circuit
since it was created."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frCircuitTable(2) frCircuitEntry(1) 8 }

.1.3.6.1.2.1.10.32.2.1.9
frCircuitReceivedOctets OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB, RFC1315-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of octets received over this virtual circuit
since it was created. Octets counted include the full
frame relay header, but do not include the flag
characters or the CRC."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frCircuitTable(2) frCircuitEntry(1) 9 }

.1.3.6.1.2.1.10.32.2.1.10
frCircuitCreationTime OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB, RFC1315-MIB
-- TEXTUAL CONVENTION TimeStamp
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The value of sysUpTime when the virtual circuit was
created, whether by the Data Link Connection Management
Interface or by a SetRequest."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frCircuitTable(2) frCircuitEntry(1) 10 }

.1.3.6.1.2.1.10.32.2.1.11
frCircuitLastTimeChange OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB, RFC1315-MIB
-- TEXTUAL CONVENTION TimeStamp
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The value of sysUpTime when last there was a change in
the virtual circuit state"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frCircuitTable(2) frCircuitEntry(1) 11 }

.1.3.6.1.2.1.10.32.2.1.12
frCircuitCommittedBurst OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB, RFC1315-MIB
SYNTAX Integer32 (0..2147483647)
MAX-ACCESS read-create
STATUS current
DESCRIPTION "This variable indicates the maximum amount of data, in
bits, that the network agrees to transfer under normal
conditions, during the measurement interval."
DEFVAL { 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frCircuitTable(2) frCircuitEntry(1) 12 }

.1.3.6.1.2.1.10.32.2.1.13
frCircuitExcessBurst OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB, RFC1315-MIB
SYNTAX Integer32 (0..2147483647)
MAX-ACCESS read-create
STATUS current
DESCRIPTION "This variable indicates the maximum amount of
uncommitted data bits that the network will attempt to
deliver over the measurement interval.
By default, if not configured when creating the entry,
the Excess Information Burst Size is set to the value
of ifSpeed."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frCircuitTable(2) frCircuitEntry(1) 13 }

.1.3.6.1.2.1.10.32.2.1.14
frCircuitThroughput OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB, RFC1315-MIB
SYNTAX Integer32 (0..2147483647)
MAX-ACCESS read-create
STATUS current
DESCRIPTION "Throughput is the average number of 'Frame Relay
Information Field' bits transferred per second across a
user network interface in one direction, measured over
the measurement interval.
If the configured committed burst rate and throughput
are both non-zero, the measurement interval, T, is
T=frCircuitCommittedBurst/frCircuitThroughput.
If the configured committed burst rate and throughput
are both zero, the measurement interval, T, is
T=frCircuitExcessBurst/ifSpeed."
DEFVAL { 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frCircuitTable(2) frCircuitEntry(1) 14 }

.1.3.6.1.2.1.10.32.2.1.15
frCircuitMulticast OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB
SYNTAX INTEGER {unicast(1), oneWay(2), twoWay(3), nWay(4)}
MAX-ACCESS read-create
STATUS current
DESCRIPTION "This indicates whether this VC is used as a unicast VC
(i.e. not multicast) or the type of multicast service
subscribed to"
DEFVAL { unicast }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frCircuitTable(2) frCircuitEntry(1) 15 }

.1.3.6.1.2.1.10.32.2.1.16
frCircuitType OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB
SYNTAX INTEGER {static(1), dynamic(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Indication of whether the VC was manually created
(static), or dynamically created (dynamic) via the data
link control management interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frCircuitTable(2) frCircuitEntry(1) 16 }

.1.3.6.1.2.1.10.32.2.1.17
frCircuitDiscards OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of inbound frames dropped because of format
errors, or because the VC is inactive."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frCircuitTable(2) frCircuitEntry(1) 17 }

.1.3.6.1.2.1.10.32.2.1.18
frCircuitReceivedDEs OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of frames received from the network indicating
that they were eligible for discard since the virtual
circuit was created. This occurs when the remote DTE
sets the DE flag, or when in remote DTE's switch
detects that the frame was received as Excess Burst
data."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frCircuitTable(2) frCircuitEntry(1) 18 }

.1.3.6.1.2.1.10.32.2.1.19
frCircuitSentDEs OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of frames sent to the network indicating that
they were eligible for discard since the virtual
circuit was created. This occurs when the local DTE
sets the DE flag, indicating that during Network
congestion situations those frames should be discarded
in preference of other frames sent without the DE bit
set."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frCircuitTable(2) frCircuitEntry(1) 19 }

.1.3.6.1.2.1.10.32.2.1.20
frCircuitLogicalIfIndex OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB
-- TEXTUAL CONVENTION InterfaceIndex
SYNTAX Integer32 (1..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS read-create
STATUS current
DESCRIPTION "Normally the same value as frDlcmiIfIndex, but
different when an implementation associates a virtual
ifEntry with a DLC or set of DLCs in order to associate
higher layer objects such as the ipAddrEntry with a
subset of the virtual circuits on a Frame Relay
interface. The type of such ifEntries is defined by the
higher layer object; for example, if PPP/Frame Relay is
implemented, the ifType of this ifEntry would be PPP.
If it is not so defined, as would be the case with an
ipAddrEntry, it should be of type Other."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frCircuitTable(2) frCircuitEntry(1) 20 }

.1.3.6.1.2.1.10.32.2.1.21
frCircuitRowStatus OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB
-- TEXTUAL CONVENTION RowStatus
SYNTAX INTEGER {active(1), notInService(2), notReady(3), createAndGo(4),
createAndWait(5), destroy(6)}
MAX-ACCESS read-create
STATUS current
DESCRIPTION "This object is used to create a new row or modify or
destroy an existing row in the manner described in the
definition of the RowStatus textual convention.
Writable objects in the table may be written in any
RowStatus state."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frCircuitTable(2) frCircuitEntry(1) 21 }

.1.3.6.1.2.1.10.32.3
frErrTable OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB, RFC1315-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table containing information about Errors on the
Frame Relay interface. Discontinuities in the counters
contained in this table are the same as apply to the
ifEntry associated with the Interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) 3 }

.1.3.6.1.2.1.10.32.3.1
frErrEntry OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB, RFC1315-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { frErrIfIndex }
DESCRIPTION "The error information for a single frame relay
interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frErrTable(3) 1 }

.1.3.6.1.2.1.10.32.3.1.1
frErrIfIndex OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB, RFC1315-MIB
-- TEXTUAL CONVENTION InterfaceIndex
SYNTAX Integer32 (1..2147483647)
DISPLAY-HINT "d"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The ifIndex Value of the corresponding ifEntry."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frErrTable(3) frErrEntry(1) 1 }

.1.3.6.1.2.1.10.32.3.1.2
frErrType OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB, RFC1315-MIB
SYNTAX INTEGER {unknownError(1), receiveShort(2), receiveLong(3),
illegalAddress(4), unknownAddress(5), dlcmiProtoErr(6), dlcmiUnknownIE(7),
dlcmiSequenceErr(8), dlcmiUnknownRpt(9), noErrorSinceReset(10)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The type of error that was last seen on this interface:

receiveShort: frame was not long enough to allow


demultiplexing - the address field was incomplete,
or for virtual circuits using Multiprotocol over
Frame Relay, the protocol identifier was missing
or incomplete.

receiveLong: frame exceeded maximum length configured for this


interface.

illegalAddress: address field did not match configured format.

unknownAddress: frame received on a virtual circuit which was not


active or administratively disabled.

dlcmiProtoErr: unspecified error occurred when attempting to


interpret link maintenance frame.

dlcmiUnknownIE: link maintenance frame contained an Information


Element type which is not valid for the
configured link maintenance protocol.

dlcmiSequenceErr: link maintenance frame contained a sequence


number other than the expected value.

dlcmiUnknownRpt: link maintenance frame contained a Report Type


Information Element whose value was not valid
for the configured link maintenance protocol.

noErrorSinceReset: no errors have been detected since the last


cold start or warm start."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frErrTable(3) frErrEntry(1) 2 }

.1.3.6.1.2.1.10.32.3.1.3
frErrData OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB, RFC1315-MIB
SYNTAX OCTET STRING (1..1600)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "An octet string containing as much of the error packet
as possible. As a minimum, it must contain the Q.922
Address or as much as was delivered. It is desirable
to include all header and demultiplexing information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frErrTable(3) frErrEntry(1) 3 }

.1.3.6.1.2.1.10.32.3.1.4
frErrTime OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB, RFC1315-MIB
-- TEXTUAL CONVENTION TimeStamp
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The value of sysUpTime at which the error was
detected."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frErrTable(3) frErrEntry(1) 4 }

.1.3.6.1.2.1.10.32.3.1.5
frErrFaults OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of times the interface has gone down since
it was initialized."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frErrTable(3) frErrEntry(1) 5 }

.1.3.6.1.2.1.10.32.3.1.6
frErrFaultTime OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB
-- TEXTUAL CONVENTION TimeStamp
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The value of sysUpTime at the time when the interface
was taken down due to excessive errors. Excessive
errors is defined as the time when a DLCMI exceeds the
frDlcmiErrorThreshold number of errors within
frDlcmiMonitoredEvents. See FrDlcmiEntry for further
details."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frErrTable(3) frErrEntry(1) 6 }

.1.3.6.1.2.1.10.32.4
frameRelayTrapControl OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) 4 }

.1.3.6.1.2.1.10.32.4
frameRelayTrapControl OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) 4 }

.1.3.6.1.2.1.10.32.4.1
frTrapState OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB, RFC1315-MIB
SYNTAX INTEGER {enabled(1), disabled(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This variable indicates whether the system produces
the frDLCIStatusChange trap."
DEFVAL { disabled }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frameRelayTrapControl(4) 1 }

.1.3.6.1.2.1.10.32.4.2
frTrapMaxRate OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB
SYNTAX Integer32 (0..3600000)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This variable indicates the number of milliseconds
that must elapse between trap emissions. If events
occur more rapidly, the impementation may simply fail
to trap, or may queue traps until an appropriate time."
DEFVAL { 0 }
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frameRelayTrapControl(4) 2 }

.1.3.6.1.2.1.10.32.6
frConformance OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) 6 }

.1.3.6.1.2.1.10.32.6.1
frGroups OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frConformance(6) 1 }

.1.3.6.1.2.1.10.32.6.1.1
frPortGroup OBJECT-GROUP
-- FROM FRAME-RELAY-DTE-MIB
DESCRIPTION "The objects necessary to control the Link Management
Interface for a Frame Relay Interface as well as
maintain the error statistics on this interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frConformance(6) frGroups(1) 1 }

.1.3.6.1.2.1.10.32.6.1.2
frCircuitGroup OBJECT-GROUP
-- FROM FRAME-RELAY-DTE-MIB
DESCRIPTION "The objects necessary to control the Virtual Circuits
layered onto a Frame Relay Interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frConformance(6) frGroups(1) 2 }

.1.3.6.1.2.1.10.32.6.1.3
frTrapGroup OBJECT-GROUP
-- FROM FRAME-RELAY-DTE-MIB
DESCRIPTION "The objects necessary to control a Frame Relay
Interface's notification messages."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frConformance(6) frGroups(1) 3 }

.1.3.6.1.2.1.10.32.6.1.4
frErrGroup OBJECT-GROUP
-- FROM FRAME-RELAY-DTE-MIB
DESCRIPTION "Objects designed to assist in debugging Frame Relay
Interfaces."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frConformance(6) frGroups(1) 4 }

.1.3.6.1.2.1.10.32.6.1.5
frNotificationGroup OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB
DESCRIPTION "Traps which may be used to enhance event driven
management of the interface."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frConformance(6) frGroups(1) 5 }

.1.3.6.1.2.1.10.32.6.1.6
frPortGroup0 OBJECT-GROUP
-- FROM FRAME-RELAY-DTE-MIB
DESCRIPTION "The objects necessary to control the Link Management
Interface for a Frame Relay Interface as well as
maintain the error statistics on this interface from
RFC 1315."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frConformance(6) frGroups(1) 6 }

.1.3.6.1.2.1.10.32.6.1.7
frCircuitGroup0 OBJECT-GROUP
-- FROM FRAME-RELAY-DTE-MIB
DESCRIPTION "The objects necessary to control the Virtual Circuits
layered onto a Frame Relay Interface from RFC 1315."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frConformance(6) frGroups(1) 7 }

.1.3.6.1.2.1.10.32.6.1.8
frErrGroup0 OBJECT-GROUP
-- FROM FRAME-RELAY-DTE-MIB
DESCRIPTION "Objects designed to assist in debugging Frame Relay
Interfaces from RFC 1315."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frConformance(6) frGroups(1) 8 }

.1.3.6.1.2.1.10.32.6.1.9
frTrapGroup0 OBJECT-GROUP
-- FROM FRAME-RELAY-DTE-MIB
DESCRIPTION "The objects necessary to control a Frame Relay
Interface's notification messages from RFC 1315."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frConformance(6) frGroups(1) 9 }

.1.3.6.1.2.1.10.32.6.2
frCompliances OBJECT-TYPE
-- FROM FRAME-RELAY-DTE-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frConformance(6) 2 }

.1.3.6.1.2.1.10.32.6.2.1
frCompliance MODULE-COMPLIANCE
-- FROM FRAME-RELAY-DTE-MIB
DESCRIPTION "The compliance statement "
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frConformance(6) frCompliances(2) 1 }

.1.3.6.1.2.1.10.32.6.2.2
frCompliance0 MODULE-COMPLIANCE
-- FROM FRAME-RELAY-DTE-MIB
DESCRIPTION "The compliance statement for objects and the trap
defined in RFC 1315."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
frameRelayDTE(32) frConformance(6) frCompliances(2) 2 }

.1.3.6.1.2.1.10.56
fcMgmtMIB MODULE-IDENTITY
-- FROM FC-MGMT-MIB
DESCRIPTION "This module defines management information specific to
Fibre Channel-attached devices.
Copyright (C) The Internet Society (2005). This version
of this MIB module is part of RFC 4044; see the RFC
itself for full legal notices."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) 56 }

.1.3.6.1.2.1.10.56.1
fcmgmtObjects OBJECT-TYPE
-- FROM FC-MGMT-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) 1 }

.1.3.6.1.2.1.10.56.1.1
fcmInstanceTable OBJECT-TYPE
-- FROM FC-MGMT-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Information about the local Fibre Channel management
instances."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) 1 }

.1.3.6.1.2.1.10.56.1.1.1
fcmInstanceEntry OBJECT-TYPE
-- FROM FC-MGMT-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { fcmInstanceIndex }
DESCRIPTION "A list of attributes for a particular local Fibre Channel
management instance."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmInstanceTable(1) 1 }

.1.3.6.1.2.1.10.56.1.1.1.1
fcmInstanceIndex OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Unsigned32 (1..2147483647)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "An arbitrary integer value that uniquely identifies this
instance amongst all local Fibre Channel management
instances.

It is mandatory to keep this value constant between restarts


of the agent, and to make every possible effort to keep it
constant across restarts (but note, it is unrealistic to
expect it to remain constant across all re-configurations of
the local system, e.g., across the replacement of all non-
volatile storage)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmInstanceTable(1) fcmInstanceEntry(1) 1 }

.1.3.6.1.2.1.10.56.1.1.1.2
fcmInstanceWwn OBJECT-TYPE
-- FROM FC-MGMT-MIB
-- TEXTUAL CONVENTION FcNameIdOrZero
SYNTAX OCTET STRING (0 | 8 | 16)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "If the instance has one (or more) WWN(s), then this object
contains that (or one of those) WWN(s).

If the instance does not have a WWN associated with it, then
this object contains the zero-length string."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmInstanceTable(1) fcmInstanceEntry(1) 2 }

.1.3.6.1.2.1.10.56.1.1.1.3
fcmInstanceFunctions OBJECT-TYPE
-- FROM FC-MGMT-MIB
-- TEXTUAL CONVENTION FcUnitFunctions
SYNTAX BITS {other(0), hub(1), switch(2), bridge(3), gateway(4), host(5),
storageSubsys(6), storageAccessDev(7), nas(8), wdmux(9), storageDevice(10)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "One (or more) Fibre Channel unit functions being performed
by this instance."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmInstanceTable(1) fcmInstanceEntry(1) 3 }

.1.3.6.1.2.1.10.56.1.1.1.4
fcmInstancePhysicalIndex OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Integer32 (0..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "If this management instance corresponds to a physical
component (or to a hierarchy of physical components)
identified by the Entity-MIB, then this object's value is
the value of the entPhysicalIndex of that component (or of
the component at the root of that hierarchy). If there is
no correspondence to a physical component (or no component
that has an entPhysicalIndex value), then the value of this
object is zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmInstanceTable(1) fcmInstanceEntry(1) 4 }

.1.3.6.1.2.1.10.56.1.1.1.5
fcmInstanceSoftwareIndex OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Integer32 (0..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "If this management instance corresponds to an installed
software module identified in the Host Resources MIB, then
this object's value is the value of the hrSWInstalledIndex
of that module. If there is no correspondence to an
installed software module (or no module that has a
hrSWInstalledIndex value), then the value of this object is
zero."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmInstanceTable(1) fcmInstanceEntry(1) 5 }

.1.3.6.1.2.1.10.56.1.1.1.6
fcmInstanceStatus OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX INTEGER {unknown(1), ok(2), warning(3), failed(4)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Overall status of the Fibre Channel entity/entities managed
by this management instance. The value should reflect the
most serious status of such entities."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmInstanceTable(1) fcmInstanceEntry(1) 6 }

.1.3.6.1.2.1.10.56.1.1.1.7
fcmInstanceTextName OBJECT-TYPE
-- FROM FC-MGMT-MIB
-- TEXTUAL CONVENTION SnmpAdminString
SYNTAX OCTET STRING (0..79)
DISPLAY-HINT "255a"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "A textual name for this management instance and the Fibre
Channel entity/entities that it is managing."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmInstanceTable(1) fcmInstanceEntry(1) 7 }

.1.3.6.1.2.1.10.56.1.1.1.8
fcmInstanceDescr OBJECT-TYPE
-- FROM FC-MGMT-MIB
-- TEXTUAL CONVENTION SnmpAdminString
SYNTAX OCTET STRING (0..255)
DISPLAY-HINT "255a"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "A textual description of this management instance and the
Fibre Channel entity/entities that it is managing."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmInstanceTable(1) fcmInstanceEntry(1) 8 }

.1.3.6.1.2.1.10.56.1.1.1.9
fcmInstanceFabricId OBJECT-TYPE
-- FROM FC-MGMT-MIB
-- TEXTUAL CONVENTION FcNameIdOrZero
SYNTAX OCTET STRING (0 | 8 | 16)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The globally unique Fabric Identifier that identifies the
fabric to which the Fibre Channel entity/entities managed by
this management instance are connected, or, of which they
are a part. This is typically the Node WWN of the principal
switch of a Fibre Channel fabric. The zero-length string
indicates that the fabric identifier is unknown (or not
applicable).

In the event that the Fibre Channel entity/entities managed


by this management instance is/are connected to multiple
fabrics, then this object records the first (known) one."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmInstanceTable(1) fcmInstanceEntry(1) 9 }

.1.3.6.1.2.1.10.56.1.2
fcmSwitchTable OBJECT-TYPE
-- FROM FC-MGMT-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table of information about Fibre Channel switches that
are managed by Fibre Channel management instances. Each
Fibre Channel management instance can manage one or more
Fibre Channel switches."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) 2 }

.1.3.6.1.2.1.10.56.1.2.1
fcmSwitchEntry OBJECT-TYPE
-- FROM FC-MGMT-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { fcmInstanceIndex, fcmSwitchIndex }
DESCRIPTION "Information about a particular Fibre Channel switch that is
managed by the management instance given by
fcmInstanceIndex."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmSwitchTable(2) 1 }

.1.3.6.1.2.1.10.56.1.2.1.1
fcmSwitchIndex OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Unsigned32 (1..2147483647)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "An arbitrary integer that uniquely identifies a Fibre
Channel switch amongst those managed by one Fibre Channel
management instance.

It is mandatory to keep this value constant between restarts


of the agent, and to make every possible effort to keep it
constant across restarts."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmSwitchTable(2) fcmSwitchEntry(1) 1 }

.1.3.6.1.2.1.10.56.1.2.1.2
fcmSwitchDomainId OBJECT-TYPE
-- FROM FC-MGMT-MIB
-- TEXTUAL CONVENTION FcDomainIdOrZero
SYNTAX Integer32 (0..239)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The Domain Id of this switch. A value of zero indicates
that a switch has not (yet) been assigned a Domain Id."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmSwitchTable(2) fcmSwitchEntry(1) 2 }

.1.3.6.1.2.1.10.56.1.2.1.3
fcmSwitchPrincipal OBJECT-TYPE
-- FROM FC-MGMT-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "An indication of whether this switch is the principal
switch within its fabric."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmSwitchTable(2) fcmSwitchEntry(1) 3 }

.1.3.6.1.2.1.10.56.1.2.1.4
fcmSwitchWWN OBJECT-TYPE
-- FROM FC-MGMT-MIB
-- TEXTUAL CONVENTION FcNameIdOrZero
SYNTAX OCTET STRING (0 | 8 | 16)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The World Wide Name of this switch."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmSwitchTable(2) fcmSwitchEntry(1) 4 }

.1.3.6.1.2.1.10.56.1.3
fcmPortTable OBJECT-TYPE
-- FROM FC-MGMT-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Information about Fibre Channel ports. Each Fibre Channel
port is represented by one entry in the IF-MIB's ifTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) 3 }

.1.3.6.1.2.1.10.56.1.3.1
fcmPortEntry OBJECT-TYPE
-- FROM FC-MGMT-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ifIndex }
DESCRIPTION "Each entry contains information about a specific port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortTable(3) 1 }

.1.3.6.1.2.1.10.56.1.3.1.1
fcmPortInstanceIndex OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Unsigned32 (1..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The value of fcmInstanceIndex by which the Fibre Channel
management instance, which manages this port, is identified
in the fcmInstanceTable."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortTable(3) fcmPortEntry(1) 1 }

.1.3.6.1.2.1.10.56.1.3.1.2
fcmPortWwn OBJECT-TYPE
-- FROM FC-MGMT-MIB
-- TEXTUAL CONVENTION FcNameIdOrZero
SYNTAX OCTET STRING (0 | 8 | 16)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The World Wide Name of the port, or the zero-length string
if the port does not have a WWN."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortTable(3) fcmPortEntry(1) 2 }

.1.3.6.1.2.1.10.56.1.3.1.3
fcmPortNodeWwn OBJECT-TYPE
-- FROM FC-MGMT-MIB
-- TEXTUAL CONVENTION FcNameIdOrZero
SYNTAX OCTET STRING (0 | 8 | 16)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The World Wide Name of the Node that contains this port, or
the zero-length string if the port does not have a node
WWN."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortTable(3) fcmPortEntry(1) 3 }

.1.3.6.1.2.1.10.56.1.3.1.4
fcmPortAdminType OBJECT-TYPE
-- FROM FC-MGMT-MIB
-- TEXTUAL CONVENTION FcPortType
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The administratively desired type of this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortTable(3) fcmPortEntry(1) 4 }

.1.3.6.1.2.1.10.56.1.3.1.5
fcmPortOperType OBJECT-TYPE
-- FROM FC-MGMT-MIB
-- TEXTUAL CONVENTION FcPortType
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The current operational type of this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortTable(3) fcmPortEntry(1) 5 }

.1.3.6.1.2.1.10.56.1.3.1.6
fcmPortFcCapClass OBJECT-TYPE
-- FROM FC-MGMT-MIB
-- TEXTUAL CONVENTION FcClasses
SYNTAX BITS {classF(0), class1(1), class2(2), class3(3), class4(4), class5(5),
class6(6)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The classes of service capability of this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortTable(3) fcmPortEntry(1) 6 }

.1.3.6.1.2.1.10.56.1.3.1.7
fcmPortFcOperClass OBJECT-TYPE
-- FROM FC-MGMT-MIB
-- TEXTUAL CONVENTION FcClasses
SYNTAX BITS {classF(0), class1(1), class2(2), class3(3), class4(4), class5(5),
class6(6)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The classes of service that are currently operational on
this port. For an FL_Port, this is the union of the classes
being supported across all attached NL_Ports."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortTable(3) fcmPortEntry(1) 7 }

.1.3.6.1.2.1.10.56.1.3.1.8
fcmPortTransmitterType OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX INTEGER {unknown(1), other(2), shortwave850nm(3), longwave1550nm(4),
longwave1310nm(5), electrical(6)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The technology of the port transceiver."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortTable(3) fcmPortEntry(1) 8 }

.1.3.6.1.2.1.10.56.1.3.1.9
fcmPortConnectorType OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX INTEGER {unknown(1), other(2), gbic(3), embedded(4), glm(5),
gbicSerialId(6), gbicNoSerialId(7), sfpSerialId(8), sfpNoSerialId(9)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The module type of the port connector. This object refers
to the hardware implementation of the port. It will be
'embedded' if the hardware equivalent to Gigabit interface
card (GBIC) is part of the line card and is unremovable. It
will be 'glm' if it's a gigabit link module (GLM). It will
be 'gbicSerialId' if the GBIC serial id can be read, else it
will be 'gbicNoSerialId'. It will be 'sfpSerialId' if the
small form factor (SFP) pluggable GBICs serial id can be
read, else it will be 'sfpNoSerialId'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortTable(3) fcmPortEntry(1) 9 }

.1.3.6.1.2.1.10.56.1.3.1.10
fcmPortSerialNumber OBJECT-TYPE
-- FROM FC-MGMT-MIB
-- TEXTUAL CONVENTION SnmpAdminString
SYNTAX OCTET STRING (0..255)
DISPLAY-HINT "255a"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The serial number associated with the port (e.g., for a
GBIC). If not applicable, the object's value is a zero-
length string."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortTable(3) fcmPortEntry(1) 10 }

.1.3.6.1.2.1.10.56.1.3.1.11
fcmPortPhysicalNumber OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This is the port's 'Physical Port Number' as defined by
GS-3."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortTable(3) fcmPortEntry(1) 11 }

.1.3.6.1.2.1.10.56.1.3.1.12
fcmPortAdminSpeed OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX INTEGER {auto(1), eighthGbs(2), quarterGbs(3), halfGbs(4), oneGbs(5),
twoGbs(6), fourGbs(7), tenGbs(8)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The speed of the interface:

'auto' - auto-negotiation
'tenGbs' - 10Gbs
'fourGbs' - 4Gbs
'twoGbs' - 2Gbs
'oneGbs' - 1Gbs
'halfGbs' - 500Mbs
'quarterGbs' - 250Mbs
'eighthGbs' - 125Mbs"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortTable(3) fcmPortEntry(1) 12 }

.1.3.6.1.2.1.10.56.1.3.1.13
fcmPortCapProtocols OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX BITS {unknown(0), loop(1), fabric(2), scsi(3), tcpIp(4), vi(5),
ficon(6)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A bit mask specifying the higher level protocols that are
capable of running over this port. Note that for generic
Fx_Ports, E_Ports, and B_Ports, this object will indicate
all protocols."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortTable(3) fcmPortEntry(1) 13 }

.1.3.6.1.2.1.10.56.1.3.1.14
fcmPortOperProtocols OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX BITS {unknown(0), loop(1), fabric(2), scsi(3), tcpIp(4), vi(5),
ficon(6)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A bit mask specifying the higher level protocols that are
currently operational on this port. For Fx_Ports, E_Ports,
and B_Ports, this object will typically have the value
'unknown'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortTable(3) fcmPortEntry(1) 14 }

.1.3.6.1.2.1.10.56.1.4
fcmPortStatsTable OBJECT-TYPE
-- FROM FC-MGMT-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A list of statistics for Fibre Channel ports."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) 4 }

.1.3.6.1.2.1.10.56.1.4.1
fcmPortStatsEntry OBJECT-TYPE
-- FROM FC-MGMT-MIB
MAX-ACCESS not-accessible
STATUS current
AUGMENTS { fcmPortEntry }
DESCRIPTION "An entry containing statistics for a Fibre Channel port.
If any counter in this table suffers a discontinuity, the
value of ifCounterDiscontinuityTime (defined in the IF-MIB)
must be updated."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) 1 }

.1.3.6.1.2.1.10.56.1.4.1.1
fcmPortBBCreditZeros OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transitions in/out of the buffer-to-buffer
credit zero state. The other side is not providing any
credit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 1 }

.1.3.6.1.2.1.10.56.1.4.1.2
fcmPortFullInputBuffers OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of occurrences when all input buffers of a port
were full and outbound buffer-to-buffer credit transitioned
to zero, i.e., there became no credit to provide to other
side."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 2 }

.1.3.6.1.2.1.10.56.1.4.1.3
fcmPortClass2RxFrames OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of Class 2 frames received at this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 3 }

.1.3.6.1.2.1.10.56.1.4.1.4
fcmPortClass2RxOctets OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of octets contained in Class 2 frames received
at this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 4 }

.1.3.6.1.2.1.10.56.1.4.1.5
fcmPortClass2TxFrames OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of Class 2 frames transmitted out of this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 5 }

.1.3.6.1.2.1.10.56.1.4.1.6
fcmPortClass2TxOctets OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of octets contained in Class 2 frames
transmitted out of this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 6 }

.1.3.6.1.2.1.10.56.1.4.1.7
fcmPortClass2Discards OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of Class 2 frames that were discarded upon
reception at this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 7 }

.1.3.6.1.2.1.10.56.1.4.1.8
fcmPortClass2RxFbsyFrames OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of times that F_BSY was returned to this port as
a result of a Class 2 frame that could not be delivered to
the other end of the link. This can occur when either the
fabric or the destination port is temporarily busy. Note
that this counter will never increment for an F_Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 8 }

.1.3.6.1.2.1.10.56.1.4.1.9
fcmPortClass2RxPbsyFrames OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of times that P_BSY was returned to this port as
a result of a Class 2 frame that could not be delivered to
the other end of the link. This can occur when the
destination port is temporarily busy."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 9 }

.1.3.6.1.2.1.10.56.1.4.1.10
fcmPortClass2RxFrjtFrames OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of times that F_RJT was returned to this port as
a result of a Class 2 frame that was rejected by the fabric.
Note that this counter will never increment for an F_Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 10 }

.1.3.6.1.2.1.10.56.1.4.1.11
fcmPortClass2RxPrjtFrames OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of times that P_RJT was returned to this port as
a result of a Class 2 frame that was rejected at the
destination N_Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 11 }

.1.3.6.1.2.1.10.56.1.4.1.12
fcmPortClass2TxFbsyFrames OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of times that F_BSY was generated by this port
as a result of a Class 2 frame that could not be delivered
because either the Fabric or the destination port was
temporarily busy. Note that this counter will never
increment for an N_Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 12 }

.1.3.6.1.2.1.10.56.1.4.1.13
fcmPortClass2TxPbsyFrames OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of times that P_BSY was generated by this port
as a result of a Class 2 frame that could not be delivered
because the destination port was temporarily busy. Note
that this counter will never increment for an F_Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 13 }

.1.3.6.1.2.1.10.56.1.4.1.14
fcmPortClass2TxFrjtFrames OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of times that F_RJT was generated by this port
as a result of a Class 2 frame being rejected by the fabric.
Note that this counter will never increment for an N_Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 14 }

.1.3.6.1.2.1.10.56.1.4.1.15
fcmPortClass2TxPrjtFrames OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of times that P_RJT was generated by this port
as a result of a Class 2 frame being rejected at the
destination N_Port. Note that this counter will never
increment for an F_Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 15 }

.1.3.6.1.2.1.10.56.1.4.1.16
fcmPortClass3RxFrames OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of Class 3 frames received at this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 16 }

.1.3.6.1.2.1.10.56.1.4.1.17
fcmPortClass3RxOctets OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of octets contained in Class 3 frames received
at this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 17 }

.1.3.6.1.2.1.10.56.1.4.1.18
fcmPortClass3TxFrames OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of Class 3 frames transmitted out of this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 18 }

.1.3.6.1.2.1.10.56.1.4.1.19
fcmPortClass3TxOctets OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of octets contained in Class 3 frames
transmitted out of this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 19 }

.1.3.6.1.2.1.10.56.1.4.1.20
fcmPortClass3Discards OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of Class 3 frames that were discarded upon
reception at this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 20 }

.1.3.6.1.2.1.10.56.1.4.1.21
fcmPortClassFRxFrames OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of Class F frames received at this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 21 }

.1.3.6.1.2.1.10.56.1.4.1.22
fcmPortClassFRxOctets OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of octets contained in Class F frames received
at this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 22 }

.1.3.6.1.2.1.10.56.1.4.1.23
fcmPortClassFTxFrames OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of Class F frames transmitted out of this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 23 }

.1.3.6.1.2.1.10.56.1.4.1.24
fcmPortClassFTxOctets OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of octets contained in Class F frames
transmitted out of this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 24 }
.1.3.6.1.2.1.10.56.1.4.1.25
fcmPortClassFDiscards OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of Class F frames that were discarded upon
reception at this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortStatsTable(4) fcmPortStatsEntry(1) 25 }

.1.3.6.1.2.1.10.56.1.5
fcmPortLcStatsTable OBJECT-TYPE
-- FROM FC-MGMT-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A list of Counter32-based statistics for systems that do
not support Counter64."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) 5 }

.1.3.6.1.2.1.10.56.1.5.1
fcmPortLcStatsEntry OBJECT-TYPE
-- FROM FC-MGMT-MIB
MAX-ACCESS not-accessible
STATUS current
AUGMENTS { fcmPortEntry }
DESCRIPTION "An entry containing low-capacity (i.e., based on Counter32)
statistics for a Fibre Channel port. If any counter in this
table suffers a discontinuity, the value of
ifCounterDiscontinuityTime (defined in the IF-MIB) must be
updated."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortLcStatsTable(5) 1 }

.1.3.6.1.2.1.10.56.1.5.1.1
fcmPortLcBBCreditZeros OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transitions in/out of the buffer-to-buffer
credit zero state. The other side is not providing any
credit."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortLcStatsTable(5) fcmPortLcStatsEntry(1) 1 }

.1.3.6.1.2.1.10.56.1.5.1.2
fcmPortLcFullInputBuffers OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of occurrences when all input buffers of a port
were full and outbound buffer-to-buffer credit transitioned
to zero, i.e., there became no credit to provide to other
side."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortLcStatsTable(5) fcmPortLcStatsEntry(1) 2 }

.1.3.6.1.2.1.10.56.1.5.1.3
fcmPortLcClass2RxFrames OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of Class 2 frames received at this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortLcStatsTable(5) fcmPortLcStatsEntry(1) 3 }

.1.3.6.1.2.1.10.56.1.5.1.4
fcmPortLcClass2RxOctets OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of octets contained in Class 2 frames received
at this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortLcStatsTable(5) fcmPortLcStatsEntry(1) 4 }

.1.3.6.1.2.1.10.56.1.5.1.5
fcmPortLcClass2TxFrames OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of Class 2 frames transmitted out of this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortLcStatsTable(5) fcmPortLcStatsEntry(1) 5 }

.1.3.6.1.2.1.10.56.1.5.1.6
fcmPortLcClass2TxOctets OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of octets contained in Class 2 frames
transmitted out of this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortLcStatsTable(5) fcmPortLcStatsEntry(1) 6 }

.1.3.6.1.2.1.10.56.1.5.1.7
fcmPortLcClass2Discards OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of Class 2 frames that were discarded upon
reception at this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortLcStatsTable(5) fcmPortLcStatsEntry(1) 7 }

.1.3.6.1.2.1.10.56.1.5.1.8
fcmPortLcClass2RxFbsyFrames OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of times that F_BSY was returned to this port as
a result of a Class 2 frame that could not be delivered to
the other end of the link. This can occur when either the
fabric or the destination port is temporarily busy. Note
that this counter will never increment for an F_Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortLcStatsTable(5) fcmPortLcStatsEntry(1) 8 }

.1.3.6.1.2.1.10.56.1.5.1.9
fcmPortLcClass2RxPbsyFrames OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of times that P_BSY was returned to this port as
a result of a Class 2 frame that could not be delivered to
the other end of the link. This can occur when the
destination port is temporarily busy."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortLcStatsTable(5) fcmPortLcStatsEntry(1) 9 }

.1.3.6.1.2.1.10.56.1.5.1.10
fcmPortLcClass2RxFrjtFrames OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of times that F_RJT was returned to this port as
a result of a Class 2 frame that was rejected by the fabric.
Note that this counter will never increment for an F_Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortLcStatsTable(5) fcmPortLcStatsEntry(1) 10 }

.1.3.6.1.2.1.10.56.1.5.1.11
fcmPortLcClass2RxPrjtFrames OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of times that P_RJT was returned to this port as
a result of a Class 2 frame that was rejected at the
destination N_Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortLcStatsTable(5) fcmPortLcStatsEntry(1) 11 }

.1.3.6.1.2.1.10.56.1.5.1.12
fcmPortLcClass2TxFbsyFrames OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of times that F_BSY was generated by this port
as a result of a Class 2 frame that could not be delivered
because either the Fabric or the destination port was
temporarily busy. Note that this counter will never
increment for an N_Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortLcStatsTable(5) fcmPortLcStatsEntry(1) 12 }

.1.3.6.1.2.1.10.56.1.5.1.13
fcmPortLcClass2TxPbsyFrames OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of times that P_BSY was generated by this port
as a result of a Class 2 frame that could not be delivered
because the destination port was temporarily busy. Note
that this counter will never increment for an F_Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortLcStatsTable(5) fcmPortLcStatsEntry(1) 13 }

.1.3.6.1.2.1.10.56.1.5.1.14
fcmPortLcClass2TxFrjtFrames OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of times that F_RJT was generated by this port
as a result of a Class 2 frame being rejected by the fabric.
Note that this counter will never increment for an N_Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortLcStatsTable(5) fcmPortLcStatsEntry(1) 14 }

.1.3.6.1.2.1.10.56.1.5.1.15
fcmPortLcClass2TxPrjtFrames OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of times that P_RJT was generated by this port
as a result of a Class 2 frame being rejected at the
destination N_Port. Note that this counter will never
increment for an F_Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortLcStatsTable(5) fcmPortLcStatsEntry(1) 15 }

.1.3.6.1.2.1.10.56.1.5.1.16
fcmPortLcClass3RxFrames OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of Class 3 frames received at this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortLcStatsTable(5) fcmPortLcStatsEntry(1) 16 }

.1.3.6.1.2.1.10.56.1.5.1.17
fcmPortLcClass3RxOctets OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of octets contained in Class 3 frames received
at this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortLcStatsTable(5) fcmPortLcStatsEntry(1) 17 }

.1.3.6.1.2.1.10.56.1.5.1.18
fcmPortLcClass3TxFrames OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of Class 3 frames transmitted out of this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortLcStatsTable(5) fcmPortLcStatsEntry(1) 18 }

.1.3.6.1.2.1.10.56.1.5.1.19
fcmPortLcClass3TxOctets OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of octets contained in Class 3 frames
transmitted out of this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortLcStatsTable(5) fcmPortLcStatsEntry(1) 19 }

.1.3.6.1.2.1.10.56.1.5.1.20
fcmPortLcClass3Discards OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of Class 3 frames that were discarded upon
reception at this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortLcStatsTable(5) fcmPortLcStatsEntry(1) 20 }

.1.3.6.1.2.1.10.56.1.6
fcmPortErrorsTable OBJECT-TYPE
-- FROM FC-MGMT-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Error counters for Fibre Channel ports."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) 6 }

.1.3.6.1.2.1.10.56.1.6.1
fcmPortErrorsEntry OBJECT-TYPE
-- FROM FC-MGMT-MIB
MAX-ACCESS not-accessible
STATUS current
AUGMENTS { fcmPortEntry }
DESCRIPTION "Error counters for a Fibre Channel port. If any counter in
this table suffers a discontinuity, the value of
ifCounterDiscontinuityTime (defined in the IF-MIB) must be
updated."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortErrorsTable(6) 1 }

.1.3.6.1.2.1.10.56.1.6.1.1
fcmPortRxLinkResets OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of Link Reset (LR) Primitive Sequences
received."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortErrorsTable(6) fcmPortErrorsEntry(1) 1 }

.1.3.6.1.2.1.10.56.1.6.1.2
fcmPortTxLinkResets OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of Link Reset (LR) Primitive Sequences
transmitted."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortErrorsTable(6) fcmPortErrorsEntry(1) 2 }

.1.3.6.1.2.1.10.56.1.6.1.3
fcmPortLinkResets OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of times the reset link protocol was initiated
on this port. This includes the number of Loop
Initialization Primitive (LIP) events on an arbitrated loop
port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortErrorsTable(6) fcmPortErrorsEntry(1) 3 }

.1.3.6.1.2.1.10.56.1.6.1.4
fcmPortRxOfflineSequences OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of Offline (OLS) Primitive Sequences received at
this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortErrorsTable(6) fcmPortErrorsEntry(1) 4 }

.1.3.6.1.2.1.10.56.1.6.1.5
fcmPortTxOfflineSequences OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of Offline (OLS) Primitive Sequences transmitted
by this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortErrorsTable(6) fcmPortErrorsEntry(1) 5 }

.1.3.6.1.2.1.10.56.1.6.1.6
fcmPortLinkFailures OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of link failures. This count is part of FC-PH's
Link Error Status Block (LESB)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortErrorsTable(6) fcmPortErrorsEntry(1) 6 }

.1.3.6.1.2.1.10.56.1.6.1.7
fcmPortLossofSynchs OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of instances of synchronization loss detected at
this port. This count is part of FC-PH's Link Error Status
Block (LESB)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortErrorsTable(6) fcmPortErrorsEntry(1) 7 }

.1.3.6.1.2.1.10.56.1.6.1.8
fcmPortLossofSignals OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of instances of signal loss detected at this
port. This count is part of FC-PH's Link Error Status Block
(LESB)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortErrorsTable(6) fcmPortErrorsEntry(1) 8 }

.1.3.6.1.2.1.10.56.1.6.1.9
fcmPortPrimSeqProtocolErrors OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of primitive sequence protocol errors detected
at this port. This count is part of FC-PH's Link Error
Status Block (LESB)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortErrorsTable(6) fcmPortErrorsEntry(1) 9 }

.1.3.6.1.2.1.10.56.1.6.1.10
fcmPortInvalidTxWords OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of invalid transmission words received at this
port. This count is part of FC-PH's Link Error Status Block
(LESB)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortErrorsTable(6) fcmPortErrorsEntry(1) 10 }

.1.3.6.1.2.1.10.56.1.6.1.11
fcmPortInvalidCRCs OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of frames received with an invalid CRC. This
count is part of FC-PH's Link Error Status Block (LESB)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortErrorsTable(6) fcmPortErrorsEntry(1) 11 }

.1.3.6.1.2.1.10.56.1.6.1.12
fcmPortInvalidOrderedSets OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of invalid ordered sets received at this port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortErrorsTable(6) fcmPortErrorsEntry(1) 12 }

.1.3.6.1.2.1.10.56.1.6.1.13
fcmPortFrameTooLongs OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of frames received at this port for which the
frame length was greater than what was agreed to in
FLOGI/PLOGI. This could be caused by losing the end of
frame delimiter."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortErrorsTable(6) fcmPortErrorsEntry(1) 13 }

.1.3.6.1.2.1.10.56.1.6.1.14
fcmPortTruncatedFrames OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of frames received at this port for which the
frame length was less than the minimum indicated by the
frame header - normally 24 bytes, but it could be more if
the DFCTL field indicates an optional header should have
been present."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortErrorsTable(6) fcmPortErrorsEntry(1) 14 }

.1.3.6.1.2.1.10.56.1.6.1.15
fcmPortAddressErrors OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of frames received with unknown addressing; for
example, an unknown SID or DID."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortErrorsTable(6) fcmPortErrorsEntry(1) 15 }

.1.3.6.1.2.1.10.56.1.6.1.16
fcmPortDelimiterErrors OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of invalid frame delimiters received at this
port. An example is a frame with a class 2 start and a
class 3 at the end."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortErrorsTable(6) fcmPortErrorsEntry(1) 16 }

.1.3.6.1.2.1.10.56.1.6.1.17
fcmPortEncodingDisparityErrors OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of encoding disparity errors received at this
port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortErrorsTable(6) fcmPortErrorsEntry(1) 17 }

.1.3.6.1.2.1.10.56.1.6.1.18
fcmPortOtherErrors OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of errors that were detected on this port but
not counted by any other error counter in this row."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmPortErrorsTable(6) fcmPortErrorsEntry(1) 18 }

.1.3.6.1.2.1.10.56.1.7
fcmFxPortTable OBJECT-TYPE
-- FROM FC-MGMT-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Additional information about Fibre Channel ports that is
specific to Fx_Ports. This table will contain one entry for
each fcmPortTable entry that represents an Fx_Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) 7 }

.1.3.6.1.2.1.10.56.1.7.1
fcmFxPortEntry OBJECT-TYPE
-- FROM FC-MGMT-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ifIndex }
DESCRIPTION "Each entry contains information about a specific Fx_Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmFxPortTable(7) 1 }

.1.3.6.1.2.1.10.56.1.7.1.1
fcmFxPortRatov OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Unsigned32
UNITS ""
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The Resource_Allocation_Timeout Value configured for this
Fx_Port. This is used as the timeout value for determining
when to reuse an Nx_Port resource such as a
Recovery_Qualifier. It represents the Error_Detect_Timeout
value (see fcmFxPortEdtov) plus twice the maximum time that
a frame may be delayed within the Fabric and still be
delivered."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmFxPortTable(7) fcmFxPortEntry(1) 1 }

.1.3.6.1.2.1.10.56.1.7.1.2
fcmFxPortEdtov OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Unsigned32
UNITS ""
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The Error_Detect_Timeout value configured for this Fx_Port.
This is used as the timeout value for detecting an error
condition."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmFxPortTable(7) fcmFxPortEntry(1) 2 }

.1.3.6.1.2.1.10.56.1.7.1.3
fcmFxPortRttov OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Unsigned32
UNITS ""
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The Receiver_Transmitter_Timeout value of this Fx_Port.
This is used by the receiver logic to detect a Loss of
Synchronization."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmFxPortTable(7) fcmFxPortEntry(1) 3 }

.1.3.6.1.2.1.10.56.1.7.1.4
fcmFxPortHoldTime OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Unsigned32
UNITS ""
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The maximum time that this Fx_Port shall hold a frame
before discarding the frame if it is unable to deliver the
frame. The value 0 means that this Fx_Port does not support
this parameter."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmFxPortTable(7) fcmFxPortEntry(1) 4 }

.1.3.6.1.2.1.10.56.1.7.1.5
fcmFxPortCapBbCreditMax OBJECT-TYPE
-- FROM FC-MGMT-MIB
-- TEXTUAL CONVENTION FcBbCredit
SYNTAX Integer32 (0..32767)
UNITS ""
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The maximum number of receive buffers that this port is
capable of making available for holding frames from attached
Nx_Port(s)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmFxPortTable(7) fcmFxPortEntry(1) 5 }

.1.3.6.1.2.1.10.56.1.7.1.6
fcmFxPortCapBbCreditMin OBJECT-TYPE
-- FROM FC-MGMT-MIB
-- TEXTUAL CONVENTION FcBbCredit
SYNTAX Integer32 (0..32767)
UNITS ""
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The minimum number of receive buffers that this port is
capable of making available for holding frames from attached
Nx_Port(s)."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmFxPortTable(7) fcmFxPortEntry(1) 6 }

.1.3.6.1.2.1.10.56.1.7.1.7
fcmFxPortCapDataFieldSizeMax OBJECT-TYPE
-- FROM FC-MGMT-MIB
-- TEXTUAL CONVENTION FcDataFieldSize
SYNTAX Integer32 (128..2112)
UNITS ""
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The maximum size in bytes of the Data Field in a frame that
this Fx_Port is capable of receiving from an attached
Nx_Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmFxPortTable(7) fcmFxPortEntry(1) 7 }

.1.3.6.1.2.1.10.56.1.7.1.8
fcmFxPortCapDataFieldSizeMin OBJECT-TYPE
-- FROM FC-MGMT-MIB
-- TEXTUAL CONVENTION FcDataFieldSize
SYNTAX Integer32 (128..2112)
UNITS ""
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The minimum size in bytes of the Data Field in a frame that
this Fx_Port is capable of receiving from an attached
Nx_Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmFxPortTable(7) fcmFxPortEntry(1) 8 }

.1.3.6.1.2.1.10.56.1.7.1.9
fcmFxPortCapClass2SeqDeliv OBJECT-TYPE
-- FROM FC-MGMT-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "An indication of whether this Fx_Port is capable of
supporting Class 2 Sequential Delivery."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmFxPortTable(7) fcmFxPortEntry(1) 9 }

.1.3.6.1.2.1.10.56.1.7.1.10
fcmFxPortCapClass3SeqDeliv OBJECT-TYPE
-- FROM FC-MGMT-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "An indication of whether this Fx_Port is capable of
supporting Class 3 Sequential Delivery."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmFxPortTable(7) fcmFxPortEntry(1) 10 }

.1.3.6.1.2.1.10.56.1.7.1.11
fcmFxPortCapHoldTimeMax OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Unsigned32
UNITS ""
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The maximum holding time that this Fx_Port is capable of
supporting."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmFxPortTable(7) fcmFxPortEntry(1) 11 }

.1.3.6.1.2.1.10.56.1.7.1.12
fcmFxPortCapHoldTimeMin OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Unsigned32
UNITS ""
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The minimum holding time that this Fx_Port is capable of
supporting."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmFxPortTable(7) fcmFxPortEntry(1) 12 }

.1.3.6.1.2.1.10.56.1.8
fcmISPortTable OBJECT-TYPE
-- FROM FC-MGMT-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Additional information about E_Ports, B_Ports, and any
other type of Fibre Channel port to which inter-switch links
can be connected. This table will contain one entry for
each fcmPortTable entry that represents such a port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) 8 }

.1.3.6.1.2.1.10.56.1.8.1
fcmISPortEntry OBJECT-TYPE
-- FROM FC-MGMT-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ifIndex }
DESCRIPTION "Each entry contains information about a specific port
connected to an inter-switch link."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmISPortTable(8) 1 }

.1.3.6.1.2.1.10.56.1.8.1.1
fcmISPortClassFCredit OBJECT-TYPE
-- FROM FC-MGMT-MIB
-- TEXTUAL CONVENTION FcBbCredit
SYNTAX Integer32 (0..32767)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The maximum number of Class F data frames that can be
transmitted by the inter-switch port without receipt of ACK
or Link_Response frames."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmISPortTable(8) fcmISPortEntry(1) 1 }

.1.3.6.1.2.1.10.56.1.8.1.2
fcmISPortClassFDataFieldSize OBJECT-TYPE
-- FROM FC-MGMT-MIB
-- TEXTUAL CONVENTION FcDataFieldSize
SYNTAX Integer32 (128..2112)
UNITS ""
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The Receive Data Field Size that the inter-switch port has
agreed to support for Class F frames to/from this port. The
size specifies the largest Data Field Size for an FT_1
frame."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmISPortTable(8) fcmISPortEntry(1) 2 }

.1.3.6.1.2.1.10.56.1.9
fcmFLoginTable OBJECT-TYPE
-- FROM FC-MGMT-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table that contains one entry for each Nx_Port logged-
in/attached to a particular Fx_Port in the switch. Each
entry contains the services parameters established during
the most recent Fabric Login, explicit or implicit. Note
that an Fx_Port may have one or more Nx_Ports attached to
it."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) 9 }

.1.3.6.1.2.1.10.56.1.9.1
fcmFLoginEntry OBJECT-TYPE
-- FROM FC-MGMT-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { ifIndex, fcmFLoginNxPortIndex }
DESCRIPTION "An entry containing service parameters established from a
successful Fabric Login."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmFLoginTable(9) 1 }

.1.3.6.1.2.1.10.56.1.9.1.1
fcmFLoginNxPortIndex OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Unsigned32 (1..2147483647)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "An arbitrary integer that uniquely identifies an Nx_Port
amongst all those attached to the Fx_Port indicated by
ifIndex.

After a value of this object is assigned to a particular


Nx_Port, that value can be re-used when and only when it is
assigned to the same Nx_Port, or, after a reset of the value
of the relevant instance of ifCounterDiscontinuityTime."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmFLoginTable(9) fcmFLoginEntry(1) 1 }

.1.3.6.1.2.1.10.56.1.9.1.2
fcmFLoginPortWwn OBJECT-TYPE
-- FROM FC-MGMT-MIB
-- TEXTUAL CONVENTION FcNameIdOrZero
SYNTAX OCTET STRING (0 | 8 | 16)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The port name of the attached Nx_Port, or the zero-length
string if unknown."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmFLoginTable(9) fcmFLoginEntry(1) 2 }

.1.3.6.1.2.1.10.56.1.9.1.3
fcmFLoginNodeWwn OBJECT-TYPE
-- FROM FC-MGMT-MIB
-- TEXTUAL CONVENTION FcNameIdOrZero
SYNTAX OCTET STRING (0 | 8 | 16)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The node name of the attached Nx_Port, or the zero-length
string if unknown."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmFLoginTable(9) fcmFLoginEntry(1) 3 }

.1.3.6.1.2.1.10.56.1.9.1.4
fcmFLoginBbCreditModel OBJECT-TYPE
-- FROM FC-MGMT-MIB
-- TEXTUAL CONVENTION FcBbCreditModel
SYNTAX INTEGER {regular(1), alternate(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The buffer-to-buffer credit model in use by the Fx_Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmFLoginTable(9) fcmFLoginEntry(1) 4 }

.1.3.6.1.2.1.10.56.1.9.1.5
fcmFLoginBbCredit OBJECT-TYPE
-- FROM FC-MGMT-MIB
-- TEXTUAL CONVENTION FcBbCredit
SYNTAX Integer32 (0..32767)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of buffers available for holding frames to be
transmitted to the attached Nx_Port. These buffers are for
buffer-to-buffer flow control in the direction from Fx_Port
to Nx_Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmFLoginTable(9) fcmFLoginEntry(1) 5 }

.1.3.6.1.2.1.10.56.1.9.1.6
fcmFLoginClassesAgreed OBJECT-TYPE
-- FROM FC-MGMT-MIB
-- TEXTUAL CONVENTION FcClasses
SYNTAX BITS {classF(0), class1(1), class2(2), class3(3), class4(4), class5(5),
class6(6)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The Classes of Service that the Fx_Port has agreed to
support for this Nx_Port."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmFLoginTable(9) fcmFLoginEntry(1) 6 }

.1.3.6.1.2.1.10.56.1.9.1.7
fcmFLoginClass2SeqDelivAgreed OBJECT-TYPE
-- FROM FC-MGMT-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "An indication of whether the Fx_Port has agreed to support
Class 2 sequential delivery for this Nx_Port. This is only
meaningful if Class 2 service has been agreed upon."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmFLoginTable(9) fcmFLoginEntry(1) 7 }

.1.3.6.1.2.1.10.56.1.9.1.8
fcmFLoginClass2DataFieldSize OBJECT-TYPE
-- FROM FC-MGMT-MIB
-- TEXTUAL CONVENTION FcDataFieldSize
SYNTAX Integer32 (128..2112)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The Receive Data Field Size that the Fx_Port has agreed to
support for Class 2 frames to/from this Nx_Port. The size
specifies the largest Data Field Size for an FT_1 frame.
This is only meaningful if Class 2 service has been agreed
upon."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmFLoginTable(9) fcmFLoginEntry(1) 8 }

.1.3.6.1.2.1.10.56.1.9.1.9
fcmFLoginClass3SeqDelivAgreed OBJECT-TYPE
-- FROM FC-MGMT-MIB
-- TEXTUAL CONVENTION TruthValue
SYNTAX INTEGER {true(1), false(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "An indication of whether the Fx_Port has agreed to support
Class 3 sequential delivery for this Nx_Port. This is only
meaningful if Class 3 service has been agreed upon."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmFLoginTable(9) fcmFLoginEntry(1) 9 }

.1.3.6.1.2.1.10.56.1.9.1.10
fcmFLoginClass3DataFieldSize OBJECT-TYPE
-- FROM FC-MGMT-MIB
-- TEXTUAL CONVENTION FcDataFieldSize
SYNTAX Integer32 (128..2112)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The Receive Data Field Size that the Fx_Port has agreed to
support for Class 3 frames to/from this Nx_Port. The size
specifies the largest Data Field Size for an FT_1 frame.
This is only meaningful if Class 3 service has been agreed
upon."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmFLoginTable(9) fcmFLoginEntry(1) 10 }

.1.3.6.1.2.1.10.56.1.10
fcmLinkTable OBJECT-TYPE
-- FROM FC-MGMT-MIB
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table containing any Fibre Channel link information that
is known to local Fibre Channel managed instances. One end
of such a link is typically at a local port, but the table
can also contain information on links for which neither end
is a local port.

If one end of a link terminates locally, then that end is


termed 'end1'; the other end is termed 'end2'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) 10 }

.1.3.6.1.2.1.10.56.1.10.1
fcmLinkEntry OBJECT-TYPE
-- FROM FC-MGMT-MIB
MAX-ACCESS not-accessible
STATUS current
INDEX { fcmInstanceIndex, fcmLinkIndex }
DESCRIPTION "An entry containing information that a particular Fibre
Channel managed instance has about a Fibre Channel link.

The two ends of the link are called 'end1' and 'end2'."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmLinkTable(10) 1 }

.1.3.6.1.2.1.10.56.1.10.1.1
fcmLinkIndex OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Unsigned32 (1..2147483647)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "An arbitrary integer that uniquely identifies one link
within the set of links about which a particular managed
instance has information."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmLinkTable(10) fcmLinkEntry(1) 1 }

.1.3.6.1.2.1.10.56.1.10.1.2
fcmLinkEnd1NodeWwn OBJECT-TYPE
-- FROM FC-MGMT-MIB
-- TEXTUAL CONVENTION FcNameIdOrZero
SYNTAX OCTET STRING (0 | 8 | 16)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The node name of end1, or the zero-length string if
unknown."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmLinkTable(10) fcmLinkEntry(1) 2 }

.1.3.6.1.2.1.10.56.1.10.1.3
fcmLinkEnd1PhysPortNumber OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The physical port number of end1, or zero if unknown."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmLinkTable(10) fcmLinkEntry(1) 3 }

.1.3.6.1.2.1.10.56.1.10.1.4
fcmLinkEnd1PortWwn OBJECT-TYPE
-- FROM FC-MGMT-MIB
-- TEXTUAL CONVENTION FcNameIdOrZero
SYNTAX OCTET STRING (0 | 8 | 16)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The port WWN of end1, or the zero-length string if unknown.
('end1' is local if this value is equal to the value of
fcmPortWwn in one of the rows of the fcmPortTable.)"
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmLinkTable(10) fcmLinkEntry(1) 4 }

.1.3.6.1.2.1.10.56.1.10.1.5
fcmLinkEnd2NodeWwn OBJECT-TYPE
-- FROM FC-MGMT-MIB
-- TEXTUAL CONVENTION FcNameIdOrZero
SYNTAX OCTET STRING (0 | 8 | 16)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The node name of end2, or the zero-length string if
unknown."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmLinkTable(10) fcmLinkEntry(1) 5 }

.1.3.6.1.2.1.10.56.1.10.1.6
fcmLinkEnd2PhysPortNumber OBJECT-TYPE
-- FROM FC-MGMT-MIB
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The physical port number of end2, or zero if unknown."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmLinkTable(10) fcmLinkEntry(1) 6 }

.1.3.6.1.2.1.10.56.1.10.1.7
fcmLinkEnd2PortWwn OBJECT-TYPE
-- FROM FC-MGMT-MIB
-- TEXTUAL CONVENTION FcNameIdOrZero
SYNTAX OCTET STRING (0 | 8 | 16)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The port WWN of end2, or the zero-length string if
unknown."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmLinkTable(10) fcmLinkEntry(1) 7 }
.1.3.6.1.2.1.10.56.1.10.1.8
fcmLinkEnd2AgentAddress OBJECT-TYPE
-- FROM FC-MGMT-MIB
-- TEXTUAL CONVENTION SnmpAdminString
SYNTAX OCTET STRING (0..255)
DISPLAY-HINT "255a"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The address of the management agent for the Fibre Channel
Interconnect Element or Platform of which end2 is a part.
The GS-4 specification provides some information about
management agents. If the address is unknown, the value of
this object is the zero-length string."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmLinkTable(10) fcmLinkEntry(1) 8 }

.1.3.6.1.2.1.10.56.1.10.1.9
fcmLinkEnd2PortType OBJECT-TYPE
-- FROM FC-MGMT-MIB
-- TEXTUAL CONVENTION FcPortType
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The port type of end2."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmLinkTable(10) fcmLinkEntry(1) 9 }

.1.3.6.1.2.1.10.56.1.10.1.10
fcmLinkEnd2UnitType OBJECT-TYPE
-- FROM FC-MGMT-MIB
-- TEXTUAL CONVENTION FcUnitFunctions
SYNTAX BITS {other(0), hub(1), switch(2), bridge(3), gateway(4), host(5),
storageSubsys(6), storageAccessDev(7), nas(8), wdmux(9), storageDevice(10)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The type of/function(s) performed by the Fibre Channel
Interconnect Element or Platform of which end2 is a part."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmLinkTable(10) fcmLinkEntry(1) 10 }

.1.3.6.1.2.1.10.56.1.10.1.11
fcmLinkEnd2FcAddressId OBJECT-TYPE
-- FROM FC-MGMT-MIB
-- TEXTUAL CONVENTION FcAddressIdOrZero
SYNTAX OCTET STRING (0 | 3)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The Fibre Channel Address ID of end2, or the zero-length
string if unknown."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtObjects(1) fcmLinkTable(10) fcmLinkEntry(1) 11 }

.1.3.6.1.2.1.10.56.2
fcmgmtNotifications OBJECT-TYPE
-- FROM FC-MGMT-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) 2 }
.1.3.6.1.2.1.10.56.2.0
fcmgmtNotifPrefix OBJECT-TYPE
-- FROM FC-MGMT-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtNotifications(2) 0 }

.1.3.6.1.2.1.10.56.3
fcmgmtConformance OBJECT-TYPE
-- FROM FC-MGMT-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) 3 }

.1.3.6.1.2.1.10.56.3.1
fcmgmtCompliances OBJECT-TYPE
-- FROM FC-MGMT-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtConformance(3) 1 }

.1.3.6.1.2.1.10.56.3.1.1
fcmgmtCompliance MODULE-COMPLIANCE
-- FROM FC-MGMT-MIB
DESCRIPTION "Describes the requirements for compliance to this Fibre
Channel Management MIB."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtConformance(3) fcmgmtCompliances(1) 1 }

.1.3.6.1.2.1.10.56.3.2
fcmgmtGroups OBJECT-TYPE
-- FROM FC-MGMT-MIB
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtConformance(3) 2 }

.1.3.6.1.2.1.10.56.3.2.1
fcmInstanceBasicGroup OBJECT-GROUP
-- FROM FC-MGMT-MIB
DESCRIPTION "Basic information about Fibre Channel managed instances."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtConformance(3) fcmgmtGroups(2) 1 }

.1.3.6.1.2.1.10.56.3.2.2
fcmSwitchBasicGroup OBJECT-GROUP
-- FROM FC-MGMT-MIB
DESCRIPTION "Basic information about Fibre Channel switches."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtConformance(3) fcmgmtGroups(2) 2 }

.1.3.6.1.2.1.10.56.3.2.3
fcmPortBasicGroup OBJECT-GROUP
-- FROM FC-MGMT-MIB
DESCRIPTION "Basic information about Fibre Channel ports."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtConformance(3) fcmgmtGroups(2) 3 }

.1.3.6.1.2.1.10.56.3.2.4
fcmPortStatsGroup OBJECT-GROUP
-- FROM FC-MGMT-MIB
DESCRIPTION "Traffic statistics, which are not specific to any one class
of service, for Fibre Channel ports."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtConformance(3) fcmgmtGroups(2) 4 }

.1.3.6.1.2.1.10.56.3.2.5
fcmPortClass23StatsGroup OBJECT-GROUP
-- FROM FC-MGMT-MIB
DESCRIPTION "Traffic statistics for Class 2 and Class 3 traffic on Fibre
Channel ports."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtConformance(3) fcmgmtGroups(2) 5 }

.1.3.6.1.2.1.10.56.3.2.6
fcmPortClassFStatsGroup OBJECT-GROUP
-- FROM FC-MGMT-MIB
DESCRIPTION "Traffic statistics for Class F traffic on Fibre Channel
ports."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtConformance(3) fcmgmtGroups(2) 6 }

.1.3.6.1.2.1.10.56.3.2.7
fcmPortLcStatsGroup OBJECT-GROUP
-- FROM FC-MGMT-MIB
DESCRIPTION "Low-capacity (32-bit) statistics for Fibre Channel ports."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtConformance(3) fcmgmtGroups(2) 7 }

.1.3.6.1.2.1.10.56.3.2.8
fcmPortErrorsGroup OBJECT-GROUP
-- FROM FC-MGMT-MIB
DESCRIPTION "Error statistics for Fibre Channel ports."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtConformance(3) fcmgmtGroups(2) 8 }

.1.3.6.1.2.1.10.56.3.2.9
fcmSwitchPortGroup OBJECT-GROUP
-- FROM FC-MGMT-MIB
DESCRIPTION "Information about ports on a Fibre Channel switch."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtConformance(3) fcmgmtGroups(2) 9 }

.1.3.6.1.2.1.10.56.3.2.10
fcmSwitchLoginGroup OBJECT-GROUP
-- FROM FC-MGMT-MIB
DESCRIPTION "Information known to a Fibre Channel switch about
attached/logged-in Nx_Ports."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtConformance(3) fcmgmtGroups(2) 10 }

.1.3.6.1.2.1.10.56.3.2.11
fcmLinkBasicGroup OBJECT-GROUP
-- FROM FC-MGMT-MIB
DESCRIPTION "Information about Fibre Channel links."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10)
fcMgmtMIB(56) fcmgmtConformance(3) fcmgmtGroups(2) 11 }

Das könnte Ihnen auch gefallen