DRAFT-MSDP-MIB Table View
Table-centric layout grouping table, row, and column objects.
Tables
4
Rows
4
Columns
56
msdpRequestsTable
table.1.3.6.1.3.92.1.2
·
1 row entry
·
7 columns
Uses the juniper variant from
Command help
/opt/observium/mibs/juniper.
Walk msdpRequestsTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'DRAFT-MSDP-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DRAFT-MSDP-MIB::msdpRequestsTable'
The (conceptual) table listing group ranges and MSDP peers
used when deciding where to send an SA Request message when
required. If SA Requests are not enabled, this table may be
empty.
In order to choose a peer to whom to send an SA Request for
a given group G, the subset of entries in this table whose
(msdpRequestsPeerType, msdpRequestsPeer) tuple represents a
peer whose msdpPeerState is established are examined. The
set is further reduced by examining only those entries for
which msdpPeerRequestsGroupAddressType equals the address
type of G, and the entries with the highest value of
msdpRequestsGroupPrefix are considered, where the group G
falls within the range described by the combination of
msdpRequestsGroup and msdpRequestsGroupPrefix. (This
sequence is commonly known as a 'longest-match' lookup.)
Finally, if multiple entries remain, the entry with the
lowest value of msdpRequestsPriority is chosen. The SA
Request message is sent to the peer described by this row.
An entry (conceptual row) representing a group range used
when deciding where to send an SA Request message.
when deciding where to send an SA Request message.
| Column | Syntax | OID | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
The address type of msdpRequestsGroupAddress. Only ipv4 and
ipv6 addresses are expected. |
INET-ADDRESS-MIBInetAddressType Type Values:
|
.1.3.6.1.3.92.1.2.1.1 |
||||||||||||||
|
The group address that, when combined with the prefix length
in this entry, represents the group range to which this row applies. |
OctetString Constraints: range: 1-36 |
.1.3.6.1.3.92.1.2.1.2 |
||||||||||||||
|
The prefix length that, when combined with the group address
in this entry, represents the group range to which this row applies. |
INET-ADDRESS-MIBInetAddressPrefixLength Enumerated Values:
Type Constraints: range: 0..2040 |
.1.3.6.1.3.92.1.2.1.3 |
||||||||||||||
|
The priority of this peer. The peer with the lowest
priority value with which we have an active peering session (i.e. msdpPeerState = established) is the peer to whom SA requests for groups matching the entry's group r… |
Integer32 Constraints: range: 0-100range: 1518-9000 |
.1.3.6.1.3.92.1.2.1.4 |
||||||||||||||
|
The address type of msdpRequestsPeer.
|
INET-ADDRESS-MIBInetAddressTyper/w Enumerated Values:
|
.1.3.6.1.3.92.1.2.1.5 |
||||||||||||||
|
The peer to which MSDP SA Requests for groups matching this
entry's group range will be sent. This object combined with msdpRequestsPeerType must match the INDEX of a row in the msdpPeerTable, and to be considered, thi… |
INET-ADDRESS-MIBInetAddressr/w Enumerated Values:
Type Constraints: range: 0..255 |
.1.3.6.1.3.92.1.2.1.6 |
||||||||||||||
|
The status of this row, by which new rows may be added to
the table or old rows may be deleted. |
SNMPv2-TCRowStatusr/w Enumerated Values:
Description: The RowStatus textual convention is used to manage the creation and deletion of conceptual rows, and is used as the value of the SYNTAX clause for the status column of a conceptual row (as described in Section 7.7.1 of … |
.1.3.6.1.3.92.1.2.1.7 |
msdpPeerTable
table.1.3.6.1.3.92.1.3
·
1 row entry
·
33 columns
Uses the juniper variant from
Command help
/opt/observium/mibs/juniper.
Walk msdpPeerTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'DRAFT-MSDP-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DRAFT-MSDP-MIB::msdpPeerTable'
The (conceptual) table listing the MSDP speaker's peers.
An entry (conceptual row) representing an MSDP peer.
| Column | Syntax | OID | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
The address type of msdpPeerRemoteAddress and
msdpPeerLocalAddress. |
INET-ADDRESS-MIBInetAddressType Enumerated Values:
|
.1.3.6.1.3.92.1.3.1.1 |
||||||||||||
|
The address of the remote MSDP peer.
|
OctetString Constraints: range: 1-36 |
.1.3.6.1.3.92.1.3.1.2 |
||||||||||||
|
The state of the MSDP TCP connection with this peer.
|
Enumeration Enumerated Values:
|
.1.3.6.1.3.92.1.3.1.3 |
||||||||||||
|
The number of SA messages received from this peer which
failed the Peer-RPF check. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times … |
SNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.3.92.1.3.1.4 |
||||||||||||
|
The number of MSDP SA messages received on this connection.
Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the val… |
SNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.3.92.1.3.1.5 |
||||||||||||
|
The number of MSDP SA messages transmitted on this
connection. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the … |
SNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.3.92.1.3.1.6 |
||||||||||||
|
The number of MSDP SA-Request messages received on this
connection. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by… |
SNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.3.92.1.3.1.7 |
||||||||||||
|
The number of MSDP SA-Request messages transmitted on this
connection. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated… |
SNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.3.92.1.3.1.8 |
||||||||||||
|
The number of MSDP SA-Response messages received on this
connection. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated b… |
SNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.3.92.1.3.1.9 |
||||||||||||
|
The number of MSDP SA Response messages transmitted on this
TCP connection. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indi… |
SNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.3.92.1.3.1.10 |
||||||||||||
|
The total number of MSDP messages received on this TCP
connection. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by … |
SNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.3.92.1.3.1.11 |
||||||||||||
|
The total number of MSDP messages transmitted on this TCP
connection. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated … |
SNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.3.92.1.3.1.12 |
||||||||||||
|
The total number of encapsulated data packets received from
this peer. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated… |
SNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.3.92.1.3.1.13 |
||||||||||||
|
The total number of encapsulated data packets sent to this
peer. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by th… |
SNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.3.92.1.3.1.14 |
||||||||||||
|
The total number of times the MSDP FSM transitioned into the
established state. |
SNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.3.92.1.3.1.15 |
||||||||||||
|
This timestamp is set to the value of sysUpTime when a peer
transitions into or out of the Established state. It is set to zero when the MSDP speaker is booted. |
SNMPv2-TCTimeStamp Based On: SNMPv2-SMITimeTicks Description: The value of the sysUpTime object at which a specific occurrence happened. The specific occurrence must be defined in the description of any object defined using this type. If sysUpTime is reset t… |
.1.3.6.1.3.92.1.3.1.16 |
||||||||||||
|
The sysUpTime value when the last MSDP message was received
from the peer. It is set to zero when the MSDP speaker is booted. |
SNMPv2-TCTimeStamp Based On: SNMPv2-SMITimeTicks Description: The value of the sysUpTime object at which a specific occurrence happened. The specific occurrence must be defined in the description of any object defined using this type. If sysUpTime is reset t… |
.1.3.6.1.3.92.1.3.1.17 |
||||||||||||
|
The local IP address of this entry's MSDP connection.
|
INET-ADDRESS-MIBInetAddressr/w Type Constraints: range: 0..255 |
.1.3.6.1.3.92.1.3.1.18 |
||||||||||||
|
Time interval in seconds for the [ConnectRetry-period] for
this peer. |
secondsInteger32r/w Constraints: range: 1-65535 |
.1.3.6.1.3.92.1.3.1.19 |
||||||||||||
|
Time interval in seconds for the [HoldTime-Period]
configured for this MSDP speaker with this peer. |
secondsInteger32r/w Constraints: range: 3-65535range: 0-0 |
.1.3.6.1.3.92.1.3.1.20 |
||||||||||||
|
Time interval in seconds for the [KeepAlive-Period]
configured for this MSDP speaker with this peer. A reasonable maximum value for this timer would be configured to be one third of that of msdpPeerHoldTimeConfigured. … |
secondsInteger32r/w Constraints: range: 0-21845 |
.1.3.6.1.3.92.1.3.1.21 |
||||||||||||
|
The minimum TTL a packet is required to have before it may
be forwarded using SA encapsulation to this peer. |
Integer32r/w Constraints: range: 0-255 |
.1.3.6.1.3.92.1.3.1.22 |
||||||||||||
|
This object indicates whether or not to process MSDP SA
Request messages from this peer. If True(1), MSDP SA Request messages from this peer are processed and replied to (if appropriate) with SA Response messages. If … |
SNMPv2-TCTruthValuer/w Type Values:
Description: Represents a boolean value. |
.1.3.6.1.3.92.1.3.1.23 |
||||||||||||
|
The RowStatus object by which peers can be added and
deleted. A transition to 'active' will cause the MSDP Start Event to be generated. A transition out of the 'active' state will cause the MSDP Stop Event to be gener… |
SNMPv2-TCRowStatusr/w Type Values:
Description: The RowStatus textual convention is used to manage the creation and deletion of conceptual rows, and is used as the value of the SYNTAX clause for the status column of a conceptual row (as described in Section 7.7.1 of … |
.1.3.6.1.3.92.1.3.1.24 |
||||||||||||
|
The remote port for the TCP connection between the MSDP
peers. |
INET-ADDRESS-MIBInetPortNumber Type Constraints: range: 0..65535 |
.1.3.6.1.3.92.1.3.1.25 |
||||||||||||
|
The local port for the TCP connection between the MSDP
peers. |
INET-ADDRESS-MIBInetPortNumber Type Constraints: range: 0..65535 |
.1.3.6.1.3.92.1.3.1.26 |
||||||||||||
|
The encapsulation in use when encapsulating data in SA
messages to this peer. |
Enumerationr/w Enumerated Values:
|
.1.3.6.1.3.92.1.3.1.27 |
||||||||||||
|
The number of times the state machine has transitioned from
inactive to connecting. |
SNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.3.92.1.3.1.28 |
||||||||||||
|
The number of MSDP Notification messages received from this
peer. |
SNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.3.92.1.3.1.29 |
||||||||||||
|
The number of MSDP Notification messages transmitted to this
peer. |
SNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.3.92.1.3.1.30 |
||||||||||||
|
The last error code and subcode received via Notification
from this peer. If no error has occurred, this field is zero. Otherwise, the first byte of this two byte OCTET STRING contains the O-bit and error code, and th… |
OctetString Constraints: range: 2-2 |
.1.3.6.1.3.92.1.3.1.31 |
||||||||||||
|
The interface index of the MSDP encapsulation interface for
this peer, or zero if the encapsulation is not represented by an interface in the ifTable. |
IF-MIBInterfaceIndexOrZero Type Constraints: range: 0..2147483647Description: This textual convention is an extension of the InterfaceIndex convention. The latter defines a greater than zero value used to identify an interface or interface sub-layer in the managed system. This extension permits… |
.1.3.6.1.3.92.1.3.1.32 |
||||||||||||
|
The value of sysUpTime on the most recent occasion at which
one or more of this entry's counters suffered a discontinuity. See the DESCRIPTION of each object to see if it is expected to have discontinuities. These dis… |
SNMPv2-TCTimeStamp Based On: SNMPv2-SMITimeTicks Description: The value of the sysUpTime object at which a specific occurrence happened. The specific occurrence must be defined in the description of any object defined using this type. If sysUpTime is reset t… |
.1.3.6.1.3.92.1.3.1.33 |
msdpSACacheTable
table.1.3.6.1.3.92.1.4
·
1 row entry
·
12 columns
Uses the juniper variant from
Command help
/opt/observium/mibs/juniper.
Walk msdpSACacheTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'DRAFT-MSDP-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DRAFT-MSDP-MIB::msdpSACacheTable'
The (conceptual) table listing the MSDP SA advertisements currently in the MSDP speaker's cache.
An entry (conceptual row) representing an MSDP SA
advertisement. The INDEX to this table includes
msdpSACacheOriginRP for diagnosing incorrect MSDP
advertisements; normally a Group and Source pair would be
unique.
advertisement. The INDEX to this table includes
msdpSACacheOriginRP for diagnosing incorrect MSDP
advertisements; normally a Group and Source pair would be
unique.
| Column | Syntax | OID | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
The address type of all of the InetAddress object in this
entry. |
INET-ADDRESS-MIBInetAddressType Type Values:
|
.1.3.6.1.3.92.1.4.1.1 |
||||||||||||||
|
The group address of the SA Cache entry.
|
OctetString Constraints: range: 1-36 |
.1.3.6.1.3.92.1.4.1.2 |
||||||||||||||
|
The source address of the SA Cache entry.
|
OctetString Constraints: range: 1-36 |
.1.3.6.1.3.92.1.4.1.3 |
||||||||||||||
|
The Sprefix len of this SA Cache entry.
|
INET-ADDRESS-MIBInetAddressPrefixLength Type Constraints: range: 0..2040 |
.1.3.6.1.3.92.1.4.1.4 |
||||||||||||||
|
The RP of the SA Cache entry. This field is in the INDEX in
order to catch multiple RP's advertising the same source and group. |
OctetString Constraints: range: 1-36 |
.1.3.6.1.3.92.1.4.1.5 |
||||||||||||||
|
The peer from which this SA Cache entry was last accepted.
This address must correspond to the msdpPeerRemoteAddress value for a row in the MSDP Peer Table. |
INET-ADDRESS-MIBInetAddress Type Constraints: range: 0..255 |
.1.3.6.1.3.92.1.4.1.6 |
||||||||||||||
|
The peer from which an SA message corresponding to this
cache entry would be accepted (i.e. the RPF peer for msdpSACacheOriginRP). This may be different than msdpSACachePeerLearnedFrom if this entry was created by an M… |
INET-ADDRESS-MIBInetAddress Type Constraints: range: 0..255 |
.1.3.6.1.3.92.1.4.1.7 |
||||||||||||||
|
The number of MSDP SA messages received relevant to this
cache entry. This object must be initialized to zero when creating a cache entry. |
SNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.3.92.1.4.1.8 |
||||||||||||||
|
The number of MSDP encapsulated data packets received
relevant to this cache entry. This object must be initialized to zero when creating a cache entry. |
SNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.3.92.1.4.1.9 |
||||||||||||||
|
The time since this entry was placed in the SA cache.
|
SNMPv2-SMITimeTicks Type Constraints: range: 0..4294967295 |
.1.3.6.1.3.92.1.4.1.10 |
||||||||||||||
|
The time remaining before this entry will expire from the SA
cache. |
SNMPv2-SMITimeTicks Type Constraints: range: 0..4294967295 |
.1.3.6.1.3.92.1.4.1.11 |
||||||||||||||
|
The status of this row in the table. The only allowable
actions are to retrieve the status, which will be `active', or to set the status to `destroy' in order to remove this entry from the cache. |
SNMPv2-TCRowStatusr/w Type Values:
Description: The RowStatus textual convention is used to manage the creation and deletion of conceptual rows, and is used as the value of the SYNTAX clause for the status column of a conceptual row (as described in Section 7.7.1 of … |
.1.3.6.1.3.92.1.4.1.12 |
msdpMeshGroupTable
table.1.3.6.1.3.92.1.5
·
1 row entry
·
4 columns
Uses the juniper variant from
Command help
/opt/observium/mibs/juniper.
Walk msdpMeshGroupTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'DRAFT-MSDP-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DRAFT-MSDP-MIB::msdpMeshGroupTable'
The (conceptual) table listing MSDP Mesh Group configuration.
An entry (conceptual row) repesenting a peer in an MSDP Mesh
Group.
Group.
| Column | Syntax | OID | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
The name of the mesh group.
|
OctetString Constraints: range: 1-64 |
.1.3.6.1.3.92.1.5.1.1 |
||||||||||||||
|
The type of msdpMeshGroupPeerAddress.
|
INET-ADDRESS-MIBInetAddressType Type Values:
|
.1.3.6.1.3.92.1.5.1.2 |
||||||||||||||
|
A peer address that is a member of the mesh group with name
msdpMeshGroupName. The tuple (msdpMeshGroupPeerAddressType, msdpMeshGroupPeerAddress) must match a row in the msdpPeerTable. |
OctetString Constraints: range: 1-36 |
.1.3.6.1.3.92.1.5.1.3 |
||||||||||||||
|
This entry's status, by which new entries may be added to
the table and old entries deleted. |
SNMPv2-TCRowStatusr/w Type Values:
Description: The RowStatus textual convention is used to manage the creation and deletion of conceptual rows, and is used as the value of the SYNTAX clause for the status column of a conceptual row (as described in Section 7.7.1 of … |
.1.3.6.1.3.92.1.5.1.4 |