NETSCREEN-NAT-MIB

File: NETSCREEN-NAT-MIB.mib (13904 bytes)

Imported modules

NETSCREEN-SMI SNMPv2-SMI SNMPv2-TC

Imported symbols

netscreenNAT Integer32 IpAddress
MODULE-IDENTITY OBJECT-TYPE DisplayString

Defined Types

NsNatDipEntry  
SEQUENCE    
  nsNatDipIndex Integer32
  nsNatDipId Integer32
  nsNatDipLow IpAddress
  nsNatDipHigh IpAddress
  nsNatDipIfIp IpAddress
  nsNatDipIfNetmask IpAddress
  nsNatDipPTEnable INTEGER
  nsNatDipVsys Integer32
  nsNatDipUtil Integer32

NsNatMipEntry  
SEQUENCE    
  nsNatMipIndex Integer32
  nsNatMipIp IpAddress
  nsNatMipNetmask IpAddress
  nsNatMipHost IpAddress
  nsNatMipIfIp IpAddress
  nsNatMipIfNetmask IpAddress
  nsNatMipVsys Integer32

NsNatVipCfgEntry  
SEQUENCE    
  nsNatVipCfgIndex Integer32
  nsNatVipCfgIp IpAddress
  nsNatVipCfgPort Integer32
  nsNatVipCfgService DisplayString
  nsNatVipCfgStatus INTEGER
  nsNatVipCfgLoadBalance INTEGER

NsNatVipServerEntry  
SEQUENCE    
  nsNatVipServerIndex Integer32
  nsNatVipServerVIP IpAddress
  nsNatVipServerService Integer32
  nsNatVipServerLoadBalance INTEGER
  nsNatVipServerIp IpAddress
  nsNatVipServerWeight Integer32
  nsNatVipServerStatus INTEGER

Defined Values

netscreenNATMibModule 1.3.6.1.4.1.3224.11.0
Added dip pool utilization attribute
MODULE-IDENTITY    

nsNatMipTable 1.3.6.1.4.1.3224.11.1
Mapped IP(MIP) is a direct one-to-one maping of traffic destined for one IP address ot another IP address. On NetScreen device, MIP addresses for tunnel and untrusted interfaces can be created.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NsNatMipEntry

nsNatMipEntry 1.3.6.1.4.1.3224.11.1.1
An entry containing attributes of a mip address
Status: current Access: not-accessible
OBJECT-TYPE    
  NsNatMipEntry  

nsNatMipIndex 1.3.6.1.4.1.3224.11.1.1.1
A unique value for each address. Its value ranges between 0 and 65535 and may not be contingous.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

nsNatMipIp 1.3.6.1.4.1.3224.11.1.1.2
mip address. A MIP must be in the same subnet as the tunnel interface to which it is linked to; however, for the untrusted interface, a MIP does not need to be in the same subnet. In either case, a MIP must not be the same as the interface address or be in any DIP pool that might also be on that subnet.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

nsNatMipNetmask 1.3.6.1.4.1.3224.11.1.1.3
Subnet mask for this MIP.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

nsNatMipHost 1.3.6.1.4.1.3224.11.1.1.4
Host ip address mip mapping to.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

nsNatMipIfIp 1.3.6.1.4.1.3224.11.1.1.5
Interface's ip address that a MIP is linked to.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

nsNatMipIfNetmask 1.3.6.1.4.1.3224.11.1.1.6
Interface's netmask that a MIP is linked to.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

nsNatMipVsys 1.3.6.1.4.1.3224.11.1.1.7
Virtual system this mip belongs to.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

nsNatDipTable 1.3.6.1.4.1.3224.11.2
A DIP(Dynamic IP) pool is a range of IP addresses from which the NetScreen device can dynamically take addresses to use when performing NAT on the source IP address of outgoing or incoming IP packets.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NsNatDipEntry

nsNatDipEntry 1.3.6.1.4.1.3224.11.2.1
An entry containing attributes of a dynamic address
Status: current Access: not-accessible
OBJECT-TYPE    
  NsNatDipEntry  

nsNatDipIndex 1.3.6.1.4.1.3224.11.2.1.1
A unique value for each address. Its value ranges between 0 and 65535 and may not be contigous.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

nsNatDipId 1.3.6.1.4.1.3224.11.2.1.2
DIP pool id.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

nsNatDipLow 1.3.6.1.4.1.3224.11.2.1.3
Start IP Address Range. The range of addresses in a DIP pool must be in the same subnet as the interface IP address, but the DIP pool should not contain the interface IP or any MIP or VIP address that might on that subnet.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

nsNatDipHigh 1.3.6.1.4.1.3224.11.2.1.4
End IP Address Range. The range of addresses in a DIP pool must be in the same subnet as the interface IP address, but the DIP pool should not contain the interface IP or any MIP or VIP address that might on that subnet.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

nsNatDipIfIp 1.3.6.1.4.1.3224.11.2.1.5
Interface's ip address that a DIP is linked to.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

nsNatDipIfNetmask 1.3.6.1.4.1.3224.11.2.1.6
interface's ip address that a DIP is linked to.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

nsNatDipPTEnable 1.3.6.1.4.1.3224.11.2.1.7
Enable Port Translation
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disable(0), enabled(1)  

nsNatDipVsys 1.3.6.1.4.1.3224.11.2.1.8
virtual system this dip belongs to
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

nsNatDipUtil 1.3.6.1.4.1.3224.11.2.1.9
dip pool utilzation for this entry. Only applicable to fixed dip. If this is not a fixed dip this will return 0
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

nsNatVip 1.3.6.1.4.1.3224.11.3
OBJECT IDENTIFIER    

nsNatVipCfgTable 1.3.6.1.4.1.3224.11.3.1
VIP(Virtual IP) allows you to map routable IP addresses to internal servers, therby providing transparent connections for a NAT networks to the Internet. This table collects all VIP configurations in NetScreen device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NsNatVipCfgEntry

nsNatVipCfgEntry 1.3.6.1.4.1.3224.11.3.1.1
Each entry in the nsNatVipCfgTable holds a set of configuration parameters associated with an instance of VIP.
Status: current Access: not-accessible
OBJECT-TYPE    
  NsNatVipCfgEntry  

nsNatVipCfgIndex 1.3.6.1.4.1.3224.11.3.1.1.1
A unique value for each vip configuation. Its value ranges between 1 and 65535 and may not be contingous.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

nsNatVipCfgIp 1.3.6.1.4.1.3224.11.3.1.1.2
The IP address for the VIP, which must be in the same subnet as the untrusted interface and can even be the same address as the untrusted interface.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

nsNatVipCfgPort 1.3.6.1.4.1.3224.11.3.1.1.3
The port number for communication between the trusted server and the untrusted interfce on the NetScreen device.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

nsNatVipCfgService 1.3.6.1.4.1.3224.11.3.1.1.4
Service for the server on the trusted interface.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

nsNatVipCfgStatus 1.3.6.1.4.1.3224.11.3.1.1.5
The status of the server on the trusted/DMZ interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER not-available(0), available(1)  

nsNatVipCfgLoadBalance 1.3.6.1.4.1.3224.11.3.1.1.6
Load balance algorithm for the Virtual IP servers.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER null(0), round-robin(1), weighted-round-robin(2), least-conns(3), weighted-least-conns(4)  

nsNatVipServerTable 1.3.6.1.4.1.3224.11.3.2
Ballancing the loads on NetScreen servers allow traffic intended for a server(one IP address on the untrusted network) to be mapped to several different IP addresses on the DMZ or trusted network. There can be up to eight servers in one load balancing group, which apperas as a single virtual server.This table collects all the server pool configurations for the virtual ip server.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NsNatVipServerEntry

nsNatVipServerEntry 1.3.6.1.4.1.3224.11.3.2.1
An entry containing attributes of a vip configuration's server pool.
Status: current Access: not-accessible
OBJECT-TYPE    
  NsNatVipServerEntry  

nsNatVipServerIndex 1.3.6.1.4.1.3224.11.3.2.1.1
A unique value for each vip server configuation. Its value ranges between 1 and 65535 and may not be contigous.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

nsNatVipServerVIP 1.3.6.1.4.1.3224.11.3.2.1.2
The IP address for the VIP.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

nsNatVipServerService 1.3.6.1.4.1.3224.11.3.2.1.3
Service provideing through the VIP.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

nsNatVipServerLoadBalance 1.3.6.1.4.1.3224.11.3.2.1.4
Load balance algorithm for the vitural IP servers.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER null(0), round-robin(1), weighted-round-robin(2), least-conns(3), weighted-least-conns(4)  

nsNatVipServerIp 1.3.6.1.4.1.3224.11.3.2.1.5
Virtual IP server's IP address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

nsNatVipServerWeight 1.3.6.1.4.1.3224.11.3.2.1.6
Loadbalance algorithm weight.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

nsNatVipServerStatus 1.3.6.1.4.1.3224.11.3.2.1.7
Virtual IP server's status.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER down(0), up(1)