ASCEND-ATMP-MIB

File: ASCEND-ATMP-MIB.mib (14556 bytes)

Imported modules

ASCEND-MIB RFC1155-SMI RFC-1212

Imported symbols

atmpGroup DisplayString IpAddress
Counter OBJECT-TYPE

Defined Types

AtmpTunnelEntry  
SEQUENCE    
  atmpTunnelIndex INTEGER
  atmpTunnelId INTEGER
  atmpHAIpAddress IpAddress
  atmpFAIpAddress IpAddress
  atmpTunneledProtocol INTEGER
  atmpTunnelType INTEGER
  atmpTunnelState INTEGER
  atmpMnIpAddress IpAddress
  atmpMnNetmask IpAddress
  atmpMnIpxNetAddress OCTET STRING
  atmpMnIpxNodeAddress OCTET STRING
  atmpHNProfileName DisplayString
  atmpHNMaxTunnels INTEGER
  atmpFAPrimaryHAAddress DisplayString
  atmpFASecondaryHAAddress DisplayString
  atmpFASsnStatusIndex INTEGER
  atmpFAUserName DisplayString
  atmpInPkts Counter
  atmpInOctets Counter
  atmpInErrPkts Counter
  atmpOutPkts Counter
  atmpOutOctets Counter
  atmpOutErrPkts Counter
  atmpPktsForcedToFragment Counter
  atmpPktsFailedFragment Counter

Defined Values

atmpAgentMode 1.3.6.1.4.1.529.24.1
The type of ATMP Agent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER atmp-disabled(1), home-agent(2), foreign-agent(3), both-agent(4)  

atmpAgentType 1.3.6.1.4.1.529.24.2
The type of ATMP HA Agent. ha-router means the HA will route the tunneled data to other networks. ha-gateway means the HA delivers tunneled data to other networks without routing anything. A ha-notapp will be returned for FA and if ATMP is disabled.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER ha-router(1), ha-gateway(2), ha-notapp(3)  

atmpAgentUDPPort 1.3.6.1.4.1.529.24.3
UDP port number to be used for ATMP.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

atmpAgentGreMtu 1.3.6.1.4.1.529.24.4
The maximum IP packet size that can be transmitted to a peer agent without performing fragmentation. The value 0 means this feature is disabled.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

atmpAgentForceFragmentation 1.3.6.1.4.1.529.24.5
To force fragmentation of large IP frames before they are sent to the peer agent even if the packet has the DF bit set. NOTE: this behavior is not standard and prevents MTU discovery mechanisms. This works in conjunction with atmpAgentGreMtu.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

atmpAgentHAIdleLimit 1.3.6.1.4.1.529.24.6
Time in minutes that the HA will allow a tunnel to have no traffic before tearing it down. The value 0 means this option is disabled.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

atmpLastErrorGenerated 1.3.6.1.4.1.529.24.7
This is the last error at the Agent level or Tunnel creation that was generated by the Agent. To clear the field and atmpAgentSentErrorTo do a set with the value no-error(1)
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER no-error(1), fa-auth-failed(2), ha-atmp-disabled(3), too-many-tunnel(4), err-parameter(5), bad-tunnel(6), err-timeout(7), hn-unreachable(8), dns-failed(9), err-general(10)  

atmpAgentSentErrorTo 1.3.6.1.4.1.529.24.8
The IP Address of the agent that the generated was sent to. Clearing atmpLastErrorGenerated also clears this field.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

atmpLastErrorRecv 1.3.6.1.4.1.529.24.9
This is the last error at the Agent level or Tunnel creation that was received from the Peer Agent. To clear the field and atmpAgentRecvErrorFrom do a set with the value no-error(1)
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER no-error(1), fa-auth-failed(2), ha-atmp-disabled(3), too-many-tunnel(4), err-parameter(5), bad-tunnel(6), err-timeout(7), hn-unreachable(8)  

atmpAgentRecvErrorFrom 1.3.6.1.4.1.529.24.10
The IP Address of the agent that the last error received was from. Clearing atmpLastErrorRecv also clears this field.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

atmpEnableAtmpTraps 1.3.6.1.4.1.529.24.11
Enable the atmp traps.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

atmpAgentNumberFATunnels 1.3.6.1.4.1.529.24.12
The number of FA tunnels.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

atmpAgentNumberHATunnels 1.3.6.1.4.1.529.24.13
The number of HA tunnels.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

atmpAgentNumberLocalTunnels 1.3.6.1.4.1.529.24.14
The number of Local client mode tunnels.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

atmpAgentTunnelHighWater 1.3.6.1.4.1.529.24.15
The high water mark on created ATMP tunnels.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

atmpTunnelTable 1.3.6.1.4.1.529.24.16
A list of ATMP tunnel entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtmpTunnelEntry

atmpTunnelEntry 1.3.6.1.4.1.529.24.16.1
A ATMP tunnel entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AtmpTunnelEntry  

atmpTunnelIndex 1.3.6.1.4.1.529.24.16.1.1
A unique index assigned to this tunnel.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..7fffffff  

atmpTunnelId 1.3.6.1.4.1.529.24.16.1.2
The tunnel ID assigned to this tunnel. This number is assigned by the HA. NOTE: this number does *not* uniquely identify a tunnel.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

atmpHAIpAddress 1.3.6.1.4.1.529.24.16.1.3
The IP Address of this tunnel's HA.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

atmpFAIpAddress 1.3.6.1.4.1.529.24.16.1.4
The IP Address of this tunnel's FA.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

atmpTunneledProtocol 1.3.6.1.4.1.529.24.16.1.5
This value indicates the protocol(s) that the tunnel supports. The value is a sum. The sum initially takes the value zero. Then for each protocol that is supported, the value of the protocol is or'ed to the sum. Example: 3 means ip and ipx.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER ip(1), ipx(2)  

atmpTunnelType 1.3.6.1.4.1.529.24.16.1.6
The type of tunnel this is.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER ha(1), fa(2), both(3)  

atmpTunnelState 1.3.6.1.4.1.529.24.16.1.7
These are the states the tunnel can be in.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER registering(1), up(2), down(3)  

atmpMnIpAddress 1.3.6.1.4.1.529.24.16.1.8
The IP Address of the Mobile Node.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

atmpMnNetmask 1.3.6.1.4.1.529.24.16.1.9
The netmask of the Mobile Node.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

atmpMnIpxNetAddress 1.3.6.1.4.1.529.24.16.1.10
The IPX network address of the Mobile Node.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(4)  

atmpMnIpxNodeAddress 1.3.6.1.4.1.529.24.16.1.11
The IPX node address of the Mobile Node.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(6)  

atmpHNProfileName 1.3.6.1.4.1.529.24.16.1.12
The name of the home network profile which will be used to forward all packets received by the HA. This may be NULL if the HA is in router mode.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

atmpHNMaxTunnels 1.3.6.1.4.1.529.24.16.1.13
The maximum number of tunnels allowed to this HN.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

atmpFAPrimaryHAAddress 1.3.6.1.4.1.529.24.16.1.14
The Address of the Primary HA. This is known on the FA and will be NULL if the tunnel is on the HA.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

atmpFASecondaryHAAddress 1.3.6.1.4.1.529.24.16.1.15
The Address of the secondary HA. This is known only on the FA and will be NULL if the tunnel is on the HA.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

atmpFASsnStatusIndex 1.3.6.1.4.1.529.24.16.1.16
The session status entry index. This is used to tie in the tunnel with a mobile node. It is the same as ssnStatusIndex. This is only known on the FA and will be 0 if the tunnel is on the HA.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

atmpFAUserName 1.3.6.1.4.1.529.24.16.1.17
The name of the mobile node. This is only known on the FA and will be NULL if the tunnel is on the HA.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

atmpInPkts 1.3.6.1.4.1.529.24.16.1.18
The number of packets received on this tunnel from the peer Agent. Not valid for tunnels in local client mode.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpInOctets 1.3.6.1.4.1.529.24.16.1.19
The number of octets received on this tunnel from the peer Agent. Not valid for tunnels in local client mode.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpInErrPkts 1.3.6.1.4.1.529.24.16.1.20
The number of packets received on this tunnel from the peer Agent that were dropped. Not valid for tunnels in local client mode.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpOutPkts 1.3.6.1.4.1.529.24.16.1.21
The number of packets sent on this tunnel to the peer Agent. Not valid for tunnels in local client mode.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpOutOctets 1.3.6.1.4.1.529.24.16.1.22
The number of octets sent on this tunnel to the peer Agent. Not valid for tunnels in local client mode.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpOutErrPkts 1.3.6.1.4.1.529.24.16.1.23
The number of packets dropped on this tunnel before sending to peer Agent. Not valid for tunnels in local client mode.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpPktsForcedToFragment 1.3.6.1.4.1.529.24.16.1.24
The number of packets forced to pre-fragment despite the DF bit. Not valid for tunnels in local client mode.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpPktsFailedFragment 1.3.6.1.4.1.529.24.16.1.25
The number of packets that required to be fragmented but were dropped because atmpAgentForceFragemtnation was disable and the DF bit was set. Not valid for tunnels in local client mode.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter