GRF-ATMP-MIB

File: GRF-ATMP-MIB.mib (56617 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB
NETSTAR-MIB

Imported symbols

IpAddress Counter OBJECT-TYPE
DisplayString grAtmp

Defined Types

AtmpFAEntry  
SEQUENCE    
  atmpFAIpAddress IpAddress
  atmpFAPassword DisplayString
  atmpFANumberTunnels INTEGER

AtmpHNEntry  
SEQUENCE    
  atmpHAIpAddress IpAddress
  atmpHNName DisplayString
  atmpHNMTULimit INTEGER
  atmpHNForceFragmentation INTEGER
  atmpHNBadSourceNotification INTEGER
  atmpHNMaxTunnels INTEGER
  atmpHNInactivityTimeout INTEGER
  atmpHNNumberTunnels INTEGER
  atmpHNInactiveTunnelsRemoved Counter
  atmpHNTunnelsMaxRejected Counter
  atmpHNTunnelHighWater INTEGER
  atmpHNSwitchToStandbyInterface Counter
  atmpHNSwitchToPrimaryInterface Counter
  atmpHNRxErrorCount Counter
  atmpHNTxErrorCount Counter
  atmpHNInterfaceCount INTEGER

AtmpResultCode  
INTEGER no-error(1), auth-failed(2), not-enabled(3), too-many(4), parameter-error(5), invalid-tunnel-id(6), timeout(7), net-unreachable(8), general-error(9)    

AtmpHNTxErrorEntry  
SEQUENCE    
  atmpHNTxErrorIndex INTEGER
  atmpHNTxErrorCode AtmpResultCode
  atmpHNTxErrorFAIpAddress IpAddress
  atmpHNTxErrorTime DisplayString

AtmpHNRxErrorEntry  
SEQUENCE    
  atmpHNRxErrorIndex INTEGER
  atmpHNRxErrorCode AtmpResultCode
  atmpHNRxErrorFAIpAddress IpAddress
  atmpHNRxErrorTime DisplayString

AtmpHNInterfaceEntry  
SEQUENCE    
  atmpHNInterfacePriority INTEGER
  atmpHNInterfaceName DisplayString
  atmpHNInterfaceConfigType INTEGER
  atmpHNInterfaceCard INTEGER
  atmpHNInterfacePort INTEGER
  atmpHNInterfaceDcliOrVpi INTEGER
  atmpHNInterfaceVci INTEGER
  atmpHNInterfaceVpnAddress IpAddress
  atmpHNInterfaceVpnNetmaskSize INTEGER
  atmpHNInterfaceRipv2Enabled INTEGER
  atmpHNInterfaceRipv2Metric INTEGER
  atmpHNInterfaceRipv2Pkts Counter
  atmpHNInterfaceCompleteness INTEGER

AtmpTunnelEntry  
SEQUENCE    
  atmpTunnelId INTEGER
  atmpTunnelState INTEGER
  atmpTunnelProtocol INTEGER
  atmpTunnelFAIpAddress IpAddress
  atmpTunnelMnIpAddress IpAddress
  atmpTunnelMnNetmask IpAddress
  atmpTunnelMnIpxNetAddress OCTET STRING
  atmpTunnelMnIpxNodeAddress OCTET STRING
  atmpTunnelActive INTEGER
  atmpTunnelInPkts Counter
  atmpTunnelInOctets Counter
  atmpTunnelInErrPkts Counter
  atmpTunnelOutPkts Counter
  atmpTunnelOutOctets Counter
  atmpTunnelOutErrPkts Counter
  atmpTunnelInOctetRate INTEGER
  atmpTunnelInOctetSampleRate INTEGER
  atmpTunnelOutOctetRate INTEGER
  atmpTunnelOutOctetSampleRate INTEGER
  atmpTunnelForcedToFragmentPkts Counter
  atmpTunnelFailedToFragmentPkts Counter

Defined Values

atmpMIBVersion 1.3.6.1.4.1.1080.1.1.8.1
OBJECT IDENTIFIER    

atmpGeneralConfig 1.3.6.1.4.1.1080.1.1.8.2
OBJECT IDENTIFIER    

atmpDFAConfig 1.3.6.1.4.1.1080.1.1.8.3
OBJECT IDENTIFIER    

atmpGeneralStats 1.3.6.1.4.1.1080.1.1.8.4
OBJECT IDENTIFIER    

atmpProtocolStats 1.3.6.1.4.1.1080.1.1.8.5
OBJECT IDENTIFIER    

atmpTables 1.3.6.1.4.1.1080.1.1.8.6
OBJECT IDENTIFIER    

atmpMIBVersionMajor 1.3.6.1.4.1.1080.1.1.8.1.1
Major version number for the GRF ATMP MIB. This number is incremented when structural changes occur to the GRF ATMP MIB.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

atmpMIBVersionMinor 1.3.6.1.4.1.1080.1.1.8.1.2
Minor version number for the GRF ATMP MIB. This number is incremented when non-structural changes occur to the GRF ATMP MIB
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

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

atmpEnableAtmpTraps 1.3.6.1.4.1.1080.1.1.8.2.2
Enable the atmp traps. There are no traps in the GRF ATMP implementation, so this is always disabled but left as a placeholder for future feature enhancement.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

atmpNumberFAs 1.3.6.1.4.1.1080.1.1.8.2.3
The number of foreign agents in the GRF ATMP configuration.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpNumberHNs 1.3.6.1.4.1.1080.1.1.8.2.4
The number of home networks in the GRF ATMP configuration.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpMaxNumberHNs 1.3.6.1.4.1.1080.1.1.8.2.5
The maximum number of home networks allowed in the GRF ATMP configuration.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

atmpDFAConfigured 1.3.6.1.4.1.1080.1.1.8.3.1
Specifies whether a default foreign agent is configured in the GRF ATMP configuration. The default foreign agent record specifies multiple foreign agents with a single IP wildcard address. This is an optional record. A default foreign agent type of record can be used in addition to a regular foreign agent record to establish tunnels to the same home network.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER no(1), yes(2)  

atmpDFAWildcardIpAddress 1.3.6.1.4.1.1080.1.1.8.3.2
The default foreign agent requires an IP wildcard address, 192.15.*.*, for example. If a wildcard IP address is not specified, the default value of *.*.*.* is used. The address need not be wildcarded and can be filled out completely.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

atmpDFAPassword 1.3.6.1.4.1.1080.1.1.8.3.3
The password that validates the default foreign agent to the GRF home agent. It is also configured in the mobile node's RADIUS profile as the Ascend-Home-Agent-Password. If a password is not specified, a tunnel is not negotiated. Reading this object always results in a DisplayString of length zero; authentication may not be bypassed by reading the MIB object.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

atmpNumberTunnelsUp 1.3.6.1.4.1.1080.1.1.8.4.1
The number of tunnels currently in the up state.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

atmpNumberTunnelsRegistering 1.3.6.1.4.1.1080.1.1.8.4.2
The number of tunnels currently in the registering state.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

atmpNumberFAFailingMatch 1.3.6.1.4.1.1080.1.1.8.4.3
The number of foreign agents that failed to match any of the foreign agent records in the GRF ATMP configuration.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpNumberFAPasswordRejects 1.3.6.1.4.1.1080.1.1.8.4.4
The number of foreign agents whose tunnel request failed to match the password of the identified foreign agent record in the GRF ATMP configuration.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpNumberDFAMatch 1.3.6.1.4.1.1080.1.1.8.4.5
The number of foreign agents whose IP address did not match that of any specific foreign agent in the GRF ATMP configuration, but matched the wildcard address of the default foreign agent record.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpRxRegistrationRequestPkts 1.3.6.1.4.1.1080.1.1.8.5.1
The number of ATMP registration request packets received by the ATMP daemon process on the GRF.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpRxChallengeReplyPkts 1.3.6.1.4.1.1080.1.1.8.5.3
The number of ATMP challenge reply packets received by the ATMP daemon process on the GRF.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpRxDeRegistrationRequestPkts 1.3.6.1.4.1.1080.1.1.8.5.5
The number of ATMP deregistration request packets received by the ATMP daemon process on the GRF.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpTxChallengeRequestPkts 1.3.6.1.4.1.1080.1.1.8.5.2
The number of ATMP challenge request packets sent by the ATMP daemon process on the GRF.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpTxRegistrationReplyPkts 1.3.6.1.4.1.1080.1.1.8.5.4
The number of ATMP registration reply packets sent by the ATMP daemon process on the GRF.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpTxDeRegistrationReplyPkts 1.3.6.1.4.1.1080.1.1.8.5.6
The number of ATMP deregistration reply packets sent by the ATMP daemon process on the GRF.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpReceiveProtocolErrorStats 1.3.6.1.4.1.1080.1.1.8.5.7
OBJECT IDENTIFIER    

atmpTransmitProtocolErrorStats 1.3.6.1.4.1.1080.1.1.8.5.8
OBJECT IDENTIFIER    

atmpRxErrorNotificationPkts 1.3.6.1.4.1.1080.1.1.8.5.7.1
The number of ATMP error notification packets received by the ATMP daemon process on the GRF.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpRxNoErrorPkts 1.3.6.1.4.1.1080.1.1.8.5.7.2
The number of ATMP error notification packets containing the NO_ERROR error code received by the ATMP daemon process on the GRF.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpRxAuthFailedPkts 1.3.6.1.4.1.1080.1.1.8.5.7.3
The number of ATMP error notification packets containing the AUTH_FAILED error code received by the ATMP daemon process on the GRF.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpRxNotEnabledPkts 1.3.6.1.4.1.1080.1.1.8.5.7.4
The number of ATMP error notification packets containing the NOT_ENABLED error code received by the ATMP daemon process on the GRF.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpRxTooManyPkts 1.3.6.1.4.1.1080.1.1.8.5.7.5
The number of ATMP error notification packets containing the TOO_MANY error code received by the ATMP daemon process on the GRF.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpRxParameterErrorPkts 1.3.6.1.4.1.1080.1.1.8.5.7.6
The number of ATMP error notification packets containing the PARAMETER_ERROR error code received by the ATMP daemon process on the GRF.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpRxInvalidTunnelIdPkts 1.3.6.1.4.1.1080.1.1.8.5.7.7
The number of ATMP error notification packets containing the INVALID_TUNNEL_ID error code received by the ATMP daemon process on the GRF.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpRxTimeoutPkts 1.3.6.1.4.1.1080.1.1.8.5.7.8
The number of ATMP error notification packets containing the TIMEOUT error code received by the ATMP daemon process on the GRF.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpRxNetUnreachablePkts 1.3.6.1.4.1.1080.1.1.8.5.7.9
The number of ATMP error notification packets containing the NET_UNREACHABLE error code received by the ATMP daemon process on the GRF.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpRxGeneralErrorPkts 1.3.6.1.4.1.1080.1.1.8.5.7.10
The number of ATMP error notification packets containing the GENERAL_ERROR error code received by the ATMP daemon process on the GRF.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpRxChallengeRequestPkts 1.3.6.1.4.1.1080.1.1.8.5.7.11
The number of ATMP challenge request packets received by the ATMP daemon process on the GRF. These should not be received by a home agent, and are dropped.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpRxRegistrationReplyPkts 1.3.6.1.4.1.1080.1.1.8.5.7.12
The number of ATMP registration reply packets received by the ATMP daemon process on the GRF. These should not be received by a home agent, and are dropped.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpRxDeRegistrationReplyPkts 1.3.6.1.4.1.1080.1.1.8.5.7.13
The number of ATMP deregistration reply packets received by the ATMP daemon process on the GRF. These should not be received by a home agent, and are dropped.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpRxUndersizeLengthPkts 1.3.6.1.4.1.1080.1.1.8.5.7.14
The number of ATMP packets less than the minimum packet length received by the ATMP daemon process on the GRF.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpRxBadVersionPkts 1.3.6.1.4.1.1080.1.1.8.5.7.15
The number of ATMP packets containing a bad ATMP version number received by the ATMP daemon process on the GRF.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpRxBufferAllocFailPkts 1.3.6.1.4.1.1080.1.1.8.5.7.16
The number of received ATMP packets dropped due to buffer allocation failure by the ATMP daemon process on the GRF.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpRxBadAtmpCodePkts 1.3.6.1.4.1.1080.1.1.8.5.7.17
The number of ATMP packets dropped due to receiving an invalid type of ATMP packet in the ATMP daemon process on the GRF.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpRxNetworkErrors 1.3.6.1.4.1.1080.1.1.8.5.7.18
The number of occurrences of a network error while attempting to receive ATMP packets by the ATMP daemon process on the GRF.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpTxErrorNotificationPkts 1.3.6.1.4.1.1080.1.1.8.5.8.1
The number of ATMP error notification packets sent by the ATMP daemon process on the GRF.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpTxNoErrorPkts 1.3.6.1.4.1.1080.1.1.8.5.8.2
The number of ATMP error notification packets containing the NO_ERROR error code sent by the ATMP daemon process on the GRF.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpTxAuthFailedPkts 1.3.6.1.4.1.1080.1.1.8.5.8.3
The number of ATMP error notification packets containing the AUTH_FAILED error code sent by the ATMP daemon process on the GRF.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpTxNotEnabledPkts 1.3.6.1.4.1.1080.1.1.8.5.8.4
The number of ATMP error notification packets containing the NOT_ENABLED error code sent by the ATMP daemon process on the GRF.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpTxTooManyPkts 1.3.6.1.4.1.1080.1.1.8.5.8.5
The number of ATMP error notification packets containing the TOO_MANY error code sent by the ATMP daemon process on the GRF.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpTxParameterErrorPkts 1.3.6.1.4.1.1080.1.1.8.5.8.6
The number of ATMP error notification packets containing the PARAMETER_ERROR error code sent by the ATMP daemon process on the GRF.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpTxInvalidTunnelIdPkts 1.3.6.1.4.1.1080.1.1.8.5.8.7
The number of ATMP error notification packets containing the INVALID_TUNNEL_ID error code sent by the ATMP daemon process on the GRF.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpTxTimeoutPkts 1.3.6.1.4.1.1080.1.1.8.5.8.8
The number of ATMP error notification packets containing the TIMEOUT error code sent by the ATMP daemon process on the GRF.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpTxNetUnreachablePkts 1.3.6.1.4.1.1080.1.1.8.5.8.9
The number of ATMP error notification packets containing the NET_UNREACHABLE error code sent by the ATMP daemon process on the GRF.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpTxGeneralErrorPkts 1.3.6.1.4.1.1080.1.1.8.5.8.10
The number of ATMP error notification packets containing the GENERAL_ERROR error code sent by the ATMP daemon process on the GRF.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpTxNetworkErrors 1.3.6.1.4.1.1080.1.1.8.5.8.11
The number of occurrences of a network error while attempting to send ATMP packets from the ATMP daemon process on the GRF.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpFATable 1.3.6.1.4.1.1080.1.1.8.6.1
The Foreign Agent Table. A list of foreign agent records in the GRF ATMP configuration. This table reflects the foreign agent records found in the configuration file of the ATMP daemon on the GRF. The table is indexed by the foreign agent IP address (atmpFAIpAddress), and is ordered by the 32-bit numerical representation of the foreign agent IP address, lowest to highest.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtmpFAEntry

atmpFAEntry 1.3.6.1.4.1.1080.1.1.8.6.1.1
An ATMP foreign agent record in the GRF ATMP configuration.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AtmpFAEntry  

atmpFAIpAddress 1.3.6.1.4.1.1080.1.1.8.6.1.1.1
The IP address assigned to the foreign agent. The home agent uses this as the destination address in the GRE header.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

atmpFAPassword 1.3.6.1.4.1.1080.1.1.8.6.1.1.2
The password that validates the foreign agent to the GRF home agent. It is also configured in the mobile node's RADIUS profile as the Ascend-Home-Agent-Password. If a password is not specified, tunnels cannot be negotiated. Reading this object always results in a DisplayString of length zero; authentication may not be bypassed by reading the MIB object.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

atmpFANumberTunnels 1.3.6.1.4.1.1080.1.1.8.6.1.1.3
The number of tunnels associated with this foreign agent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

atmpHNTable 1.3.6.1.4.1.1080.1.1.8.6.2
Home Network Table. A list of home network records in the GRF ATMP configuration. This table reflects the home network records found in the configuration file of the ATMP daemon on the GRF. Some per home network tunnel statistics are kept in this table. The table is indexed by the home agent IP address (atmpHAIpAddress), and is ordered by the 32-bit numerical representation of the home agent IP address, lowest to highest.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtmpHNEntry

atmpHNEntry 1.3.6.1.4.1.1080.1.1.8.6.2.1
An ATMP home network record in the GRF ATMP configuration.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AtmpHNEntry  

atmpHAIpAddress 1.3.6.1.4.1.1080.1.1.8.6.2.1.1
The home agent address. Each home network maps to a different local IP address on the GRF. The foreign agent uses the address as the destination address in its IP encapsulation header. The GRF home agent uses it as the source address in its IP encapsulation header.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

atmpHNName 1.3.6.1.4.1.1080.1.1.8.6.2.1.2
The unique name expressed as a text string of up to 31 characters that is used by the foreign agent to identify the home network.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

atmpHNMTULimit 1.3.6.1.4.1.1080.1.1.8.6.2.1.3
Controls whether and how pre-fragmentation occurs. If the value is 0 (the default), no pre-fragmentation is performed (post- fragmentation is performed). If nonzero, mtu_limit specifies the maximum size of the fragments, prior to encapsulation, before pre-fragmentation will occur. If the value is -1 (auto), the mtu_limit is automatically computed for each packet so as to avoid post-fragmentation. If the mtu_limit parameter is not present in the home network record, it is set to the default (0).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

atmpHNForceFragmentation 1.3.6.1.4.1.1080.1.1.8.6.2.1.4
Controls the behavior of the GRF home agent when it receives a packet from the home network that requires pre-fragmentation, but has the IP DF (Don't Fragment) option set. It is ignored when mtu_limit is zero. If the force_fragmentation parameter is not present in the home network record, it is set to no as the default.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER no(1), yes(2)  

atmpHNBadSourceNotification 1.3.6.1.4.1.1080.1.1.8.6.2.1.5
Controls whether a foreign agent is notified when packets from a mobile node have a bad source address. If the bad_source_notification parameter is not present in the home network record, the value defaults to yes.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER no(1), yes(1)  

atmpHNMaxTunnels 1.3.6.1.4.1.1080.1.1.8.6.2.1.6
The maximum number of tunnels allowed for the home network. The maximum tunnel value does not guarantee the number of usable tunnels per home network. It is up to the local administrator to determine an appropriate value based on the predicted usage of each mobile node and the available bandwidth on the home agent to home network link. The default 0 (zero) is to set no limit. If the max_tunnels parameter is not present in the home network record, the default value of zero is used.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

atmpHNInactivityTimeout 1.3.6.1.4.1.1080.1.1.8.6.2.1.7
The number of hours a home network's tunnels can be inactive before removal. The default is 0 (zero) hours if no timer parameter is added. A value of zero disables the inactivity timeout feature for the home network. If the inactivity_timeout parameter is not present in the home network record, the default value of zero is used.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

atmpHNNumberTunnels 1.3.6.1.4.1.1080.1.1.8.6.2.1.8
The number of tunnels associated with this home network.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

atmpHNInactiveTunnelsRemoved 1.3.6.1.4.1.1080.1.1.8.6.2.1.9
The number of tunnels associated with this home network that were removed because of inactivity.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpHNTunnelsMaxRejected 1.3.6.1.4.1.1080.1.1.8.6.2.1.10
The number of tunnels associated with this home network that were rejected because the maximum number of tunnels for the home network was exceeded.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpHNTunnelHighWater 1.3.6.1.4.1.1080.1.1.8.6.2.1.11
The largest number of concurrently active tunnels associated with the home network.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

atmpHNSwitchToStandbyInterface 1.3.6.1.4.1.1080.1.1.8.6.2.1.12
The number of times the Home Agent had to switch to the standby interface when the primary interface went down.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpHNSwitchToPrimaryInterface 1.3.6.1.4.1.1080.1.1.8.6.2.1.13
The number of times the Home Agent switched back to the primary interface when the primary interface went up again.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpHNRxErrorCount 1.3.6.1.4.1.1080.1.1.8.6.2.1.14
The total number of errors received by this HN. The last 10 of these appear in atmpHNRxErrorTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpHNTxErrorCount 1.3.6.1.4.1.1080.1.1.8.6.2.1.15
The total number of errors transmitted by this HN. The last 10 of these appear in atmpHNTxErrorTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpHNInterfaceCount 1.3.6.1.4.1.1080.1.1.8.6.2.1.16
The number of interfaces (or circuits) configured for this HN.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

atmpHNTxErrorTable 1.3.6.1.4.1.1080.1.1.8.6.3
Home Network Transmit Error Table. A list of the most recent errors transmitted from a home network interface. The error code, foreign agent IP address, and the timestamp of the transmitted error are tracked in this table. A maximum of 10 errors are stored in this table. The table is indexed by the home agent IP address (atmpHAIpAddress) and an error index (atmpHNTxErrorIndex). The table is ordered first by the 32-bit numerical representation of the home agent IP address, lowest to highest, and then by the error index, lowest to highest. The error index represents the order of occurrence, where the lower the index the more recent the occurrence.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtmpHNTxErrorEntry

atmpHNTxErrorEntry 1.3.6.1.4.1.1080.1.1.8.6.3.1
A transmitted error entry of the Home Network Transmit Error Table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AtmpHNTxErrorEntry  

atmpHNTxErrorIndex 1.3.6.1.4.1.1080.1.1.8.6.3.1.1
This is the secondary index for the Home Network Transmit Error Table. Indices start at zero and represent the most recent to least recent errors that occurred.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

atmpHNTxErrorCode 1.3.6.1.4.1.1080.1.1.8.6.3.1.2
The error code sent to a foreign agent by the GRF ATMP daemon process for a home network. The error code is the value of the result code from RFC 2107 plus 1.
Status: mandatory Access: read-only
OBJECT-TYPE    
  AtmpResultCode  

atmpHNTxErrorFAIpAddress 1.3.6.1.4.1.1080.1.1.8.6.3.1.3
The IP address of the foreign agent that the GRF ATMP daemon process sent atmpHNTxErrorCode to. If the error is associated with an existing tunnel, the foreign agent IP address comes from foreign agent record of the aitmd.conf configuration file. Otherwise, the foreign agent IP address is the IP address associated with the network socket created to send to the foreign agent (e.g. failed tunnel negotiation due to unknown foreign agent IP address).
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

atmpHNTxErrorTime 1.3.6.1.4.1.1080.1.1.8.6.3.1.4
The time atmpHNTxErrorCode was sent to the foreign agent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

atmpHNRxErrorTable 1.3.6.1.4.1.1080.1.1.8.6.4
Home Network Receive Error Table. A list of the most recent errors received on a home network interface. The error code, foreign agent IP address, and the timestamp of the received error are tracked in this table. A maximum of 10 errors are stored in this table. The table is indexed by the home agent IP address (atmpHAIpAddress) and an error index (atmpHNRxErrorIndex). The table is ordered first by the 32-bit numerical representation of the home agent IP address, lowest to highest, and then by the error index, lowest to highest. The error index represents the order of occurrence, where the lower the index the more recent the occurrence.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtmpHNRxErrorEntry

atmpHNRxErrorEntry 1.3.6.1.4.1.1080.1.1.8.6.4.1
A received error entry of the Home Network Transmit Error Table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AtmpHNRxErrorEntry  

atmpHNRxErrorIndex 1.3.6.1.4.1.1080.1.1.8.6.4.1.1
This is the secondary index for the Home Network Receive Error Table. Indices start at zero and represent the most recent to least recent errors that occurred.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

atmpHNRxErrorCode 1.3.6.1.4.1.1080.1.1.8.6.4.1.2
The error code received from a foreign agent by the GRF ATMP daemon process for a home network. The error code is the value of the result code from RFC 2107 plus 1.
Status: mandatory Access: read-only
OBJECT-TYPE    
  AtmpResultCode  

atmpHNRxErrorFAIpAddress 1.3.6.1.4.1.1080.1.1.8.6.4.1.3
The IP address of the foreign agent that the GRF ATMP daemon process received atmpHNRxErrorCode from.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

atmpHNRxErrorTime 1.3.6.1.4.1.1080.1.1.8.6.4.1.4
The time atmpHNRxErrorCode was received from the foreign agent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

atmpHNInterfaceTable 1.3.6.1.4.1.1080.1.1.8.6.5
Home Network Interface Table. A list of interface/circuit records in a home network record of the GRF ATMP configuration. This table defines the interface/circuit records for the home network entries found in the Home Network Table. There must be 1 or 2 entries in the configuration. Each entry has values from the configuration file and system runtime parameters of the configuration items. This table is indexed by the Home Network Table index (atmpHAIpAddress), and the home network interface priority (atmpHNInterfacePriority). The table is ordered first by the 32-bit numerical representation of the home agent IP address, lowest to highest, and then by the interface priority, lowest to highest.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtmpHNInterfaceEntry

atmpHNInterfaceEntry 1.3.6.1.4.1.1080.1.1.8.6.5.1
An ATMP interface record of a home network record in the GRF ATMP configuration.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AtmpHNInterfaceEntry  

atmpHNInterfacePriority 1.3.6.1.4.1.1080.1.1.8.6.5.1.1
This is the secondary index for atmpHNInterfaceTable. A combination of the home agent IP address and this index uniquely identify the home network interface entry (atmpHNInterfaceEntry).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER primary(1), secondary(2)  

atmpHNInterfaceName 1.3.6.1.4.1.1080.1.1.8.6.5.1.2
Interface name in standard GRF gx0yz format that indicates media, slot, and logical interface number (interface{name}).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

atmpHNInterfaceConfigType 1.3.6.1.4.1.1080.1.1.8.6.5.1.3
The type of configuration record the interface is defined with in the GRF ATMP configuration file.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER interface(1), circuit(2)  

atmpHNInterfaceCard 1.3.6.1.4.1.1080.1.1.8.6.5.1.4
The slot number for a HSSI or ATM card. For interface records, this is determined using the interface name (circuit{card}).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

atmpHNInterfacePort 1.3.6.1.4.1.1080.1.1.8.6.5.1.5
The port number (or link) for the HSSI or ATM circuit. For interface records, this is determined using the interface name (circuit{port}).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

atmpHNInterfaceDcliOrVpi 1.3.6.1.4.1.1080.1.1.8.6.5.1.6
The DLCI for a HSSI link, or the VPI value for an ATMP PVC. For interface records, this is determined using the interface name (circuit{s0}).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

atmpHNInterfaceVci 1.3.6.1.4.1.1080.1.1.8.6.5.1.7
The VCI value for an ATM PVC, or 0 (zero) if a HSSI card. For interface records, this is determined using the interface name (circuit{s1}).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

atmpHNInterfaceVpnAddress 1.3.6.1.4.1.1080.1.1.8.6.5.1.8
The customer-assigned virtual private network address for the home agent on the home network, must be in the private network address space. If the vpn_addr parameter is not present in the interface (or circuit) record, the default value is 255.255.255.255 (interface{vpn_addr}).
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

atmpHNInterfaceVpnNetmaskSize 1.3.6.1.4.1.1080.1.1.8.6.5.1.9
Number of bits in the netmask for the virtual private network address. If the vpn_netmask_size parameter is not present in the interface (or circuit) record, the default value is 0 (zero) (interface{vpn_netmask_size}).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..31  

atmpHNInterfaceRipv2Enabled 1.3.6.1.4.1.1080.1.1.8.6.5.1.10
Sets aitmd to send RIPv2 packets across the circuits to connected home networks. The packets carry the routes of all mobile nodes assigned to this home agent. The routes connect the home agent virtual private network address with the mobile node's private address. If the ripv2 record is not present, this defaults to not enabled (ripv2{enabled}).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER no(1), yes(2)  

atmpHNInterfaceRipv2Metric 1.3.6.1.4.1.1080.1.1.8.6.5.1.11
Specifies the metric advertised with each route, where the metric is ignored if enabled is specified as no. If the ripv2 record is not present, this defaults to zero (ripv2{metric}).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

atmpHNInterfaceRipv2Pkts 1.3.6.1.4.1.1080.1.1.8.6.5.1.12
The number of ripv2 packets sent by the GRF home agent on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpHNInterfaceCompleteness 1.3.6.1.4.1.1080.1.1.8.6.5.1.13
The completeness status of the interface. A value other than complete (1) is considered an error status.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER uninitialized(1), complete(2), no-map-to-if(3), no-map-to-circuit(4), from-circuit-no-if(5), from-if-no-if(6)  

atmpTunnelTable 1.3.6.1.4.1.1080.1.1.8.6.6
The Tunnel Table. A list of ATMP tunnel entries. This table is indexed by the Home Network Table index (atmpHAIpAddress), and by the tunnel's mobile node address (atmpTunnelMNIpAddress). The table is ordered by the 32-bit numerical representation of the home agent IP address, lowest to highest, and then by the 32-bit numerical representation of the tunnel's mobile node IP address, lowest to highest.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtmpTunnelEntry

atmpTunnelEntry 1.3.6.1.4.1.1080.1.1.8.6.6.1
An ATMP tunnel entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AtmpTunnelEntry  

atmpTunnelId 1.3.6.1.4.1.1080.1.1.8.6.6.1.1
The identification assigned to this tunnel. This number is assigned by the HA. NOTE: this number does *not* uniquely identify a tunnel by itself. This is only unique per home network/agent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

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

atmpTunnelProtocol 1.3.6.1.4.1.1080.1.1.8.6.6.1.3
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)  

atmpTunnelFAIpAddress 1.3.6.1.4.1.1080.1.1.8.6.6.1.4
The IP address assigned to the foreign agent associated with this tunnel. This can be used as the index into the Foreign Agent Table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

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

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

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

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

atmpTunnelActive 1.3.6.1.4.1.1080.1.1.8.6.6.1.9
The active/inactive status of the tunnel.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER inactive(1), active(2)  

atmpTunnelInPkts 1.3.6.1.4.1.1080.1.1.8.6.6.1.10
The number of packets received on this tunnel from the foreign agent. This is not supported at this time and will contain a value of zero.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpTunnelInOctets 1.3.6.1.4.1.1080.1.1.8.6.6.1.11
The number of octets received on this tunnel from the foreign agent. This is not supported at this time and will contain a value of zero.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpTunnelInErrPkts 1.3.6.1.4.1.1080.1.1.8.6.6.1.12
The number of packets received on this tunnel from the foreign agent that were dropped. This is not supported at this time and will contain a value of zero.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpTunnelOutPkts 1.3.6.1.4.1.1080.1.1.8.6.6.1.13
The number of packets sent on this tunnel to the foreign agent. This is not supported at this time and wile contain a value of zero.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpTunnelOutOctets 1.3.6.1.4.1.1080.1.1.8.6.6.1.14
The number of octets sent on this tunnel to the foreign agent. This is not supported at this time and will contain a value of zero.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpTunnelOutErrPkts 1.3.6.1.4.1.1080.1.1.8.6.6.1.15
The number of packets dropped on this tunnel before sending to the foreign agent. This is not supported at this time and will contain a value of zero.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpTunnelInOctetRate 1.3.6.1.4.1.1080.1.1.8.6.6.1.16
The number of octets per second received on this tunnel from the peer agent. atmpTunnelInOctets and atmpTunnelInOctetSampleRate affect this value. This is not supported at this time and will contain a value of zero.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

atmpTunnelInOctetSampleRate 1.3.6.1.4.1.1080.1.1.8.6.6.1.17
The number of seconds between samples of atmpTunnelInOctets. This is not supported at this time and will contain a value of zero.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

atmpTunnelOutOctetRate 1.3.6.1.4.1.1080.1.1.8.6.6.1.18
The number of octets per second sent on this tunnel to the peer agent. atmpTunnelOutOctets and atmpTunnelOutOctetSampleRate affect this value. This is not supported at this time and will contain a value of zero.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

atmpTunnelOutOctetSampleRate 1.3.6.1.4.1.1080.1.1.8.6.6.1.19
The number of seconds between samples of atmpTunnelOutOctets. This is not supported at this time and will contain a value of zero.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

atmpTunnelForcedToFragmentPkts 1.3.6.1.4.1.1080.1.1.8.6.6.1.20
The number of packets forced to pre-fragment despite the DF bit. This is not supported at this time and will contain a value of zero.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmpTunnelFailedToFragmentPkts 1.3.6.1.4.1.1080.1.1.8.6.6.1.21
The number of packets required to be fragmented but were dropped because force fragmentation was disabled and the DF bit in the IP header was set. This is not supported at this time and will contain a value of zero.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter