ZHONE-COM-IP-IP-MIB: View SNMP OID List / Download MIB

VENDOR: ZHONE TECHNOLOGIES


 Home MIB: ZHONE-COM-IP-IP-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
     ip 1.3.6.1.4.1.5504.4.1.4
IP objects based on RFC 2011. The ipAddrTable has been removed as that information is now reflected in the ipInterfaceTable.
         zhoneIpTable 1.3.6.1.4.1.5504.4.1.4.2 no-access
Zhone IP Table.
             zhoneIpEntry 1.3.6.1.4.1.5504.4.1.4.2.1 no-access
Zhone IP Entry. This table augments the Routing Domain Table defined in comIpRD.mib. A row will be added to this table whenever a domain is added to the Routing Domain Table.
                 zhIpForwarding 1.3.6.1.4.1.5504.4.1.4.2.1.1 integer read-write
The indication of whether this entity is acting as an IP router in respect to the forwarding of datagrams received by, but not addressed to, this entity. IP routers forward datagrams. IP hosts do not (except those source-routed via the host). Enumeration: 'forwarding': 1, 'notForwarding': 2.
                 zhIpDefaultTTL 1.3.6.1.4.1.5504.4.1.4.2.1.2 integer32 read-write
The default value inserted into the Time-To-Live field of the IP header of datagrams originated at this entity, whenever a TTL value is not supplied by the transport layer protocol.
                 zhIpInReceives 1.3.6.1.4.1.5504.4.1.4.2.1.3 counter32 read-only
The total number of input datagrams received from interfaces, including those received in error.
                 zhIpInHdrErrors 1.3.6.1.4.1.5504.4.1.4.2.1.4 counter32 read-only
The number of input datagrams discarded due to errors in their IP headers, including bad checksums, version number mismatch, other format errors, time-to-live exceeded, errors discovered in processing their IP options, etc.
                 zhIpInAddrErrors 1.3.6.1.4.1.5504.4.1.4.2.1.5 counter32 read-only
The number of input datagrams discarded because the IP address in their IP header's destination field was not a valid address to be received at this entity. This count includes invalid addresses (e.g., 0.0.0.0) and addresses of unsupported Classes (e.g., Class E). For entities which are not IP routers and therefore do not forward datagrams, this counter includes datagrams discarded because the destination address was not a local address.
                 zhIpForwDatagrams 1.3.6.1.4.1.5504.4.1.4.2.1.6 counter32 read-only
The number of input datagrams for which this entity was not their final IP destination, as a result of which an attempt was made to find a route to forward them to that final destination. In entities which do not act as IP routers, this counter will include only those packets which were Source-Routed via this entity, and the Source-Route option processing was successful.
                 zhIpInUnknownProtos 1.3.6.1.4.1.5504.4.1.4.2.1.7 counter32 read-only
The number of locally-addressed datagrams received successfully but discarded because of an unknown or unsupported protocol.
                 zhIpInDiscards 1.3.6.1.4.1.5504.4.1.4.2.1.8 counter32 read-only
The number of input IP datagrams for which no problems were encountered to prevent their continued processing, but which were discarded (e.g., for lack of buffer space). Note that this counter does not include any datagrams discarded while awaiting re-assembly.
                 zhIpInDelivers 1.3.6.1.4.1.5504.4.1.4.2.1.9 counter32 read-only
The total number of input datagrams successfully delivered to IP user-protocols (including ICMP).
                 zhIpOutRequests 1.3.6.1.4.1.5504.4.1.4.2.1.10 counter32 read-only
The total number of IP datagrams which local IP user- protocols (including ICMP) supplied to IP in requests for transmission. Note that this counter does not include any datagrams counted in ipForwDatagrams.
                 zhIpOutDiscards 1.3.6.1.4.1.5504.4.1.4.2.1.11 counter32 read-only
The number of output IP datagrams for which no problem was encountered to prevent their transmission to their destination, but which were discarded (e.g., for lack of buffer space). Note that this counter would include datagrams counted in ipForwDatagrams if any such packets met this (discretionary) discard criterion.
                 zhIpOutNoRoutes 1.3.6.1.4.1.5504.4.1.4.2.1.12 counter32 read-only
The number of IP datagrams discarded because no route could be found to transmit them to their destination. Note that this counter includes any packets counted in ipForwDatagrams which meet this `no-route' criterion. Note that this includes any datagrams which a host cannot route because all of its default routers are down.
                 zhIpReasmTimeout 1.3.6.1.4.1.5504.4.1.4.2.1.13 unsigned32 read-only
The maximum number of seconds which received fragments are held while they are awaiting reassembly at this entity.
                 zhIpReasmReqds 1.3.6.1.4.1.5504.4.1.4.2.1.14 counter32 read-only
The number of IP fragments received which needed to be reassembled at this entity.
                 zhIpReasmOKs 1.3.6.1.4.1.5504.4.1.4.2.1.15 counter32 read-only
The number of IP datagrams successfully re-assembled.
                 zhIpReasmFails 1.3.6.1.4.1.5504.4.1.4.2.1.16 counter32 read-only
The number of failures detected by the IP re-assembly algorithm (for whatever reason: timed out, errors, etc). Note that this is not necessarily a count of discarded IP fragments since some algorithms (notably the algorithm in RFC 815) can lose track of the number of fragments by combining them as they are received.
                 zhIpFragOKs 1.3.6.1.4.1.5504.4.1.4.2.1.17 counter32 read-only
The number of IP datagrams that have been successfully fragmented at this entity.
                 zhIpFragFails 1.3.6.1.4.1.5504.4.1.4.2.1.18 counter32 read-only
The number of IP datagrams that have been discarded because they needed to be fragmented at this entity but could not be, e.g., because their Don't Fragment flag was set.
                 zhIpFragCreates 1.3.6.1.4.1.5504.4.1.4.2.1.19 counter32 read-only
The number of IP datagram fragments that have been generated as a result of fragmentation at this entity.
                 zhIpRoutingDiscards 1.3.6.1.4.1.5504.4.1.4.2.1.20 counter32 read-only
The number of routing entries which were chosen to be discarded even though they are valid. One possible reason for discarding such an entry could be to free-up buffer space for other routing entries.
         zhoneIpNetToMediaTable 1.3.6.1.4.1.5504.4.1.4.4 no-access
The IP Address Translation table used for mapping from IP addresses to physical addresses.
             zhoneIpNetToMediaEntry 1.3.6.1.4.1.5504.4.1.4.4.1 no-access
Each entry contains one IpAddress to `physical' address equivalence. An IpAddress is unique to the routing domain. An entry may be added to or removed from the table using the zhIpNetToMediaRowStatus object. The columnar objects required to create the row are zhIpNetToMediaIpIfIndex, zhIpNetToMediaNetAddress, zhIpNetToMediaPhysAddress, and zhIpNetToMediaType.
                 zhIpNetToMediaIfIndex 1.3.6.1.4.1.5504.4.1.4.4.1.1 interfaceindex no-access
The IP interface on which this entry's equivalence is effective. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex in MIB-II (rfc2233).
                 zhIpNetToMediaNetAddress 1.3.6.1.4.1.5504.4.1.4.4.1.2 ipaddress no-access
The IpAddress corresponding to the media-dependent `physical' address.
                 zhIpNetToMediaPhysAddress 1.3.6.1.4.1.5504.4.1.4.4.1.3 physaddress read-only
The media-dependent `physical' address.
                 zhIpNetToMediaType 1.3.6.1.4.1.5504.4.1.4.4.1.4 integer read-only
The type of mapping. other(1) -- cannot be determined dynamic(3) -- mapping is supplied by the ARP server. static(4) -- mapping is configured by the user. Setting this object to the value invalid(2) has the effect of invalidating the corresponding entry in the ipNetToMediaTable. That is, it effectively disassociates the interface identified with said entry from the mapping identified with said entry. It is an implementation- specific matter as to whether the agent removes an invalidated entry from the table. Accordingly, management stations must be prepared to receive tabular information from agents that corresponds to entries not currently in use. Proper interpretation of such entries requires examination of the relevant ipNetToMediaType object. Enumeration: 'static': 4, 'other': 1, 'dynamic': 3, 'invalid': 2.
                 zhIpNetToMediaRowStatus 1.3.6.1.4.1.5504.4.1.4.4.1.5 zhonerowstatus read-only
This is required to be able to add/remove entries to/from the table.
 comIpIp 1.3.6.1.4.1.5504.6.54
Zhone IP MIB Module. IP Software Minneapolis, MN