ZHONE-COM-IP-IP-MIB

File: ZHONE-COM-IP-IP-MIB.mib (20601 bytes)

Imported modules

IF-MIB SNMPv2-SMI SNMPv2-TC
ZHONE-COM-IP-RD-MIB Zhone Zhone-TC

Imported symbols

InterfaceIndex IpAddress Integer32
Unsigned32 Counter32 OBJECT-TYPE
MODULE-IDENTITY OBJECT-IDENTITY PhysAddress
rdEntry zhoneIp zhoneModules
ZhoneRowStatus

Defined Types

ZhoneIpEntry  
SEQUENCE    
  zhIpForwarding INTEGER
  zhIpDefaultTTL Integer32
  zhIpInReceives Counter32
  zhIpInHdrErrors Counter32
  zhIpInAddrErrors Counter32
  zhIpForwDatagrams Counter32
  zhIpInUnknownProtos Counter32
  zhIpInDiscards Counter32
  zhIpInDelivers Counter32
  zhIpOutRequests Counter32
  zhIpOutDiscards Counter32
  zhIpOutNoRoutes Counter32
  zhIpReasmTimeout Unsigned32
  zhIpReasmReqds Counter32
  zhIpReasmOKs Counter32
  zhIpReasmFails Counter32
  zhIpFragOKs Counter32
  zhIpFragFails Counter32
  zhIpFragCreates Counter32
  zhIpRoutingDiscards Counter32

ZhoneIpNetToMediaEntry  
SEQUENCE    
  zhIpNetToMediaIfIndex InterfaceIndex
  zhIpNetToMediaNetAddress IpAddress
  zhIpNetToMediaPhysAddress PhysAddress
  zhIpNetToMediaType INTEGER
  zhIpNetToMediaRowStatus ZhoneRowStatus

Defined Values

comIpIp 1.3.6.1.4.1.5504.6.54
Zhone IP MIB Module. IP Software Minneapolis, MN
MODULE-IDENTITY    

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.
Status: current Access: read-only
OBJECT-IDENTITY    

zhoneIpTable 1.3.6.1.4.1.5504.4.1.4.2
Zhone IP Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ZhoneIpEntry

zhoneIpEntry 1.3.6.1.4.1.5504.4.1.4.2.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  ZhoneIpEntry  

zhIpForwarding 1.3.6.1.4.1.5504.4.1.4.2.1.1
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).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER forwarding(1), notForwarding(2)  

zhIpDefaultTTL 1.3.6.1.4.1.5504.4.1.4.2.1.2
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.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..255  

zhIpInReceives 1.3.6.1.4.1.5504.4.1.4.2.1.3
The total number of input datagrams received from interfaces, including those received in error.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

zhIpInHdrErrors 1.3.6.1.4.1.5504.4.1.4.2.1.4
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

zhIpInAddrErrors 1.3.6.1.4.1.5504.4.1.4.2.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

zhIpForwDatagrams 1.3.6.1.4.1.5504.4.1.4.2.1.6
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

zhIpInUnknownProtos 1.3.6.1.4.1.5504.4.1.4.2.1.7
The number of locally-addressed datagrams received successfully but discarded because of an unknown or unsupported protocol.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

zhIpInDiscards 1.3.6.1.4.1.5504.4.1.4.2.1.8
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

zhIpInDelivers 1.3.6.1.4.1.5504.4.1.4.2.1.9
The total number of input datagrams successfully delivered to IP user-protocols (including ICMP).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

zhIpOutRequests 1.3.6.1.4.1.5504.4.1.4.2.1.10
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

zhIpOutDiscards 1.3.6.1.4.1.5504.4.1.4.2.1.11
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

zhIpOutNoRoutes 1.3.6.1.4.1.5504.4.1.4.2.1.12
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

zhIpReasmTimeout 1.3.6.1.4.1.5504.4.1.4.2.1.13
The maximum number of seconds which received fragments are held while they are awaiting reassembly at this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

zhIpReasmReqds 1.3.6.1.4.1.5504.4.1.4.2.1.14
The number of IP fragments received which needed to be reassembled at this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

zhIpReasmOKs 1.3.6.1.4.1.5504.4.1.4.2.1.15
The number of IP datagrams successfully re-assembled.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

zhIpReasmFails 1.3.6.1.4.1.5504.4.1.4.2.1.16
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

zhIpFragOKs 1.3.6.1.4.1.5504.4.1.4.2.1.17
The number of IP datagrams that have been successfully fragmented at this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

zhIpFragFails 1.3.6.1.4.1.5504.4.1.4.2.1.18
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

zhIpFragCreates 1.3.6.1.4.1.5504.4.1.4.2.1.19
The number of IP datagram fragments that have been generated as a result of fragmentation at this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

zhIpRoutingDiscards 1.3.6.1.4.1.5504.4.1.4.2.1.20
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

zhoneIpNetToMediaTable 1.3.6.1.4.1.5504.4.1.4.4
The IP Address Translation table used for mapping from IP addresses to physical addresses.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ZhoneIpNetToMediaEntry

zhoneIpNetToMediaEntry 1.3.6.1.4.1.5504.4.1.4.4.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  ZhoneIpNetToMediaEntry  

zhIpNetToMediaIfIndex 1.3.6.1.4.1.5504.4.1.4.4.1.1
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).
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

zhIpNetToMediaNetAddress 1.3.6.1.4.1.5504.4.1.4.4.1.2
The IpAddress corresponding to the media-dependent `physical' address.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

zhIpNetToMediaPhysAddress 1.3.6.1.4.1.5504.4.1.4.4.1.3
The media-dependent `physical' address.
Status: current Access: read-create
OBJECT-TYPE    
  PhysAddress  

zhIpNetToMediaType 1.3.6.1.4.1.5504.4.1.4.4.1.4
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.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER other(1), invalid(2), dynamic(3), static(4)  

zhIpNetToMediaRowStatus 1.3.6.1.4.1.5504.4.1.4.4.1.5
This is required to be able to add/remove entries to/from the table.
Status: current Access: read-create
OBJECT-TYPE    
  ZhoneRowStatus