DVMRP-STD-MIB-UNI: View SNMP OID List / Download MIB
VENDOR: JUNIPER
Home | MIB: DVMRP-STD-MIB-UNI | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
dvmrpStdMIB | 1.3.6.1.4.1.4874.3.2.1.1 |
The MIB module for management of DVMRP routers. |
||
dvmrpMIBObjects | 1.3.6.1.4.1.4874.3.2.1.1.1 | |||
dvmrp | 1.3.6.1.4.1.4874.3.2.1.1.1.1 | |||
dvmrpTraps | 1.3.6.1.4.1.4874.3.2.1.1.1.1.0 | |||
dvmrpNeighborLoss | 1.3.6.1.4.1.4874.3.2.1.1.1.1.0.1 |
A dvmrpNeighborLoss trap signifies the loss of a 2-way adjacency with a neighbor. This trap should be generated when the neighbor state changes from active to one-way, ignoring, or down. The trap should be generated only if the router has no other neighbors on the same interface with a lower IP address than itself. |
||
dvmrpNeighborNotPruning | 1.3.6.1.4.1.4874.3.2.1.1.1.1.0.2 |
A dvmrpNeighborNotPruning trap signifies that a non-pruning neighbor has been detected (in an implementation-dependent manner). This trap should be generated at most once per generation ID of the neighbor. For example, it should be generated at the time a neighbor is first heard from if the prune bit is not set in its capabilities. It should also be generated if the local system has the ability to tell that a neighbor which sets the the prune bit in its capabilities is not pruning any branches over an extended period of time. The trap should be generated only if the router has no other neighbors on the same interface with a lower IP address than itself. |
||
dvmrpScalar | 1.3.6.1.4.1.4874.3.2.1.1.1.1.1 | |||
dvmrpVersionString | 1.3.6.1.4.1.4874.3.2.1.1.1.1.1.1 | displaystring | read-only |
The router's DVMRP version information. Similar to sysDescr in MIB-II, this is a free-form field which can be used to display vendor-specific information. |
dvmrpGenerationId | 1.3.6.1.4.1.4874.3.2.1.1.1.1.1.2 | integer32 | read-only |
The generation identifier for the routing process. This is used by neighboring routers to detect whether the DVMRP routing table should be resent. |
dvmrpNumRoutes | 1.3.6.1.4.1.4874.3.2.1.1.1.1.1.3 | gauge32 | read-only |
The number of entries in the routing table. This can be used to monitor the routing table size to detect illegal advertisements of unicast routes. |
dvmrpReachableRoutes | 1.3.6.1.4.1.4874.3.2.1.1.1.1.1.4 | gauge32 | read-only |
The number of entries in the routing table with non infinite metrics. This can be used to detect network partitions by observing the ratio of reachable routes to total routes. |
dvmrpInterfaceTable | 1.3.6.1.4.1.4874.3.2.1.1.1.1.2 | no-access |
The (conceptual) table listing the router's multicast- capable interfaces. |
|
1.3.6.1.4.1.4874.3.2.1.1.1.1.2.1 | no-access |
An entry (conceptual row) in the dvmrpInterfaceTable. This row augments ipMRouteInterfaceEntry in the IP Multicast MIB, where the threshold object resides. |
||
dvmrpInterfaceIfIndex | 1.3.6.1.4.1.4874.3.2.1.1.1.1.2.1.1 | interfaceindex | no-access |
The ifIndex value of the interface for which DVMRP is enabled. |
dvmrpInterfaceLocalAddress | 1.3.6.1.4.1.4874.3.2.1.1.1.1.2.1.2 | ipaddress | read-only |
The IP address this system will use as a source address on this interface. On unnumbered interfaces, it must be the same value as dvmrpInterfaceLocalAddress for some interface on the system. |
dvmrpInterfaceMetric | 1.3.6.1.4.1.4874.3.2.1.1.1.1.2.1.3 | integer32 | read-only |
The distance metric for this interface which is used to calculate distance vectors. |
dvmrpInterfaceStatus | 1.3.6.1.4.1.4874.3.2.1.1.1.1.2.1.4 | rowstatus | read-only |
The status of this entry. Creating the entry enables DVMRP on the virtual interface; destroying the entry or setting it to notInService disables DVMRP on the virtual interface. |
dvmrpInterfaceRcvBadPkts | 1.3.6.1.4.1.4874.3.2.1.1.1.1.2.1.5 | counter32 | read-only |
The number of DVMRP messages received on the interface by the DVMRP process which were subsequently discarded as invalid (e.g. invalid packet format, or a route report from an unknown neighbor). |
dvmrpInterfaceRcvBadRoutes | 1.3.6.1.4.1.4874.3.2.1.1.1.1.2.1.6 | counter32 | read-only |
The number of routes, in valid DVMRP packets, which were ignored because the entry was invalid. |
dvmrpInterfaceSentRoutes | 1.3.6.1.4.1.4874.3.2.1.1.1.1.2.1.7 | counter32 | read-only |
The number of routes, in DVMRP Report packets, which have been sent on this interface. Together with dvmrpNeighborRcvRoutes at a peer, this object is useful for detecting routes being lost. |
dvmrpInterfaceInterfaceKey | 1.3.6.1.4.1.4874.3.2.1.1.1.1.2.1.8 | snmpadminstring | read-only |
The (shared) key for authenticating neighbors on this interface. This object is intended solely for the purpose of setting the interface key, and MUST be accessible only via requests using both authentication and privacy. The agent MAY report an empty string in response to get, get- next, get-bulk requests. |
dvmrpInterfaceInterfaceKeyVersion | 1.3.6.1.4.1.4874.3.2.1.1.1.1.2.1.9 | integer32 | read-only |
The highest version number of all known interface keys for this interface used for authenticating neighbors. |
dvmrpNeighborTable | 1.3.6.1.4.1.4874.3.2.1.1.1.1.3 | no-access |
The (conceptual) table listing the router's DVMRP neighbors, as discovered by receiving DVMRP messages. |
|
1.3.6.1.4.1.4874.3.2.1.1.1.1.3.1 | no-access |
An entry (conceptual row) in the dvmrpNeighborTable. |
||
dvmrpNeighborIfIndex | 1.3.6.1.4.1.4874.3.2.1.1.1.1.3.1.1 | interfaceindex | no-access |
The value of ifIndex for the virtual interface used to reach this DVMRP neighbor. |
dvmrpNeighborAddress | 1.3.6.1.4.1.4874.3.2.1.1.1.1.3.1.2 | ipaddress | no-access |
The IP address of the DVMRP neighbor for which this entry contains information. |
dvmrpNeighborUpTime | 1.3.6.1.4.1.4874.3.2.1.1.1.1.3.1.3 | timeticks | read-only |
The time since this DVMRP neighbor (last) became a neighbor of the local router. |
dvmrpNeighborExpiryTime | 1.3.6.1.4.1.4874.3.2.1.1.1.1.3.1.4 | timeticks | read-only |
The minimum time remaining before this DVMRP neighbor will be aged out. |
dvmrpNeighborGenerationId | 1.3.6.1.4.1.4874.3.2.1.1.1.1.3.1.5 | integer32 | read-only |
The neighboring router's generation identifier. |
dvmrpNeighborMajorVersion | 1.3.6.1.4.1.4874.3.2.1.1.1.1.3.1.6 | integer32 | read-only |
The neighboring router's major DVMRP version number. |
dvmrpNeighborMinorVersion | 1.3.6.1.4.1.4874.3.2.1.1.1.1.3.1.7 | integer32 | read-only |
The neighboring router's minor DVMRP version number. |
dvmrpNeighborCapabilities | 1.3.6.1.4.1.4874.3.2.1.1.1.1.3.1.8 | bits | read-only |
This object describes the neighboring router's capabilities. The leaf bit indicates that the neighbor has only one interface with neighbors. The prune bit indicates that the neighbor supports pruning. The generationID bit indicates that the neighbor sends its generationID in Probe messages. The mtrace bit indicates that the neighbor can handle mtrace requests. Bits: 'mtrace': 3, 'leaf': 0, 'prune': 1, 'generationID': 2. |
dvmrpNeighborRcvRoutes | 1.3.6.1.4.1.4874.3.2.1.1.1.1.3.1.9 | counter32 | read-only |
The total number of routes received in valid DVMRP packets received from this neighbor. This can be used to diagnose problems such as unicast route injection, as well as giving an indication of the level of DVMRP route exchange activity. |
dvmrpNeighborRcvBadPkts | 1.3.6.1.4.1.4874.3.2.1.1.1.1.3.1.10 | counter32 | read-only |
The number of packet received from this neighbor which were discarded as invalid. |
dvmrpNeighborRcvBadRoutes | 1.3.6.1.4.1.4874.3.2.1.1.1.1.3.1.11 | counter32 | read-only |
The number of routes, in valid DVMRP packets received from this neighbor, which were ignored because the entry was invalid. |
dvmrpNeighborState | 1.3.6.1.4.1.4874.3.2.1.1.1.1.3.1.12 | integer | read-only |
State of the neighbor adjacency. Enumeration: 'active': 2, 'down': 4, 'ignoring': 3, 'oneway': 1. |
dvmrpRouteTable | 1.3.6.1.4.1.4874.3.2.1.1.1.1.4 | no-access |
The table of routes learned through DVMRP route exchange. |
|
1.3.6.1.4.1.4874.3.2.1.1.1.1.4.1 | no-access |
An entry (conceptual row) containing the multicast routing information used by DVMRP in place of the unicast routing information. |
||
dvmrpRouteSource | 1.3.6.1.4.1.4874.3.2.1.1.1.1.4.1.1 | ipaddress | no-access |
The network address which when combined with the corresponding value of dvmrpRouteSourceMask identifies the sources for which this entry contains multicast routing information. |
dvmrpRouteSourceMask | 1.3.6.1.4.1.4874.3.2.1.1.1.1.4.1.2 | ipaddress | no-access |
The network mask which when combined with the corresponding value of dvmrpRouteSource identifies the sources for which this entry contains multicast routing information. |
dvmrpRouteUpstreamNeighbor | 1.3.6.1.4.1.4874.3.2.1.1.1.1.4.1.3 | ipaddress | read-only |
The address of the upstream neighbor (e.g., RPF neighbor) from which IP datagrams from these sources are received. |
dvmrpRouteIfIndex | 1.3.6.1.4.1.4874.3.2.1.1.1.1.4.1.4 | interfaceindexorzero | read-only |
The value of ifIndex for the interface on which IP datagrams sent by these sources are received. A value of 0 typically means the route is an aggregate for which no next- hop interface exists. |
dvmrpRouteMetric | 1.3.6.1.4.1.4874.3.2.1.1.1.1.4.1.5 | integer32 | read-only |
The distance in hops to the source subnet. |
dvmrpRouteExpiryTime | 1.3.6.1.4.1.4874.3.2.1.1.1.1.4.1.6 | timeticks | read-only |
The minimum amount of time remaining before this entry will be aged out. |
dvmrpRouteUpTime | 1.3.6.1.4.1.4874.3.2.1.1.1.1.4.1.7 | timeticks | read-only |
The time since the route represented by this entry was learned by the router. |
dvmrpRouteNextHopTable | 1.3.6.1.4.1.4874.3.2.1.1.1.1.5 | no-access |
The (conceptual) table containing information on the next hops on outgoing interfaces for routing IP multicast datagrams. |
|
1.3.6.1.4.1.4874.3.2.1.1.1.1.5.1 | no-access |
An entry (conceptual row) in the list of next hops on outgoing interfaces to which IP multicast datagrams from particular sources are routed. |
||
dvmrpRouteNextHopSource | 1.3.6.1.4.1.4874.3.2.1.1.1.1.5.1.1 | ipaddress | no-access |
The network address which when combined with the corresponding value of dvmrpRouteNextHopSourceMask identifies the sources for which this entry specifies a next hop on an outgoing interface. |
dvmrpRouteNextHopSourceMask | 1.3.6.1.4.1.4874.3.2.1.1.1.1.5.1.2 | ipaddress | no-access |
The network mask which when combined with the corresponding value of dvmrpRouteNextHopSource identifies the sources for which this entry specifies a next hop on an outgoing interface. |
dvmrpRouteNextHopIfIndex | 1.3.6.1.4.1.4874.3.2.1.1.1.1.5.1.3 | interfaceindex | no-access |
The ifIndex value of the interface for the outgoing interface for this next hop. |
dvmrpRouteNextHopType | 1.3.6.1.4.1.4874.3.2.1.1.1.1.5.1.4 | integer | read-only |
Type is leaf if no downstream dependent neighbors exist on the outgoing virtual interface. Otherwise, type is branch. Enumeration: 'leaf': 1, 'branch': 2. |
dvmrpPruneTable | 1.3.6.1.4.1.4874.3.2.1.1.1.1.6 | no-access |
The (conceptual) table listing the router's upstream prune state. |
|
1.3.6.1.4.1.4874.3.2.1.1.1.1.6.1 | no-access |
An entry (conceptual row) in the dvmrpPruneTable. |
||
dvmrpPruneGroup | 1.3.6.1.4.1.4874.3.2.1.1.1.1.6.1.1 | ipaddress | no-access |
The group address which has been pruned. |
dvmrpPruneSource | 1.3.6.1.4.1.4874.3.2.1.1.1.1.6.1.2 | ipaddress | no-access |
The address of the source or source network which has been pruned. |
dvmrpPruneSourceMask | 1.3.6.1.4.1.4874.3.2.1.1.1.1.6.1.3 | ipaddress | no-access |
The address of the source or source network which has been pruned. The mask must either be all 1's, or else dvmrpPruneSource and dvmrpPruneSourceMask must match dvmrpRouteSource and dvmrpRouteSourceMask for some entry in the dvmrpRouteTable. |
dvmrpPruneExpiryTime | 1.3.6.1.4.1.4874.3.2.1.1.1.1.6.1.4 | timeticks | read-only |
The amount of time remaining before this prune should expire at the upstream neighbor. This value should be the minimum of the default prune lifetime and the remaining prune lifetimes of the local router's downstream neighbors, if any. |
dvmrpMIBConformance | 1.3.6.1.4.1.4874.3.2.1.1.2 | |||
dvmrpMIBCompliances | 1.3.6.1.4.1.4874.3.2.1.1.2.1 | |||
dvmrpMIBCompliance | 1.3.6.1.4.1.4874.3.2.1.1.2.1.1 |
The compliance statement for the DVMRP MIB. |
||
dvmrpMIBGroups | 1.3.6.1.4.1.4874.3.2.1.1.2.2 | |||
dvmrpGeneralGroup | 1.3.6.1.4.1.4874.3.2.1.1.2.2.2 |
A collection of objects used to describe general DVMRP configuration information. |
||
dvmrpInterfaceGroup | 1.3.6.1.4.1.4874.3.2.1.1.2.2.3 |
A collection of objects used to describe DVMRP interface configuration and statistics. |
||
dvmrpNeighborGroup | 1.3.6.1.4.1.4874.3.2.1.1.2.2.4 |
A collection of objects used to describe DVMRP peer configuration and statistics. |
||
dvmrpRoutingGroup | 1.3.6.1.4.1.4874.3.2.1.1.2.2.5 |
A collection of objects used to store the DVMRP routing table. |
||
dvmrpSecurityGroup | 1.3.6.1.4.1.4874.3.2.1.1.2.2.6 |
A collection of objects used to store information related to DVMRP security. |
||
dvmrpTreeGroup | 1.3.6.1.4.1.4874.3.2.1.1.2.2.7 |
A collection of objects used to store information related to DVMRP prune state. |
||
dvmrpNotificationGroup | 1.3.6.1.4.1.4874.3.2.1.1.2.2.8 |
A collection of notifications for signaling important DVMRP events. |