ASCEND-MIBNAT-MIB

File: ASCEND-MIBNAT-MIB.mib (8356 bytes)

Imported modules

ASCEND-MIB RFC1155-SMI RFC-1212

Imported symbols

configuration IpAddress OBJECT-TYPE

Defined Types

DisplayString  
OCTET STRING    

MibnatProfileEntry  
SEQUENCE    
  natProfile-NatRouting INTEGER
  natProfile-NatProfile DisplayString
  natProfile-NatLan INTEGER
  natProfile-DefaultServer IpAddress
  natProfile-TunnelServer IpAddress
  natProfile-FrameRelayAddress IpAddress
  natProfile-StickyAddress INTEGER
  natProfile-StickyTimeout INTEGER
  natProfile-NoNatAddress IpAddress
  natProfile-AlternateNaptAddress IpAddress
  natProfile-NaptIdleTcpTimeout INTEGER
  natProfile-NatAddrPoolNum INTEGER
  natProfile-Action-o INTEGER

MibnatProfile-StaticMappingsEntry  
SEQUENCE    
  natProfile-StaticMappings-NatProfile DisplayString
  natProfile-StaticMappings-Index-o INTEGER
  natProfile-StaticMappings-ValidEntry INTEGER
  natProfile-StaticMappings-DestPort INTEGER
  natProfile-StaticMappings-Protocol INTEGER
  natProfile-StaticMappings-LocalPort INTEGER
  natProfile-StaticMappings-LocalAddress IpAddress

Defined Values

mibnatProfile 1.3.6.1.4.1.529.23.95
OBJECT IDENTIFIER    

mibnatProfileTable 1.3.6.1.4.1.529.23.95.1
A list of mibnatProfile profile entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MibnatProfileEntry

mibnatProfileEntry 1.3.6.1.4.1.529.23.95.1.1
A mibnatProfile entry containing objects that maps to the parameters of mibnatProfile profile.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MibnatProfileEntry  

natProfile-NatRouting 1.3.6.1.4.1.529.23.95.1.1.2
A boolean. When set to TRUE it translates all the lan addresses to dynamicaly assigned internet address.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER no(1), yes(2)  

natProfile-NatProfile 1.3.6.1.4.1.529.23.95.1.1.3
The name of this NAT profile, used in other types of profiles to refer to this NAT profile.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

natProfile-NatLan 1.3.6.1.4.1.529.23.95.1.1.4
Which NAT addressing option to use.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER natlanSingleIp(1), natlanMultiIp(2), natlanPoolIp(3)  

natProfile-DefaultServer 1.3.6.1.4.1.529.23.95.1.1.5
The LAN address of the Default Server on the Lan side
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

natProfile-TunnelServer 1.3.6.1.4.1.529.23.95.1.1.6
The IP address of the Tunnel Server on the Lan side
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

natProfile-FrameRelayAddress 1.3.6.1.4.1.529.23.95.1.1.7
The Frame Relay/ATM VC user assigned IP address
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

natProfile-StickyAddress 1.3.6.1.4.1.529.23.95.1.1.8
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER no(1), yes(2)  

natProfile-StickyTimeout 1.3.6.1.4.1.529.23.95.1.1.9
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

natProfile-NoNatAddress 1.3.6.1.4.1.529.23.95.1.1.10
Address of subnet which should be exempted from Network Address Translation. An address of 0.0.0.0 means that selective NAT is disabled.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

natProfile-AlternateNaptAddress 1.3.6.1.4.1.529.23.95.1.1.11
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

natProfile-NaptIdleTcpTimeout 1.3.6.1.4.1.529.23.95.1.1.12
The flush timer interval in minutes for idle TCP connection entries in the NAPT table. Defaults to 24 hours.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

natProfile-NatAddrPoolNum 1.3.6.1.4.1.529.23.95.1.1.14
Designates the address pool to use for Address Pool NAT.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

natProfile-Action-o 1.3.6.1.4.1.529.23.95.1.1.13
Tok_String
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER noAction(1), createProfile(2), deleteProfile(3)  

mibnatProfile-StaticMappingsTable 1.3.6.1.4.1.529.23.95.2
A list of mibnatProfile__static_mappings profile entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MibnatProfile-StaticMappingsEntry

mibnatProfile-StaticMappingsEntry 1.3.6.1.4.1.529.23.95.2.1
A mibnatProfile__static_mappings entry containing objects that maps to the parameters of mibnatProfile__static_mappings profile.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MibnatProfile-StaticMappingsEntry  

natProfile-StaticMappings-NatProfile 1.3.6.1.4.1.529.23.95.2.1.8
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

natProfile-StaticMappings-Index-o 1.3.6.1.4.1.529.23.95.2.1.1
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

natProfile-StaticMappings-ValidEntry 1.3.6.1.4.1.529.23.95.2.1.3
When TRUE, this filter entry has been defined and properly initialized. When FALSE, this entry should be skipped
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER no(1), yes(2)  

natProfile-StaticMappings-DestPort 1.3.6.1.4.1.529.23.95.2.1.4
The destPort represents the destination port number from TCP/UDP packets from the Wan to the Lan.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

natProfile-StaticMappings-Protocol 1.3.6.1.4.1.529.23.95.2.1.5
The protocol represents the protocol type
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER smTcp(1), smUdp(2)  

natProfile-StaticMappings-LocalPort 1.3.6.1.4.1.529.23.95.2.1.6
The localPort represents the local port number for machines on the Lan side.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

natProfile-StaticMappings-LocalAddress 1.3.6.1.4.1.529.23.95.2.1.7
The localAddress represents the local IP Address of machines on the Lan side.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress