DVMRP-MIB: View SNMP OID List / Download MIB
VENDOR: INTERNET-STANDARD
Home | MIB: DVMRP-MIB | |||
---|---|---|---|---|
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 |
dvmrpMIB | 1.3.6.1.3.62 |
The MIB module for management of DVMRP routers. |
||
dvmrpMIBObjects | 1.3.6.1.3.62.1 | |||
dvmrp | 1.3.6.1.3.62.1.1 | |||
dvmrpVersionString | 1.3.6.1.3.62.1.1.1 | displaystring | read-only |
The router's DVMRP version information. |
dvmrpGenerationId | 1.3.6.1.3.62.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. |
dvmrpInterfaceTable | 1.3.6.1.3.62.1.1.3 | no-access |
The (conceptual) table listing the router's multicast- capable interfaces. |
|
1.3.6.1.3.62.1.1.3.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.3.62.1.1.3.1.1 | integer32 | no-access |
The ifIndex value of the interface for which DVMRP is enabled. |
dvmrpInterfaceType | 1.3.6.1.3.62.1.1.3.1.2 | integer | read-only |
The type of this DVMRP interface, whether it uses a tunnel, source routing, a physical interface for which we are a querier, or a physical interface for which we are not a querier. This object is deprecated in favor of ifType. Enumeration: 'tunnel': 1, 'subnet': 4, 'srcrt': 2, 'querier': 3. |
dvmrpInterfaceOperState | 1.3.6.1.3.62.1.1.3.1.3 | integer | read-only |
The current operational state of this DVMRP interface. This object is deprecated in favor of ifOperStatus. Enumeration: 'down': 2, 'up': 1. |
dvmrpInterfaceLocalAddress | 1.3.6.1.3.62.1.1.3.1.4 | 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. |
dvmrpInterfaceRemoteAddress | 1.3.6.1.3.62.1.1.3.1.5 | ipaddress | read-only |
The IP address of the remote end of this DVMRP virtual interface. For a tunnel (including source routed), this is the IP address of the neighboring router. For a subnet, this is the subnet address. This object is deprecated in favor of address information associated with the underlying ifEntry. |
dvmrpInterfaceRemoteSubnetMask | 1.3.6.1.3.62.1.1.3.1.6 | ipaddress | read-only |
The subnet mask for a directly connected subnet. For a tunnel, this should be 0.0.0.0. This object is deprecated in favor of address information associated with the underlying ifEntry. |
dvmrpInterfaceMetric | 1.3.6.1.3.62.1.1.3.1.7 | integer32 | read-only |
The distance metric for this interface which is used to calculate distance vectors. |
dvmrpInterfaceRateLimit | 1.3.6.1.3.62.1.1.3.1.8 | integer32 | read-only |
The rate-limit, in kilobits per second, of forwarded multicast traffic on the interface. A rate-limit of 0 indicates that no rate limiting is done. This object has been moved to the IP Multicast MIB. |
dvmrpInterfaceInPkts | 1.3.6.1.3.62.1.1.3.1.9 | counter32 | read-only |
The number of multicast packets that have arrived on the interface. This object is deprecated in favor of ifInMulticastPkts in the Interfaces MIB [8]. |
dvmrpInterfaceOutPkts | 1.3.6.1.3.62.1.1.3.1.10 | counter32 | read-only |
The number of multicast packets that have been sent on the interface. This object is deprecated in favor of ifOutMulticastPkts in the Interfaces MIB [8]. |
dvmrpInterfaceInOctets | 1.3.6.1.3.62.1.1.3.1.11 | counter32 | read-only |
The number of octets in multicast packets that have arrived on the interface. This object has been moved to the IP Multicast MIB. |
dvmrpInterfaceOutOctets | 1.3.6.1.3.62.1.1.3.1.12 | counter32 | read-only |
The number of octets in multicast packets that have been sent on the interface. This object has been moved to the IP Multicast MIB. |
dvmrpInterfaceStatus | 1.3.6.1.3.62.1.1.3.1.13 | 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.3.62.1.1.3.1.14 | counter32 | read-only |
The number of DVMRP packets 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.3.62.1.1.3.1.15 | counter32 | read-only |
The number of routes, in valid DVMRP packets, which were ignored because the entry was invalid. |
dvmrpInterfaceSentRoutes | 1.3.6.1.3.62.1.1.3.1.16 | 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. |
dvmrpInterfaceMasterKey | 1.3.6.1.3.62.1.1.3.1.17 | displaystring | read-only |
The master (shared) key for authenticating neighbors on this interface. This object is intended solely for the purpose of setting the master 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. |
dvmrpInterfaceMasterKeyVersion | 1.3.6.1.3.62.1.1.3.1.18 | integer32 | read-only |
The highest version number of all known master keys used for authenticating neighbors on this interface. |
dvmrpNeighborTable | 1.3.6.1.3.62.1.1.4 | no-access |
The (conceptual) table listing the router's DVMRP neighbors, as discovered by receiving DVMRP messages. |
|
1.3.6.1.3.62.1.1.4.1 | no-access |
An entry (conceptual row) in the dvmrpNeighborTable. |
||
dvmrpNeighborIfIndex | 1.3.6.1.3.62.1.1.4.1.1 | integer32 | read-only |
The value of ifIndex for the virtual interface used to reach this DVMRP neighbor. |
dvmrpNeighborAddress | 1.3.6.1.3.62.1.1.4.1.2 | ipaddress | read-only |
The IP address of the DVMRP neighbor for which this entry contains information. |
dvmrpNeighborUpTime | 1.3.6.1.3.62.1.1.4.1.3 | timeticks | read-only |
The time since this DVMRP neighbor (last) became a neighbor of the local router. |
dvmrpNeighborExpiryTime | 1.3.6.1.3.62.1.1.4.1.4 | timeticks | read-only |
The minimum time remaining before this DVMRP neighbor will be aged out. |
dvmrpNeighborGenerationId | 1.3.6.1.3.62.1.1.4.1.6 | integer32 | read-only |
The neighboring router's generation identifier. |
dvmrpNeighborMajorVersion | 1.3.6.1.3.62.1.1.4.1.7 | integer32 | read-only |
The neighboring router's major DVMRP version number. |
dvmrpNeighborMinorVersion | 1.3.6.1.3.62.1.1.4.1.8 | integer32 | read-only |
The neighboring router's minor DVMRP version number. |
dvmrpNeighborCapabilities | 1.3.6.1.3.62.1.1.4.1.9 | 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.3.62.1.1.4.1.10 | 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.3.62.1.1.4.1.11 | counter32 | read-only |
The number of packet received from this neighbor which were discarded as invalid. |
dvmrpNeighborRcvBadRoutes | 1.3.6.1.3.62.1.1.4.1.12 | 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.3.62.1.1.4.1.13 | integer | read-only |
State of the neighbor adjacency. Enumeration: 'active': 2, 'down': 4, 'ignoring': 3, 'oneway': 1. |
dvmrpRouteTable | 1.3.6.1.3.62.1.1.5 | no-access |
The table of routes learned through DVMRP route exchange. |
|
1.3.6.1.3.62.1.1.5.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.3.62.1.1.5.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.3.62.1.1.5.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.3.62.1.1.5.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.3.62.1.1.5.1.4 | integer32 | read-only |
The value of ifIndex for the interface on which IP datagrams sent by these sources are received. |
dvmrpRouteMetric | 1.3.6.1.3.62.1.1.5.1.5 | integer32 | read-only |
The distance in hops to the source subnet. |
dvmrpRouteExpiryTime | 1.3.6.1.3.62.1.1.5.1.6 | timeticks | read-only |
The minimum amount of time remaining before this entry will be aged out. |
dvmrpRouteUpTime | 1.3.6.1.3.62.1.1.5.1.7 | timeticks | read-only |
The time since the route represented by this entry was learned by the router. |
dvmrpRouteNextHopTable | 1.3.6.1.3.62.1.1.6 | no-access |
The (conceptual) table containing information on the next hops on outgoing interfaces for routing IP multicast datagrams. |
|
1.3.6.1.3.62.1.1.6.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.3.62.1.1.6.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.3.62.1.1.6.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.3.62.1.1.6.1.3 | integer32 | no-access |
The ifIndex value of the interface for the outgoing interface for this next hop. |
dvmrpRouteNextHopType | 1.3.6.1.3.62.1.1.6.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. |
dvmrpAltNetTable | 1.3.6.1.3.62.1.1.8 | no-access |
The (conceptual) table listing the router's alternate subnets on physical interfaces for use in constructing the routing tables. |
|
1.3.6.1.3.62.1.1.8.1 | no-access |
An entry (conceptual row) in the dvmrpAltNetTable. |
||
dvmrpAltNetIfIndex | 1.3.6.1.3.62.1.1.8.1.1 | integer32 | no-access |
The ifIndex value of the interface to which this alternate subnet applies. |
dvmrpAltNetAddress | 1.3.6.1.3.62.1.1.8.1.2 | ipaddress | no-access |
The subnet address of the alternate subnet. |
dvmrpAltNetMask | 1.3.6.1.3.62.1.1.8.1.3 | ipaddress | no-access |
The subnet mask of the alternate subnet. |
dvmrpAltNetStatus | 1.3.6.1.3.62.1.1.8.1.4 | rowstatus | read-only |
The status of this row, by which new entries may be created, or old entries deleted from this table. |
dvmrpNumRoutes | 1.3.6.1.3.62.1.1.9 | 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.3.62.1.1.10 | 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. |
dvmrpTraps | 1.3.6.1.3.62.1.1.11 | |||
dvmrpNeighborLoss | 1.3.6.1.3.62.1.1.11.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.3.62.1.1.11.2 |
A dvmrpNeighborNotPruning trap signifies that a non-pruning neighbor has been detected. This trap should be generated at most once per generation ID of the neighbor. For example, it may be generated at the time a neighbor is first heard from if the prune bit is not set in its capabilities. The trap should be generated only if the router has no other neighbors on the same interface with a lower IP address than itself. |
||
dvmrpMIBConformance | 1.3.6.1.3.62.2 | |||
dvmrpMIBCompliances | 1.3.6.1.3.62.2.1 | |||
dvmrpMIBCompliance | 1.3.6.1.3.62.2.1.1 |
The compliance statement for the DVMRP MIB. |
||
dvmrpMIBGroups | 1.3.6.1.3.62.2.2 | |||
dvmrpMIBGroup | 1.3.6.1.3.62.2.2.1 |
A collection of objects to support management of DVMRP routers. |
||
dvmrpGeneralGroup | 1.3.6.1.3.62.2.2.2 |
A collection of objects used to describe general DVMRP configuration information. |
||
dvmrpInterfaceGroup | 1.3.6.1.3.62.2.2.3 |
A collection of objects used to describe DVMRP interface configuration and statistics. |
||
dvmrpNeighborGroup | 1.3.6.1.3.62.2.2.4 |
A collection of objects used to describe DVMRP peer configuration and statistics. |
||
dvmrpRoutingGroup | 1.3.6.1.3.62.2.2.5 |
A collection of objects used to store the DVMRP routing table. |
||
dvmrpSecurityGroup | 1.3.6.1.3.62.2.2.6 |
A collection of objects used to store information related to DVMRP security. |