All MIBs › ZHONE-COM-IP-REC-MIB
Organization: Zhone Technologies, Inc.
Last Updated: 2010-08-31
Category: Zhone Technologies CPE and Access
Description:
Manages Zhone Technologies IP route record configuration and static route entry management.
Imported Objects
From ATM-TC-MIB
| AtmVcIdentifier | |
| AtmVpIdentifier |
From IF-MIB
| InterfaceIndex | |
| InterfaceIndexOrZero | |
| ifIndex | OBJECT-TYPE |
From SNMP-FRAMEWORK-MIB
| SnmpAdminString |
From SNMPv2-SMI
| Integer32 | |
| IpAddress | |
| MODULE-IDENTITY | |
| OBJECT-IDENTITY | |
| OBJECT-TYPE | |
| Unsigned32 |
From SNMPv2-TC
| TruthValue |
From Zhone
| zhoneIp | OBJECT-IDENTITY |
| zhoneModules | OBJECT-IDENTITY |
From ZHONE-COM-IP-RD-MIB
| ZhoneRDIndex |
From Zhone-TC
| ZhoneAdminString | |
| ZhoneRowStatus |
What Is ZHONE-COM-IP-REC-MIB?
ZHONE-COM-IP-REC-MIB defines private enterprise MIB objects from Zhone Technologies for IP route record configuration, covering static route entry management on Zhone equipment. It exposes categories of data related to defining and managing static IP routes, including destination network, next-hop, and route metrics. Its monitoring value is centered on configuration verification -- confirming that expected static routes are present and correctly pointing to the intended next hop -- which is a software/configuration-status check that helps explain routing or reachability problems. ZHONE-COM-IP-REC-MIB SNMP monitoring is therefore best understood as a configuration-verification tool rather than a source of traffic performance metrics. It builds on standard IP routing table conventions common to router management MIBs. It is typically deployed on Zhone routers/gateways in networks relying on static routing for specific destinations.
IPNetwork Monitor allows you to monitor SNMP objects defined in ZHONE-COM-IP-REC-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
What Can Be Monitored
- static route entries
- destination network/prefix
- next-hop address
- route metric
Supported Devices
- Zhone routers/gateways relying on static routing (legacy static-route configuration)
Monitoring Examples
An operator would poll the static route table to confirm a route to a remote management subnet still points to the correct next-hop gateway, and would notice a stale or incorrect next-hop entry if devices behind that route became unreachable. Checking route metrics would help diagnose why traffic unexpectedly preferred an alternate path.
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| ipRecordObjects | 1.3.6.1.4.1.5504.4.1.9 | Object identity for naming | ||
| ipInterfaceTable | 1.3.6.1.4.1.5504.4.1.9.2 | not-accessible | This table comtains information required for the management of IP interfaces. | |
| ipInterfaceEntry | 1.3.6.1.4.1.5504.4.1.9.2.1 | not-accessible | An entry exists for each IP interface in the system. At a mininum the ifIndex, either ipIfLowerIfIndex or ipIfLgId (not both) and a valid IP address configuration are required for row creation. These are valid IP address configurations: 1. Dynamically configured IP address ipIfDhcp set to client or both 2. Statically configured non-point-to-point IP address ipIfAddr, ipIfNetMask, and ipIfBcast must be provided. ipIfAddr and ipIfBcastAddr must be in the same subnet determined by ipIfNetMask 3. Statically configured point-to-point IP address ipIfAddr, ipIfDestAddr, ipIfNetMask, ipIfPointToPoint, and ipIfBcastEnabled must be provided. ipIfNetMask must be 255.255.255.255, ipIfPointToPoint must be true and ipIfBcastEnabled must be false. | |
| I32 ipIfLgId | 1.3.6.1.4.1.5504.4.1.9.2.1.1 | Integer32 | read-create | This field has been deprecated and replaced by ipIfLowerIfIndex. The ID number of the Line Redundancy Group containing the physical line associated with this interface. There may be a single line or a line pair in a redundancy group. The value 0 is only allowed when the ip interface has not yet been bound to a physical port. Currently, IP interfaces are always bound to a physical port so the value of zero is not allowed. |
| OID ipIfVpi | 1.3.6.1.4.1.5504.4.1.9.2.1.2 | AtmVpIdentifier | read-create | If this IP interface is on an ATM VC, the ATM VPI is specified here. If the IP interface is not an ATM VC, this field is ignored. The VPI value for a VPL or VCL. The value VPI=0 is only allowed for a VCL. For ATM UNIs supporting VPCs the VPI value ranges from 0 to 255. The VPI value 0 is supported for ATM UNIs conforming to the ATM Forum UNI 4.0 Annex 8 (Virtual UNIs) specification. For ATM UNIs supporting VCCs the VPI value ranges from 0 to 255. For ATM NNIs the VPI value ranges from 0 to 4095. The maximum VPI value cannot exceed the value allowable by atmInterfaceMaxVpiBits defined in ATM-MIB. |
| OID ipIfVci | 1.3.6.1.4.1.5504.4.1.9.2.1.3 | AtmVcIdentifier | read-create | If this IP interface is on an ATM VC, the ATM VCI is specified here. If the IP interface is not an ATM VC, this field is ignored. The maximum VCI value cannot exceed the value allowable by atmInterfaceMaxVciBits defined in ATM-MIB. |
| ZHO ipIfRDIndex | 1.3.6.1.4.1.5504.4.1.9.2.1.4 | ZhoneRDIndex | read-create | The Routing Domain Index. An IP address is unique only to the routing domain, therefore we must specify the routing domain in which this interface belongs. |
| INT ipIfDhcp | 1.3.6.1.4.1.5504.4.1.9.2.1.5 | INTEGER | read-create | This enumeration indicates whether this interface is a dhcp client, a dhcp server, both, or neither. The default value is noDhcp. |
| IP ipIfAddr | 1.3.6.1.4.1.5504.4.1.9.2.1.6 | IpAddress | read-create | The IP address to which this entry's addressing information pertains. |
| IP ipIfNetMask | 1.3.6.1.4.1.5504.4.1.9.2.1.7 | IpAddress | read-create | The subnet mask associated with the IP address of this entry. The value of the mask is an IP address with all the network bits set to 1 and all the hosts bits set to 0. |
| IP ipIfBcastAddr | 1.3.6.1.4.1.5504.4.1.9.2.1.8 | IpAddress | read-create | The IP broadcast address used for sending datagrams on the (logical) interface associated with the IP address of this entry. |
| IP ipIfDestAddr | 1.3.6.1.4.1.5504.4.1.9.2.1.9 | IpAddress | read-create | The destination address for point-to-point ip interfaces. This object will be ignored for non point-to-point ip interfaces. |
| IP ipIfFarEndAddr | 1.3.6.1.4.1.5504.4.1.9.2.1.10 | IpAddress | read-create | The IP address of the interface on the far end of this interface. This information is needed for Zhone Automatic Provisioning. |
| U32 ipIfMru | 1.3.6.1.4.1.5504.4.1.9.2.1.11 | Unsigned32 | read-create | The size of the largest packet which can be received on the interface, specified in octets. For interfaces that are used for network datagrams, this is the size of the largest network datagram that can be received on the interface. |
| I32 ipIfReasmMaxSize | 1.3.6.1.4.1.5504.4.1.9.2.1.12 | Integer32 | read-create | The size of the largest IP datagram which this entity can re-assemble from incoming IP fragmented datagrams received on this interface. |
| STR ipIfIngressFilterName | 1.3.6.1.4.1.5504.4.1.9.2.1.13 | ZhoneAdminString | read-create | The name of the ingress filter associated with this interface. This object has been replaced by ipIfIngressFilterID. |
| STR ipIfEgressFilterName | 1.3.6.1.4.1.5504.4.1.9.2.1.14 | ZhoneAdminString | read-create | The name of the egress filter associated with this interface. This object has been replaced by ipIfEgressFilterID. |
| T/F ipIfPointToPoint | 1.3.6.1.4.1.5504.4.1.9.2.1.15 | TruthValue | read-create | This flag is set to 'true(1)' if the interface is point to point and the value 'false(2)' otherwise. |
| T/F ipIfMcastEnabled | 1.3.6.1.4.1.5504.4.1.9.2.1.16 | TruthValue | read-create | This object has the value 'true(1)' If multicast is enabled on this interface and the value 'false(2)' otherwise. |
| T/F ipIfIpFwdEnabled | 1.3.6.1.4.1.5504.4.1.9.2.1.17 | TruthValue | read-create | This object has the value 'true(1)' If ip forwarding is enabled on this interface and the value 'false(2)' otherwise. |
| T/F ipIfMcastFwdEnabled | 1.3.6.1.4.1.5504.4.1.9.2.1.18 | TruthValue | read-create | This object has the value 'true(1)' If multicast forwarding is enabled on this interface and the value 'false(2)' otherwise. |
| T/F ipIfNATEnabled | 1.3.6.1.4.1.5504.4.1.9.2.1.19 | TruthValue | read-create | This object has the value 'true(1)' if NAT is enabled on this interface and the value 'false(2)' otherwise. The default value is false. |
| T/F ipIfBcastEnabled | 1.3.6.1.4.1.5504.4.1.9.2.1.20 | TruthValue | read-create | This object has the value 'true(1)' If broadcast is enabled on this interface and the value 'false(2)' otherwise. |
| ZHO ipIfRowStatus | 1.3.6.1.4.1.5504.4.1.9.2.1.21 | ZhoneRowStatus | read-create | This object is used to create and remove rows in the table. See ipInterfaceEntry description for minimum requirements. |
| INT ipIfAdminStatus | 1.3.6.1.4.1.5504.4.1.9.2.1.22 | INTEGER | read-create | The desired state of the interface. The testing(3) state indicates that no operational packets can be passed. When a managed system initializes, all interfaces start with ifAdminStatus in the down(2) state. As a result of either explicit management action or per configuration information retained by the managed system, ifAdminStatus is then changed to either the up(1) or testing(3) states (or remains in the down(2) state). This is the same as the ifAdminStatus in the ifTable (RFC2233). We require it to be in this table in order to set it on a row-create. |
| I32 ipIfIngressPacketRuleGroupIndex | 1.3.6.1.4.1.5504.4.1.9.2.1.23 | Integer32 | read-create | The group index of the ingress filter (packet rule entry /entries) provisioned for this interface. A value of 0 means there is no ingress filter provisioned for this interface. |
| I32 ipIfEgressPacketRuleGroupIndex | 1.3.6.1.4.1.5504.4.1.9.2.1.24 | Integer32 | read-create | The group index of the egress filter (packet rule entry /entries) provisioned for this interface. A value of 0 means there is no egress filter provisioned for this interface. |
| NUM ipIfLowerIfIndex | 1.3.6.1.4.1.5504.4.1.9.2.1.25 | InterfaceIndexOrZero | read-create | The ifIndex of the lower layer interface to which this IP interface should be bound. If this IP interface is bound dynamically to a lower layer (e.g. for PPP), this object should be set to zero. Upon setting this field, the ifStack will be modified to reflect the appropriate binding. This object is required for row creation. |
| T/F ipIfPppEnabled | 1.3.6.1.4.1.5504.4.1.9.2.1.26 | TruthValue | read-create | This field is used to indicate that this IP interface is to be bound to a PPP interface. When this object is set to 'true', rows will be created in the pppNCPExtensionsTable, pppIfConfigTable, and pppIfTable. When this object is set to 'false', these rows will be destroyed. |
| INT ipAddrDynamic | 1.3.6.1.4.1.5504.4.1.9.2.1.27 | INTEGER | read-create | This is the mode by which the IP address is discovered by the system. STATIC - Means,The IP address is Statically configured. DHCPCLIENT - IP address discovered from DHCPCLIENT PPP - Use PPP to get IP address. UNNUMBERED - this is an unnumbered interface. CPEMGR - IP address configured by CPE Manager. |
| T/F dhcpServerEnable | 1.3.6.1.4.1.5504.4.1.9.2.1.28 | TruthValue | read-create | If this field is set to TRUE ,then ipAddrDynamic has to be STATIC and if and when Dhcp server is not enabled then ipAddrdynamic can set to STATIC,PPP or DHCPCLIENT. |
| I32 dhcpSubnetGroup | 1.3.6.1.4.1.5504.4.1.9.2.1.29 | Integer32 | read-write | This is the DHCP Subnet group ID, it indicates which address pool grouping may be used for the CPE subnet.Needed to support the point-to-multipoint model. |
| I32 unnumberedIndex | 1.3.6.1.4.1.5504.4.1.9.2.1.30 | Integer32 | read-write | The index of the ip-unnumbered-record to use to obtain the local side Unnumbered Address. This is need in order to support the IP point-to-multipoint model. |
| STR mcastControlList | 1.3.6.1.4.1.5504.4.1.9.2.1.31 | SnmpAdminString | read-create | List of Mcast-control-ids this IP Interface record is associated with. |
| I32 vlanid | 1.3.6.1.4.1.5504.4.1.9.2.1.32 | Integer32 | read-create | This is the Virtual LAN Identifier for the IP Interface. If the VLAN ID specified is non-zero, all traffic destined to this interface should have the VLAN ID specified. |
| U32 maxVideoStreams | 1.3.6.1.4.1.5504.4.1.9.2.1.33 | Unsigned32 | read-create | This is the maximum number of unique multicast (video) streams that this interface has subscribed to. |
| INT tosOption | 1.3.6.1.4.1.5504.4.1.9.2.1.34 | INTEGER | read-create | Determines IP TOS Class-Of-Service bit setting on packets sent out this interface. The setting is stored in the tosCOS field. disable - COS setting is untouched. For packets we originate, COS value is set to 0. originate - Load COS bits only if we originate packet. COS for packets routed through this interface are not affected. all - Load COS bits on all packets. |
| I32 tosCOS | 1.3.6.1.4.1.5504.4.1.9.2.1.35 | Integer32 | read-create | The COS bit value to load based on tosOption setting. |
| I32 vlanCOS | 1.3.6.1.4.1.5504.4.1.9.2.1.36 | Integer32 | read-create | COS value loaded into VLAN header. Applicable only if the vlanid is non-zero. |
| I32 ipStagTPID | 1.3.6.1.4.1.5504.4.1.9.2.1.37 | Integer32 | read-create | The value of the tag protocol identifier that is being used for QinQ packets.( 0x8100 is default) |
| I32 ipStagId | 1.3.6.1.4.1.5504.4.1.9.2.1.38 | Integer32 | read-create | The s-tag value that we are expecting to put on packets that are Rxed on this interface. |
| I32 ipStagIdCOS | 1.3.6.1.4.1.5504.4.1.9.2.1.39 | Integer32 | read-create | The s-tag COS to be used when doing s-tag intertion. |
| T/F ipOnDemandStatsEnabled | 1.3.6.1.4.1.5504.4.1.9.2.1.40 | TruthValue | read-create | If true, the on-demand stats collection for this Ip interface will be enabled. |
| ipIfAliasTable | 1.3.6.1.4.1.5504.4.1.9.5 | not-accessible | The table containing alias addresses for ip interfaces. | |
| ipIfAliasEntry | 1.3.6.1.4.1.5504.4.1.9.5.1 | not-accessible | Each row is indexed by an ifIndex and an ip alias address. At a mininum the ipIfAlias Addr must be present to create a row. | |
| IP ipIfAliasAddr | 1.3.6.1.4.1.5504.4.1.9.5.1.1 | IpAddress | not-accessible | The ip alias address. |
| ZHO ipIfAliasRowStatus | 1.3.6.1.4.1.5504.4.1.9.5.1.2 | ZhoneRowStatus | read-create | The row status for creating and destroying ip aliases. To create a row, both the ifIndex and the ipIfAliasAddr must be provided. |
| IP ipIfAliasNetMask | 1.3.6.1.4.1.5504.4.1.9.5.1.3 | IpAddress | read-create | The subnet mask associated with the IP address of this interface alias entry. The value of the mask is an IP address with all the network bits set to 1 and all the hosts bits set to 0. |
| IP ipIfAliasBcastAddr | 1.3.6.1.4.1.5504.4.1.9.5.1.4 | IpAddress | read-create | The IP broadcast address used for sending datagrams on the (logical) interface associated with the IP address of this interface alias entry. |
| ipUnnumbered | 1.3.6.1.4.1.5504.4.1.10 | The user can specify the name of the interface to borrow for the local IP address of P-T-P links. The user sets ipUnnumberedEnabled to true and then sets the ipUnnumberedInterfaceIndex to the ifIndex of the ip-interface-record which contains the static address they want to use. This static address will be used for all unnumbered interfaces in the system. | ||
| T/F ipUnnumberedEnabled | 1.3.6.1.4.1.5504.4.1.10.1 | TruthValue | read-write | If set to True, this profile in enabled and the unit can be configured to support unnumbered point to point interfaces. If set to False, unnumbered interface support is disabled. |
| NUM ipUnnumberedInterfaceIndex | 1.3.6.1.4.1.5504.4.1.10.2 | InterfaceIndexOrZero | read-write | The name of the interface use to 'borrow' the IP address of for unnumbered interfaces. The source IP address of all outgoing packets on unnumbered interfaces will use the IP address of this interface. |
| ipUnnumberedObjects | 1.3.6.1.4.1.5504.4.1.14 | |||
| I32 ipUnnumberedObjectNext | 1.3.6.1.4.1.5504.4.1.14.1 | Integer32 | read-only | A hint for the next free ipUnnumberedIndex that can be used. |
| ipUnnumberedTable | 1.3.6.1.4.1.5504.4.1.14.2 | not-accessible | The current set of ipUnnumbered binding for this box. | |
| ipUnnumberedEntry | 1.3.6.1.4.1.5504.4.1.14.2.1 | not-accessible | An ipUnnumberedEntry. | |
| I32 ipUnnumberedIndex | 1.3.6.1.4.1.5504.4.1.14.2.1.1 | Integer32 | not-accessible | This value is only used to identify this particular entry in the table, it is not externally visible! |
| ZHO ipUnnumberedRowStatus | 1.3.6.1.4.1.5504.4.1.14.2.1.2 | ZhoneRowStatus | read-create | RowStatus is used to create/delete entries in the table. |
| NUM ipUnnumberedIfIName | 1.3.6.1.4.1.5504.4.1.14.2.1.3 | InterfaceIndex | read-write | This value specifies where to borrow the local IP address of the P-T-M link. |
| ipRecord | 1.3.6.1.4.1.5504.6.59 | IP record MIB IP Software Minneapolis, MN |
RFC description
Zhone vendor-private MIB defining IP-related communication and recording management objects for Zhone network devices.
Start monitoring Zhone routers/gateways relying on static routing (static-route destination/next-hop config status) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.