DVMRP-MIB Table View

Table-centric layout grouping table, row, and column objects.

Tables
5
Rows
5
Columns
45
.1.3.6.1.3.62.1.1.3 · 1 row entry · 18 columns
The (conceptual) table listing the router's multicast-
capable interfaces.
dvmrpInterfaceEntry entry .1.3.6.1.3.62.1.1.3.1
An entry (conceptual row) in the dvmrpInterfaceTable. This
row augments ipMRouteInterfaceEntry in the IP Multicast MIB,
where the threshold object resides.
Indexes
dvmrpInterfaceIfIndex
Column Syntax OID
dvmrpInterfaceIfIndex
The ifIndex value of the interface for which DVMRP is
enabled.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.3.62.1.1.3.1.1
dvmrpInterfaceType deprecated
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…
Enumeration
Enumerated Values:
1tunnel
2srcrt
3querier
4subnet
.1.3.6.1.3.62.1.1.3.1.2
dvmrpInterfaceOperState deprecated
The current operational state of this DVMRP interface. This
object is deprecated in favor of ifOperStatus.
Enumeration
Enumerated Values:
1up
2down
.1.3.6.1.3.62.1.1.3.1.3
dvmrpInterfaceLocalAddress
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.
SNMPv2-SMIIpAddressr/w
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.3.62.1.1.3.1.4
dvmrpInterfaceRemoteAddress deprecated
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 dep…
SNMPv2-SMIIpAddressr/w
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.3.62.1.1.3.1.5
dvmrpInterfaceRemoteSubnetMask deprecated
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.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.3.62.1.1.3.1.6
dvmrpInterfaceMetric
The distance metric for this interface which is used to
calculate distance vectors.
Integer32r/w
Constraints:
range: 1-31
.1.3.6.1.3.62.1.1.3.1.7
dvmrpInterfaceRateLimit deprecated
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.
SNMPv2-SMIInteger32r/w
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.3.62.1.1.3.1.8
dvmrpInterfaceInPkts deprecated
The number of multicast packets that have arrived on the
interface. This object is deprecated in favor of
ifInMulticastPkts in the Interfaces MIB [8].
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.3.62.1.1.3.1.9
dvmrpInterfaceOutPkts deprecated
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].
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.3.62.1.1.3.1.10
dvmrpInterfaceInOctets deprecated
The number of octets in multicast packets that have arrived
on the interface. This object has been moved to the IP
Multicast MIB.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.3.62.1.1.3.1.11
dvmrpInterfaceOutOctets deprecated
The number of octets in multicast packets that have been
sent on the interface. This object has been moved to the IP
Multicast MIB.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.3.62.1.1.3.1.12
dvmrpInterfaceStatus
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.
SNMPv2-TCRowStatusr/w
Textual Convention: SNMPv2-TCRowStatus Enumeration
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
.1.3.6.1.3.62.1.1.3.1.13
dvmrpInterfaceRcvBadPkts
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).
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.3.62.1.1.3.1.14
dvmrpInterfaceRcvBadRoutes
The number of routes, in valid DVMRP packets, which were
ignored because the entry was invalid.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.3.62.1.1.3.1.15
dvmrpInterfaceSentRoutes
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.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.3.62.1.1.3.1.16
dvmrpInterfaceMasterKey
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 p…
SNMPv2-TCDisplayStringr/w
Textual Convention: SNMPv2-TCDisplayString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.3.62.1.1.3.1.17
dvmrpInterfaceMasterKeyVersion
The highest version number of all known master keys used
for authenticating neighbors on this interface.
SNMPv2-SMIInteger32r/w
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.3.62.1.1.3.1.18
.1.3.6.1.3.62.1.1.4 · 1 row entry · 12 columns
The (conceptual) table listing the router's DVMRP
neighbors, as discovered by receiving DVMRP messages.
dvmrpNeighborEntry entry .1.3.6.1.3.62.1.1.4.1
An entry (conceptual row) in the dvmrpNeighborTable.
Indexes
dvmrpNeighborIfIndex dvmrpNeighborAddress
Column Syntax OID
dvmrpNeighborIfIndex
The value of ifIndex for the virtual interface used to
reach this DVMRP neighbor.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.3.62.1.1.4.1.1
dvmrpNeighborAddress
The IP address of the DVMRP neighbor for which this entry
contains information.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.3.62.1.1.4.1.2
dvmrpNeighborUpTime
The time since this DVMRP neighbor (last) became a neighbor
of the local router.
SNMPv2-SMITimeTicks
Textual Convention: SNMPv2-SMITimeTicks Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.3.62.1.1.4.1.3
dvmrpNeighborExpiryTime
The minimum time remaining before this DVMRP neighbor will
be aged out.
SNMPv2-SMITimeTicks
Textual Convention: SNMPv2-SMITimeTicks Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.3.62.1.1.4.1.4
dvmrpNeighborGenerationId
The neighboring router's generation identifier.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.3.62.1.1.4.1.6
dvmrpNeighborMajorVersion
The neighboring router's major DVMRP version number.
Integer32
Constraints:
range: 0-255
.1.3.6.1.3.62.1.1.4.1.7
dvmrpNeighborMinorVersion
The neighboring router's minor DVMRP version number.
Integer32
Constraints:
range: 0-255
.1.3.6.1.3.62.1.1.4.1.8
dvmrpNeighborCapabilities
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 generationI…
Bits
Enumerated Values:
0leaf
1prune
2generationID
3mtrace
.1.3.6.1.3.62.1.1.4.1.9
dvmrpNeighborRcvRoutes
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…
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.3.62.1.1.4.1.10
dvmrpNeighborRcvBadPkts
The number of packet received from this neighbor which were
discarded as invalid.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.3.62.1.1.4.1.11
dvmrpNeighborRcvBadRoutes
The number of routes, in valid DVMRP packets received from
this neighbor, which were ignored because the entry was
invalid.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.3.62.1.1.4.1.12
dvmrpNeighborState
State of the neighbor adjacency.
Enumeration
Enumerated Values:
1oneway
2active
3ignoring
4down
.1.3.6.1.3.62.1.1.4.1.13
.1.3.6.1.3.62.1.1.5 · 1 row entry · 7 columns
The table of routes learned through DVMRP route exchange.
dvmrpRouteEntry entry .1.3.6.1.3.62.1.1.5.1
An entry (conceptual row) containing the multicast routing
information used by DVMRP in place of the unicast routing
information.
Indexes
dvmrpRouteSource dvmrpRouteSourceMask
Column Syntax OID
dvmrpRouteSource
The network address which when combined with the
corresponding value of dvmrpRouteSourceMask identifies the
sources for which this entry contains multicast routing
information.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.3.62.1.1.5.1.1
dvmrpRouteSourceMask
The network mask which when combined with the corresponding
value of dvmrpRouteSource identifies the sources for which
this entry contains multicast routing information.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.3.62.1.1.5.1.2
dvmrpRouteUpstreamNeighbor
The address of the upstream neighbor (e.g., RPF neighbor)
from which IP datagrams from these sources are received.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.3.62.1.1.5.1.3
dvmrpRouteIfIndex
The value of ifIndex for the interface on which IP
datagrams sent by these sources are received.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.3.62.1.1.5.1.4
dvmrpRouteMetric
The distance in hops to the source subnet.
Integer32
Constraints:
range: 1-32
.1.3.6.1.3.62.1.1.5.1.5
dvmrpRouteExpiryTime
The minimum amount of time remaining before this entry will
be aged out.
SNMPv2-SMITimeTicks
Textual Convention: SNMPv2-SMITimeTicks Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.3.62.1.1.5.1.6
dvmrpRouteUpTime
The time since the route represented by this entry was
learned by the router.
SNMPv2-SMITimeTicks
Textual Convention: SNMPv2-SMITimeTicks Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.3.62.1.1.5.1.7
.1.3.6.1.3.62.1.1.6 · 1 row entry · 4 columns
The (conceptual) table containing information on the next
hops on outgoing interfaces for routing IP multicast
datagrams.
dvmrpRouteNextHopEntry entry .1.3.6.1.3.62.1.1.6.1
An entry (conceptual row) in the list of next hops on
outgoing interfaces to which IP multicast datagrams from
particular sources are routed.
Indexes
dvmrpRouteNextHopSource dvmrpRouteNextHopSourceMask dvmrpRouteNextHopIfIndex
Column Syntax OID
dvmrpRouteNextHopSource
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.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.3.62.1.1.6.1.1
dvmrpRouteNextHopSourceMask
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.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.3.62.1.1.6.1.2
dvmrpRouteNextHopIfIndex
The ifIndex value of the interface for the outgoing
interface for this next hop.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.3.62.1.1.6.1.3
dvmrpRouteNextHopType
Type is leaf if no downstream dependent neighbors exist on
the outgoing virtual interface. Otherwise, type is branch.
Enumeration
Enumerated Values:
1leaf
2branch
.1.3.6.1.3.62.1.1.6.1.4

dvmrpAltNetTable

table deprecated
.1.3.6.1.3.62.1.1.8 · 1 row entry · 4 columns
The (conceptual) table listing the router's alternate
subnets on physical interfaces for use in constructing the
routing tables.
dvmrpAltNetEntry entry .1.3.6.1.3.62.1.1.8.1
An entry (conceptual row) in the dvmrpAltNetTable.
Indexes
dvmrpAltNetIfIndex dvmrpAltNetAddress dvmrpAltNetMask
Column Syntax OID
dvmrpAltNetIfIndex deprecated
The ifIndex value of the interface to which this alternate
subnet applies.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.3.62.1.1.8.1.1
dvmrpAltNetAddress deprecated
The subnet address of the alternate subnet.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.3.62.1.1.8.1.2
dvmrpAltNetMask deprecated
The subnet mask of the alternate subnet.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.3.62.1.1.8.1.3
dvmrpAltNetStatus deprecated
The status of this row, by which new entries may be
created, or old entries deleted from this table.
SNMPv2-TCRowStatusr/w
Textual Convention: SNMPv2-TCRowStatus Enumeration
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
.1.3.6.1.3.62.1.1.8.1.4