XEDIA-IP-MIB
AI MIB Summary
The XEDIA-IP-MIB extends standard IETF IP-MIB functionality to monitor and manage IP-layer parameters, interfaces, and routing statistics specifically within Xedia hardware platforms. This module provides vendor-specific object identifiers for tracking IP traffic counters, interface states, and protocol configurations on Xedia network devices.
This module defines additional objects for management of IP in Xedia devices, above and beyond what is defined in the IETF's IP-MIB.
Main OID:
xediaIpMIB.1.3.6.1.4.1.838.3.4
88
Objects
Active
Status
5
Dependencies
Imported Objects
Objects
88 total| Object Name |
|---|
xediaIpMIBThis module defines additional objects for management of IP
in Xedia devices, above and beyond what is defined in the
IETF's IP-MIB. MODULE-IDENTITY .1.3.6.1.4.1.838.3.4 |
xipObjects OBJECT IDENTIFIER .1.3.6.1.4.1.838.3.4.1 |
xipIfIpAddrTableA table that allows configuration of IP addresses (since the
ipAddrTable from the IP-MIB is read-only and not indexed by
ifIndex). SEQUENCE OF XipIfIpAddrEntry .1.3.6.1.4.1.838.3.4.1.1 |
xipIfIpAddrEntryInformation about a single IP address. Every entry with a
non-zero value of xipIfIpAddr in this table will have a
corresponding entry in the ipAddrTable, so adding an entry to
this table is how you add an entry to that, read-only, table.
Note that, unlike the ipAddrTable, this table's primary index
is the ifIndex. This makes it easier to list the addresses
associated with a particular interface. Some implementations
may limit this to one address per interface. XipIfIpAddrEntry .1.3.6.1.4.1.838.3.4.1.1.1 |
xipIfIpAddrThe IP address to which this entry's addressing information
pertains. The all-zeros value is an uninitialized value and
indicates the address has not been set yet.rw IpAddress .1.3.6.1.4.1.838.3.4.1.1.1.1 |
xipIfIpAddrNetMaskThe 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. When the
xipIfIpAddr object is set, the agent may set
xipIfIpAddrNetMask automatically to the default mask based on
the class of the address.rw IpAddress .1.3.6.1.4.1.838.3.4.1.1.1.2 |
xipIfIpAddrBcastAddrThe value of the least-significant bit in the IP broadcast
address used for sending datagrams on the (logical) interface
associated with the IP address of 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
(logical) interface.rw Unsigned32 .1.3.6.1.4.1.838.3.4.1.1.1.3 |
xipIfIpAddrReasmMaxSizeThe size of the largest IP datagram which this entity can
re-assemble from incoming IP fragmented datagrams received on
this interface.rw Unsigned32 .1.3.6.1.4.1.838.3.4.1.1.1.4 |
xipIfIpAddrProtosThis object indicates whether RIPv2 and OSPFv2 are enabled
for this address.rw BIT STRING { rip(0), ospf(1) } .1.3.6.1.4.1.838.3.4.1.1.1.5 |
xipIfIpAddrRowStatusThis object is used to add and remove entries from the
table. Note that some agents will only allow one IP address
per interface and therefore may automatically create an entry
in this table for every IP interface in the system. In this
case this object may be implemented in a minimal way (always
return a 'wrongValue' error on any SET request and always
return the value 'active(1)' when retrieved).rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.838.3.4.1.1.1.6 |
xipIfIpAddrSrcAddrThe IP address used as the src address in packets being transmitted
on an unnumbered interface. The IP address should be the address
assigned to an IP interface.rw IpAddress .1.3.6.1.4.1.838.3.4.1.1.1.7 |
xipIfIpAddrRouterAddressThe value of this object is 'true(1)' if the IP address represented
by this entry is the router address, and 'false(2)' otherwise. This entry
cannot be deleted if the value of this object is 'true(1)'.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.838.3.4.1.1.1.8 |
xipIfIpAddrSubnetProxyArpThe administrative status for providing proxy arp for all hosts on
this subnet. The value of 'enabled(1)' will cause the router to
respond to all ARPs with its own mac address. This should only
be enabled when all of the possible effects are understood.rw Enumeration .1.3.6.1.4.1.838.3.4.1.1.1.9 |
xipIfIpAddrSourcero Enumeration .1.3.6.1.4.1.838.3.4.1.1.1.10 |
xipStaticRouteTableA table of static routes configured by the user. This table
is used instead of the ipRouteTable (from MIB-II) because that
table has no way of showing inactive static routes (routes
that are not in use in the actual routing table but may be in
the future, for example if an interface comes back up or if a
route added by a protocol such as OSPF ages out.) SEQUENCE OF XipStaticRouteEntry .1.3.6.1.4.1.838.3.4.1.2 |
xipStaticRouteEntryInformation about a single static route. XipStaticRouteEntry .1.3.6.1.4.1.838.3.4.1.2.1 |
xipStaticRouteDestThe destination IP address of this route. An entry with a
value of 0.0.0.0 is considered a default route. Note the
unusual value of MAX-ACCESS (for an index object).ro IpAddress .1.3.6.1.4.1.838.3.4.1.2.1.1 |
xipStaticRouteMaskIndicate the mask to be logical-ANDed with the destination
address before being compared to the value in the ipRouteDest
field. For those systems that do not support arbitrary subnet
masks, an agent constructs the value of the ipRouteMask by
determining whether the value of the correspondent ipRouteDest
field belong to a class-A, B, or C network, and then using one
of:
mask network
255.0.0.0 class-A
255.255.0.0 class-B
255.255.255.0 class-C
If the value of the ipRouteDest is 0.0.0.0 (a default route),
then the mask value is also 0.0.0.0. It should be noted that
all IP routing subsystems implicitly use this mechanism.ro IpAddress .1.3.6.1.4.1.838.3.4.1.2.1.2 |
xipStaticRouteNextHopThe IP address of the next hop of this route. (In the case
of a route bound to an interface which is realized via a
broadcast media, the value of this field is the agent's IP
address on that interface.)ro IpAddress .1.3.6.1.4.1.838.3.4.1.2.1.3 |
xipStaticRouteCostThe cost associated with this static route. It only has
significance as compared to other static routes for the
same destination network, mask, and tos.rw Integer32 .1.3.6.1.4.1.838.3.4.1.2.1.4 |
xipStaticRoutePrefThe preference associated with this route. This will be
installed as ipRouteMetric2, an alternate routine metric for
this route. Note that the presence of the DEFVAL means that
the user does not need to supply the value on a create,
however, the actual value will be determined by the agent and
will not be -1.rw Integer32 .1.3.6.1.4.1.838.3.4.1.2.1.5 |
xipStaticRouteStatusAn indication of whether this static route is installed in
the IP forwarding database (which means it will be returned in
the ipRouteTable). A static entry may be configured in this
table but not be in the actual routing table because its
associated interface may be down.ro Enumeration .1.3.6.1.4.1.838.3.4.1.2.1.6 |
xipStaticRouteRowStatusThe object that allows static routes to be created and
deleted. This object only supports the values 'createAndGo(4)'
and 'destroy(6)' which create and delete rows
respectively. When setting the value to 'createAndGo(4)', the
xipStaticNextHop object must have an explicit value set (and
the xipStaticRouteDest object is set implicitly via the instance id).
The other objects can take their default values.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.838.3.4.1.2.1.7 |
xipStaticRouteTosThe Type of Service associated with the route.ro Integer32 .1.3.6.1.4.1.838.3.4.1.2.1.8 |
xipStaticRouteSourceThe source of this route, either configured by management
or generated by some autoconfiguration process (internally
or through external application).rw Enumeration .1.3.6.1.4.1.838.3.4.1.2.1.9 |
xipStaticRouteProxyArpThe value of this object is 'true' if proxy arp has been installed
for this static route. Initially, this is only used for auto-generated
static routes/proxy arp for VPN configurations.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.838.3.4.1.2.1.10 |
xipStaticRouteVolatileThe value of this object is 'true' if this static route entry is not
stored in NVRAM.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.838.3.4.1.2.1.11 |
xipIfArpTableA table of per-interface ARP configuration. SEQUENCE OF XipIfArpEntry .1.3.6.1.4.1.838.3.4.1.3 |
xipIfArpEntryARP configuration for a specific (datalink) interface. This
table 'sparce-augments' the ifTable from the IF-MIB: it
contains an entry for every interface that supports ARP. XipIfArpEntry .1.3.6.1.4.1.838.3.4.1.3.1 |
xipIfArpCacheTimeoutThe timeout value, in minutes, that is used to age out
entries from the ARP cache (the ipNetToMediaTable).rw Integer32 .1.3.6.1.4.1.838.3.4.1.3.1.1 |
xipRouteObjects OBJECT IDENTIFIER .1.3.6.1.4.1.838.3.4.1.4 |
xipRouteCurrentCountThe number of existing routes in the Xedia Route Table.
For each Dest/mask route entry, it is the count of ALL
next hops contained under ALL TOSes.ro INTEGER .1.3.6.1.4.1.838.3.4.1.4.1 |
xipRouteCurrentNetworksThe number of existing routed Networks in the internal
Route Table. It is the total number of Dest/Mask (network)
route entries. Usually, it will also represent the number
of route entries in the standard Route Table, except when
there are Dest addresses with multiple masks.ro INTEGER .1.3.6.1.4.1.838.3.4.1.4.2 |
xipRouteConfiguredMaxRoutesThe maximum number of routed Networks in the internal
Route Table. It is the maximum total number of Dest/Mask
(network) route entries. Depending upon system configuration
and the number of route entries in the route table that are
destination addresses with multple masks, it may not be
possible to have a route table with the maximum number of
routed networks. If this variable is changed, it will not
take effect until the box is reset.rw INTEGER .1.3.6.1.4.1.838.3.4.1.4.3 |
xipRouteOperationalMaxRoutesThe current value of the maximum number of routed networks
in the internal route table, read from configuration memory upon
startup.ro INTEGER .1.3.6.1.4.1.838.3.4.1.4.4 |
xipRouteConfiguredMaxMemoryThe maximum amount of memory that is available to be
allocated to the routing protocols. If this variable is changed,
it will not take effect until the box is reset. Depending
upon system configuration, it may not be possible to set this
variable to the maximum allowable value.rw INTEGER .1.3.6.1.4.1.838.3.4.1.4.5 |
xipRouteOperationalMaxMemoryThe current value of the maximum amount of memory that is
available to be allocated to the routing protocols, read from
configuration memory upon startup.ro INTEGER .1.3.6.1.4.1.838.3.4.1.4.6 |
xipRouteMaxFwdEntriesThe maximum number of forwarding cache entries
allocated. If this value is changed, it will
not take effect until the box is reset. Depending upon
system configuration, it may not be possible to set this
variable to the maximum allowable value.rw INTEGER .1.3.6.1.4.1.838.3.4.1.4.7 |
xipRouteCurrentFwdEntriesThe current number of active entries in the forwarding cache.ro INTEGER .1.3.6.1.4.1.838.3.4.1.4.8 |
xipRouteTableThis entity's IP Routing table. SEQUENCE OF XipRouteEntry .1.3.6.1.4.1.838.3.4.1.5 |
xipRouteEntryA route to a particular destination. XipRouteEntry .1.3.6.1.4.1.838.3.4.1.5.1 |
xipRouteDestThe destination IP address of this route. An
entry with a value of 0.0.0.0 is considered a
default route. Multiple routes to a single
destination can appear in the table, but access to
such multiple entries is dependent on the table-
access mechanisms defined by the network
management protocol in use.ro IpAddress .1.3.6.1.4.1.838.3.4.1.5.1.1 |
xipRouteMaskIndicate the mask to be logical-ANDed with the
destination address before being compared to the
value in the ipRouteDest field.
If the value of the ipRouteDest is 0.0.0.0 (a
default route), then the mask value is also
0.0.0.0. It should be noted that all IP routing
subsystems implicitly use this mechanism.ro IpAddress .1.3.6.1.4.1.838.3.4.1.5.1.2 |
xipRouteTosThe policy specifier is the IP TOS Field. The encoding
of IP TOS is as specified by the following convention.
Zero indicates the default path if no more specific
policy applies.
+-+-+-+-+-+-+-+-+
| | | |
| PRECEDENCE | TYPE OF SERVICE | 0 |
| | | |
+-+-+-+-+-+-+-+-+
IP TOS IP TOS
Field Policy Field Policy
Contents Code Contents Code
0 0 0 0 ==> 0 0 0 0 1 ==> 2
0 0 1 0 ==> 4 0 0 1 1 ==> 6
0 1 0 0 ==> 8 0 1 0 1 ==> 10
0 1 1 0 ==> 12 0 1 1 1 ==> 14
1 0 0 0 ==> 16 1 0 0 1 ==> 18
1 0 1 0 ==> 20 1 0 1 1 ==> 22
1 1 0 0 ==> 24 1 1 0 1 ==> 26
1 1 1 0 ==> 28 1 1 1 1 ==> 30ro Integer32 .1.3.6.1.4.1.838.3.4.1.5.1.3 |
xipRouteNextHopThe IP address of the next hop of this route.
(In the case of a route bound to an interface
which is realized via a broadcast media, the value
of this field is the agent's IP address on that
interface.)ro IpAddress .1.3.6.1.4.1.838.3.4.1.5.1.4 |
xipRouteIfIndexThe index value which uniquely identifies the
local interface through which the next hop of this
route should be reached. The interface identified
by a particular value of this index is the same
interface as identified by the same value of
ifIndex.ro InterfaceIndex (IF-MIB) .1.3.6.1.4.1.838.3.4.1.5.1.5 |
xipRouteTypeThe type of route. Note that the values
direct(3) and indirect(4) refer to the notion of
direct and indirect routing in the IP
architecture.ro Enumeration .1.3.6.1.4.1.838.3.4.1.5.1.6 |
xipRouteProtoThe routing mechanism via which this route was
learned. Inclusion of values for gateway routing
protocols is not intended to imply that hosts
should support those protocols.ro Enumeration .1.3.6.1.4.1.838.3.4.1.5.1.7 |
xipRouteInfoA reference to MIB definitions specific to the
particular routing protocol which is responsible
for this route, as determined by the value
specified in the route's ipRouteProto value. If
this information is not present, its value should
be set to the OBJECT IDENTIFIER { 0 0 }, which is
a syntatically valid object identifier, and any
conformant implementation of ASN.1 and BER must be
able to generate and recognize this value.ro OBJECT IDENTIFIER .1.3.6.1.4.1.838.3.4.1.5.1.8 |
xipRouteAgeThe number of seconds since this route was last
updated or otherwise determined to be correct.
Note that no semantics of `too old' can be implied
except through knowledge of the routing protocol
by which the route was learned.ro INTEGER .1.3.6.1.4.1.838.3.4.1.5.1.9 |
xipRouteMetric1The primary routing metric for this route. The
semantics of this metric are determined by the
routing-protocol specified in the route's
ipRouteProto value. If this metric is not used,
its value should be set to -1.ro INTEGER .1.3.6.1.4.1.838.3.4.1.5.1.10 |
xipRouteMetric2An alternate routing metric for this route. The
semantics of this metric are determined by the
routing-protocol specified in the route's
ipRouteProto value. If this metric is not used,
its value should be set to -1.ro INTEGER .1.3.6.1.4.1.838.3.4.1.5.1.11 |
xipRouteDistanceAdministrative distance of the route. When
new route is added, route with smaller distance
takes precedence over the route with higher value.ro INTEGER .1.3.6.1.4.1.838.3.4.1.5.1.12 |
xipGeneral OBJECT IDENTIFIER .1.3.6.1.4.1.838.3.4.1.6 |
xipFwdDirectedBroadcastThe administrative status for forwarding directed broadcasts. A
value of 'enabled(1)' allows directed broadcasts to be forwarded
on all interfaces while 'disabled(2)' disables the forwarding of
directed broadcasts on all interfaces in the box.rw Enumeration .1.3.6.1.4.1.838.3.4.1.6.1 |
xipIcmpRedirectThe administrative status for generating ICMP redirect messages.
A value of 'enabled(1)' allows ICMP redirect messages to be
generated on all interfaces while 'disabled(2)' disables the
generation of ICMP redirect messages by the box.rw Enumeration .1.3.6.1.4.1.838.3.4.1.6.2 |
xipDefaultNetworkAn IP network address to be used for default forwarding. The
specific actions taken with this address depend on the operations
or protocols configured to use it.rw IpAddress .1.3.6.1.4.1.838.3.4.1.6.3 |
xipRouterAddressThe IP address currently being used as the router address.ro IpAddress .1.3.6.1.4.1.838.3.4.1.6.4 |
xipIcmpRateLimitingThe administrative status for ICMP rate limiting. A value
of 'enabled(1)' allows the rate of ICMP error messages to be
limited on all interfaces while 'disabled(2)' disables ICMP
rate limiting on all interfaces in the box.rw Enumeration .1.3.6.1.4.1.838.3.4.1.6.5 |
xipIcmpRateLimitThe value which limits how often ICMP error messages are
sent to a destination. The value is expressed in seconds.rw INTEGER .1.3.6.1.4.1.838.3.4.1.6.6 |
xipForwardingTableThis entity's IP forwarding table. SEQUENCE OF XipForwardingEntry .1.3.6.1.4.1.838.3.4.1.7 |
xipForwardingEntryInformation about a single IP forwarding table entry. This MIB
is no longer supported because the forwarding table now is
index by destination and source IP addresses XipForwardingEntry .1.3.6.1.4.1.838.3.4.1.7.1 |
xipForwardingDestThe destination IP address of this forwarding table
entry.ro IpAddress .1.3.6.1.4.1.838.3.4.1.7.1.1 |
xipForwardingNextHopThe next hop IP address used to forward traffic to
the destination IP address of this forwarding table
entry.ro IpAddress .1.3.6.1.4.1.838.3.4.1.7.1.2 |
xipForwardingTypeThe type of traffic forwarded using this forwarding table
entry.ro Enumeration .1.3.6.1.4.1.838.3.4.1.7.1.3 |
xipForwardingIfIndexThe index value which uniquely identifies the
local interface through which the destination of thie
forwarding entry should be reached.The interface identified
by a particular value of this index is the same
interface as identified by the same value of
ifIndex.ro InterfaceIndex (IF-MIB) .1.3.6.1.4.1.838.3.4.1.7.1.4 |
xipDSForwardingTableThis entity's IP forwarding table. It is based on destination +
source IP addresses. It holds the forwarding entries for
unicast, multicast, directed broadcast, and locally destined packets. SEQUENCE OF XipDSForwardingEntry .1.3.6.1.4.1.838.3.4.1.8 |
xipDSForwardingEntryInformation about a single IP forwarding table entry. XipDSForwardingEntry .1.3.6.1.4.1.838.3.4.1.8.1 |
xipDSForwardingDestThe destination IP address of this forwarding table
entry.ro IpAddress .1.3.6.1.4.1.838.3.4.1.8.1.1 |
xipDSForwardingSourceThe source IP address of this forwarding table
entry.ro IpAddress .1.3.6.1.4.1.838.3.4.1.8.1.2 |
xipDSForwardingNextHopThe next hop IP address used to forward traffic to
the destination IP address of this forwarding table
entry.ro IpAddress .1.3.6.1.4.1.838.3.4.1.8.1.3 |
xipDSForwardingTypeThe type of traffic forwarded using this forwarding table
entry.ro Enumeration .1.3.6.1.4.1.838.3.4.1.8.1.4 |
xipDSForwardingIfIndexThe index value which uniquely identifies the
local interface through which the destination of thie
forwarding entry should be reached.The interface identified
by a particular value of this index is the same
interface as identified by the same value of
ifIndex.ro InterfaceIndex (IF-MIB) .1.3.6.1.4.1.838.3.4.1.8.1.5 |
xipDSIForwardingTableThis entity's IP forwarding table. It is based on destination +
source IP addresses. It holds the forwarding entries for
unicast, multicast, directed broadcast, and locally destined packets. SEQUENCE OF XipDSIForwardingEntry .1.3.6.1.4.1.838.3.4.1.9 |
xipDSIForwardingEntryInformation about a single IP forwarding table entry. XipDSIForwardingEntry .1.3.6.1.4.1.838.3.4.1.9.1 |
xipDSIForwardingDestThe destination IP address of this forwarding table
entry.ro IpAddress .1.3.6.1.4.1.838.3.4.1.9.1.1 |
xipDSIForwardingSourceThe source IP address of this forwarding table
entry.ro IpAddress .1.3.6.1.4.1.838.3.4.1.9.1.2 |
xipDSIForwardingIfIndexThe index value which uniquely identifies the
local interface through which the destination of thie
forwarding entry should be reached.The interface identified
by a particular value of this index is the same
interface as identified by the same value of
ifIndex.ro InterfaceIndexOrZero (IF-MIB) .1.3.6.1.4.1.838.3.4.1.9.1.3 |
xipDSIForwardingNextHopThe next hop IP address used to forward traffic to
the destination IP address of this forwarding table
entry.ro IpAddress .1.3.6.1.4.1.838.3.4.1.9.1.4 |
xipDSIForwardingTypeThe type of traffic forwarded using this forwarding table
entry.ro Enumeration .1.3.6.1.4.1.838.3.4.1.9.1.5 |
xipIfTableA table of information stored per IP physical or logical interface.
The entries of this table are automatically created when a new IP
interface is created corresponding to a new sublayer. SEQUENCE OF XipIfEntry .1.3.6.1.4.1.838.3.4.1.10 |
xipIfEntryInformation about a single IP interface. XipIfEntry .1.3.6.1.4.1.838.3.4.1.10.1 |
xipIfPrimaryAddrThe IP address used as the receiving address when there is some ambiguity
as to which IP address would receive it (e.g. multinetted interfaces).
If a single address is configured on an interface, that address is
used. If more than one address is configured, the first one configured
is used but it can be modified through this parameter.rw IpAddress .1.3.6.1.4.1.838.3.4.1.10.1.1 |
xipIfNegotiateAddrIf the value of this variable is 'enabled(1)', it will be assumed that
the interface will receive an IP address from a peer (typically a PPP
peer). Addition of an IP address to the interface any other way will
not be allowed. If the IP interface is stacked above a datalink which
supports dial-on-demand, an unnumbered IP address will be added to
the interface while the link is down.rw Enumeration .1.3.6.1.4.1.838.3.4.1.10.1.2 |
xipNotifications OBJECT IDENTIFIER .1.3.6.1.4.1.838.3.4.2 |
xipConformance OBJECT IDENTIFIER .1.3.6.1.4.1.838.3.4.3 |
xipCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.838.3.4.3.1 |
xipGroups OBJECT IDENTIFIER .1.3.6.1.4.1.838.3.4.3.2 |