XEDIA-IP-MIB

File: XEDIA-IP-MIB.mib (42804 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
XEDIA-REG IF-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
Gauge32 Integer32 RowStatus
TruthValue MODULE-COMPLIANCE OBJECT-GROUP
xediaMibs ifIndex InterfaceIndex
InterfaceIndexOrZero

Defined Types

Unsigned32  
Gauge32    

XipIfIpAddrEntry  
SEQUENCE    
  xipIfIpAddr IpAddress
  xipIfIpAddrNetMask IpAddress
  xipIfIpAddrBcastAddr Unsigned32
  xipIfIpAddrReasmMaxSize Unsigned32
  xipIfIpAddrProtos BIT STRING
  xipIfIpAddrRowStatus RowStatus
  xipIfIpAddrSrcAddr IpAddress
  xipIfIpAddrRouterAddress TruthValue
  xipIfIpAddrSubnetProxyArp INTEGER
  xipIfIpAddrSource INTEGER

XipStaticRouteEntry  
SEQUENCE    
  xipStaticRouteDest IpAddress
  xipStaticRouteMask IpAddress
  xipStaticRouteNextHop IpAddress
  xipStaticRouteCost Integer32
  xipStaticRoutePref Integer32
  xipStaticRouteStatus INTEGER
  xipStaticRouteRowStatus RowStatus
  xipStaticRouteTos Integer32
  xipStaticRouteSource INTEGER
  xipStaticRouteProxyArp TruthValue
  xipStaticRouteVolatile TruthValue

XipIfArpEntry  
SEQUENCE    
  xipIfArpCacheTimeout Integer32

XipRouteEntry  
SEQUENCE    
  xipRouteDest IpAddress
  xipRouteMask IpAddress
  xipRouteTos Integer32
  xipRouteNextHop IpAddress
  xipRouteIfIndex InterfaceIndex
  xipRouteType INTEGER
  xipRouteProto INTEGER
  xipRouteInfo OBJECT IDENTIFIER
  xipRouteAge INTEGER
  xipRouteMetric1 INTEGER
  xipRouteMetric2 INTEGER
  xipRouteDistance INTEGER

XipForwardingEntry  
SEQUENCE    
  xipForwardingDest IpAddress
  xipForwardingNextHop IpAddress
  xipForwardingType INTEGER
  xipForwardingIfIndex InterfaceIndex

XipDSForwardingEntry  
SEQUENCE    
  xipDSForwardingDest IpAddress
  xipDSForwardingSource IpAddress
  xipDSForwardingNextHop IpAddress
  xipDSForwardingType INTEGER
  xipDSForwardingIfIndex InterfaceIndex

XipDSIForwardingEntry  
SEQUENCE    
  xipDSIForwardingDest IpAddress
  xipDSIForwardingSource IpAddress
  xipDSIForwardingIfIndex InterfaceIndexOrZero
  xipDSIForwardingNextHop IpAddress
  xipDSIForwardingType INTEGER

XipIfEntry  
SEQUENCE    
  xipIfPrimaryAddr IpAddress
  xipIfNegotiateAddr INTEGER

Defined Values

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 IETF's IP-MIB.
MODULE-IDENTITY    

xipObjects 1.3.6.1.4.1.838.3.4.1
OBJECT IDENTIFIER    

xipNotifications 1.3.6.1.4.1.838.3.4.2
OBJECT IDENTIFIER    

xipConformance 1.3.6.1.4.1.838.3.4.3
OBJECT IDENTIFIER    

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).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    XipIfIpAddrEntry

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 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  XipIfIpAddrEntry  

xipIfIpAddr 1.3.6.1.4.1.838.3.4.1.1.1.1
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

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.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

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.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..1  

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.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..65535  

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.
Status: current Access: read-create
OBJECT-TYPE    
  BIT STRING rip(0), ospf(1)  

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).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

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.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

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)'.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

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.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

xipIfIpAddrSource 1.3.6.1.4.1.838.3.4.1.1.1.10
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER netmgmt(1), internal(2), peer-assigned(3)  

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.)
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    XipStaticRouteEntry

xipStaticRouteEntry 1.3.6.1.4.1.838.3.4.1.2.1
Information about a single static route.
Status: current Access: not-accessible
OBJECT-TYPE    
  XipStaticRouteEntry  

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).
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

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.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

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 agent's IP address on that interface.)
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

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.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..65534  

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.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER active(1), inactive(2)  

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.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

xipStaticRouteTos 1.3.6.1.4.1.838.3.4.1.2.1.8
The Type of Service associated with the route.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

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).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER netmgmt(1), internal(2), builder(3)  

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.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

xipIfArpTable 1.3.6.1.4.1.838.3.4.1.3
A table of per-interface ARP configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    XipIfArpEntry

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.
Status: current Access: not-accessible
OBJECT-TYPE    
  XipIfArpEntry  

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).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 2..60  

xipRouteObjects 1.3.6.1.4.1.838.3.4.1.4
OBJECT IDENTIFIER    

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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..500000  

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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..500000  

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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 131072..16777216  

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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 131072..16777216  

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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1024..20480  

xipRouteCurrentFwdEntries 1.3.6.1.4.1.838.3.4.1.4.8
The current number of active entries in the forwarding cache.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..20000  

xipRouteTable 1.3.6.1.4.1.838.3.4.1.5
This entity's IP Routing table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    XipRouteEntry

xipRouteEntry 1.3.6.1.4.1.838.3.4.1.5.1
A route to a particular destination.
Status: current Access: not-accessible
OBJECT-TYPE    
  XipRouteEntry  

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.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

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.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

xipRouteTos 1.3.6.1.4.1.838.3.4.1.5.1.3
The 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 ==> 30
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

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 agent's IP address on that interface.)
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

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.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), reject(2), local(3), remote(4)  

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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), local(2), netmgmt(3), icmp(4), egp(5), ggp(6), hello(7), rip(8), isIs(9), esIs(10), ciscoIgrp(11), bbnSpfIgp(12), ospf(13), bgp(14), idpr(15), ciscoEigrp(16)  

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 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.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

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 route's ipRouteProto value. If this metric is not used, its value should be set to -1.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

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 route's ipRouteProto value. If this metric is not used, its value should be set to -1.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

xipGeneral 1.3.6.1.4.1.838.3.4.1.6
OBJECT IDENTIFIER    

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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

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.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

xipRouterAddress 1.3.6.1.4.1.838.3.4.1.6.4
The IP address currently being used as the router address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

xipForwardingTable 1.3.6.1.4.1.838.3.4.1.7
This entity's IP forwarding table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    XipForwardingEntry

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
Status: current Access: not-accessible
OBJECT-TYPE    
  XipForwardingEntry  

xipForwardingDest 1.3.6.1.4.1.838.3.4.1.7.1.1
The destination IP address of this forwarding table entry.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

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.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

xipForwardingType 1.3.6.1.4.1.838.3.4.1.7.1.3
The type of traffic forwarded using this forwarding table entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unicast(1), directedBroadcast(2), local(3)  

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.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

xipDSForwardingTable 1.3.6.1.4.1.838.3.4.1.8
This 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    XipDSForwardingEntry

xipDSForwardingEntry 1.3.6.1.4.1.838.3.4.1.8.1
Information about a single IP forwarding table entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  XipDSForwardingEntry  

xipDSForwardingDest 1.3.6.1.4.1.838.3.4.1.8.1.1
The destination IP address of this forwarding table entry.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

xipDSForwardingSource 1.3.6.1.4.1.838.3.4.1.8.1.2
The source IP address of this forwarding table entry.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

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.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

xipDSForwardingType 1.3.6.1.4.1.838.3.4.1.8.1.4
The type of traffic forwarded using this forwarding table entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unicast(1), directedBroadcast(2), local(3), multicast(4)  

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.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

xipDSIForwardingTable 1.3.6.1.4.1.838.3.4.1.9
This 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    XipDSIForwardingEntry

xipDSIForwardingEntry 1.3.6.1.4.1.838.3.4.1.9.1
Information about a single IP forwarding table entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  XipDSIForwardingEntry  

xipDSIForwardingDest 1.3.6.1.4.1.838.3.4.1.9.1.1
The destination IP address of this forwarding table entry.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

xipDSIForwardingSource 1.3.6.1.4.1.838.3.4.1.9.1.2
The source IP address of this forwarding table entry.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

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.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndexOrZero  

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.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

xipDSIForwardingType 1.3.6.1.4.1.838.3.4.1.9.1.5
The type of traffic forwarded using this forwarding table entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unicast(1), directedBroadcast(2), local(3), drop(4), dropDirBcast(5), localDirBcast(6), localMulticast(7), multicast(8), localIGMP(9), dropMulticast(10)  

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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    XipIfEntry

xipIfEntry 1.3.6.1.4.1.838.3.4.1.10.1
Information about a single IP interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  XipIfEntry  

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.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

xipCompliances 1.3.6.1.4.1.838.3.4.3.1
OBJECT IDENTIFIER    

xipGroups 1.3.6.1.4.1.838.3.4.3.2
OBJECT IDENTIFIER    

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.
Status: current Access: read-write
MODULE-COMPLIANCE    

xipAllGroup 1.3.6.1.4.1.838.3.4.3.2.1
The set of all accessible objects in this MIB.
Status: current Access: read-write
OBJECT-GROUP