ASCEND-MIBATMP-MIB

File: ASCEND-MIBATMP-MIB.mib (5588 bytes)

Imported modules

ASCEND-MIB RFC1155-SMI RFC-1212

Imported symbols

configuration IpAddress OBJECT-TYPE

Defined Types

DisplayString  
OCTET STRING    

MibatmpProfileEntry  
SEQUENCE    
  atmpProfile-Index-o INTEGER
  atmpProfile-AgentMode INTEGER
  atmpProfile-AgentType INTEGER
  atmpProfile-UdpPort INTEGER
  atmpProfile-HomeAgentPassword DisplayString
  atmpProfile-AtmpSapReply INTEGER
  atmpProfile-RetryTimeout INTEGER
  atmpProfile-RetryLimit INTEGER
  atmpProfile-IdleTimer INTEGER
  atmpProfile-MtuLimit INTEGER
  atmpProfile-ForceFragmentation INTEGER
  atmpProfile-AtmpSnmpTrap INTEGER
  atmpProfile-Action-o INTEGER

Defined Values

mibatmpProfile 1.3.6.1.4.1.529.23.42
OBJECT IDENTIFIER    

mibatmpProfileTable 1.3.6.1.4.1.529.23.42.1
A list of mibatmpProfile profile entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MibatmpProfileEntry

mibatmpProfileEntry 1.3.6.1.4.1.529.23.42.1.1
A mibatmpProfile entry containing objects that maps to the parameters of mibatmpProfile profile.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MibatmpProfileEntry  

atmpProfile-Index-o 1.3.6.1.4.1.529.23.42.1.1.1
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

atmpProfile-AgentMode 1.3.6.1.4.1.529.23.42.1.1.2
The valid modes for this ATMP agent.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER tunnelDisabled(1), homeAgent(2), foreignAgent(3), homeAndForeignAgent(4)  

atmpProfile-AgentType 1.3.6.1.4.1.529.23.42.1.1.3
The type of Home Agent.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER routerHomeAgent(1), gatewayHomeAgent(2)  

atmpProfile-UdpPort 1.3.6.1.4.1.529.23.42.1.1.4
UDP port number to use locally.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

atmpProfile-HomeAgentPassword 1.3.6.1.4.1.529.23.42.1.1.5
The password required to access this home agent.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

atmpProfile-AtmpSapReply 1.3.6.1.4.1.529.23.42.1.1.6
Whether an ATMP Home Agent should reply to IPX SAP Nearest Server queries from the Mobile Client.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER no(1), yes(2)  

atmpProfile-RetryTimeout 1.3.6.1.4.1.529.23.42.1.1.7
The number of seconds between retries to establish a tunnel.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

atmpProfile-RetryLimit 1.3.6.1.4.1.529.23.42.1.1.8
The maximum number of failed attempts to establish a tunnel before switching to the alternate home agent.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

atmpProfile-IdleTimer 1.3.6.1.4.1.529.23.42.1.1.9
The number of minutes of no activity before an ATMP Home Agent will drop a tunnel. The value 0 disables the idle timer.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

atmpProfile-MtuLimit 1.3.6.1.4.1.529.23.42.1.1.10
The maximum IP packet size that can be transmitted to a remote agent without performing pre-fragmentation. The value 0 disables this feature. If enabled, the smallest size the system will use is 68, even if a smaller size is specified. This is to comply with the minimum IP packet size requirement per RFC 791.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

atmpProfile-ForceFragmentation 1.3.6.1.4.1.529.23.42.1.1.11
When set to NO, an ICMP message will be sent if a frame needs fragmentation and the DF bit is set. This is the standard behavior. When set to YES, it forces pre-fragmentation of large IP frames before they are sent to the remote agent, even if the frame has the DF bit set. This behavior is not standard and prevents MTU discovery mechanisms.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER no(1), yes(2)  

atmpProfile-AtmpSnmpTrap 1.3.6.1.4.1.529.23.42.1.1.12
When set to No, do not send ATMP SNMP traps. If Yes, send traps. The default is No.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER no(1), yes(2)  

atmpProfile-Action-o 1.3.6.1.4.1.529.23.42.1.1.13
Tok_String
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER noAction(1), createProfile(2), deleteProfile(3)