FutureNat-MIB
123 objects
The natMIB is placed under supermicro MIB branch.
Imported Objects
| SNMPv2-SMI | Counter32 enterprises Integer32 IpAddress MODULE-IDENTITY OBJECT-TYPE |
| SNMPv2-TC | DisplayString RowStatus TEXTUAL-CONVENTION TimeStamp |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.10876.101.1.14 | IdentityfutureNatMIB | The natMIB is placed under supermicro MIB branch. | ||
| 1.3.6.1.4.1.10876.101.1.14.1 | Nodenat | |||
| 1.3.6.1.4.1.10876.101.1.14.1.1 | NodenatStatInfo | |||
| 1.3.6.1.4.1.10876.101.1.14.1.1.1 | ScalarnatEnable | read-write | current | Enables or Disables NAT globally. |
| 1.3.6.1.4.1.10876.101.1.14.1.1.2 | ScalarnatTypicalNumberOfEntries | read-write | current | This gives the initial number of entries in the Dynamic Table for which the memory should be alloted at initialisation time. When changed dynamically, the upda… |
| 1.3.6.1.4.1.10876.101.1.14.1.1.3 | ScalarnatTranslatedLocalPortStart | read-write | current | Gives the start of next free translated local port to be used (in case it is set) if NAPT is enabled and a new connection arrives at the NAT Router. |
| 1.3.6.1.4.1.10876.101.1.14.1.1.4 | ScalarnatIdleTimeOut | read-write | current | This gives the amount of time until which a connection can stay idle, after which the connection will be terminated. The time is given in seconds. |
| 1.3.6.1.4.1.10876.101.1.14.1.1.5 | ScalarnatTcpTimeOut | read-write | current | This gives the amount of time the TCP session entry can be present in the NAT session table without being used or referred, before being removed from the NAT s… |
| 1.3.6.1.4.1.10876.101.1.14.1.1.6 | ScalarnatUdpTimeOut | read-write | current | This gives the amount of time the UDP session entry can be present in the NAT session table without being used or referred, before being removed from the NAT s… |
| 1.3.6.1.4.1.10876.101.1.14.1.1.7 | ScalarnatTrcFlag | read-write | current | The value given enables the respective trace options. Each value of the flag corresponds to a certain trace option. Flag Value Trace Option 0 No Trace Flag ena… |
| 1.3.6.1.4.1.10876.101.1.14.1.1.8 | ScalarnatStatDynamicAllocFailureCount | read-only | current | This gives number of times dynamic allocation (malloc) has failed. |
| 1.3.6.1.4.1.10876.101.1.14.1.1.9 | ScalarnatStatTotalNumberOfTranslations | read-only | current | This gives the total number of packets that are translated by NAT module on all the interfaces |
| 1.3.6.1.4.1.10876.101.1.14.1.1.10 | ScalarnatStatTotalNumberOfActiveSessions | read-only | current | This gives the total number of currently active sessions (both UDP and TCP) on all interfaces |
| 1.3.6.1.4.1.10876.101.1.14.1.1.11 | ScalarnatStatTotalNumberOfPktsDropped | read-only | current | Gives the total number of packets that have been dropped by the NAT module due to various causes . |
| 1.3.6.1.4.1.10876.101.1.14.1.1.12 | ScalarnatStatTotalNumberOfSessionsClosed | read-only | current | Gives the total number of idle sessions that are removed from NAT table. |
| 1.3.6.1.4.1.10876.101.1.14.1.1.13 | ScalarnatIKEPortTranslation | read-write | current | This is used to enable or disable IKE port translation feature . |
| 1.3.6.1.4.1.10876.101.1.14.1.1.14 | ScalarnatIKETimeout | read-write | current | This gives the amount of time the IKE session entry can be present in the NAT IKE session table without being used or referred, before being removed from the N… |
| 1.3.6.1.4.1.10876.101.1.14.1.1.15 | ScalarnatIPSecTimeout | read-write | current | This gives the amount of time the IPSec session entry can be present in the NAT IPSec session table without being used or referred, before being removed from t… |
| 1.3.6.1.4.1.10876.101.1.14.1.1.16 | ScalarnatIPSecPendingTimeout | read-write | current | This gives the amount of time the IPSec pending entry can be present in the NAT IPSec Pending table without being used or referred, before being removed from t… |
| 1.3.6.1.4.1.10876.101.1.14.1.1.17 | ScalarnatIPSecMaxRetry | read-write | current | This is used to set the maximum number of retries allowed for IPSec session in the pending Table. |
| 1.3.6.1.4.1.10876.101.1.14.1.1.18 | ScalarsipAlgPort | read-write | current | Gives the the port to be used for sip signaling. |
| 1.3.6.1.4.1.10876.101.1.14.1.1.19 | ScalarnatSipAlgPartialEntryTimeOut | read-write | current | This gives the amount of time until which a connection can stay idle, after which the connection will be terminated. The time is given in seconds. |
| 1.3.6.1.4.1.10876.101.1.14.1.2 | TablenatDynamicTransTable | not-accessible | current | This table is a read-only table which gives the IP address and port mappings present in the NAT table. This is nothing but the NAT translation table. Rows can … |
| 1.3.6.1.4.1.10876.101.1.14.1.2.1 | RownatDynamicTransEntry | not-accessible | current | An entry in the NAT dynamic table. |
| 1.3.6.1.4.1.10876.101.1.14.1.2.1.1 | ColumnnatDynamicTransInterfaceNum | not-accessible | current | This gives the global interface number on which the session is going on. |
| 1.3.6.1.4.1.10876.101.1.14.1.2.1.2 | ColumnnatDynamicTransLocalIp | not-accessible | current | This gives the actual IP address of the host connected to inside network. |
| 1.3.6.1.4.1.10876.101.1.14.1.2.1.3 | ColumnnatDynamicTransTranslatedLocalIp | read-only | current | This is the address assigned to the local host by NAT. All the hosts from outside will contact the local host through this valid IP Address. |
| 1.3.6.1.4.1.10876.101.1.14.1.2.1.4 | ColumnnatDynamicTransLocalPort | not-accessible | current | This is the actual source/destination port (UDP/TCP) used by the local host for communicating with the outside network. |
| 1.3.6.1.4.1.10876.101.1.14.1.2.1.5 | ColumnnatDynamicTransTranslatedLocalPort | read-only | current | This is the port number assigned by NAT, when PAT is enabled. Otherwise the original port number is retained. |
| 1.3.6.1.4.1.10876.101.1.14.1.2.1.6 | ColumnnatDynamicTransOutsideIp | not-accessible | current | This gives the IP address of the outside host which the above stated Local host is contacting. |
| 1.3.6.1.4.1.10876.101.1.14.1.2.1.7 | ColumnnatDynamicTransOutsidePort | not-accessible | current | This is the port number of the outside host on which it is being contacted. |
| 1.3.6.1.4.1.10876.101.1.14.1.2.1.8 | ColumnnatDynamicTransLastUseTime | read-only | current | This gives the amount of time (in seconds) for which the above particular connection has remained idle. |
| 1.3.6.1.4.1.10876.101.1.14.1.3 | TablenatGlobalAddressTable | not-accessible | current | This configuration table is used to list all the global IP addresses obtained from InterNIC and which can be used by NAT module for translation. |
| 1.3.6.1.4.1.10876.101.1.14.1.3.1 | RownatGlobalAddressEntry | not-accessible | current | An entry in the NAT global IP address table. |
| 1.3.6.1.4.1.10876.101.1.14.1.3.1.1 | ColumnnatGlobalAddressInterfaceNum | not-accessible | current | This gives the interface number on which the global IP address given below should be used for local IP address translation. |
| 1.3.6.1.4.1.10876.101.1.14.1.3.1.2 | ColumnnatGlobalAddressTranslatedLocalIp | not-accessible | current | This is the IP address network number obtained from the IANA which can be used by NAT for translating the local IP addresses whose packets are going on the cor… |
| 1.3.6.1.4.1.10876.101.1.14.1.3.1.3 | ColumnnatGlobalAddressMask | read-write | current | This when applied on the natGlobalAddressTranslatedLocalIp gives the range of global IP Addresses that can be used by the NAT module to translate the local IP … |
| 1.3.6.1.4.1.10876.101.1.14.1.3.1.4 | ColumnnatGlobalAddressEntryStatus | read-write | current | The status of the entry can be used as specified in the SNMP V2 standard. |
| 1.3.6.1.4.1.10876.101.1.14.1.4 | TablenatLocalAddressTable | not-accessible | current | This table is also a configuration table. The user has to configure Interfaces, which are connected to inside network and the IP address ranges, which needs ad… |
| 1.3.6.1.4.1.10876.101.1.14.1.4.1 | RownatLocalAddressEntry | not-accessible | current | An entry in the NAT local IP address range specification table. |
| 1.3.6.1.4.1.10876.101.1.14.1.4.1.1 | ColumnnatLocalAddressInterfaceNumber | not-accessible | current | This gives the interface number which is connected to inside network containing the given below Local IP addresses. |
| 1.3.6.1.4.1.10876.101.1.14.1.4.1.2 | ColumnnatLocalAddressLocalIp | not-accessible | current | This gives the network number of the local host needing translation. |
| 1.3.6.1.4.1.10876.101.1.14.1.4.1.3 | ColumnnatLocalAddressMask | read-write | current | This mask when anded with the above local IP gives the range of Local host that can contact outside . |
| 1.3.6.1.4.1.10876.101.1.14.1.4.1.4 | ColumnnatLocalAddressEntryStatus | read-write | current | The status of the entry can be used as specified in the SNMP V2 standard. |
| 1.3.6.1.4.1.10876.101.1.14.1.5 | TablenatStaticTable | not-accessible | current | This table is a configurable table in which the static IP address mapping between the LOCAL IP address and GLOBAL IP address is configured. |
| 1.3.6.1.4.1.10876.101.1.14.1.5.1 | RownatStaticEntry | not-accessible | current | An entry in the NAT static configuration table. |
| 1.3.6.1.4.1.10876.101.1.14.1.5.1.1 | ColumnnatStaticInterfaceNum | not-accessible | current | The local host listed below will use the corresponding global IP if it sends packets on this interface. |
| 1.3.6.1.4.1.10876.101.1.14.1.5.1.2 | ColumnnatStaticLocalIp | not-accessible | current | This is the IP address of the host present in the inside network. |
| 1.3.6.1.4.1.10876.101.1.14.1.5.1.3 | ColumnnatStaticTranslatedLocalIp | read-write | current | This is the IP address that should be used in the packets going out from the given InsideLocalIp host to the outside network. In the opposite direction this ma… |
| 1.3.6.1.4.1.10876.101.1.14.1.5.1.4 | ColumnnatStaticEntryStatus | read-write | current | The status of the entry can be used as specified in the SNMP V2 standard. |
| 1.3.6.1.4.1.10876.101.1.14.1.6 | TablenatStaticNaptTable | not-accessible | current | This table is a configurable table in which the static IP address and Port mapping between the Local IP address, Local Port and Global IP address, Global Port … |
| 1.3.6.1.4.1.10876.101.1.14.1.6.1 | RownatStaticNaptEntry | not-accessible | current | An entry in the NAT StaticNapt configuration table. |
| 1.3.6.1.4.1.10876.101.1.14.1.6.1.1 | ColumnnatStaticNaptInterfaceNum | not-accessible | current | The local host with the local port listed below will use the corresponding global IP and global port if it sends packets on this interface. |
| 1.3.6.1.4.1.10876.101.1.14.1.6.1.2 | ColumnnatStaticNaptLocalIp | not-accessible | current | This is the IP address of the host present in the inside network. |
| 1.3.6.1.4.1.10876.101.1.14.1.6.1.3 | ColumnnatStaticNaptStartLocalPort | not-accessible | current | This is the start Port of the host present in the inside network. |
| 1.3.6.1.4.1.10876.101.1.14.1.6.1.4 | ColumnnatStaticNaptEndLocalPort | not-accessible | current | This is the End Port of the host present in the inside network. |
| 1.3.6.1.4.1.10876.101.1.14.1.6.1.5 | ColumnnatStaticNaptProtocolNumber | not-accessible | current | This is protocol number which is to be allowed |
| 1.3.6.1.4.1.10876.101.1.14.1.6.1.6 | ColumnnatStaticNaptTranslatedLocalIp | read-write | current | This is the IP address that should be used in the packets going out from the given InsideLocalIp host to the outside network. In the opposite direction this ma… |
| 1.3.6.1.4.1.10876.101.1.14.1.6.1.7 | ColumnnatStaticNaptTranslatedLocalPort | read-write | current | This is the Port that should be used in the packets going out from the given InsideLocalIp host to the outside network. In the opposite direction this mapping … |
| 1.3.6.1.4.1.10876.101.1.14.1.6.1.8 | ColumnnatStaticNaptDescription | read-write | current | This is the description of the entry given by the user at the time of configuration |
| 1.3.6.1.4.1.10876.101.1.14.1.6.1.9 | ColumnnatStaticNaptEntryStatus | read-write | current | The status of the entry can be used as specified in the SNMP V2 standard. |
| 1.3.6.1.4.1.10876.101.1.14.1.7 | TablenatIfTable | not-accessible | current | This tables gives the interface number on which NAT,NAPT,TWICE NAT and TWO WAY NAT are enabled. |
| 1.3.6.1.4.1.10876.101.1.14.1.7.1 | RownatIfEntry | not-accessible | current | An entry in the NAT Interface table. |
| 1.3.6.1.4.1.10876.101.1.14.1.7.1.1 | ColumnnatIfInterfaceNumber | not-accessible | current | This gives the global interface number on which the following features can be enabled. |
| 1.3.6.1.4.1.10876.101.1.14.1.7.1.2 | ColumnnatIfNat | read-write | current | This enables NAT on interface number given by natIfInterfaceNumber. Only the inside host can initiate connections. Translation will be done on outbound packets… |
| 1.3.6.1.4.1.10876.101.1.14.1.7.1.3 | ColumnnatIfNapt | read-write | current | This enables port translation on interface number given by natIfInterfaceNumber. If this feature is enabled, then the same global IP address is overloaded and … |
| 1.3.6.1.4.1.10876.101.1.14.1.7.1.4 | ColumnnatIfTwoWayNat | read-write | current | This enables NAT on both sides. That is the connection can be initiated from the inside host as well as from the outside host. Translation will be done on both… |
| 1.3.6.1.4.1.10876.101.1.14.1.7.1.5 | ColumnnatIfEntryStatus | read-write | current | The status of the entry can be used as specified in the SNMP V2 standard. |
| 1.3.6.1.4.1.10876.101.1.14.1.8 | TablenatIPSecSessionTable | not-accessible | current | This table gives the IP address and SPI mappings present in the NAT table. This is nothing but the NAT translation table for the IPSec Traffic. Rows are automa… |
| 1.3.6.1.4.1.10876.101.1.14.1.8.1 | RownatIPSecSessionEntry | not-accessible | current | An entry in the NAT IPSec Session table. |
| 1.3.6.1.4.1.10876.101.1.14.1.8.1.1 | ColumnnatIPSecSessionInterfaceNum | not-accessible | current | This gives the interface number on which the session is going on. |
| 1.3.6.1.4.1.10876.101.1.14.1.8.1.2 | ColumnnatIPSecSessionLocalIp | not-accessible | current | This gives the actual IP address of the host connected to inside network. |
| 1.3.6.1.4.1.10876.101.1.14.1.8.1.3 | ColumnnatIPSecSessionTranslatedLocalIp | read-only | current | This is the address assigned to the local host by NAT. All the hosts from outside will contact the local host through this valid IP Address. |
| 1.3.6.1.4.1.10876.101.1.14.1.8.1.4 | ColumnnatIPSecSessionOutsideIp | not-accessible | current | This gives the IP address of the outside host, which the above stated Local host is contacting. |
| 1.3.6.1.4.1.10876.101.1.14.1.8.1.5 | ColumnnatIPSecSessionSPIInside | not-accessible | current | This gives the SPI of the host connected to inside network. |
| 1.3.6.1.4.1.10876.101.1.14.1.8.1.6 | ColumnnatIPSecSessionSPIOutside | not-accessible | current | This gives the SPI of the host connected to outside network. |
| 1.3.6.1.4.1.10876.101.1.14.1.8.1.7 | ColumnnatIPSecSessionLastUseTime | read-only | current | This gives the last time the session was accessed |
| 1.3.6.1.4.1.10876.101.1.14.1.8.1.8 | ColumnnatIPSecSessionEntryStatus | read-write | current | The status of the entry can be used as specified in the SNMP V2 standard. |
| 1.3.6.1.4.1.10876.101.1.14.1.9 | TablenatIPSecPendingTable | not-accessible | current | This table gives the IP address and SPI mappings present in the Pending Table of NAT for IPSec Traffic. Rows are automatically created and deleted by NAT modul… |
| 1.3.6.1.4.1.10876.101.1.14.1.9.1 | RownatIPSecPendingEntry | not-accessible | current | An entry in the NAT IPSec Pending table. |
| 1.3.6.1.4.1.10876.101.1.14.1.9.1.1 | ColumnnatIPSecPendingInterfaceNum | not-accessible | current | This gives the interface number on which the session is going on. |
| 1.3.6.1.4.1.10876.101.1.14.1.9.1.2 | ColumnnatIPSecPendingLocalIp | not-accessible | current | This gives the actual IP address of the host connected to inside network. |
| 1.3.6.1.4.1.10876.101.1.14.1.9.1.3 | ColumnnatIPSecPendingTranslatedLocalIp | read-only | current | This is the address assigned to the local host by NAT. All the hosts from outside will contact the local host through this valid IP Address. |
| 1.3.6.1.4.1.10876.101.1.14.1.9.1.4 | ColumnnatIPSecPendingOutsideIp | not-accessible | current | This gives the IP address of the outside host, which the above stated Local host is contacting. |
| 1.3.6.1.4.1.10876.101.1.14.1.9.1.5 | ColumnnatIPSecPendingSPIInside | not-accessible | current | This gives the SPI of the host connected to inside network. |
| 1.3.6.1.4.1.10876.101.1.14.1.9.1.6 | ColumnnatIPSecPendingSPIOutside | not-accessible | current | This gives the SPI of the host connected to outside network. |
| 1.3.6.1.4.1.10876.101.1.14.1.9.1.7 | ColumnnatIPSecPendingLastUseTime | read-only | current | This gives the last time the session was accessed. |
| 1.3.6.1.4.1.10876.101.1.14.1.9.1.8 | ColumnnatIPSecPendingNoOfRetry | read-only | current | This gives the number of retry count |
| 1.3.6.1.4.1.10876.101.1.14.1.9.1.9 | ColumnnatIPSecPendingEntryStatus | read-write | current | The status of the entry can be used as specified in the SNMP V2 standard. |
| 1.3.6.1.4.1.10876.101.1.14.1.10 | TablenatIKESessionTable | not-accessible | current | This table gives the IP address and Cookie mappings present in the IKE session Table of NAT . Rows are automatically created and deleted by NAT module. User ca… |
| 1.3.6.1.4.1.10876.101.1.14.1.10.1 | RownatIKESessionEntry | not-accessible | current | An entry in the NAT IKE Session table. |
| 1.3.6.1.4.1.10876.101.1.14.1.10.1.1 | ColumnnatIKESessionInterfaceNum | not-accessible | current | This gives the interface number on which the session is going on. |
| 1.3.6.1.4.1.10876.101.1.14.1.10.1.2 | ColumnnatIKESessionLocalIp | not-accessible | current | This gives the actual IP address of the host connected to inside network. |
| 1.3.6.1.4.1.10876.101.1.14.1.10.1.3 | ColumnnatIKESessionTranslatedLocalIp | read-only | current | This is the address assigned to the local host by NAT. All the hosts from outside will contact the local host through this valid IP Address. |
| 1.3.6.1.4.1.10876.101.1.14.1.10.1.4 | ColumnnatIKESessionOutsideIp | not-accessible | current | This gives the IP address of the outside host, which the above stated Local host is contacting. |
| 1.3.6.1.4.1.10876.101.1.14.1.10.1.5 | ColumnnatIKESessionInitCookie | not-accessible | current | This gives the Cookie information of the initiator of the session. |
| 1.3.6.1.4.1.10876.101.1.14.1.10.1.6 | ColumnnatIKESessionLastUseTime | read-only | current | This gives the last time the session was accessed |
| 1.3.6.1.4.1.10876.101.1.14.1.10.1.7 | ColumnnatIKESessionEntryStatus | read-write | current | The status of the entry can be used as specified in the SNMP V2 standard. |
| 1.3.6.1.4.1.10876.101.1.14.1.11 | TablenatPortTrigInfoTable | not-accessible | current | This table gives the port trigger information of the nat module. Rows are automatically created/deleted on the fly by the user. User can also delete row using … |
| 1.3.6.1.4.1.10876.101.1.14.1.11.1 | RownatPortTrigInfoEntry | not-accessible | current | An entry in the NAT Port trigger Info Table. |
| 1.3.6.1.4.1.10876.101.1.14.1.11.1.1 | ColumnnatPortTrigInfoAppName | read-write | current | This gives the application name using the port trigger feature. |
| 1.3.6.1.4.1.10876.101.1.14.1.11.1.2 | ColumnnatPortTrigInfoInBoundPortRange | not-accessible | current | This gives the Inbound port-range through which the outside host initiates the connection |
| 1.3.6.1.4.1.10876.101.1.14.1.11.1.3 | ColumnnatPortTrigInfoOutBoundPortRange | not-accessible | current | This gives the Out-bound port-range through which the inside host initiates the connection |
| 1.3.6.1.4.1.10876.101.1.14.1.11.1.4 | ColumnnatPortTrigInfoProtocol | not-accessible | current | This gives the protocol (TCP/UDP/ANY) in the port trigger feature |
| 1.3.6.1.4.1.10876.101.1.14.1.11.1.5 | ColumnnatPortTrigInfoEntryStatus | read-write | current | The status of the entry can be used as specified in the SNMP V2 standard. |
| 1.3.6.1.4.1.10876.101.1.14.1.12 | TablenatPolicyTable | not-accessible | current | This is a configurable table in which the mapping between the nat policy filter, identifier and global IP address is configured. The filter identifies the traf… |
| 1.3.6.1.4.1.10876.101.1.14.1.12.1 | RownatPolicyEntry | not-accessible | current | An entry in the Policy NAT configuration table. |
| 1.3.6.1.4.1.10876.101.1.14.1.12.1.1 | ColumnnatPolicyType | not-accessible | current | This specifies the type of Policy NAT. It can be either static Policy NAT or dynamic policy NAT. For policy static NAT the number of global IP addresses should… |
| 1.3.6.1.4.1.10876.101.1.14.1.12.1.2 | ColumnnatPolicyId | not-accessible | current | A unique value, greater than zero, that identifies each NAT Policy binding. |
| 1.3.6.1.4.1.10876.101.1.14.1.12.1.3 | ColumnnatPolicyAclName | not-accessible | current | This is the Policy nat filter rule identifier that uniquely identifies a filter in the filter table. The administrator is expected to delete the NAT policy bef… |
| 1.3.6.1.4.1.10876.101.1.14.1.12.1.4 | ColumnnatPolicyTranslatedIp | read-write | current | This is the IP address that should be used in the packets going out from the given InsideLocalIp host to the outside network. (as defined by the Policy rule id… |
| 1.3.6.1.4.1.10876.101.1.14.1.12.1.5 | ColumnnatPolicyEntryStatus | read-write | current | The status of the entry can be used as specified in the SNMP standard. |
| 1.3.6.1.4.1.10876.101.1.14.1.13 | TablenatRsvdPortTrigInfoTable | not-accessible | current | This table is a read-only table which gives the reserved port trigger information of the NAT module. Rows can neither be created nor be deleted using the rowst… |
| 1.3.6.1.4.1.10876.101.1.14.1.13.1 | RownatRsvdPortTrigInfoEntry | not-accessible | current | An entry in the Reserved NAT Port trigger Info Table. |
| 1.3.6.1.4.1.10876.101.1.14.1.13.1.1 | ColumnnatRsvdPortTrigInfoAppIndex | not-accessible | current | This indicates the application index that uses the port trigger feature. |
| 1.3.6.1.4.1.10876.101.1.14.1.13.1.2 | ColumnnatRsvdPortTrigInfoLocalIp | read-only | current | This indicates Local IP Address of the reserved port trigger session. |
| 1.3.6.1.4.1.10876.101.1.14.1.13.1.3 | ColumnnatRsvdPortTrigInfoRemoteIp | read-only | current | This indicates the remote IP address of the reserved port trigger session. |
| 1.3.6.1.4.1.10876.101.1.14.1.13.1.4 | ColumnnatRsvdPortTrigInfoStartTime | read-only | current | This indicates the time by which the reserved port trigger session has been established. |
| 1.3.6.1.4.1.10876.101.1.14.1.13.1.5 | ColumnnatRsvdPortTrigInfoAppName | read-only | current | This gives the application name using the port trigger feature. |
| 1.3.6.1.4.1.10876.101.1.14.1.13.1.6 | ColumnnatRsvdPortTrigInfoInBoundPortRange | read-only | current | This gives the Inbound port-range through which the outside host initiates the connection |
| 1.3.6.1.4.1.10876.101.1.14.1.13.1.7 | ColumnnatRsvdPortTrigInfoOutBoundPortRange | read-only | current | This gives the Out-bound port-range through which the inside host initiates the connection |
| 1.3.6.1.4.1.10876.101.1.14.1.13.1.8 | ColumnnatRsvdPortTrigInfoProtocol | read-only | current | This gives the protocol (TCP/UDP/ANY) in the port trigger feature |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| Status | INTEGER { enabled(1), disabled(2) } | current | The status of each feature of FutureNAT i.e. whether it is enabled or not |