GRF-ATMP-MIB: View SNMP OID List / Download MIB

VENDOR: NETSTAR


 Home MIB: GRF-ATMP-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 atmpMIBVersion 1.3.6.1.4.1.1080.1.1.8.1
     atmpMIBVersionMajor 1.3.6.1.4.1.1080.1.1.8.1.1 integer read-only
Major version number for the GRF ATMP MIB. This number is incremented when structural changes occur to the GRF ATMP MIB.
     atmpMIBVersionMinor 1.3.6.1.4.1.1080.1.1.8.1.2 integer read-only
Minor version number for the GRF ATMP MIB. This number is incremented when non-structural changes occur to the GRF ATMP MIB
 atmpGeneralConfig 1.3.6.1.4.1.1080.1.1.8.2
     atmpUDPPort 1.3.6.1.4.1.1080.1.1.8.2.1 integer read-only
UDP port number to be used for ATMP.
     atmpEnableAtmpTraps 1.3.6.1.4.1.1080.1.1.8.2.2 integer read-only
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. Enumeration: 'disabled': 2, 'enabled': 1.
     atmpNumberFAs 1.3.6.1.4.1.1080.1.1.8.2.3 counter read-only
The number of foreign agents in the GRF ATMP configuration.
     atmpNumberHNs 1.3.6.1.4.1.1080.1.1.8.2.4 counter read-only
The number of home networks in the GRF ATMP configuration.
     atmpMaxNumberHNs 1.3.6.1.4.1.1080.1.1.8.2.5 integer read-only
The maximum number of home networks allowed in the GRF ATMP configuration.
 atmpDFAConfig 1.3.6.1.4.1.1080.1.1.8.3
     atmpDFAConfigured 1.3.6.1.4.1.1080.1.1.8.3.1 integer read-only
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. Enumeration: 'yes': 2, 'no': 1.
     atmpDFAWildcardIpAddress 1.3.6.1.4.1.1080.1.1.8.3.2 displaystring read-only
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.
     atmpDFAPassword 1.3.6.1.4.1.1080.1.1.8.3.3 displaystring read-only
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.
 atmpGeneralStats 1.3.6.1.4.1.1080.1.1.8.4
     atmpNumberTunnelsUp 1.3.6.1.4.1.1080.1.1.8.4.1 integer read-only
The number of tunnels currently in the up state.
     atmpNumberTunnelsRegistering 1.3.6.1.4.1.1080.1.1.8.4.2 integer read-only
The number of tunnels currently in the registering state.
     atmpNumberFAFailingMatch 1.3.6.1.4.1.1080.1.1.8.4.3 counter read-only
The number of foreign agents that failed to match any of the foreign agent records in the GRF ATMP configuration.
     atmpNumberFAPasswordRejects 1.3.6.1.4.1.1080.1.1.8.4.4 counter read-only
The number of foreign agents whose tunnel request failed to match the password of the identified foreign agent record in the GRF ATMP configuration.
     atmpNumberDFAMatch 1.3.6.1.4.1.1080.1.1.8.4.5 counter read-only
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.
 atmpProtocolStats 1.3.6.1.4.1.1080.1.1.8.5
     atmpRxRegistrationRequestPkts 1.3.6.1.4.1.1080.1.1.8.5.1 counter read-only
The number of ATMP registration request packets received by the ATMP daemon process on the GRF.
     atmpTxChallengeRequestPkts 1.3.6.1.4.1.1080.1.1.8.5.2 counter read-only
The number of ATMP challenge request packets sent by the ATMP daemon process on the GRF.
     atmpRxChallengeReplyPkts 1.3.6.1.4.1.1080.1.1.8.5.3 counter read-only
The number of ATMP challenge reply packets received by the ATMP daemon process on the GRF.
     atmpTxRegistrationReplyPkts 1.3.6.1.4.1.1080.1.1.8.5.4 counter read-only
The number of ATMP registration reply packets sent by the ATMP daemon process on the GRF.
     atmpRxDeRegistrationRequestPkts 1.3.6.1.4.1.1080.1.1.8.5.5 counter read-only
The number of ATMP deregistration request packets received by the ATMP daemon process on the GRF.
     atmpTxDeRegistrationReplyPkts 1.3.6.1.4.1.1080.1.1.8.5.6 counter read-only
The number of ATMP deregistration reply packets sent by the ATMP daemon process on the GRF.
     atmpReceiveProtocolErrorStats 1.3.6.1.4.1.1080.1.1.8.5.7
         atmpRxErrorNotificationPkts 1.3.6.1.4.1.1080.1.1.8.5.7.1 counter read-only
The number of ATMP error notification packets received by the ATMP daemon process on the GRF.
         atmpRxNoErrorPkts 1.3.6.1.4.1.1080.1.1.8.5.7.2 counter read-only
The number of ATMP error notification packets containing the NO_ERROR error code received by the ATMP daemon process on the GRF.
         atmpRxAuthFailedPkts 1.3.6.1.4.1.1080.1.1.8.5.7.3 counter read-only
The number of ATMP error notification packets containing the AUTH_FAILED error code received by the ATMP daemon process on the GRF.
         atmpRxNotEnabledPkts 1.3.6.1.4.1.1080.1.1.8.5.7.4 counter read-only
The number of ATMP error notification packets containing the NOT_ENABLED error code received by the ATMP daemon process on the GRF.
         atmpRxTooManyPkts 1.3.6.1.4.1.1080.1.1.8.5.7.5 counter read-only
The number of ATMP error notification packets containing the TOO_MANY error code received by the ATMP daemon process on the GRF.
         atmpRxParameterErrorPkts 1.3.6.1.4.1.1080.1.1.8.5.7.6 counter read-only
The number of ATMP error notification packets containing the PARAMETER_ERROR error code received by the ATMP daemon process on the GRF.
         atmpRxInvalidTunnelIdPkts 1.3.6.1.4.1.1080.1.1.8.5.7.7 counter read-only
The number of ATMP error notification packets containing the INVALID_TUNNEL_ID error code received by the ATMP daemon process on the GRF.
         atmpRxTimeoutPkts 1.3.6.1.4.1.1080.1.1.8.5.7.8 counter read-only
The number of ATMP error notification packets containing the TIMEOUT error code received by the ATMP daemon process on the GRF.
         atmpRxNetUnreachablePkts 1.3.6.1.4.1.1080.1.1.8.5.7.9 counter read-only
The number of ATMP error notification packets containing the NET_UNREACHABLE error code received by the ATMP daemon process on the GRF.
         atmpRxGeneralErrorPkts 1.3.6.1.4.1.1080.1.1.8.5.7.10 counter read-only
The number of ATMP error notification packets containing the GENERAL_ERROR error code received by the ATMP daemon process on the GRF.
         atmpRxChallengeRequestPkts 1.3.6.1.4.1.1080.1.1.8.5.7.11 counter read-only
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.
         atmpRxRegistrationReplyPkts 1.3.6.1.4.1.1080.1.1.8.5.7.12 counter read-only
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.
         atmpRxDeRegistrationReplyPkts 1.3.6.1.4.1.1080.1.1.8.5.7.13 counter read-only
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.
         atmpRxUndersizeLengthPkts 1.3.6.1.4.1.1080.1.1.8.5.7.14 counter read-only
The number of ATMP packets less than the minimum packet length received by the ATMP daemon process on the GRF.
         atmpRxBadVersionPkts 1.3.6.1.4.1.1080.1.1.8.5.7.15 counter read-only
The number of ATMP packets containing a bad ATMP version number received by the ATMP daemon process on the GRF.
         atmpRxBufferAllocFailPkts 1.3.6.1.4.1.1080.1.1.8.5.7.16 counter read-only
The number of received ATMP packets dropped due to buffer allocation failure by the ATMP daemon process on the GRF.
         atmpRxBadAtmpCodePkts 1.3.6.1.4.1.1080.1.1.8.5.7.17 counter read-only
The number of ATMP packets dropped due to receiving an invalid type of ATMP packet in the ATMP daemon process on the GRF.
         atmpRxNetworkErrors 1.3.6.1.4.1.1080.1.1.8.5.7.18 counter read-only
The number of occurrences of a network error while attempting to receive ATMP packets by the ATMP daemon process on the GRF.
     atmpTransmitProtocolErrorStats 1.3.6.1.4.1.1080.1.1.8.5.8
         atmpTxErrorNotificationPkts 1.3.6.1.4.1.1080.1.1.8.5.8.1 counter read-only
The number of ATMP error notification packets sent by the ATMP daemon process on the GRF.
         atmpTxNoErrorPkts 1.3.6.1.4.1.1080.1.1.8.5.8.2 counter read-only
The number of ATMP error notification packets containing the NO_ERROR error code sent by the ATMP daemon process on the GRF.
         atmpTxAuthFailedPkts 1.3.6.1.4.1.1080.1.1.8.5.8.3 counter read-only
The number of ATMP error notification packets containing the AUTH_FAILED error code sent by the ATMP daemon process on the GRF.
         atmpTxNotEnabledPkts 1.3.6.1.4.1.1080.1.1.8.5.8.4 counter read-only
The number of ATMP error notification packets containing the NOT_ENABLED error code sent by the ATMP daemon process on the GRF.
         atmpTxTooManyPkts 1.3.6.1.4.1.1080.1.1.8.5.8.5 counter read-only
The number of ATMP error notification packets containing the TOO_MANY error code sent by the ATMP daemon process on the GRF.
         atmpTxParameterErrorPkts 1.3.6.1.4.1.1080.1.1.8.5.8.6 counter read-only
The number of ATMP error notification packets containing the PARAMETER_ERROR error code sent by the ATMP daemon process on the GRF.
         atmpTxInvalidTunnelIdPkts 1.3.6.1.4.1.1080.1.1.8.5.8.7 counter read-only
The number of ATMP error notification packets containing the INVALID_TUNNEL_ID error code sent by the ATMP daemon process on the GRF.
         atmpTxTimeoutPkts 1.3.6.1.4.1.1080.1.1.8.5.8.8 counter read-only
The number of ATMP error notification packets containing the TIMEOUT error code sent by the ATMP daemon process on the GRF.
         atmpTxNetUnreachablePkts 1.3.6.1.4.1.1080.1.1.8.5.8.9 counter read-only
The number of ATMP error notification packets containing the NET_UNREACHABLE error code sent by the ATMP daemon process on the GRF.
         atmpTxGeneralErrorPkts 1.3.6.1.4.1.1080.1.1.8.5.8.10 counter read-only
The number of ATMP error notification packets containing the GENERAL_ERROR error code sent by the ATMP daemon process on the GRF.
         atmpTxNetworkErrors 1.3.6.1.4.1.1080.1.1.8.5.8.11 counter read-only
The number of occurrences of a network error while attempting to send ATMP packets from the ATMP daemon process on the GRF.
 atmpTables 1.3.6.1.4.1.1080.1.1.8.6
     atmpFATable 1.3.6.1.4.1.1080.1.1.8.6.1 no-access
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.
         atmpFAEntry 1.3.6.1.4.1.1080.1.1.8.6.1.1 no-access
An ATMP foreign agent record in the GRF ATMP configuration.
             atmpFAIpAddress 1.3.6.1.4.1.1080.1.1.8.6.1.1.1 ipaddress read-only
The IP address assigned to the foreign agent. The home agent uses this as the destination address in the GRE header.
             atmpFAPassword 1.3.6.1.4.1.1080.1.1.8.6.1.1.2 displaystring read-only
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.
             atmpFANumberTunnels 1.3.6.1.4.1.1080.1.1.8.6.1.1.3 integer read-only
The number of tunnels associated with this foreign agent.
     atmpHNTable 1.3.6.1.4.1.1080.1.1.8.6.2 no-access
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.
         atmpHNEntry 1.3.6.1.4.1.1080.1.1.8.6.2.1 no-access
An ATMP home network record in the GRF ATMP configuration.
             atmpHAIpAddress 1.3.6.1.4.1.1080.1.1.8.6.2.1.1 ipaddress read-only
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.
             atmpHNName 1.3.6.1.4.1.1080.1.1.8.6.2.1.2 displaystring read-only
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.
             atmpHNMTULimit 1.3.6.1.4.1.1080.1.1.8.6.2.1.3 integer read-only
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).
             atmpHNForceFragmentation 1.3.6.1.4.1.1080.1.1.8.6.2.1.4 integer read-only
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. Enumeration: 'yes': 2, 'no': 1.
             atmpHNBadSourceNotification 1.3.6.1.4.1.1080.1.1.8.6.2.1.5 integer read-only
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. Enumeration: 'yes': 1, 'no': 1.
             atmpHNMaxTunnels 1.3.6.1.4.1.1080.1.1.8.6.2.1.6 integer read-only
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.
             atmpHNInactivityTimeout 1.3.6.1.4.1.1080.1.1.8.6.2.1.7 integer read-only
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.
             atmpHNNumberTunnels 1.3.6.1.4.1.1080.1.1.8.6.2.1.8 integer read-only
The number of tunnels associated with this home network.
             atmpHNInactiveTunnelsRemoved 1.3.6.1.4.1.1080.1.1.8.6.2.1.9 counter read-only
The number of tunnels associated with this home network that were removed because of inactivity.
             atmpHNTunnelsMaxRejected 1.3.6.1.4.1.1080.1.1.8.6.2.1.10 counter read-only
The number of tunnels associated with this home network that were rejected because the maximum number of tunnels for the home network was exceeded.
             atmpHNTunnelHighWater 1.3.6.1.4.1.1080.1.1.8.6.2.1.11 integer read-only
The largest number of concurrently active tunnels associated with the home network.
             atmpHNSwitchToStandbyInterface 1.3.6.1.4.1.1080.1.1.8.6.2.1.12 counter read-only
The number of times the Home Agent had to switch to the standby interface when the primary interface went down.
             atmpHNSwitchToPrimaryInterface 1.3.6.1.4.1.1080.1.1.8.6.2.1.13 counter read-only
The number of times the Home Agent switched back to the primary interface when the primary interface went up again.
             atmpHNRxErrorCount 1.3.6.1.4.1.1080.1.1.8.6.2.1.14 counter read-only
The total number of errors received by this HN. The last 10 of these appear in atmpHNRxErrorTable.
             atmpHNTxErrorCount 1.3.6.1.4.1.1080.1.1.8.6.2.1.15 counter read-only
The total number of errors transmitted by this HN. The last 10 of these appear in atmpHNTxErrorTable.
             atmpHNInterfaceCount 1.3.6.1.4.1.1080.1.1.8.6.2.1.16 integer read-only
The number of interfaces (or circuits) configured for this HN.
     atmpHNTxErrorTable 1.3.6.1.4.1.1080.1.1.8.6.3 no-access
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.
         atmpHNTxErrorEntry 1.3.6.1.4.1.1080.1.1.8.6.3.1 no-access
A transmitted error entry of the Home Network Transmit Error Table.
             atmpHNTxErrorIndex 1.3.6.1.4.1.1080.1.1.8.6.3.1.1 integer read-only
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.
             atmpHNTxErrorCode 1.3.6.1.4.1.1080.1.1.8.6.3.1.2 atmpresultcode read-only
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.
             atmpHNTxErrorFAIpAddress 1.3.6.1.4.1.1080.1.1.8.6.3.1.3 ipaddress read-only
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).
             atmpHNTxErrorTime 1.3.6.1.4.1.1080.1.1.8.6.3.1.4 displaystring read-only
The time atmpHNTxErrorCode was sent to the foreign agent.
     atmpHNRxErrorTable 1.3.6.1.4.1.1080.1.1.8.6.4 no-access
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.
         atmpHNRxErrorEntry 1.3.6.1.4.1.1080.1.1.8.6.4.1 no-access
A received error entry of the Home Network Transmit Error Table.
             atmpHNRxErrorIndex 1.3.6.1.4.1.1080.1.1.8.6.4.1.1 integer read-only
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.
             atmpHNRxErrorCode 1.3.6.1.4.1.1080.1.1.8.6.4.1.2 atmpresultcode read-only
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.
             atmpHNRxErrorFAIpAddress 1.3.6.1.4.1.1080.1.1.8.6.4.1.3 ipaddress read-only
The IP address of the foreign agent that the GRF ATMP daemon process received atmpHNRxErrorCode from.
             atmpHNRxErrorTime 1.3.6.1.4.1.1080.1.1.8.6.4.1.4 displaystring read-only
The time atmpHNRxErrorCode was received from the foreign agent.
     atmpHNInterfaceTable 1.3.6.1.4.1.1080.1.1.8.6.5 no-access
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.
         atmpHNInterfaceEntry 1.3.6.1.4.1.1080.1.1.8.6.5.1 no-access
An ATMP interface record of a home network record in the GRF ATMP configuration.
             atmpHNInterfacePriority 1.3.6.1.4.1.1080.1.1.8.6.5.1.1 integer read-only
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). Enumeration: 'primary': 1, 'secondary': 2.
             atmpHNInterfaceName 1.3.6.1.4.1.1080.1.1.8.6.5.1.2 displaystring read-only
Interface name in standard GRF gx0yz format that indicates media, slot, and logical interface number (interface{name}).
             atmpHNInterfaceConfigType 1.3.6.1.4.1.1080.1.1.8.6.5.1.3 integer read-only
The type of configuration record the interface is defined with in the GRF ATMP configuration file. Enumeration: 'interface': 1, 'circuit': 2.
             atmpHNInterfaceCard 1.3.6.1.4.1.1080.1.1.8.6.5.1.4 integer read-only
The slot number for a HSSI or ATM card. For interface records, this is determined using the interface name (circuit{card}).
             atmpHNInterfacePort 1.3.6.1.4.1.1080.1.1.8.6.5.1.5 integer read-only
The port number (or link) for the HSSI or ATM circuit. For interface records, this is determined using the interface name (circuit{port}).
             atmpHNInterfaceDcliOrVpi 1.3.6.1.4.1.1080.1.1.8.6.5.1.6 integer read-only
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}).
             atmpHNInterfaceVci 1.3.6.1.4.1.1080.1.1.8.6.5.1.7 integer read-only
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}).
             atmpHNInterfaceVpnAddress 1.3.6.1.4.1.1080.1.1.8.6.5.1.8 ipaddress read-only
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}).
             atmpHNInterfaceVpnNetmaskSize 1.3.6.1.4.1.1080.1.1.8.6.5.1.9 integer read-only
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}).
             atmpHNInterfaceRipv2Enabled 1.3.6.1.4.1.1080.1.1.8.6.5.1.10 integer read-only
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}). Enumeration: 'yes': 2, 'no': 1.
             atmpHNInterfaceRipv2Metric 1.3.6.1.4.1.1080.1.1.8.6.5.1.11 integer read-only
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}).
             atmpHNInterfaceRipv2Pkts 1.3.6.1.4.1.1080.1.1.8.6.5.1.12 counter read-only
The number of ripv2 packets sent by the GRF home agent on this interface.
             atmpHNInterfaceCompleteness 1.3.6.1.4.1.1080.1.1.8.6.5.1.13 integer read-only
The completeness status of the interface. A value other than complete (1) is considered an error status. Enumeration: 'uninitialized': 1, 'complete': 2, 'from-circuit-no-if': 5, 'from-if-no-if': 6, 'no-map-to-circuit': 4, 'no-map-to-if': 3.
     atmpTunnelTable 1.3.6.1.4.1.1080.1.1.8.6.6 no-access
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.
         atmpTunnelEntry 1.3.6.1.4.1.1080.1.1.8.6.6.1 no-access
An ATMP tunnel entry.
             atmpTunnelId 1.3.6.1.4.1.1080.1.1.8.6.6.1.1 integer read-only
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.
             atmpTunnelState 1.3.6.1.4.1.1080.1.1.8.6.6.1.2 integer read-only
The states the tunnel can be in. Enumeration: 'down': 3, 'up': 2, 'registering': 1.
             atmpTunnelProtocol 1.3.6.1.4.1.1080.1.1.8.6.6.1.3 integer read-only
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. Enumeration: 'ip': 1, 'ipx': 2.
             atmpTunnelFAIpAddress 1.3.6.1.4.1.1080.1.1.8.6.6.1.4 ipaddress read-only
The IP address assigned to the foreign agent associated with this tunnel. This can be used as the index into the Foreign Agent Table.
             atmpTunnelMnIpAddress 1.3.6.1.4.1.1080.1.1.8.6.6.1.5 ipaddress read-only
The IP Address of the Mobile Node.
             atmpTunnelMnNetmask 1.3.6.1.4.1.1080.1.1.8.6.6.1.6 ipaddress read-only
The netmask of the Mobile Node.
             atmpTunnelMnIpxNetAddress 1.3.6.1.4.1.1080.1.1.8.6.6.1.7 octet string read-only
The IPX network address of the Mobile Node.
             atmpTunnelMnIpxNodeAddress 1.3.6.1.4.1.1080.1.1.8.6.6.1.8 octet string read-only
The IPX node address of the Mobile Node.
             atmpTunnelActive 1.3.6.1.4.1.1080.1.1.8.6.6.1.9 integer read-only
The active/inactive status of the tunnel. Enumeration: 'active': 2, 'inactive': 1.
             atmpTunnelInPkts 1.3.6.1.4.1.1080.1.1.8.6.6.1.10 counter read-only
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.
             atmpTunnelInOctets 1.3.6.1.4.1.1080.1.1.8.6.6.1.11 counter read-only
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.
             atmpTunnelInErrPkts 1.3.6.1.4.1.1080.1.1.8.6.6.1.12 counter read-only
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.
             atmpTunnelOutPkts 1.3.6.1.4.1.1080.1.1.8.6.6.1.13 counter read-only
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.
             atmpTunnelOutOctets 1.3.6.1.4.1.1080.1.1.8.6.6.1.14 counter read-only
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.
             atmpTunnelOutErrPkts 1.3.6.1.4.1.1080.1.1.8.6.6.1.15 counter read-only
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.
             atmpTunnelInOctetRate 1.3.6.1.4.1.1080.1.1.8.6.6.1.16 integer read-only
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.
             atmpTunnelInOctetSampleRate 1.3.6.1.4.1.1080.1.1.8.6.6.1.17 integer read-only
The number of seconds between samples of atmpTunnelInOctets. This is not supported at this time and will contain a value of zero.
             atmpTunnelOutOctetRate 1.3.6.1.4.1.1080.1.1.8.6.6.1.18 integer read-only
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.
             atmpTunnelOutOctetSampleRate 1.3.6.1.4.1.1080.1.1.8.6.6.1.19 integer read-only
The number of seconds between samples of atmpTunnelOutOctets. This is not supported at this time and will contain a value of zero.
             atmpTunnelForcedToFragmentPkts 1.3.6.1.4.1.1080.1.1.8.6.6.1.20 counter read-only
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.
             atmpTunnelFailedToFragmentPkts 1.3.6.1.4.1.1080.1.1.8.6.6.1.21 counter read-only
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.