Unisphere-Data-IP-MIB: View SNMP OID List / Download MIB
VENDOR: JUNIPER
Home | MIB: Unisphere-Data-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).
|
|||
Object Name | OID | Type | Access | Info |
usdIpMIB | 1.3.6.1.4.1.4874.2.2.12 |
The IP Protocol MIB for the Unisphere Networks Inc. enterprise. |
||
usdIpObjects | 1.3.6.1.4.1.4874.2.2.12.1 | |||
usdIpInterface | 1.3.6.1.4.1.4874.2.2.12.1.1 | |||
usdIpNextIfIndex | 1.3.6.1.4.1.4874.2.2.12.1.1.1 | usdnextifindex | read-only |
Coordinate ifIndex value allocation for entries in usdIpIfTable. A GET of this object returns the next available ifIndex value to be used to create an entry in the associated interface table; or zero, if no valid ifIndex value is available. This object also returns a value of zero when it is the lexicographic successor of a varbind presented in an SNMP GETNEXT or GETBULK request, for which circumstance it is assumed that ifIndex allocation is unintended. Successive GETs will typically return different values, thus avoiding collisions among cooperating management clients seeking to create table entries simultaneously. |
usdIpIfTable | 1.3.6.1.4.1.4874.2.2.12.1.1.2 | no-access |
This table contains entries for IP interfaces present in the system. |
|
1.3.6.1.4.1.4874.2.2.12.1.1.2.1 | no-access |
Each entry describes the characteristics of an IP interface. Creating/deleting entries in this table causes corresponding entries for be created/deleted in ifTable/ifXTable/usdIfTable. |
||
usdIpIfIndex | 1.3.6.1.4.1.4874.2.2.12.1.1.2.1.1 | interfaceindex | no-access |
The ifIndex of the IP interface. When creating entries in this table, suitable values for this object are determined by reading usdIpNextIfIndex. |
usdIpIfRowStatus | 1.3.6.1.4.1.4874.2.2.12.1.1.2.1.2 | rowstatus | read-only |
Controls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy To create an entry in this table, the following entry objects MUST be explicitly configured: usdIpIfRowStatus usdIpIfLowerIfIndex In addition, when creating an entry the following conditions must hold: A value for usdIpIfIndex must have been determined previously, typically by reading usdIpNextIfIndex. The interface identified by a nonzero usdIpIfLowerIfIndex must exist. If usdIpIfType is configured to be 'loopback' or 'null', usdIpIfLowerIfIndex must be set to zero. The selected value of usdIpIfType must be compatible with the underlying media interface identified by usdIpIfLowerIfIndex. Once created, the following objects may not be modified: usdIpIfLowerIfIndex usdIpIfType usdIpIfTypeId A corresponding entry in ifTable/ifXTable/usdIfTable is created/destroyed as a result of creating/destroying an entry in this table. |
usdIpIfLowerIfIndex | 1.3.6.1.4.1.4874.2.2.12.1.1.2.1.3 | interfaceindexorzero | read-only |
The ifIndex of a media interface over which this IP interface is to be layered. A value of zero is used when usdIpIfType is specified to be loopback(4) or null(5). |
usdIpIfType | 1.3.6.1.4.1.4874.2.2.12.1.1.2.1.4 | integer | read-only |
The type of network interface. Enumeration: 'loopback': 4, 'broadcast': 1, 'other': 0, 'nbma': 3, 'null': 5, 'pointToPoint': 2. |
usdIpIfTypeId | 1.3.6.1.4.1.4874.2.2.12.1.1.2.1.5 | unsigned32 | read-only |
A numerical distinguisher relevant for the loopback and null IP interface types. loopback Must be unique for all IP interfaces of this type. null Must be unique for all IP interfaces of this type. (FOR IMPLEMENTATIONS THAT SUPPORT ONE AND ONLY ONE NULL INTERFACE, THE VALUE ZERO MUST BE USED.) For all other IP interface types, this object is not relevant, reports a value of zero when read, and must be given a value of zero if explicitly configured during creation. |
usdIpIfSAValidationEnable | 1.3.6.1.4.1.4874.2.2.12.1.1.2.1.6 | usdenable | read-only |
Enable/disable source address validation on this IP network interface. |
usdIpIfCreationType | 1.3.6.1.4.1.4874.2.2.12.1.1.2.1.7 | integer | read-only |
Specify if the interface was created due to static configuration or due to some dynamic event. Dynamic interfaces are not stored in NVS. Enumeration: 'dynamic': 2, 'static': 1. |
usdIpIfProfileId | 1.3.6.1.4.1.4874.2.2.12.1.1.2.1.8 | unsigned32 | read-only |
Identified the profile used when creating a dynamic interface. |
usdIpIfAlwaysUp | 1.3.6.1.4.1.4874.2.2.12.1.1.2.1.9 | usdenable | read-only |
When enabled, the interface is determined to be up regardless of the state of any lower layer interfaces. |
usdIpIfLoopback | 1.3.6.1.4.1.4874.2.2.12.1.1.2.1.10 | usdenable | read-only |
Indicates whether the interface is a loopback type interface. |
usdIpIfLoopbackUid | 1.3.6.1.4.1.4874.2.2.12.1.1.2.1.11 | interfaceindexorzero | read-only |
Specify the interface index of a loopback interface whose IP address should be used when sourcing traffic on this interface. Useful for unnumbered interfaces. |
usdIpIfDebounceTime | 1.3.6.1.4.1.4874.2.2.12.1.1.2.1.12 | integer32 | read-only |
Specifies the time in milliseconds that a layer 2 interface must remain in a state before it is conveyed to the IP layer. Useful for interfaces that experience brief outages that should not constitute a route flap. A value of 0 indicates that the feature is disabled. |
usdIpIfForwarding | 1.3.6.1.4.1.4874.2.2.12.1.1.2.1.13 | usdenable | read-only |
Enable/disable the forwarding of IP traffic to/from this interface. This is currently only applicable to the out-of-band management port. |
usdIpIfForceFragmentation | 1.3.6.1.4.1.4874.2.2.12.1.1.2.1.14 | usdenable | read-only |
Force the fragmentation of all IP packets greater than the interface MTU even if the DF bit is set. |
usdIpIfSharesLowerUid | 1.3.6.1.4.1.4874.2.2.12.1.1.2.1.15 | usdenable | read-only |
Identifies the interface as sharing a lower interface with another interface vs owning it outright. |
usdIpIfFilterOptions | 1.3.6.1.4.1.4874.2.2.12.1.1.2.1.16 | unsigned32 | read-only |
Bit mask to configure the interface to filter packets with IP header options. Currently, either no bits or all bits may be set. |
usdIpIfName | 1.3.6.1.4.1.4874.2.2.12.1.1.2.1.17 | octet string | read-only |
Specify the IP interface discriminator for an IP interface not attached to a layer 2 interface with a specific location. |
usdIpIfArpTimeout | 1.3.6.1.4.1.4874.2.2.12.1.1.2.1.18 | unsigned32 | read-only |
Specify the ARP timeout for this interface in seconds. |
usdIpIfAdminSpeed | 1.3.6.1.4.1.4874.2.2.12.1.1.2.1.19 | unsigned32 | read-only |
Set an administrative speed for the interface that overrides the speed learned from the lower layer. A value of 0 indicates no speed is specified. |
usdIpIfMultipathMode | 1.3.6.1.4.1.4874.2.2.12.1.1.2.1.20 | integer | read-only |
Configure the mode this interface should use when forwarding equal-cost multipath traffic. Enumeration: 'roundRobin': 2, 'hashed': 1. |
usdIpIfSharedNhAddr | 1.3.6.1.4.1.4874.2.2.12.1.1.2.1.21 | ipaddress | read-only |
The IP address of either a direct or indirect next-hop toward which this shared interface should point. |
usdIpIfSharedNhRouterId | 1.3.6.1.4.1.4874.2.2.12.1.1.2.1.22 | unsigned32 | read-only |
The identifier for the domain of a virtual router in which the usdIpIfSharedNhAddr should be resolved. |
usdIpIfPrimaryIpAddress | 1.3.6.1.4.1.4874.2.2.12.1.1.2.1.23 | ipaddress | read-only |
The IP address of the primary IP network on an interface. |
usdIpIfPrimaryIpMask | 1.3.6.1.4.1.4874.2.2.12.1.1.2.1.24 | ipaddress | read-only |
The IP address mask of the primary IP network on an interface. |
usdIpIfOperDebounceTime | 1.3.6.1.4.1.4874.2.2.12.1.1.2.1.25 | integer32 | read-only |
Indicates the operational time in milliseconds that a layer2 interface must remain in a state before it is conveyed to the IP layer. Useful for interfaces that experience brief outages that should not constitute a route flap. A value of 0 indicates that the feature is disabled. |
usdIpIfStatsTable | 1.3.6.1.4.1.4874.2.2.12.1.1.3 | no-access |
This table contains entries for IP interfaces present in the system. |
|
1.3.6.1.4.1.4874.2.2.12.1.1.3.1 | no-access |
Each entry contains statistics for an IP interface. |
||
usdIpIfStatsIndex | 1.3.6.1.4.1.4874.2.2.12.1.1.3.1.1 | interfaceindex | no-access |
The ifIndex of the IP interface. |
usdIpIfStatsInPackets | 1.3.6.1.4.1.4874.2.2.12.1.1.3.1.2 | counter64 | read-only |
The number of packets received on this interface. |
usdIpIfStatsInOctets | 1.3.6.1.4.1.4874.2.2.12.1.1.3.1.3 | counter64 | read-only |
The number of octets received on this interface. |
usdIpIfStatsInPoliciedPackets | 1.3.6.1.4.1.4874.2.2.12.1.1.3.1.4 | counter64 | read-only |
The number of packets dropped due to rate limiters attached to this interface. |
usdIpIfStatsInPoliciedOctets | 1.3.6.1.4.1.4874.2.2.12.1.1.3.1.5 | counter64 | read-only |
The number of octets dropped due to rate limiters attached to this interface. |
usdIpIfStatsInErrorPackets | 1.3.6.1.4.1.4874.2.2.12.1.1.3.1.6 | counter64 | read-only |
The number of packets received with errors on this interface. |
usdIpIfStatsInSpoofedPackets | 1.3.6.1.4.1.4874.2.2.12.1.1.3.1.7 | counter64 | read-only |
The number of packets received on this interface with destination unknown. |
usdIpIfStatsInForwardedPackets | 1.3.6.1.4.1.4874.2.2.12.1.1.3.1.8 | counter64 | read-only |
The number of packets received on this interface that were forwarded by any interface in the system. |
usdIpIfStatsInForwardedOctets | 1.3.6.1.4.1.4874.2.2.12.1.1.3.1.9 | counter64 | read-only |
The number of octets received on this interface that were forwarded by any interface in the system. |
usdIpIfStatsOutForwardedPackets | 1.3.6.1.4.1.4874.2.2.12.1.1.3.1.10 | counter64 | read-only |
The number of packets forwarded by this interface. |
usdIpIfStatsOutForwardedOctets | 1.3.6.1.4.1.4874.2.2.12.1.1.3.1.11 | counter64 | read-only |
The number of octets forwarded by this interface. |
usdIpIfStatsOutSchedDropPackets | 1.3.6.1.4.1.4874.2.2.12.1.1.3.1.12 | counter64 | read-only |
The number of packets dropped at this interface due to output queue congestion. |
usdIpIfStatsOutSchedDropOctets | 1.3.6.1.4.1.4874.2.2.12.1.1.3.1.13 | counter64 | read-only |
The number of octets dropped at this interface due to output queue congestion. |
usdIpIfStatsOutRequestedPackets | 1.3.6.1.4.1.4874.2.2.12.1.1.3.1.14 | counter64 | read-only |
The number of packets requested for transmission at this interface. |
usdIpIfStatsOutRequestedOctets | 1.3.6.1.4.1.4874.2.2.12.1.1.3.1.15 | counter64 | read-only |
The number of octets requested for transmission at this interface. |
usdIpIfStatsOutPoliciedPackets | 1.3.6.1.4.1.4874.2.2.12.1.1.3.1.16 | counter64 | read-only |
The number of packets dropped due to rate limiters attached to this interface. |
usdIpIfStatsOutPoliciedOctets | 1.3.6.1.4.1.4874.2.2.12.1.1.3.1.17 | counter64 | read-only |
The number of octets dropped due to rate limiters attached to this interface. |
usdIpIfStatsGreenOutSchedDropPackets | 1.3.6.1.4.1.4874.2.2.12.1.1.3.1.18 | counter64 | read-only |
The number of packets dropped at this interface due to output queue congestion in the green output queue. The green output queue has lowest drop probability. |
usdIpIfStatsYellowOutSchedDropPackets | 1.3.6.1.4.1.4874.2.2.12.1.1.3.1.19 | counter64 | read-only |
The number of packets dropped at this interface due to output queue congestion in the yellow output queue. The yellow output queue has medium level drop probability. |
usdIpIfStatsRedOutSchedDropPackets | 1.3.6.1.4.1.4874.2.2.12.1.1.3.1.20 | counter64 | read-only |
The number of packets dropped at this interface due to output queue congestion in the red output queue. The red output queue has highest level drop probability. |
usdIpIfStatsGreenOutSchedDropOctets | 1.3.6.1.4.1.4874.2.2.12.1.1.3.1.21 | counter64 | read-only |
The number of octets dropped at this interface due to output queue congestion in the green output queue. The green output queue has the lowest drop probability. |
usdIpIfStatsYellowOutSchedDropOctets | 1.3.6.1.4.1.4874.2.2.12.1.1.3.1.22 | counter64 | read-only |
The number of octets dropped at this interface due to output queue congestion in the yellow output queue. The yellow output queue has the medium drop probability. |
usdIpIfStatsRedOutSchedDropOctets | 1.3.6.1.4.1.4874.2.2.12.1.1.3.1.23 | counter64 | read-only |
The number of octets dropped at this interface due to output queue congestion in the red output queue. The red output queue has the highest drop probability. |
usdIpIfAssocTable | 1.3.6.1.4.1.4874.2.2.12.1.1.4 | no-access |
This table contains entries of interfaces present in the system. |
|
1.3.6.1.4.1.4874.2.2.12.1.1.4.1 | no-access |
Each entry in this table returns the ifIndex of the IP interface associated with the lower layer ifIndex supplied as the index to this table. The purpose of this table is to translate L2 interfaces to corresponding L3 interfaces for billing applications. Since interesting billing related statistics are kept at L3, it is often useful to know the L2-L3 relationship. Note that this table is not confined to L2-L3 relationships. Any interface sublayer can be used to access this table to determine the relationship with the L3 interface. |
||
usdIpIfAssocLowerIfIndex | 1.3.6.1.4.1.4874.2.2.12.1.1.4.1.1 | interfaceindex | no-access |
The ifIndex of the lower layer interface. |
usdIpIfAssocIpIfIndex | 1.3.6.1.4.1.4874.2.2.12.1.1.4.1.2 | interfaceindexorzero | read-only |
The ifIndex of the IP interface associated with the lower layer usdIpIfAssocLowerIfIndex. In cases where there is not a 1 to 1 relationship between lower layer and higher layer IP interface, a zero value usdIpIfAssocIpIfIndex is returned; this includes the case where an IP interface has not yet been configued at the top of the interface column. An example usage of this table: Assume a user needs to know the ifIndex relationship for all interfaces with the L3 IP interface. Then starting at the bottom of the stack below, the ATM and AAL5's ifIndex would be used to access the table. The agent will return 0 for each of these cases because multiple customer's traffic is demultiplexed at these levels. IP_1 PPP IP_2 ATM1483_1 ATM1483_2 \ / AAL5 ATM If the ATM1483_1 ifIndex is used to access this table, then the value of usdIpIfAssocLowerIfIndex will be set to the ifIndex of IP_1. Similarily, if the ATM1483_2 ifIndex is used to access this table, the usdIpifAssocLowerIfIndex will set to the ifIndex of IP_2. |
usdIpAddress | 1.3.6.1.4.1.4874.2.2.12.1.2 | |||
usdIpAddrGlobals | 1.3.6.1.4.1.4874.2.2.12.1.2.1 | |||
usdIpArpTimeout | 1.3.6.1.4.1.4874.2.2.12.1.2.1.1 | integer32 | read-write |
Timeout, in seconds, for ARP requests issued by this entity. |
usdIpAddrTable | 1.3.6.1.4.1.4874.2.2.12.1.2.2 | no-access |
IP addressing information for this entity's IP network interfaces. Representation of both numbered and unnumbered IP interfaces is supported. |
|
1.3.6.1.4.1.4874.2.2.12.1.2.2.1 | no-access |
IP addressing information for one of this entity's IP network interfaces. This interface could be either numbered or unnumbered. The following objects correspond to (read-only) counterparts in the IP-MIB ipAddrTable: usdIpAdEntAddr usdIpAdEntIfIndex usdIpAdEntNetMask usdIpAdEntBcastAddr usdIpAdEntReasmMaxSize |
||
usdIpAdEntAddr | 1.3.6.1.4.1.4874.2.2.12.1.2.2.1.1 | usdipaddrlessif | no-access |
The IP address for a numbered IP network interface, if this object's value has the form 'a.b.c.d', where 'a' is nonzero; or, the ifIndex (interpreting the low 24 bits of this value as an integer) of an unnumbered ('address-less') IP interface, if this object's value has the form '0.b.c.d'. |
usdIpAdEntIfIndex | 1.3.6.1.4.1.4874.2.2.12.1.2.2.1.2 | interfaceindex | read-only |
The ifIndex of the network interface to which this entry's IP addressing mode pertains. |
usdIpAdEntNetMask | 1.3.6.1.4.1.4874.2.2.12.1.2.2.1.3 | ipaddress | read-only |
The IP subnet mask associated with the IP address of this entry. The network and host bit fields of the mask are filled with 1's and 0's, respectively. If this entry represents an unnumbered IP interface, this object should have a value of all ones. |
usdIpAdEntBcastAddr | 1.3.6.1.4.1.4874.2.2.12.1.2.2.1.4 | integer32 | read-only |
The value of the least-significant bit in the IP broadcast address used for sending datagrams on the IP network interface associated with this entry. For example, when the Internet standard all-ones broadcast address is used, the value will be 1. This value applies to both the subnet and network broadcasts addresses used by the entity on this interface. |
usdIpAdEntReasmMaxSize | 1.3.6.1.4.1.4874.2.2.12.1.2.2.1.5 | 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. |
usdIpAdEntRowStatus | 1.3.6.1.4.1.4874.2.2.12.1.2.2.1.6 | rowstatus | read-only |
Controls the creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy To create entries for both numbered and unnumbered IP interfaces, the following entry objects MUST be explicitly configured: usdIpAdEntRowStatus usdIpAdEntIfIndex To create an entry for a numbered IP interface, the following conditions must also hold: |
usdIpAdEntAdminStatus | 1.3.6.1.4.1.4874.2.2.12.1.2.2.1.7 | usdenable | read-only |
Enable/disable operation of IP on this IP network interface. |
usdIpAdEntArpRspEnable | 1.3.6.1.4.1.4874.2.2.12.1.2.2.1.8 | usdenable | read-only |
Enable/disable ARP response on this IP network interface. |
usdIpAdEntProxyArpRspEnable | 1.3.6.1.4.1.4874.2.2.12.1.2.2.1.9 | usdenable | read-only |
Enable/disable proxy ARP response on this IP network interface. |
usdIpAdEntIgmpEnable | 1.3.6.1.4.1.4874.2.2.12.1.2.2.1.10 | usdenable | read-only |
Enable/disable IGMP operation on this IP network interface. |
usdIpAdEntDirectedBcastEnable | 1.3.6.1.4.1.4874.2.2.12.1.2.2.1.11 | usdenable | read-only |
Enable/disable forwarding of directed broadcasts on this IP network interface. |
usdIpAdEntIcmpRedirectEnable | 1.3.6.1.4.1.4874.2.2.12.1.2.2.1.12 | usdenable | read-only |
Enable/disable transmission of ICMP Redirect messages on this IP network interface. |
usdIpAdEntIcmpMaskReplyEnable | 1.3.6.1.4.1.4874.2.2.12.1.2.2.1.13 | usdenable | read-only |
Enable/disable transmission of ICMP Mask Reply messages on this IP network interface. |
usdIpAdEntIcmpUnreachEnable | 1.3.6.1.4.1.4874.2.2.12.1.2.2.1.14 | usdenable | read-only |
Enable/disable transmission of ICMP Unreachable messages on this IP network interface. |
usdIpAdEntMtu | 1.3.6.1.4.1.4874.2.2.12.1.2.2.1.15 | integer32 | read-only |
The configured MTU size for this IP network interface. If set to zero, the default MTU size, as determined by the underlying network media, is used. |
usdIpAdEntUnnumLoopbackIfIndex | 1.3.6.1.4.1.4874.2.2.12.1.2.2.1.16 | interfaceindexorzero | read-only |
For unnumbered interfaces, the ifIndex of the IP loopback interface whose IP address is used as the source IP address for IP packets transmitted on the unnumbered network. For numbered interfaces, this object has a value of zero. |
usdIpAdEntIrdpEnable | 1.3.6.1.4.1.4874.2.2.12.1.2.2.1.17 | usdenable | read-only |
Controls whether ICMP Router Discovery Protocol operation is permitted to be sent on this network. |
usdIpAdEntAccessRouteEnable | 1.3.6.1.4.1.4874.2.2.12.1.2.2.1.18 | usdenable | read-only |
If enabled, then establishment/loss of a point-to-point network connection causes a host route for the remote host to be created/deleted automatically. |
usdIpAdEntAccessRouteHost | 1.3.6.1.4.1.4874.2.2.12.1.2.2.1.19 | ipaddress | read-only |
If an access route has been established, the IP address of the remote host is reported by this object; otherwise, this object contains the value 0.0.0.0. |
usdIpAdEntIsSecondary | 1.3.6.1.4.1.4874.2.2.12.1.2.2.1.20 | usdenable | read-only |
If enabled, then the IP address corresponding to this entry is a secondary address. If disabled, then the IP address corresponding to this entry is te primary address. |
usdIpRoute | 1.3.6.1.4.1.4874.2.2.12.1.3 | |||
usdIpRouteGlobals | 1.3.6.1.4.1.4874.2.2.12.1.3.1 | |||
usdIpRouteLimit | 1.3.6.1.4.1.4874.2.2.12.1.3.1.1 | integer32 | read-write |
Maximum number of IP routes maintained by this entity. Setting a value lower than the current number of routes prevents additional routes from being learned or configured, but does not cause existing excess routes to be deleted to enforce the new limit. |
usdIpRouteStaticTable | 1.3.6.1.4.1.4874.2.2.12.1.3.2 | no-access |
Table of static routes configured on this entity. The object definitions and indexing for this table are chosen to closely align with the IP-FORWARD-MIB's ipCidrRouteTable. This table serves three purposes: 1. Provide the means for configuring static routes. 2. Provide an efficient view of static routes (otherwise they must be observed by traversing the entire routing table). 3. Provide view of static routes configured on network interfaces that are currently inactive. (In this implementation, static routes configured on inactive interfaces are not visible in the routing table.) |
|
1.3.6.1.4.1.4874.2.2.12.1.3.2.1 | no-access |
A static route. |
||
usdIpRouteStaticDest | 1.3.6.1.4.1.4874.2.2.12.1.3.2.1.1 | ipaddress | read-only |
The destination IP address of this route. This object may not take a Multicast (Class D) address value. Any assignment (implicit or otherwise) of an instance of this object to a value x must be rejected if the bitwise logical-AND of x with the value of the corresponding instance of the usdIpRouteStaticMask object is not equal to x. |
usdIpRouteStaticMask | 1.3.6.1.4.1.4874.2.2.12.1.3.2.1.2 | ipaddress | read-only |
Indicate the mask to be logical-ANDed with the destination address before being compared to the value in the usdIpRouteStaticDest field. For those systems that do not support arbitrary subnet masks, an agent constructs the value of the usdIpRouteStaticMask by reference to the IP Address Class. Any assignment (implicit or otherwise) of an instance of this object to a value x must be rejected if the bitwise logical-AND of x with the value of the corresponding instance of the usdIpRouteStaticDest object is not equal to usdIpRouteStaticDest. |
usdIpRouteStaticPref | 1.3.6.1.4.1.4874.2.2.12.1.3.2.1.3 | integer32 | read-only |
The preference of this static route. Higher values correspond to higher preference. A static route with preference of zero will never be installed as an active route. |
usdIpRouteStaticNextHop | 1.3.6.1.4.1.4874.2.2.12.1.3.2.1.4 | usdipaddrlessif | read-only |
The address of the next hop toward the destination. |
usdIpRouteStaticRowStatus | 1.3.6.1.4.1.4874.2.2.12.1.3.2.1.5 | rowstatus | read-only |
The row status variable, used according to row installation and removal conventions. |
usdIpRouteStaticIfIndex | 1.3.6.1.4.1.4874.2.2.12.1.3.2.1.6 | integer32 | read-only |
The ifIndex value which identifies the local interface through which the next hop of this route should be reached. A value of zero means the router should automatically determine the interface through which the specified next-hop address is reached. An implementation may disallow non-zero values from being configured. |
usdIpRouteStaticStatus | 1.3.6.1.4.1.4874.2.2.12.1.3.2.1.7 | integer | read-only |
The operational status of this static route. active(0) indicates this route is currently being used to reach the specified destination. inactive(1) indicates this route is considered valid, but currently is superseded by another routing table entry for the destination, having a higher preference value. incomplete(2) indicates this route entry contains information that is incomplete, or is inconsistent with other system configuration (for example, the interface specified in usdIpRouteStaticIfIndex does not exist). Enumeration: 'active': 0, 'inactive': 1, 'incomplete': 2. |
usdIpRouteStaticNextHopAS | 1.3.6.1.4.1.4874.2.2.12.1.3.2.1.8 | integer32 | read-only |
The Autonomous System Number of the Next Hop. The semantics of this object are determined by the routing-protocol specified in the route's ipCidrRouteProto value. When this object is unknown or not relevant its value should be set to zero. |
usdIpRouteStaticMetric | 1.3.6.1.4.1.4874.2.2.12.1.3.2.1.9 | integer32 | read-only |
The primary routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's ipCidrRouteProto value. If this metric is not used, its value should be set to -1. |
usdIpRouteStaticTag | 1.3.6.1.4.1.4874.2.2.12.1.3.2.1.10 | unsigned32 | read-only |
A tag value for this static route. |
usdIpCidrRouteTable | 1.3.6.1.4.1.4874.2.2.12.1.3.3 | no-access |
Table of routes active on this entity. This table is an augmentation of the IP-FORWARD-MIB's ipCidrRouteTable. |
|
1.3.6.1.4.1.4874.2.2.12.1.3.3.1 | no-access |
Additional attributes of an active route. |
||
usdIpCidrRoutePref | 1.3.6.1.4.1.4874.2.2.12.1.3.3.1.1 | integer32 | read-only |
The preference of this route. Higher values correspond to higher preference. |
usdIpCidrRouteArea | 1.3.6.1.4.1.4874.2.2.12.1.3.3.1.2 | ipaddress | read-only |
The Area to which this route pertains. A value of 0.0.0.0 indicates no area is identified. |
usdIpCidrRouteTag | 1.3.6.1.4.1.4874.2.2.12.1.3.3.1.3 | unsigned32 | read-only |
A tag value for this route. |
usdIpGlobals | 1.3.6.1.4.1.4874.2.2.12.1.4 | |||
usdIpDebounceTime | 1.3.6.1.4.1.4874.2.2.12.1.4.1 | integer32 | read-write |
The time in milliseconds that an event has to be in the same state before being reported. |
usdIpRouterId | 1.3.6.1.4.1.4874.2.2.12.1.4.2 | ipaddress | read-write |
The router-id that this IP router will use to identify itself. |
usdIpSourceRoutingAdminStatus | 1.3.6.1.4.1.4874.2.2.12.1.4.3 | usdenable | read-write |
The administrative setting for source routing. |
usdIpVpnIdOui | 1.3.6.1.4.1.4874.2.2.12.1.4.4 | integer | read-write |
The OUI portion of the VPN identifier. This object must be set coincident with the index portion of the VpnId (usdIpVpnIdIndex), otherwise the set will fail. |
usdIpVpnIdIndex | 1.3.6.1.4.1.4874.2.2.12.1.4.5 | ipaddress | read-write |
The index portion of the VPN identifier. This object must be set coincident with the OUI portion of the VpnId (usdIpVpnOui), otherwise the set will fail. |
usdIpConformance | 1.3.6.1.4.1.4874.2.2.12.4 | |||
usdIpCompliances | 1.3.6.1.4.1.4874.2.2.12.4.1 | |||
usdIpCompliance | 1.3.6.1.4.1.4874.2.2.12.4.1.1 |
Obsolete compliance statement for entities which implement the Unisphere IP MIB. This statement became obsolete when the IP interface and IP address groups changed and the global objects were added. |
||
usdIpCompliance2 | 1.3.6.1.4.1.4874.2.2.12.4.1.2 |
Obsolete compliance statement for entities which implement the Unisphere IP MIB. This statement became obsolete when the usdIpIfAssocTable was added. |
||
usdIpCompliance3 | 1.3.6.1.4.1.4874.2.2.12.4.1.3 |
Obsolete compliance statement for entities which implement the Unisphere IP MIB. This statement became obsolete when the QoS related objects were obsoleted. |
||
usdIpCompliance4 | 1.3.6.1.4.1.4874.2.2.12.4.1.4 |
The compliance statement for entities which implement the Unisphere IP MIB. |
||
usdIpGroups | 1.3.6.1.4.1.4874.2.2.12.4.2 | |||
usdIpInterfaceGroup | 1.3.6.1.4.1.4874.2.2.12.4.2.1 |
Obsolete collection of objects for managing IP interface capabilities in a Unisphere product. This group became obsolete when new objects were added to the usdIpIfTable and the usdIpIfStatsTable. |
||
usdIpAddressGroup | 1.3.6.1.4.1.4874.2.2.12.4.2.2 |
Obsolete collection of objects for managing IP address capabilities in a Unisphere product. This group became obsolete when usdIpAdEntIgmpEnable was deprecated and usdIpAdEntIsSecondary was added. |
||
usdIpRouteGroup | 1.3.6.1.4.1.4874.2.2.12.4.2.3 |
A collection of objects for managing IP routing capabilities in a Unisphere product. |
||
usdIpGlobalGroup | 1.3.6.1.4.1.4874.2.2.12.4.2.4 |
A collection of IP global objects for managing instances of IP in a Unisphere product. |
||
usdIpInterfaceGroup2 | 1.3.6.1.4.1.4874.2.2.12.4.2.5 |
Obsolete collection of objects for managing IP interface capabilities in a Unisphere product. This group became obsolete when the usdIpIfAssocTable was added. |
||
usdIpAddressGroup2 | 1.3.6.1.4.1.4874.2.2.12.4.2.6 |
A collection of objects for managing IP address capabilities in a Unisphere product. |
||
usdIpInterfaceGroup3 | 1.3.6.1.4.1.4874.2.2.12.4.2.7 |
Obsolete collection of objects for managing IP interface capabilities in a Unisphere product. This group became obsolete when the QoS related objects were obsoleted. |
||
usdIpInterfaceGroup4 | 1.3.6.1.4.1.4874.2.2.12.4.2.8 |
A collection of objects for managing IP interface capabilities in a Unisphere product. |