ZHONE-COM-IP-REC-MIB: View SNMP OID List / Download MIB
VENDOR: ZHONE TECHNOLOGIES
Home | MIB: ZHONE-COM-IP-REC-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 |
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 | no-access |
This table comtains information required for the management of IP interfaces. |
|
1.3.6.1.4.1.5504.4.1.9.2.1 | no-access |
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. |
||
ipIfLgId | 1.3.6.1.4.1.5504.4.1.9.2.1.1 | integer32 | read-only |
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. |
ipIfVpi | 1.3.6.1.4.1.5504.4.1.9.2.1.2 | atmvpidentifier | read-only |
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. |
ipIfVci | 1.3.6.1.4.1.5504.4.1.9.2.1.3 | atmvcidentifier | read-only |
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. |
ipIfRDIndex | 1.3.6.1.4.1.5504.4.1.9.2.1.4 | zhonerdindex | read-only |
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. |
ipIfDhcp | 1.3.6.1.4.1.5504.4.1.9.2.1.5 | integer | read-only |
This enumeration indicates whether this interface is a dhcp client, a dhcp server, both, or neither. The default value is noDhcp. Enumeration: 'dhcpClient': 2, 'dhcpBoth': 4, 'dhcpServer': 3, 'noDhcp': 1. |
ipIfAddr | 1.3.6.1.4.1.5504.4.1.9.2.1.6 | ipaddress | read-only |
The IP address to which this entry's addressing information pertains. |
ipIfNetMask | 1.3.6.1.4.1.5504.4.1.9.2.1.7 | ipaddress | read-only |
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. |
ipIfBcastAddr | 1.3.6.1.4.1.5504.4.1.9.2.1.8 | ipaddress | read-only |
The IP broadcast address used for sending datagrams on the (logical) interface associated with the IP address of this entry. |
ipIfDestAddr | 1.3.6.1.4.1.5504.4.1.9.2.1.9 | ipaddress | read-only |
The destination address for point-to-point ip interfaces. This object will be ignored for non point-to-point ip interfaces. |
ipIfFarEndAddr | 1.3.6.1.4.1.5504.4.1.9.2.1.10 | ipaddress | read-only |
The IP address of the interface on the far end of this interface. This information is needed for Zhone Automatic Provisioning. |
ipIfMru | 1.3.6.1.4.1.5504.4.1.9.2.1.11 | unsigned32 | read-only |
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. |
ipIfReasmMaxSize | 1.3.6.1.4.1.5504.4.1.9.2.1.12 | integer32 | read-only |
The size of the largest IP datagram which this entity can re-assemble from incoming IP fragmented datagrams received on this interface. |
ipIfIngressFilterName | 1.3.6.1.4.1.5504.4.1.9.2.1.13 | zhoneadminstring | read-only |
The name of the ingress filter associated with this interface. This object has been replaced by ipIfIngressFilterID. |
ipIfEgressFilterName | 1.3.6.1.4.1.5504.4.1.9.2.1.14 | zhoneadminstring | read-only |
The name of the egress filter associated with this interface. This object has been replaced by ipIfEgressFilterID. |
ipIfPointToPoint | 1.3.6.1.4.1.5504.4.1.9.2.1.15 | truthvalue | read-only |
This flag is set to 'true(1)' if the interface is point to point and the value 'false(2)' otherwise. |
ipIfMcastEnabled | 1.3.6.1.4.1.5504.4.1.9.2.1.16 | truthvalue | read-only |
This object has the value 'true(1)' If multicast is enabled on this interface and the value 'false(2)' otherwise. |
ipIfIpFwdEnabled | 1.3.6.1.4.1.5504.4.1.9.2.1.17 | truthvalue | read-only |
This object has the value 'true(1)' If ip forwarding is enabled on this interface and the value 'false(2)' otherwise. |
ipIfMcastFwdEnabled | 1.3.6.1.4.1.5504.4.1.9.2.1.18 | truthvalue | read-only |
This object has the value 'true(1)' If multicast forwarding is enabled on this interface and the value 'false(2)' otherwise. |
ipIfNATEnabled | 1.3.6.1.4.1.5504.4.1.9.2.1.19 | truthvalue | read-only |
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. |
ipIfBcastEnabled | 1.3.6.1.4.1.5504.4.1.9.2.1.20 | truthvalue | read-only |
This object has the value 'true(1)' If broadcast is enabled on this interface and the value 'false(2)' otherwise. |
ipIfRowStatus | 1.3.6.1.4.1.5504.4.1.9.2.1.21 | zhonerowstatus | read-only |
This object is used to create and remove rows in the table. See ipInterfaceEntry description for minimum requirements. |
ipIfAdminStatus | 1.3.6.1.4.1.5504.4.1.9.2.1.22 | integer | read-only |
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. Enumeration: 'down': 2, 'testing': 3, 'up': 1. |
ipIfIngressPacketRuleGroupIndex | 1.3.6.1.4.1.5504.4.1.9.2.1.23 | integer32 | read-only |
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. |
ipIfEgressPacketRuleGroupIndex | 1.3.6.1.4.1.5504.4.1.9.2.1.24 | integer32 | read-only |
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. |
ipIfLowerIfIndex | 1.3.6.1.4.1.5504.4.1.9.2.1.25 | interfaceindexorzero | read-only |
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. |
ipIfPppEnabled | 1.3.6.1.4.1.5504.4.1.9.2.1.26 | truthvalue | read-only |
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. |
ipAddrDynamic | 1.3.6.1.4.1.5504.4.1.9.2.1.27 | integer | read-only |
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. Enumeration: 'dhcpclient': 3, 'ppp': 2, 'static': 1, 'cpemgr': 5, 'unnumbered': 4. |
dhcpServerEnable | 1.3.6.1.4.1.5504.4.1.9.2.1.28 | truthvalue | read-only |
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. |
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. |
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. |
mcastControlList | 1.3.6.1.4.1.5504.4.1.9.2.1.31 | snmpadminstring | read-only |
List of Mcast-control-ids this IP Interface record is associated with. |
vlanid | 1.3.6.1.4.1.5504.4.1.9.2.1.32 | integer32 | read-only |
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. |
maxVideoStreams | 1.3.6.1.4.1.5504.4.1.9.2.1.33 | unsigned32 | read-only |
This is the maximum number of unique multicast (video) streams that this interface has subscribed to. |
tosOption | 1.3.6.1.4.1.5504.4.1.9.2.1.34 | integer | read-only |
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. Enumeration: 'tosOptionOriginate': 2, 'tosOptionAll': 3, 'tosOptionDisable': 1. |
tosCOS | 1.3.6.1.4.1.5504.4.1.9.2.1.35 | integer32 | read-only |
The COS bit value to load based on tosOption setting. |
vlanCOS | 1.3.6.1.4.1.5504.4.1.9.2.1.36 | integer32 | read-only |
COS value loaded into VLAN header. Applicable only if the vlanid is non-zero. |
ipStagTPID | 1.3.6.1.4.1.5504.4.1.9.2.1.37 | integer32 | read-only |
The value of the tag protocol identifier that is being used for QinQ packets.( 0x8100 is default) |
ipStagId | 1.3.6.1.4.1.5504.4.1.9.2.1.38 | integer32 | read-only |
The s-tag value that we are expecting to put on packets that are Rxed on this interface. |
ipStagIdCOS | 1.3.6.1.4.1.5504.4.1.9.2.1.39 | integer32 | read-only |
The s-tag COS to be used when doing s-tag intertion. |
ipOnDemandStatsEnabled | 1.3.6.1.4.1.5504.4.1.9.2.1.40 | truthvalue | read-only |
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 | no-access |
The table containing alias addresses for ip interfaces. |
|
1.3.6.1.4.1.5504.4.1.9.5.1 | no-access |
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. |
||
ipIfAliasAddr | 1.3.6.1.4.1.5504.4.1.9.5.1.1 | ipaddress | no-access |
The ip alias address. |
ipIfAliasRowStatus | 1.3.6.1.4.1.5504.4.1.9.5.1.2 | zhonerowstatus | read-only |
The row status for creating and destroying ip aliases. To create a row, both the ifIndex and the ipIfAliasAddr must be provided. |
ipIfAliasNetMask | 1.3.6.1.4.1.5504.4.1.9.5.1.3 | ipaddress | read-only |
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. |
ipIfAliasBcastAddr | 1.3.6.1.4.1.5504.4.1.9.5.1.4 | ipaddress | read-only |
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. |
||
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. |
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 | |||
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 | no-access |
The current set of ipUnnumbered binding for this box. |
|
1.3.6.1.4.1.5504.4.1.14.2.1 | no-access |
An ipUnnumberedEntry. |
||
ipUnnumberedIndex | 1.3.6.1.4.1.5504.4.1.14.2.1.1 | integer32 | no-access |
This value is only used to identify this particular entry in the table, it is not externally visible! |
ipUnnumberedRowStatus | 1.3.6.1.4.1.5504.4.1.14.2.1.2 | zhonerowstatus | read-only |
RowStatus is used to create/delete entries in the table. |
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 |