XEDIA-IP-MIB: View SNMP OID List / Download MIB

VENDOR: XEDIA CORPORATION


 Home MIB: XEDIA-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 xediaIpMIB 1.3.6.1.4.1.838.3.4
This module defines additional objects for management of IP in Xedia devices, above and beyond what is defined in the IETFs IP-MIB.
     xipObjects 1.3.6.1.4.1.838.3.4.1
         xipIfIpAddrTable 1.3.6.1.4.1.838.3.4.1.1
A table that allows configuration of IP addresses (since the ipAddrTable from the IP-MIB is read-only and not indexed by ifIndex).
             xipIfIpAddrEntry 1.3.6.1.4.1.838.3.4.1.1.1
Information 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 tables 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.
                 xipIfIpAddr 1.3.6.1.4.1.838.3.4.1.1.1.1
The IP address to which this entrys addressing information pertains. The all-zeros value is an uninitialized value and indicates the address has not been set yet.
                 xipIfIpAddrNetMask 1.3.6.1.4.1.838.3.4.1.1.1.2
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. When the xipIfIpAddr object is set, the agent may set xipIfIpAddrNetMask automatically to the default mask based on the class of the address.
                 xipIfIpAddrBcastAddr 1.3.6.1.4.1.838.3.4.1.1.1.3
The 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.
                 xipIfIpAddrReasmMaxSize 1.3.6.1.4.1.838.3.4.1.1.1.4
The size of the largest IP datagram which this entity can re-assemble from incoming IP fragmented datagrams received on this interface.
                 xipIfIpAddrProtos 1.3.6.1.4.1.838.3.4.1.1.1.5
This object indicates whether RIPv2 and OSPFv2 are enabled for this address.
                 xipIfIpAddrRowStatus 1.3.6.1.4.1.838.3.4.1.1.1.6
This 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).
                 xipIfIpAddrSrcAddr 1.3.6.1.4.1.838.3.4.1.1.1.7
The 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.
                 xipIfIpAddrRouterAddress 1.3.6.1.4.1.838.3.4.1.1.1.8
The 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).
                 xipIfIpAddrSubnetProxyArp 1.3.6.1.4.1.838.3.4.1.1.1.9
The 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.
                 xipIfIpAddrSource 1.3.6.1.4.1.838.3.4.1.1.1.10
Tok_String
         xipStaticRouteTable 1.3.6.1.4.1.838.3.4.1.2
A 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.)
             xipStaticRouteEntry 1.3.6.1.4.1.838.3.4.1.2.1
Information about a single static route.
                 xipStaticRouteDest 1.3.6.1.4.1.838.3.4.1.2.1.1
The 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).
                 xipStaticRouteMask 1.3.6.1.4.1.838.3.4.1.2.1.2
Indicate 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.
                 xipStaticRouteNextHop 1.3.6.1.4.1.838.3.4.1.2.1.3
The 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 agents IP address on that interface.)
                 xipStaticRouteCost 1.3.6.1.4.1.838.3.4.1.2.1.4
The cost associated with this static route. It only has significance as compared to other static routes for the same destination network, mask, and tos.
                 xipStaticRoutePref 1.3.6.1.4.1.838.3.4.1.2.1.5
The 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.
                 xipStaticRouteStatus 1.3.6.1.4.1.838.3.4.1.2.1.6
An 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.
                 xipStaticRouteRowStatus 1.3.6.1.4.1.838.3.4.1.2.1.7
The 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.
                 xipStaticRouteTos 1.3.6.1.4.1.838.3.4.1.2.1.8
The Type of Service associated with the route.
                 xipStaticRouteSource 1.3.6.1.4.1.838.3.4.1.2.1.9
The source of this route, either configured by management or generated by some autoconfiguration process (internally or through external application).
                 xipStaticRouteProxyArp 1.3.6.1.4.1.838.3.4.1.2.1.10
The 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.
                 xipStaticRouteVolatile 1.3.6.1.4.1.838.3.4.1.2.1.11
The value of this object is true if this static route entry is not stored in NVRAM.
         xipIfArpTable 1.3.6.1.4.1.838.3.4.1.3
A table of per-interface ARP configuration.
             xipIfArpEntry 1.3.6.1.4.1.838.3.4.1.3.1
ARP 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.
                 xipIfArpCacheTimeout 1.3.6.1.4.1.838.3.4.1.3.1.1
The timeout value, in minutes, that is used to age out entries from the ARP cache (the ipNetToMediaTable).
         xipRouteObjects 1.3.6.1.4.1.838.3.4.1.4
             xipRouteCurrentCount 1.3.6.1.4.1.838.3.4.1.4.1
The 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.
             xipRouteCurrentNetworks 1.3.6.1.4.1.838.3.4.1.4.2
The 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.
             xipRouteConfiguredMaxRoutes 1.3.6.1.4.1.838.3.4.1.4.3
The 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.
             xipRouteOperationalMaxRoutes 1.3.6.1.4.1.838.3.4.1.4.4
The current value of the maximum number of routed networks in the internal route table, read from configuration memory upon startup.
             xipRouteConfiguredMaxMemory 1.3.6.1.4.1.838.3.4.1.4.5
The 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.
             xipRouteOperationalMaxMemory 1.3.6.1.4.1.838.3.4.1.4.6
The current value of the maximum amount of memory that is available to be allocated to the routing protocols, read from configuration memory upon startup.
             xipRouteMaxFwdEntries 1.3.6.1.4.1.838.3.4.1.4.7
The 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.
             xipRouteCurrentFwdEntries 1.3.6.1.4.1.838.3.4.1.4.8
The current number of active entries in the forwarding cache.
         xipRouteTable 1.3.6.1.4.1.838.3.4.1.5
This entitys IP Routing table.
             xipRouteEntry 1.3.6.1.4.1.838.3.4.1.5.1
A route to a particular destination.
                 xipRouteDest 1.3.6.1.4.1.838.3.4.1.5.1.1
The 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.
                 xipRouteMask 1.3.6.1.4.1.838.3.4.1.5.1.2
Indicate 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.
                 xipRouteTos 1.3.6.1.4.1.838.3.4.1.5.1.3
30
                 xipRouteNextHop 1.3.6.1.4.1.838.3.4.1.5.1.4
The 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 agents IP address on that interface.)
                 xipRouteIfIndex 1.3.6.1.4.1.838.3.4.1.5.1.5
The 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.
                 xipRouteType 1.3.6.1.4.1.838.3.4.1.5.1.6
The 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.
                 xipRouteProto 1.3.6.1.4.1.838.3.4.1.5.1.7
The 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.
                 xipRouteInfo 1.3.6.1.4.1.838.3.4.1.5.1.8
A reference to MIB definitions specific to the particular routing protocol which is responsible for this route, as determined by the value specified in the routes 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.
                 xipRouteAge 1.3.6.1.4.1.838.3.4.1.5.1.9
The 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.
                 xipRouteMetric1 1.3.6.1.4.1.838.3.4.1.5.1.10
The primary routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the routes ipRouteProto value. If this metric is not used, its value should be set to -1.
                 xipRouteMetric2 1.3.6.1.4.1.838.3.4.1.5.1.11
An alternate routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the routes ipRouteProto value. If this metric is not used, its value should be set to -1.
                 xipRouteDistance 1.3.6.1.4.1.838.3.4.1.5.1.12
Administrative distance of the route. When new route is added, route with smaller distance takes precedence over the route with higher value.
         xipGeneral 1.3.6.1.4.1.838.3.4.1.6
             xipFwdDirectedBroadcast 1.3.6.1.4.1.838.3.4.1.6.1
The 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.
             xipIcmpRedirect 1.3.6.1.4.1.838.3.4.1.6.2
The 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.
             xipDefaultNetwork 1.3.6.1.4.1.838.3.4.1.6.3
An 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.
             xipRouterAddress 1.3.6.1.4.1.838.3.4.1.6.4
The IP address currently being used as the router address.
             xipIcmpRateLimiting 1.3.6.1.4.1.838.3.4.1.6.5
The 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.
             xipIcmpRateLimit 1.3.6.1.4.1.838.3.4.1.6.6
The value which limits how often ICMP error messages are sent to a destination. The value is expressed in seconds.
         xipForwardingTable 1.3.6.1.4.1.838.3.4.1.7
This entitys IP forwarding table.
             xipForwardingEntry 1.3.6.1.4.1.838.3.4.1.7.1
Information 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
                 xipForwardingDest 1.3.6.1.4.1.838.3.4.1.7.1.1
The destination IP address of this forwarding table entry.
                 xipForwardingNextHop 1.3.6.1.4.1.838.3.4.1.7.1.2
The next hop IP address used to forward traffic to the destination IP address of this forwarding table entry.
                 xipForwardingType 1.3.6.1.4.1.838.3.4.1.7.1.3
The type of traffic forwarded using this forwarding table entry.
                 xipForwardingIfIndex 1.3.6.1.4.1.838.3.4.1.7.1.4
The 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.
         xipDSForwardingTable 1.3.6.1.4.1.838.3.4.1.8
This entitys 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.
             xipDSForwardingEntry 1.3.6.1.4.1.838.3.4.1.8.1
Information about a single IP forwarding table entry.
                 xipDSForwardingDest 1.3.6.1.4.1.838.3.4.1.8.1.1
The destination IP address of this forwarding table entry.
                 xipDSForwardingSource 1.3.6.1.4.1.838.3.4.1.8.1.2
The source IP address of this forwarding table entry.
                 xipDSForwardingNextHop 1.3.6.1.4.1.838.3.4.1.8.1.3
The next hop IP address used to forward traffic to the destination IP address of this forwarding table entry.
                 xipDSForwardingType 1.3.6.1.4.1.838.3.4.1.8.1.4
The type of traffic forwarded using this forwarding table entry.
                 xipDSForwardingIfIndex 1.3.6.1.4.1.838.3.4.1.8.1.5
The 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.
         xipDSIForwardingTable 1.3.6.1.4.1.838.3.4.1.9
This entitys 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.
             xipDSIForwardingEntry 1.3.6.1.4.1.838.3.4.1.9.1
Information about a single IP forwarding table entry.
                 xipDSIForwardingDest 1.3.6.1.4.1.838.3.4.1.9.1.1
The destination IP address of this forwarding table entry.
                 xipDSIForwardingSource 1.3.6.1.4.1.838.3.4.1.9.1.2
The source IP address of this forwarding table entry.
                 xipDSIForwardingIfIndex 1.3.6.1.4.1.838.3.4.1.9.1.3
The 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.
                 xipDSIForwardingNextHop 1.3.6.1.4.1.838.3.4.1.9.1.4
The next hop IP address used to forward traffic to the destination IP address of this forwarding table entry.
                 xipDSIForwardingType 1.3.6.1.4.1.838.3.4.1.9.1.5
The type of traffic forwarded using this forwarding table entry.
         xipIfTable 1.3.6.1.4.1.838.3.4.1.10
A 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.
               xipIfEntry 1.3.6.1.4.1.838.3.4.1.10.1
Information about a single IP interface.
                   xipIfPrimaryAddr 1.3.6.1.4.1.838.3.4.1.10.1.1
The 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.
                   xipIfNegotiateAddr 1.3.6.1.4.1.838.3.4.1.10.1.2
If 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.
     xipNotifications 1.3.6.1.4.1.838.3.4.2
     xipConformance 1.3.6.1.4.1.838.3.4.3
         xipCompliances 1.3.6.1.4.1.838.3.4.3.1
             xipCompliance 1.3.6.1.4.1.838.3.4.3.1.1
The compliance statement for all agents that support this MIB. A compliant agent implements all objects defined in this MIB.
         xipGroups 1.3.6.1.4.1.838.3.4.3.2
             xipAllGroup 1.3.6.1.4.1.838.3.4.3.2.1
The set of all accessible objects in this MIB.