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

VENDOR: ASCEND COMMUNICATIONS INC.


 Home MIB: ASCEND-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
 atmpAgentMode 1.3.6.1.4.1.529.24.1 integer read-only
The type of ATMP Agent. Enumeration: 'atmp-disabled': 1, 'foreign-agent': 3, 'home-agent': 2, 'both-agent': 4.
 atmpAgentType 1.3.6.1.4.1.529.24.2 integer read-only
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. Enumeration: 'ha-router': 1, 'ha-gateway': 2, 'ha-notapp': 3.
 atmpAgentUDPPort 1.3.6.1.4.1.529.24.3 integer read-only
UDP port number to be used for ATMP.
 atmpAgentGreMtu 1.3.6.1.4.1.529.24.4 integer read-only
The maximum IP packet size that can be transmitted to a peer agent without performing fragmentation. The value 0 means this feature is disabled.
 atmpAgentForceFragmentation 1.3.6.1.4.1.529.24.5 integer read-only
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. Enumeration: 'disabled': 2, 'enabled': 1.
 atmpAgentHAIdleLimit 1.3.6.1.4.1.529.24.6 integer read-only
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.
 atmpLastErrorGenerated 1.3.6.1.4.1.529.24.7 integer read-write
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) Enumeration: 'err-general': 10, 'fa-auth-failed': 2, 'bad-tunnel': 6, 'dns-failed': 9, 'no-error': 1, 'too-many-tunnel': 4, 'err-timeout': 7, 'err-parameter': 5, 'ha-atmp-disabled': 3, 'hn-unreachable': 8.
 atmpAgentSentErrorTo 1.3.6.1.4.1.529.24.8 ipaddress read-only
The IP Address of the agent that the generated was sent to. Clearing atmpLastErrorGenerated also clears this field.
 atmpLastErrorRecv 1.3.6.1.4.1.529.24.9 integer read-write
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) Enumeration: 'fa-auth-failed': 2, 'bad-tunnel': 6, 'no-error': 1, 'too-many-tunnel': 4, 'err-timeout': 7, 'err-parameter': 5, 'ha-atmp-disabled': 3, 'hn-unreachable': 8.
 atmpAgentRecvErrorFrom 1.3.6.1.4.1.529.24.10 ipaddress read-only
The IP Address of the agent that the last error received was from. Clearing atmpLastErrorRecv also clears this field.
 atmpEnableAtmpTraps 1.3.6.1.4.1.529.24.11 integer read-write
Enable the atmp traps. Enumeration: 'disabled': 2, 'enabled': 1.
 atmpAgentNumberFATunnels 1.3.6.1.4.1.529.24.12 integer read-only
The number of FA tunnels.
 atmpAgentNumberHATunnels 1.3.6.1.4.1.529.24.13 integer read-only
The number of HA tunnels.
 atmpAgentNumberLocalTunnels 1.3.6.1.4.1.529.24.14 integer read-only
The number of Local client mode tunnels.
 atmpAgentTunnelHighWater 1.3.6.1.4.1.529.24.15 integer read-only
The high water mark on created ATMP tunnels.
 atmpTunnelTable 1.3.6.1.4.1.529.24.16 no-access
A list of ATMP tunnel entries.
       atmpTunnelEntry 1.3.6.1.4.1.529.24.16.1 no-access
A ATMP tunnel entry.
           atmpTunnelIndex 1.3.6.1.4.1.529.24.16.1.1 integer read-only
A unique index assigned to this tunnel.
           atmpTunnelId 1.3.6.1.4.1.529.24.16.1.2 integer read-only
The tunnel ID assigned to this tunnel. This number is assigned by the HA. NOTE: this number does *not* uniquely identify a tunnel.
           atmpHAIpAddress 1.3.6.1.4.1.529.24.16.1.3 ipaddress read-only
The IP Address of this tunnel's HA.
           atmpFAIpAddress 1.3.6.1.4.1.529.24.16.1.4 ipaddress read-only
The IP Address of this tunnel's FA.
           atmpTunneledProtocol 1.3.6.1.4.1.529.24.16.1.5 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.
           atmpTunnelType 1.3.6.1.4.1.529.24.16.1.6 integer read-only
The type of tunnel this is. Enumeration: 'fa': 2, 'ha': 1, 'both': 3.
           atmpTunnelState 1.3.6.1.4.1.529.24.16.1.7 integer read-only
These are the states the tunnel can be in. Enumeration: 'down': 3, 'up': 2, 'registering': 1.
           atmpMnIpAddress 1.3.6.1.4.1.529.24.16.1.8 ipaddress read-only
The IP Address of the Mobile Node.
           atmpMnNetmask 1.3.6.1.4.1.529.24.16.1.9 ipaddress read-only
The netmask of the Mobile Node.
           atmpMnIpxNetAddress 1.3.6.1.4.1.529.24.16.1.10 octet string read-only
The IPX network address of the Mobile Node.
           atmpMnIpxNodeAddress 1.3.6.1.4.1.529.24.16.1.11 octet string read-only
The IPX node address of the Mobile Node.
           atmpHNProfileName 1.3.6.1.4.1.529.24.16.1.12 displaystring read-only
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.
           atmpHNMaxTunnels 1.3.6.1.4.1.529.24.16.1.13 integer read-only
The maximum number of tunnels allowed to this HN.
           atmpFAPrimaryHAAddress 1.3.6.1.4.1.529.24.16.1.14 displaystring read-only
The Address of the Primary HA. This is known on the FA and will be NULL if the tunnel is on the HA.
           atmpFASecondaryHAAddress 1.3.6.1.4.1.529.24.16.1.15 displaystring read-only
The Address of the secondary HA. This is known only on the FA and will be NULL if the tunnel is on the HA.
           atmpFASsnStatusIndex 1.3.6.1.4.1.529.24.16.1.16 integer read-only
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.
           atmpFAUserName 1.3.6.1.4.1.529.24.16.1.17 displaystring read-only
The name of the mobile node. This is only known on the FA and will be NULL if the tunnel is on the HA.
           atmpInPkts 1.3.6.1.4.1.529.24.16.1.18 counter read-only
The number of packets received on this tunnel from the peer Agent. Not valid for tunnels in local client mode.
           atmpInOctets 1.3.6.1.4.1.529.24.16.1.19 counter read-only
The number of octets received on this tunnel from the peer Agent. Not valid for tunnels in local client mode.
           atmpInErrPkts 1.3.6.1.4.1.529.24.16.1.20 counter read-only
The number of packets received on this tunnel from the peer Agent that were dropped. Not valid for tunnels in local client mode.
           atmpOutPkts 1.3.6.1.4.1.529.24.16.1.21 counter read-only
The number of packets sent on this tunnel to the peer Agent. Not valid for tunnels in local client mode.
           atmpOutOctets 1.3.6.1.4.1.529.24.16.1.22 counter read-only
The number of octets sent on this tunnel to the peer Agent. Not valid for tunnels in local client mode.
           atmpOutErrPkts 1.3.6.1.4.1.529.24.16.1.23 counter read-only
The number of packets dropped on this tunnel before sending to peer Agent. Not valid for tunnels in local client mode.
           atmpPktsForcedToFragment 1.3.6.1.4.1.529.24.16.1.24 counter read-only
The number of packets forced to pre-fragment despite the DF bit. Not valid for tunnels in local client mode.
           atmpPktsFailedFragment 1.3.6.1.4.1.529.24.16.1.25 counter read-only
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.