IPMROUTE-MIB: View SNMP OID List / Download MIB
VENDOR: INTERNET-STANDARD
Home | MIB: IPMROUTE-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 |
ipMRoute1MIB | 1.3.6.1.3.60 |
The MIB module for management of IP Multicast routing, but independent of the specific multicast routing protocol in use. |
||
ipMRoute1MIBObjects | 1.3.6.1.3.60.1 | |||
ipMRoute1 | 1.3.6.1.3.60.1.1 | |||
ipMRoute1Enable | 1.3.6.1.3.60.1.1.1 | integer | read-only |
The enabled status of IP Multicast routing on this router. Enumeration: 'disabled': 2, 'enabled': 1. |
ipMRoute1Table | 1.3.6.1.3.60.1.1.2 | no-access |
The (conceptual) table containing multicast routing information for IP datagrams sent by particular sources to the IP multicast groups known to this router. |
|
1.3.6.1.3.60.1.1.2.1 | no-access |
An entry (conceptual row) containing the multicast routing information for IP datagrams from a particular source and addressed to a particular IP multicast group address. Discontinuities in counters in this entry can be detected by observing the value of ipMRoute1UpTime. |
||
ipMRoute1Group | 1.3.6.1.3.60.1.1.2.1.1 | ipaddress | no-access |
The IP multicast group address for which this entry contains multicast routing information. |
ipMRoute1Source | 1.3.6.1.3.60.1.1.2.1.2 | ipaddress | no-access |
The network address which when combined with the corresponding value of ipMRoute1SourceMask identifies the sources for which this entry contains multicast routing information. |
ipMRoute1SourceMask | 1.3.6.1.3.60.1.1.2.1.3 | ipaddress | no-access |
The network mask which when combined with the corresponding value of ipMRoute1Source identifies the sources for which this entry contains multicast routing information. |
ipMRoute1UpstreamNeighbor | 1.3.6.1.3.60.1.1.2.1.4 | ipaddress | read-only |
The address of the upstream neighbor (e.g., RPF neighbor) from which IP datagrams from these sources to this multicast address are received, or 0.0.0.0 if the upstream neighbor is unknown (e.g., in CBT). |
ipMRoute1InIfIndex | 1.3.6.1.3.60.1.1.2.1.5 | interfaceindexorzero | read-only |
The value of ifIndex for the interface on which IP datagrams sent by these sources to this multicast address are received. A value of 0 indicates that datagrams are not subject to an incoming interface check, but may be accepted on multiple interfaces (e.g., in CBT). |
ipMRoute1UpTime | 1.3.6.1.3.60.1.1.2.1.6 | timeticks | read-only |
The time since the multicast routing information represented by this entry was learned by the router. |
ipMRoute1ExpiryTime | 1.3.6.1.3.60.1.1.2.1.7 | timeticks | read-only |
The minimum amount of time remaining before this entry will be aged out. The value 0 indicates that the entry is not subject to aging. |
ipMRoute1Pkts | 1.3.6.1.3.60.1.1.2.1.8 | counter32 | read-only |
The number of packets which this router has received from these sources and addressed to this multicast group address. |
ipMRoute1DifferentInIfPackets | 1.3.6.1.3.60.1.1.2.1.9 | counter32 | read-only |
The number of packets which this router has received from these sources and addressed to this multicast group address, which were dropped because they were not received on the interface indicated by ipMRoute1InIfIndex. Packets which are not subject to an incoming interface check (e.g., using CBT) are not counted. |
ipMRoute1Octets | 1.3.6.1.3.60.1.1.2.1.10 | counter32 | read-only |
The number of octets contained in IP datagrams which were received from these sources and addressed to this multicast group address, and which were forwarded by this router. |
ipMRoute1Protocol | 1.3.6.1.3.60.1.1.2.1.11 | ipmroute1protocol | read-only |
The multicast routing protocol via which this multicast forwarding entry was learned. |
ipMRoute1RtProto | 1.3.6.1.3.60.1.1.2.1.12 | integer | read-only |
The routing mechanism via which the route used to find the upstream or parent interface for this multicast forwarding entry was learned. Inclusion of values for routing protocols is not intended to imply that those protocols need be supported. Enumeration: 'esIs': 10, 'isIs': 9, 'ggp': 6, 'ospf': 13, 'ciscoEigrp': 16, 'egp': 5, 'rip': 8, 'bgp': 14, 'idpr': 15, 'ciscoIgrp': 11, 'other': 1, 'dvmrp': 17, 'bbnSpfIgp': 12, 'icmp': 4, 'local': 2, 'hello': 7, 'netmgmt': 3. |
ipMRoute1RtAddress | 1.3.6.1.3.60.1.1.2.1.13 | ipaddress | read-only |
The address portion of the route used to find the upstream or parent interface for this multicast forwarding entry. |
ipMRoute1RtMask | 1.3.6.1.3.60.1.1.2.1.14 | ipaddress | read-only |
The mask associated with the route used to find the upstream or parent interface for this multicast forwarding entry. |
ipMRoute1RtType | 1.3.6.1.3.60.1.1.2.1.15 | integer | read-only |
The reason the given route was placed in the (logical) multicast Routing Information Base (RIB). A value of unicast means that the route would normally be placed only in the unicast RIB, but was placed in the multicast RIB (instead or in addition) due to local configuration, such as when running PIM over RIP. A value of multicast means that the route was explicitly added to the multicast RIB by the routing protocol, such as DVMRP or Multiprotocol BGP. Enumeration: 'unicast': 1, 'multicast': 2. |
ipMRoute1HCOctets | 1.3.6.1.3.60.1.1.2.1.16 | counter64 | read-only |
The number of octets contained in IP datagrams which were received from these sources and addressed to this multicast group address, and which were forwarded by this router. This object is a 64-bit version of ipMRoute1Octets. |
ipMRoute1NextHopTable | 1.3.6.1.3.60.1.1.3 | no-access |
The (conceptual) table containing information on the next- hops on outgoing interfaces for routing IP multicast datagrams. Each entry is one of a list of next-hops on outgoing interfaces for particular sources sending to a particular multicast group address. |
|
1.3.6.1.3.60.1.1.3.1 | no-access |
An entry (conceptual row) in the list of next-hops on outgoing interfaces to which IP multicast datagrams from particular sources to a IP multicast group address are routed. Discontinuities in counters in this entry can be detected by observing the value of ipMRoute1UpTime. |
||
ipMRoute1NextHopGroup | 1.3.6.1.3.60.1.1.3.1.1 | ipaddress | no-access |
The IP multicast group for which this entry specifies a next-hop on an outgoing interface. |
ipMRoute1NextHopSource | 1.3.6.1.3.60.1.1.3.1.2 | ipaddress | no-access |
The network address which when combined with the corresponding value of ipMRoute1NextHopSourceMask identifies the sources for which this entry specifies a next-hop on an outgoing interface. |
ipMRoute1NextHopSourceMask | 1.3.6.1.3.60.1.1.3.1.3 | ipaddress | no-access |
The network mask which when combined with the corresponding value of ipMRoute1NextHopSource identifies the sources for which this entry specifies a next-hop on an outgoing interface. |
ipMRoute1NextHopIfIndex | 1.3.6.1.3.60.1.1.3.1.4 | interfaceindex | no-access |
The ifIndex value of the interface for the outgoing interface for this next-hop. |
ipMRoute1NextHopAddress | 1.3.6.1.3.60.1.1.3.1.5 | ipaddress | no-access |
The address of the next-hop specific to this entry. For most interfaces, this is identical to ipMRoute1NextHopGroup. NBMA interfaces, however, may have multiple next-hop addresses out a single outgoing interface. |
ipMRoute1NextHopState | 1.3.6.1.3.60.1.1.3.1.6 | integer | read-only |
An indication of whether the outgoing interface and next- hop represented by this entry is currently being used to forward IP datagrams. The value 'forwarding' indicates it is currently being used; the value 'pruned' indicates it is not. Enumeration: 'pruned': 1, 'forwarding': 2. |
ipMRoute1NextHopUpTime | 1.3.6.1.3.60.1.1.3.1.7 | timeticks | read-only |
The time since the multicast routing information represented by this entry was learned by the router. |
ipMRoute1NextHopExpiryTime | 1.3.6.1.3.60.1.1.3.1.8 | timeticks | read-only |
The minimum amount of time remaining before this entry will be aged out. If ipMRoute1NextHopState is pruned(1), the remaining time until the prune expires and the state reverts to forwarding(2). Otherwise, the remaining time until this entry is removed from the table. The time remaining may be copied from ipMRoute1ExpiryTime if the protocol in use for this entry dos not specify next-hop timers. The value 0 indicates that the entry is not subject to aging. |
ipMRoute1NextHopClosestMemberHops | 1.3.6.1.3.60.1.1.3.1.9 | integer32 | read-only |
The minimum number of hops between this router and any member of this IP multicast group reached via this next-hop on this outgoing interface. Any IP multicast datagrams for the group which have a TTL less than this number of hops will not be forwarded to this next-hop. |
ipMRoute1NextHopProtocol | 1.3.6.1.3.60.1.1.3.1.10 | ipmroute1protocol | read-only |
The routing mechanism via which this next-hop was learned. |
ipMRoute1NextHopPkts | 1.3.6.1.3.60.1.1.3.1.11 | counter32 | read-only |
The number of packets which have been forwarded using this route. |
ipMRoute1InterfaceTable | 1.3.6.1.3.60.1.1.4 | no-access |
The (conceptual) table containg multicast routing information specific to interfaces. |
|
1.3.6.1.3.60.1.1.4.1 | no-access |
An entry (conceptual row) containing the multicast routing information for a particular interface. |
||
ipMRoute1InterfaceIfIndex | 1.3.6.1.3.60.1.1.4.1.1 | interfaceindex | no-access |
The ifIndex value of the interface for which this entry contains information. |
ipMRoute1InterfaceTtl | 1.3.6.1.3.60.1.1.4.1.2 | integer32 | read-only |
The datagram TTL threshold for the interface. Any IP multicast datagrams with a TTL less than this threshold will not be forwarded out the interface. The default value of 0 means all multicast packets are forwarded out the interface. |
ipMRoute1InterfaceProtocol | 1.3.6.1.3.60.1.1.4.1.3 | ipmroute1protocol | read-only |
The routing protocol running on this interface. |
ipMRoute1InterfaceRateLimit | 1.3.6.1.3.60.1.1.4.1.4 | 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. |
ipMRoute1InterfaceInMcastOctets | 1.3.6.1.3.60.1.1.4.1.5 | counter32 | read-only |
The number of octets of multicast packets that have arrived on the interface, including framing characters. This object is similar to ifInOctets in the Interfaces MIB, except that only multicast packets are counted. |
ipMRoute1InterfaceOutMcastOctets | 1.3.6.1.3.60.1.1.4.1.6 | counter32 | read-only |
The number of octets of multicast packets that have been sent on the interface. |
ipMRoute1InterfaceHCInMcastOctets | 1.3.6.1.3.60.1.1.4.1.7 | counter64 | read-only |
The number of octets of multicast packets that have arrived on the interface, including framing characters. This object is a 64-bit version of ipMRoute1InterfaceInMcastOctets. It is similar to ifHCInOctets in the Interfaces MIB, except that only multicast packets are counted. |
ipMRoute1InterfaceHCOutMcastOctets | 1.3.6.1.3.60.1.1.4.1.8 | counter64 | read-only |
The number of octets of multicast packets that have been sent on the interface. This object is a 64-bit version of ipMRoute1InterfaceOutMcastOctets. |
ipMRoute1BoundaryTable | 1.3.6.1.3.60.1.1.5 | no-access |
The (conceptual) table listing the router's scoped multicast address boundaries. |
|
1.3.6.1.3.60.1.1.5.1 | no-access |
An entry (conceptual row) in the ipMRoute1BoundaryTable representing a scoped boundary. |
||
ipMRoute1BoundaryIfIndex | 1.3.6.1.3.60.1.1.5.1.1 | interfaceindex | no-access |
The IfIndex value for the interface to which this boundary applies. Packets with a destination address in the associated address/mask range will not be forwarded out this interface. |
ipMRoute1BoundaryAddress | 1.3.6.1.3.60.1.1.5.1.2 | ipaddress | no-access |
The group address which when combined with the corresponding value of ipMRoute1BoundaryAddressMask identifies the group range for which the scoped boundary exists. Scoped addresses must come from the range 239.x.x.x as specified in RFC 2365. |
ipMRoute1BoundaryAddressMask | 1.3.6.1.3.60.1.1.5.1.3 | ipaddress | no-access |
The group address mask which when combined with the corresponding value of ipMRoute1BoundaryAddress identifies the group range for which the scoped boundary exists. |
ipMRoute1BoundaryStatus | 1.3.6.1.3.60.1.1.5.1.4 | rowstatus | read-only |
The status of this row, by which new entries may be created, or old entries deleted from this table. |
ipMRoute1ScopeNameTable | 1.3.6.1.3.60.1.1.6 | no-access |
The (conceptual) table listing the multicast scope names. |
|
1.3.6.1.3.60.1.1.6.1 | no-access |
An entry (conceptual row) in the ipMRoute1ScopeNameTable representing a multicast scope name. |
||
ipMRoute1ScopeNameAddress | 1.3.6.1.3.60.1.1.6.1.1 | ipaddress | no-access |
The group address which when combined with the corresponding value of ipMRoute1ScopeNameAddressMask identifies the group range associated with the multicast scope. Scoped addresses must come from the range 239.x.x.x. |
ipMRoute1ScopeNameAddressMask | 1.3.6.1.3.60.1.1.6.1.2 | ipaddress | no-access |
The group address mask which when combined with the corresponding value of ipMRoute1ScopeNameAddress identifies the group range associated with the multicast scope. |
ipMRoute1ScopeNameLanguage | 1.3.6.1.3.60.1.1.6.1.3 | displaystring | no-access |
An RFC 1766-style language tag, with all alphabetic characters converted to lowercase. This restriction is intended to make the lexical ordering imposed by SNMP useful when applied to language tags. Note that it is theoretically possible for a valid language tag to exceed the allowed length of this object, and thus be impossible to represent in this table. Sampling of language tags in current use on the Internet suggests that this limit does not pose a serious problem in practice. |
ipMRoute1ScopeNameString | 1.3.6.1.3.60.1.1.6.1.4 | snmpadminstring | read-only |
The textual name associated with the multicast scope. The value of this object should be suitable for displaying to end-users, such as when allocating a multicast address in this scope. When no name is specified, the default value of this object should be the string 239.x.x.x/y with x and y replaced appropriately to describe the address and mask length associated with the scope. |
ipMRoute1ScopeNameDefault | 1.3.6.1.3.60.1.1.6.1.5 | truthvalue | read-only |
If true, indicates a preference that the name in the following language should be used by applications if no name is available in a desired language. |
ipMRoute1ScopeNameStatus | 1.3.6.1.3.60.1.1.6.1.6 | rowstatus | read-only |
The status of this row, by which new entries may be created, or old entries deleted from this table. |
ipMRoute1EntryCount | 1.3.6.1.3.60.1.1.7 | gauge32 | read-only |
The number of rows in the ipMRoute1Table. This can be used to monitor the multicast routing table size. |
ipMRoute1MIBConformance | 1.3.6.1.3.60.2 | |||
ipMRoute1MIBCompliances | 1.3.6.1.3.60.2.1 | |||
ipMRoute1MIBCompliance | 1.3.6.1.3.60.2.1.1 |
The compliance statement for the IP Multicast MIB. |
||
ipMRoute1MIBGroups | 1.3.6.1.3.60.2.2 | |||
ipMRoute1MIBBasicGroup | 1.3.6.1.3.60.2.2.1 |
A collection of objects to support basic management of IP Multicast routing. |
||
ipMRoute1MIBHopCountGroup | 1.3.6.1.3.60.2.2.2 |
A collection of objects to support management of the use of hop counts in IP Multicast routing. |
||
ipMRoute1MIBBoundaryGroup | 1.3.6.1.3.60.2.2.3 |
A collection of objects to support management of scoped multicast address boundaries. |
||
ipMRoute1MIBPktsOutGroup | 1.3.6.1.3.60.2.2.4 |
A collection of objects to support management of packet counters for each outgoing interface entry of a route. |
||
ipMRoute1MIBHCInterfaceGroup | 1.3.6.1.3.60.2.2.5 |
A collection of objects providing information specific to high speed (greater than 20,000,000 bits/second) network interfaces. |
||
ipMRoute1MIBRouteGroup | 1.3.6.1.3.60.2.2.6 |
A collection of objects providing information on the relationship between multicast routing information, and the IP Forwarding Table. |
||
ipMRoute1MIBPktsGroup | 1.3.6.1.3.60.2.2.7 |
A collection of objects to support management of packet counters for each forwarding entry. |