ASCEND-MIBNAT-MIB: View SNMP OID List / Download MIB
VENDOR: ASCEND COMMUNICATIONS INC.
Home | MIB: ASCEND-MIBNAT-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).
|
|||
Object Name | OID | Type | Access | Info |
mibnatProfile | 1.3.6.1.4.1.529.23.95 | |||
mibnatProfileTable | 1.3.6.1.4.1.529.23.95.1 | no-access |
A list of mibnatProfile profile entries. |
|
1.3.6.1.4.1.529.23.95.1.1 | no-access |
A mibnatProfile entry containing objects that maps to the parameters of mibnatProfile profile. |
||
natProfile_NatRouting | 1.3.6.1.4.1.529.23.95.1.1.2 | integer | read-write |
A boolean. When set to TRUE it translates all the lan addresses to dynamicaly assigned internet address. Enumeration: 'yes': 2, 'no': 1. |
natProfile_NatProfile | 1.3.6.1.4.1.529.23.95.1.1.3 | displaystring | read-only |
The name of this NAT profile, used in other types of profiles to refer to this NAT profile. |
natProfile_NatLan | 1.3.6.1.4.1.529.23.95.1.1.4 | integer | read-write |
Which NAT addressing option to use. Enumeration: 'natlanPoolIp': 3, 'natlanMultiIp': 2, 'natlanSingleIp': 1. |
natProfile_DefaultServer | 1.3.6.1.4.1.529.23.95.1.1.5 | ipaddress | read-write |
The LAN address of the Default Server on the Lan side |
natProfile_TunnelServer | 1.3.6.1.4.1.529.23.95.1.1.6 | ipaddress | read-write |
The IP address of the Tunnel Server on the Lan side |
natProfile_FrameRelayAddress | 1.3.6.1.4.1.529.23.95.1.1.7 | ipaddress | read-write |
The Frame Relay/ATM VC user assigned IP address |
natProfile_StickyAddress | 1.3.6.1.4.1.529.23.95.1.1.8 | integer | read-write |
A Boolen. When set to TRUE enables the sticky IP address feature - the router will try to retain the last IP address it got from the host by negotiating it with the host. Enumeration: 'yes': 2, 'no': 1. |
natProfile_StickyTimeout | 1.3.6.1.4.1.529.23.95.1.1.9 | integer | read-write |
A number. Represents the number of minutes the router will try to request the sticky IP address counting from the end of the last session. |
natProfile_NoNatAddress | 1.3.6.1.4.1.529.23.95.1.1.10 | ipaddress | read-write |
Address of subnet which should be exempted from Network Address Translation. An address of 0.0.0.0 means that selective NAT is disabled. |
natProfile_AlternateNaptAddress | 1.3.6.1.4.1.529.23.95.1.1.11 | ipaddress | read-write |
Public address to use on the WAN for sindle-address NAT instead of the address negotiated via IPCP. A value of 0.0.0.0 means use the address negotiated via IPCP. |
natProfile_NaptIdleTcpTimeout | 1.3.6.1.4.1.529.23.95.1.1.12 | integer | read-write |
The flush timer interval in minutes for idle TCP connection entries in the NAPT table. Defaults to 24 hours. |
natProfile_Action_o | 1.3.6.1.4.1.529.23.95.1.1.13 | integer | read-write |
Enumeration: 'deleteProfile': 3, 'createProfile': 2, 'noAction': 1. |
natProfile_NatAddrPoolNum | 1.3.6.1.4.1.529.23.95.1.1.14 | integer | read-write |
Designates the address pool to use for Address Pool NAT. |
mibnatProfile_StaticMappingsTable | 1.3.6.1.4.1.529.23.95.2 | no-access |
A list of mibnatProfile__static_mappings profile entries. |
|
1.3.6.1.4.1.529.23.95.2.1 | no-access |
A mibnatProfile__static_mappings entry containing objects that maps to the parameters of mibnatProfile__static_mappings profile. |
||
natProfile_StaticMappings_Index_o | 1.3.6.1.4.1.529.23.95.2.1.1 | integer | read-only | |
natProfile_StaticMappings_ValidEntry | 1.3.6.1.4.1.529.23.95.2.1.3 | integer | read-write |
When TRUE, this filter entry has been defined and properly initialized. When FALSE, this entry should be skipped Enumeration: 'yes': 2, 'no': 1. |
natProfile_StaticMappings_DestPort | 1.3.6.1.4.1.529.23.95.2.1.4 | integer | read-write |
The destPort represents the destination port number from TCP/UDP packets from the Wan to the Lan. |
natProfile_StaticMappings_Protocol | 1.3.6.1.4.1.529.23.95.2.1.5 | integer | read-write |
The protocol represents the protocol type Enumeration: 'smUdp': 2, 'smTcp': 1. |
natProfile_StaticMappings_LocalPort | 1.3.6.1.4.1.529.23.95.2.1.6 | integer | read-write |
The localPort represents the local port number for machines on the Lan side. |
natProfile_StaticMappings_LocalAddress | 1.3.6.1.4.1.529.23.95.2.1.7 | ipaddress | read-write |
The localAddress represents the local IP Address of machines on the Lan side. |
natProfile_StaticMappings_NatProfile | 1.3.6.1.4.1.529.23.95.2.1.8 | displaystring | read-only |