ACC-IP

File: ACC-IP.mib (8711 bytes)

Imported modules

RFC1155-SMI ACC-SYSTEM ACC-MIB
ACC-IPMISC ACC-ACCESSPARTITION ACC-BGP
ACC-FAKE

Imported symbols

IpAddress OBJECT-TYPE accTrapLogSeqNum
accBRG DisplayString RowStatus
IfIndex SmdsAddress accIpAssignStartAddr
accAccessPartitionIfIndex accBgpAggregateAddr accBgpAggregateMask
accBgpAggrComponentAddr accBgpAggrComponentMask ipCidrRouteDest
ipCidrRouteMask ipCidrRouteTos ipCidrRouteNextHop

Defined Types

IpMultiPathEntry  
SEQUENCE    
  ipMultiPathDest IpAddress
  ipMultiPathPolicy INTEGER
  ipMultiPathIfIndex INTEGER
  ipMultiPathMask IpAddress
  ipMultiPathNextHop IpAddress
  ipMultiPathMetric INTEGER
  ipMultiPathType INTEGER
  ipMultiPathProto INTEGER
  ipMultiPathAge INTEGER
  ipMultiPathApplId INTEGER

Defined Values

ipMultiPathTable 1.3.6.1.4.1.5.1.1.23
This entity's IP Routing table.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpMultiPathEntry

ipMultiPathEntry 1.3.6.1.4.1.5.1.1.23.1
A particular route to a particular destina- tion, under a particular policy.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  IpMultiPathEntry  

ipMultiPathDest 1.3.6.1.4.1.5.1.1.23.1.1
The destination IP address of this route. An entry with a value of 0.0.0.0 is considered a default route.
Status: obsolete Access: read-write
OBJECT-TYPE    
  IpAddress  

ipMultiPathPolicy 1.3.6.1.4.1.5.1.1.23.1.2
An instantiator for the relevant policy table.
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER  

ipMultiPathIfIndex 1.3.6.1.4.1.5.1.1.23.1.3
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: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER  

ipMultiPathMask 1.3.6.1.4.1.5.1.1.23.1.4
Indicate the mask to be logical-ANDed with the destination address before being compared to the value in the ipMultiPathDest field. For those systems that do not support arbitrary subnet masks, an agent constructs the value of the ipMultiPathMask by determining whether the value of the correspondent ipMultiPathDest 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 ipMultiPathDest 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 rout- ing subsystems implicitly use this mechanism.
Status: obsolete Access: read-write
OBJECT-TYPE    
  IpAddress  

ipMultiPathNextHop 1.3.6.1.4.1.5.1.1.23.1.5
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: obsolete Access: read-write
OBJECT-TYPE    
  IpAddress  

ipMultiPathMetric 1.3.6.1.4.1.5.1.1.23.1.6
The primary routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's ipMultiPathProto value.
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER  

ipMultiPathType 1.3.6.1.4.1.5.1.1.23.1.7
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 archi- tecture. Setting this object to the value in- valid(2) has the effect of invalidating the corresponding entry in the ipMultiPathTable ob- ject. That is, it effectively dissasociates the destination identified with said entry from the route identified with said entry. It is an implementation-specific matter as to whether the agent removes an invalidated entry from the table. Accordingly, management stations must be prepared to receive tabular information from agents that corresponds to entries not current- ly in use. Proper interpretation of such en- tries requires examination of the relevant ip- ForwardType object.
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER other(1), invalid(2), direct(3), indirect(4)  

ipMultiPathProto 1.3.6.1.4.1.5.1.1.23.1.8
The routing mechanism via which this route was learned.
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER other(1), local(2), netmgmt(3), icmp(4), egp(5), rip(8), ospf(13)  

ipMultiPathAge 1.3.6.1.4.1.5.1.1.23.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: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER  

ipMultiPathApplId 1.3.6.1.4.1.5.1.1.23.1.10
Adaptive routing application identifier.
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER