Wellfleet-NAT-MIB

File: Wellfleet-NAT-MIB.mib (61659 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB
Wellfleet-COMMON-MIB

Imported symbols

IpAddress Counter Gauge
OBJECT-TYPE DisplayString wfNatGroup

Defined Types

WfNatAddrRangeEntry  
SEQUENCE    
  wfNatAddrRangeDelete INTEGER
  wfNatAddrRangeDisable INTEGER
  wfNatAddrRangeAddress IpAddress
  wfNatAddrRangePrefixLen INTEGER

WfNatLocalAddrRangeEntry  
SEQUENCE    
  wfNatLocalAddrRangeDelete INTEGER
  wfNatLocalAddrRangeDisable INTEGER
  wfNatLocalAddrRangeAddress IpAddress
  wfNatLocalAddrRangePrefixLen INTEGER
  wfNatLocalAddrRangeNto1Addr IpAddress

WfNatStaticMapEntry  
SEQUENCE    
  wfNatStaticMapDelete INTEGER
  wfNatStaticMapDisable INTEGER
  wfNatStaticMapLocalAddress IpAddress
  wfNatStaticMapGlobalAddress IpAddress
  wfNatStaticMapProtocol INTEGER
  wfNatStaticMapLocalPort INTEGER
  wfNatStaticMapGlobalPort INTEGER

WfNatMapEntry  
SEQUENCE    
  wfNatMapLocalAddress IpAddress
  wfNatMapGlobalAddress IpAddress
  wfNatMapProtocol INTEGER
  wfNatMapLocalPort INTEGER
  wfNatMapGlobalPort INTEGER
  wfNatMapTxCount Counter
  wfNatMapRxCount Counter
  wfNatMapTimeout Counter
  wfNatMapMode INTEGER

WfNatIfEntry  
SEQUENCE    
  wfNatIfDelete INTEGER
  wfNatIfDisable INTEGER
  wfNatIfIpAddress IpAddress
  wfNatIfCircuit INTEGER
  wfNatIfType INTEGER
  wfNatIfState INTEGER
  wfNatIfTxCount Counter
  wfNatIfRxCount Counter
  wfNatIfPktDropCount Counter
  wfNatIfDomain DisplayString

WfNatSynPeerEntry  
SEQUENCE    
  wfNatSynPeerDelete INTEGER
  wfNatSynPeerDisable INTEGER
  wfNatSynPeerState INTEGER
  wfNatSynPeerConnType INTEGER
  wfNatSynPeerRouterID IpAddress
  wfNatSynPeerAddress IpAddress
  wfNatSynPeerTransSent INTEGER
  wfNatSynPeerTransRecd INTEGER

WfNatAddressRangeEntry  
SEQUENCE    
  wfNatAddressRangeDelete INTEGER
  wfNatAddressRangeDisable INTEGER
  wfNatAddressRangeAddress IpAddress
  wfNatAddressRangePrefixLen INTEGER
  wfNatAddressRangeIndex INTEGER
  wfNatAddressRangeNto1Addr IpAddress
  wfNatAddressRangeType INTEGER
  wfNatAddressRangeDomain DisplayString
  wfNatAddressRangeTransPool INTEGER
  wfNatAddressRangeStaticNextHop IpAddress
  wfNatAddressRangeUnnumCct INTEGER

WfNatStaticMappingEntry  
SEQUENCE    
  wfNatStaticMappingDelete INTEGER
  wfNatStaticMappingDisable INTEGER
  wfNatStaticMappingOrigAddress IpAddress
  wfNatStaticMappingTransAddress IpAddress
  wfNatStaticMappingProtocol INTEGER
  wfNatStaticMappingOrigPort INTEGER
  wfNatStaticMappingTransPort INTEGER
  wfNatStaticMappingInDomain DisplayString
  wfNatStaticMappingOutDomain DisplayString
  wfNatStaticMappingStaticNextHop IpAddress
  wfNatStaticMappingUnnumCct INTEGER

WfNatMappingEntry  
SEQUENCE    
  wfNatMappingOrigAddress IpAddress
  wfNatMappingTransAddress IpAddress
  wfNatMappingProtocol INTEGER
  wfNatMappingOrigPort INTEGER
  wfNatMappingTransPort INTEGER
  wfNatMappingTxCount Counter
  wfNatMappingRxCount Counter
  wfNatMappingTimeout Counter
  wfNatMappingMode INTEGER
  wfNatMappingInDomain DisplayString
  wfNatMappingOutDomain DisplayString

WfNatIntfEntry  
SEQUENCE    
  wfNatIntfDelete INTEGER
  wfNatIntfDisable INTEGER
  wfNatIntfIpAddress IpAddress
  wfNatIntfCircuit INTEGER
  wfNatIntfDomain DisplayString
  wfNatIntfState INTEGER
  wfNatIntfTxCount Counter
  wfNatIntfRxCount Counter
  wfNatIntfPktDropCount Counter

WfNatSrcAddressFilterEntry  
SEQUENCE    
  wfNatSrcAddressFilterDelete INTEGER
  wfNatSrcAddressFilterDisable INTEGER
  wfNatSrcAddressFilterAddress IpAddress
  wfNatSrcAddressFilterPrefixLen INTEGER
  wfNatSrcAddressFilterIndex INTEGER
  wfNatSrcAddressFilterNto1Addr IpAddress
  wfNatSrcAddressFilterDomain DisplayString
  wfNatSrcAddressFilterTransPoolSelector INTEGER
  wfNatSrcAddressFilterStaticNextHop IpAddress
  wfNatSrcAddressFilterUnnumCct INTEGER

WfNatTranslationPoolEntry  
SEQUENCE    
  wfNatTranslationPoolDelete INTEGER
  wfNatTranslationPoolDisable INTEGER
  wfNatTranslationPoolAddress IpAddress
  wfNatTranslationPoolPrefixLen INTEGER
  wfNatTranslationPoolIndex INTEGER
  wfNatTranslationPoolDomain DisplayString

Defined Values

wfNatBase 1.3.6.1.4.1.18.3.5.3.2.7.1
OBJECT IDENTIFIER    

wfNatBaseDelete 1.3.6.1.4.1.18.3.5.3.2.7.1.1
'This value determines whether NAT is configured'
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfNatBaseDisable 1.3.6.1.4.1.18.3.5.3.2.7.1.2
'The administrative status of NAT in the router. The value 'enabled' denotes that the NAT Process is active on at least one interface; 'disabled' disables it on all interfaces.'
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfNatBaseState 1.3.6.1.4.1.18.3.5.3.2.7.1.3
'The state of NAT'
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER up(1), init(2), down(3), not-present(4)  

wfNatBaseSoloistSlotMask 1.3.6.1.4.1.18.3.5.3.2.7.1.4
Slot mask for which slots the soloist gate is eligible to run on. The MSBit represents slot 1, the next most significant bit represents slot 2, and so on... Slots can be 1-14. Default is all slots.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Gauge  

wfNatBaseSoloistSlot 1.3.6.1.4.1.18.3.5.3.2.7.1.5
Slot on which NAT soloist gate is running. Slots can be 1-14. Default is zero.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfNatBaseLogMask 1.3.6.1.4.1.18.3.5.3.2.7.1.6
A parameter to specify which NAT log messages should be logged. Each bit represents a message as defined below. A 1 in that bit location means to log it and a 0 means not to put that log message in the log. Changing this value will NOT restart NAT, but will take effct immediately(if there are any messages to be logged. bit 31 bit 0 +---------------------------------------+ | | +---------------------------------------+ NAT_DBG_MIB_LOG 0x00000001 NAT_DBG_IP_LOG 0x00000002 NAT_DBG_FWD_LOG 0x00000004 NAT_DBG_MAPPING_LOG 0x00000008 NAT_DBG_AGING_LOG 0x00000010 NAT_DBG_SYNCH_LOG 0x00000020
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfNatBaseMapTimeout 1.3.6.1.4.1.18.3.5.3.2.7.1.7
This controls whether or not the dynamic mapping table entries are aged out when unused.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfNatBaseMapMaxTimeout 1.3.6.1.4.1.18.3.5.3.2.7.1.8
The maximum time in seconds before unused NAT mapping table entries are deleted. This timeout or aging does not apply to static mapping entries.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..2147483647  

wfNatBaseMapDynMapsCount 1.3.6.1.4.1.18.3.5.3.2.7.1.9
Number of Dynamic Mappings in the dymanic mapping table
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

wfNatBaseFtpSessionCount 1.3.6.1.4.1.18.3.5.3.2.7.1.10
Number of FTP sessions detected on this box translated by NAT
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

wfNatBaseNto1TrTotCount 1.3.6.1.4.1.18.3.5.3.2.7.1.11
Total number of active Nto1 translation counts on the box.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

wfNatBaseSynchronization 1.3.6.1.4.1.18.3.5.3.2.7.1.12
The administrative status of NAT Synchronization in the router. The value `enabled' denotes that the NAT Synchronization is active and is synchronizing with the peer specified in noraml conditions.; `disabled' disables it on the box and all the peer connections will be teared down.'
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfNatBaseSynRouterID 1.3.6.1.4.1.18.3.5.3.2.7.1.13
This represents the Router Identifier for NAT Synchronization Only. This is used to detect the duplicate TCP connection between peers. The value of it can be any integer which is unique between all the NAT Syn peers this router has. An IP Address of one of the router interfaces can be used as the RouterID. Changing the value will result into breaking and reconnecting using new ID with all the peers.'
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

wfNatBaseSynPort 1.3.6.1.4.1.18.3.5.3.2.7.1.14
This represents the TCP port on which the connection requests from the peers will be accepted. When NAT Synchronization Protocol comes up, it will open a listen connection for this port number. This attribute value has to be the same on all the peers that want to make the TCP connection.'
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfNatBaseSynKeepAlvInterval 1.3.6.1.4.1.18.3.5.3.2.7.1.15
Idle session timeout period, in seconds. If an established TCP connection remains inactive for this interval, KEEPALIVE messages will be sent to the peer (if the Keepalive Timer is non-zero). Setting the Idle Timer to zero disables the keepalive feature.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfNatBaseSynKeepAlvTimer 1.3.6.1.4.1.18.3.5.3.2.7.1.16
KEEPALIVE retransmit timeout period, in seconds. This is the interval at which unacknowledged KEEPALIVE messages will be retransmitted. If the Idle Timer is set to zero, this timer ignored. If the Idle Timer is non-zero and this timer IS zero, no KEEPALIVEs are sent and the session is terminated upon expiration of the Idle Timer.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfNatBaseSynKeepAlvRetries 1.3.6.1.4.1.18.3.5.3.2.7.1.17
Number of unacknowledged KEEPALIVE messages retransmitted before the TCP session is terminated. If this count is set to zero, only one KEEPALIVE message will be sent.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfNatBaseLocalToLocalEnable 1.3.6.1.4.1.18.3.5.3.2.7.1.18
Allow forwarding of traffic from one local NAT interface to another local NAT interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfNatBaseInstallUniPrivAddr 1.3.6.1.4.1.18.3.5.3.2.7.1.19
This MIB was added in BayRS 14.20 to address a compatibility issue concerning non-DNS NAT translations when upgrading from a pre-14.20 NAT configuration to a 14.20 or greater version of BayRS software. This MIB should remain enabled. Disabling this MIB will cause Uni-directional NAT to no longer function correctly on the router.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfNatAddrRangeTable 1.3.6.1.4.1.18.3.5.3.2.7.2
Table of address ranges that have been designated as the set of external apparent addresses that are to be mapped in place of internal actual addresses. These addresses would be the non-public reigistered addresses.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfNatAddrRangeEntry

wfNatAddrRangeEntry 1.3.6.1.4.1.18.3.5.3.2.7.2.1
'Information describing each of the available address ranges.'
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfNatAddrRangeEntry  

wfNatAddrRangeDelete 1.3.6.1.4.1.18.3.5.3.2.7.2.1.1
'Create/Delete parameter. Default is created. Users perform a set operation on this object in order to create/delete an address range entry.'
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfNatAddrRangeDisable 1.3.6.1.4.1.18.3.5.3.2.7.2.1.2
'Enable/Disable parameter. Default is enabled. Users perform a set operation on this object in order to enable/disable an address range entry.'
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfNatAddrRangeAddress 1.3.6.1.4.1.18.3.5.3.2.7.2.1.3
'The IP beginning address of this range entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

wfNatAddrRangePrefixLen 1.3.6.1.4.1.18.3.5.3.2.7.2.1.4
'The IP address mask that in conjunction with the start address defines the address range of the entry.'
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfNatLocalAddrRangeTable 1.3.6.1.4.1.18.3.5.3.2.7.3
Table of address ranges that have been designated as the set of local addresses that are to be mapped via NAT.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfNatLocalAddrRangeEntry

wfNatLocalAddrRangeEntry 1.3.6.1.4.1.18.3.5.3.2.7.3.1
'Information describing each of the available address ranges.'
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfNatLocalAddrRangeEntry  

wfNatLocalAddrRangeDelete 1.3.6.1.4.1.18.3.5.3.2.7.3.1.1
'Create/Delete parameter. Default is created. Users perform a set operation on this object in order to create/delete an address range entry.'
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfNatLocalAddrRangeDisable 1.3.6.1.4.1.18.3.5.3.2.7.3.1.2
'Enable/Disable parameter. Default is enabled. Users perform a set operation on this object in order to enable/disable an address range entry.'
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfNatLocalAddrRangeAddress 1.3.6.1.4.1.18.3.5.3.2.7.3.1.3
'The IP beginning address of this range entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

wfNatLocalAddrRangePrefixLen 1.3.6.1.4.1.18.3.5.3.2.7.3.1.4
'The IP address mask that in conjunction with the start address defines the address range of the entry.'
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfNatLocalAddrRangeNto1Addr 1.3.6.1.4.1.18.3.5.3.2.7.3.1.5
Nto1 translation address used for this range.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

wfNatStaticMapTable 1.3.6.1.4.1.18.3.5.3.2.7.4
'This table creates instances of pre-defined NAT mappings.'
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfNatStaticMapEntry

wfNatStaticMapEntry 1.3.6.1.4.1.18.3.5.3.2.7.4.1
'A single local-to-global address mapping.'
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfNatStaticMapEntry  

wfNatStaticMapDelete 1.3.6.1.4.1.18.3.5.3.2.7.4.1.1
'Create/Delete parameter. Default is created. Users perform a set operation on this object in order to create/delete a static address mapping entry.'
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfNatStaticMapDisable 1.3.6.1.4.1.18.3.5.3.2.7.4.1.2
'Enable/Disable parameter. Default is enabled. Users perform a set operation on this object in order to enable/disable a static address mapping entry.'
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfNatStaticMapLocalAddress 1.3.6.1.4.1.18.3.5.3.2.7.4.1.3
'The local or private address of the mapping pair.'
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

wfNatStaticMapGlobalAddress 1.3.6.1.4.1.18.3.5.3.2.7.4.1.4
'The global or external address of the mapping pair.'
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

wfNatStaticMapProtocol 1.3.6.1.4.1.18.3.5.3.2.7.4.1.5
'The IP protocol of the mapping pair.'
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfNatStaticMapLocalPort 1.3.6.1.4.1.18.3.5.3.2.7.4.1.6
'The local UDP or TCP port of the mapping pair. This will only be relevent if the protocol is either UDP or TCP.'
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfNatStaticMapGlobalPort 1.3.6.1.4.1.18.3.5.3.2.7.4.1.7
'The global UDP or TCP port of the mapping pair. This will only be relevent if the protocol is either UDP or TCP.'
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfNatMapTable 1.3.6.1.4.1.18.3.5.3.2.7.5
'This table defines the current set of address mappings that are in effect.'
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfNatMapEntry

wfNatMapEntry 1.3.6.1.4.1.18.3.5.3.2.7.5.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfNatMapEntry  

wfNatMapLocalAddress 1.3.6.1.4.1.18.3.5.3.2.7.5.1.1
'The local address of the mapping pair.'
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

wfNatMapGlobalAddress 1.3.6.1.4.1.18.3.5.3.2.7.5.1.2
'The global address of the mapping pair.'
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

wfNatMapProtocol 1.3.6.1.4.1.18.3.5.3.2.7.5.1.3
'The IP protocol of the mapping pair.'
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfNatMapLocalPort 1.3.6.1.4.1.18.3.5.3.2.7.5.1.4
'When the mapping is for a TCP connection, this denotes the TCP port number on the local side.'
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfNatMapGlobalPort 1.3.6.1.4.1.18.3.5.3.2.7.5.1.5
'When the mapping is for a TCP connection, this denotes the TCP port number on the global side.'
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfNatMapTxCount 1.3.6.1.4.1.18.3.5.3.2.7.5.1.6
'Number of packets for this mapping pair that have been mapped from the local to the global network.'
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfNatMapRxCount 1.3.6.1.4.1.18.3.5.3.2.7.5.1.7
'Number of packets for this mapping pair that have been mapped from the global to the local network.'
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfNatMapTimeout 1.3.6.1.4.1.18.3.5.3.2.7.5.1.8
'The time in seconds since this mapping entry was last used. This is used to age out mapping entries.'
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfNatMapMode 1.3.6.1.4.1.18.3.5.3.2.7.5.1.9
This is the bit mask representing the type of this mapping. Each bit specifies the type as follows: The mapping could be only ONE of the foolowing three... 0x01000000 - This mapping is origianted on this router, i.e. this NAT router performed the translation 0x02000000 - This mapping is learned from the peer, i.e. this translation was learned from the peer using NAT Synchronization feature. 0x04000000 - This mapping is owned, i.e. it was originally learned from peer, but this router received traffic which used this mapping. ...and only ONE of the following three. 0x00000010 - This mapping is the STATIC mapping. 0x00000020 - This mapping is Dynamic(1 to 1) mapping. 0x00000040 - This mapping is N to 1 mapping.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfNatIfTable 1.3.6.1.4.1.18.3.5.3.2.7.6
'The set of interface that are participating in the NAT protocol.'
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfNatIfEntry

wfNatIfEntry 1.3.6.1.4.1.18.3.5.3.2.7.6.1
'An single instance of a NAT interface entry.'
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfNatIfEntry  

wfNatIfDelete 1.3.6.1.4.1.18.3.5.3.2.7.6.1.1
This variable determines in a NAT Interface has been configured on the router.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfNatIfDisable 1.3.6.1.4.1.18.3.5.3.2.7.6.1.2
'The NAT interface's administrative status. The value 'enabled' denotes that NAT has been configured on the interface. The value 'disabled' denotes that the interface is not running NAT.'
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfNatIfIpAddress 1.3.6.1.4.1.18.3.5.3.2.7.6.1.3
The IP address of this NAT interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

wfNatIfCircuit 1.3.6.1.4.1.18.3.5.3.2.7.6.1.4
The circuit number of this interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfNatIfType 1.3.6.1.4.1.18.3.5.3.2.7.6.1.5
Denotes the type of NAT interface being defined.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER uniDirInbound(1), uniDirOutbound(2), biDirectional(3)  

wfNatIfState 1.3.6.1.4.1.18.3.5.3.2.7.6.1.6
'The state of NAT on this interface'
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), init(3)  

wfNatIfTxCount 1.3.6.1.4.1.18.3.5.3.2.7.6.1.7
Number of packets mapped over this interface from the local to the global network.'
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfNatIfRxCount 1.3.6.1.4.1.18.3.5.3.2.7.6.1.8
Number of packets mapped over this interface from the global to the local network.'
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfNatIfPktDropCount 1.3.6.1.4.1.18.3.5.3.2.7.6.1.9
Number of packets dropped on this interface
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfNatIfDomain 1.3.6.1.4.1.18.3.5.3.2.7.6.1.10
When wfNatIfType is set to biDirectional, specifies the Address Domain Name that this interface is connected to, otherwise set to null.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

wfNatSynPeerTable 1.3.6.1.4.1.18.3.5.3.2.7.7
The Nat Synchronization Peer table contains configuration and statistical information regarding this router's NAT peers
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfNatSynPeerEntry

wfNatSynPeerEntry 1.3.6.1.4.1.18.3.5.3.2.7.7.1
An entry in the NAT Synchronization-Peer table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfNatSynPeerEntry  

wfNatSynPeerDelete 1.3.6.1.4.1.18.3.5.3.2.7.7.1.1
Create/Delete: if set to delete, this instance of the peer entry is deleted, which results into the termination of peer connection.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfNatSynPeerDisable 1.3.6.1.4.1.18.3.5.3.2.7.7.1.2
Enable/Disable: controls whether the peer connection is enabled or disabled, disabling this results into the termination of TCP connection
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfNatSynPeerState 1.3.6.1.4.1.18.3.5.3.2.7.7.1.3
the administrative state of the peer connection
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER not-present(1), init(2), established(3), down(4)  

wfNatSynPeerConnType 1.3.6.1.4.1.18.3.5.3.2.7.7.1.4
the type of the TCP connection with the peer, whether this connection is accepted from the peer or it was actively initialted by this router to the peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER active(1), passive(2)  

wfNatSynPeerRouterID 1.3.6.1.4.1.18.3.5.3.2.7.7.1.5
A unique non-zero RouterID of the peer that this router is expecting from the connection This is also the instance of the Peer Entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

wfNatSynPeerAddress 1.3.6.1.4.1.18.3.5.3.2.7.7.1.6
the IP Address of the peer, where the router will send a connect request
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

wfNatSynPeerTransSent 1.3.6.1.4.1.18.3.5.3.2.7.7.1.7
The number of translations sent to this peer by the router
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfNatSynPeerTransRecd 1.3.6.1.4.1.18.3.5.3.2.7.7.1.8
The number of translations received from this peer by the router
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfNatAddressRangeTable 1.3.6.1.4.1.18.3.5.3.2.7.8
Table of address ranges. This table was replaced by wfNatSrcAddressFilterTable and wfNatTranslationPoolTable
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfNatAddressRangeEntry

wfNatAddressRangeEntry 1.3.6.1.4.1.18.3.5.3.2.7.8.1
Information describing each of the available address ranges.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfNatAddressRangeEntry  

wfNatAddressRangeDelete 1.3.6.1.4.1.18.3.5.3.2.7.8.1.1
Create/Delete parameter. Default is created. Users perform a set operation on this object in order to create/delete an address range entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfNatAddressRangeDisable 1.3.6.1.4.1.18.3.5.3.2.7.8.1.2
Enable/Disable parameter. Default is enabled. Users perform a set operation on this object in order to enable/disable an address range entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfNatAddressRangeAddress 1.3.6.1.4.1.18.3.5.3.2.7.8.1.3
The IP beginning address of this range entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

wfNatAddressRangePrefixLen 1.3.6.1.4.1.18.3.5.3.2.7.8.1.4
The number of contiguous bits set in the IP address mask which are used to define the address range of the entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..32  

wfNatAddressRangeIndex 1.3.6.1.4.1.18.3.5.3.2.7.8.1.5
A unique value for this entry in wfNatAddressRangeTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfNatAddressRangeNto1Addr 1.3.6.1.4.1.18.3.5.3.2.7.8.1.6
When wfNatAddressRangeType is set to srcAddrFilter, specifies the N-to-1 translation address used for this range, otherwise set to zero.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

wfNatAddressRangeType 1.3.6.1.4.1.18.3.5.3.2.7.8.1.7
Denotes the type of address range being defined. sourceAddrFilter: a range of IP addresses used to detect packets which need traditional NAT forwarding. translationPool: for traditional NAT forwarding, a range of IP addresses from which translation addresses are picked. domainSrcAddrFilter: a range of IP addresses used to detect domain specific packets which need domain specific NAT forwarding. domainTransPool: for domain specific NAT forwarding, a range of IP addresses from which domain specific translation addresses are picked.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER sourceAddrFilter(1), translationPool(2), domainSrcAddrFilter(3), domainTransPool(4)  

wfNatAddressRangeDomain 1.3.6.1.4.1.18.3.5.3.2.7.8.1.8
When wfNatAddressRangeType is set to domainSrcAddrFilter or domainTransPool, specifies the Address Domain Name that this address range is valid for, otherwise set to null.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

wfNatAddressRangeTransPool 1.3.6.1.4.1.18.3.5.3.2.7.8.1.9
This attribute is only valid for the wfNatAddressRangeType as domainSrcAddrFilter(3). The value of this attribute decides where to get the translation address for this range from. This could be either the translation Pool defined for the inbound domain or the outbound domain for the packet in question.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER inbound(1), outbound(2)  

wfNatAddressRangeStaticNextHop 1.3.6.1.4.1.18.3.5.3.2.7.8.1.10
The IP address of the next hop of this range entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

wfNatAddressRangeUnnumCct 1.3.6.1.4.1.18.3.5.3.2.7.8.1.11
This Nat Address range over the unnumbered interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfNatStaticMappingTable 1.3.6.1.4.1.18.3.5.3.2.7.9
`This table creates instances of pre-defined NAT translations.'
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfNatStaticMappingEntry

wfNatStaticMappingEntry 1.3.6.1.4.1.18.3.5.3.2.7.9.1
A single original source address to translated address translation.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfNatStaticMappingEntry  

wfNatStaticMappingDelete 1.3.6.1.4.1.18.3.5.3.2.7.9.1.1
Create/Delete parameter. Default is created. Users perform a set operation on this object in order to create/delete a static address translation entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfNatStaticMappingDisable 1.3.6.1.4.1.18.3.5.3.2.7.9.1.2
Enable/Disable parameter. Default is enabled. Users perform a set operation on this object in order to enable/disable a static address translation entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfNatStaticMappingOrigAddress 1.3.6.1.4.1.18.3.5.3.2.7.9.1.3
The original (un-translated) address of the translation.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

wfNatStaticMappingTransAddress 1.3.6.1.4.1.18.3.5.3.2.7.9.1.4
The translated address of the translation.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

wfNatStaticMappingProtocol 1.3.6.1.4.1.18.3.5.3.2.7.9.1.5
The IP protocol of the translation. Example values are 6 for TCP, and 17 for UDP.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfNatStaticMappingOrigPort 1.3.6.1.4.1.18.3.5.3.2.7.9.1.6
The original (domain specific) UDP or TCP port of the translation. This will only be relevent if the protocol is either UDP or TCP.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfNatStaticMappingTransPort 1.3.6.1.4.1.18.3.5.3.2.7.9.1.7
The translated UDP or TCP port of the translation. This will only be relevent if the protocol is either UDP or TCP.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfNatStaticMappingInDomain 1.3.6.1.4.1.18.3.5.3.2.7.9.1.8
This attribute specifies the name of the address domain that this source translation shall be valid for. In other words, this translation shall only be valid for source addresses coming inbound from this domain.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

wfNatStaticMappingOutDomain 1.3.6.1.4.1.18.3.5.3.2.7.9.1.9
This attribute specifies the name of the outbound address domain that this translation will be valid for. In other words, this translation only applies to translations that will be forwarded out into this address domain.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

wfNatStaticMappingStaticNextHop 1.3.6.1.4.1.18.3.5.3.2.7.9.1.10
The IP address of the next hop of this static entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

wfNatStaticMappingUnnumCct 1.3.6.1.4.1.18.3.5.3.2.7.9.1.11
This Nat static translation over the unnumbered interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfNatMappingTable 1.3.6.1.4.1.18.3.5.3.2.7.10
This table defines the current set of address translations that are in effect.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfNatMappingEntry

wfNatMappingEntry 1.3.6.1.4.1.18.3.5.3.2.7.10.1
A single original source address to translated address translation.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfNatMappingEntry  

wfNatMappingOrigAddress 1.3.6.1.4.1.18.3.5.3.2.7.10.1.1
The original (un-translated) address of the translation.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

wfNatMappingTransAddress 1.3.6.1.4.1.18.3.5.3.2.7.10.1.2
The translated address of the translation.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

wfNatMappingProtocol 1.3.6.1.4.1.18.3.5.3.2.7.10.1.3
`The IP protocol of the translation.'
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfNatMappingOrigPort 1.3.6.1.4.1.18.3.5.3.2.7.10.1.4
When the translation is for a TCP connection, this denotes the original TCP port number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfNatMappingTransPort 1.3.6.1.4.1.18.3.5.3.2.7.10.1.5
When the translation is for a TCP connection, this denotes the translated TCP port number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfNatMappingTxCount 1.3.6.1.4.1.18.3.5.3.2.7.10.1.6
Number of packets forwarded by NAT using this translation.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfNatMappingRxCount 1.3.6.1.4.1.18.3.5.3.2.7.10.1.7
Number of packets received by NAT using this translation.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfNatMappingTimeout 1.3.6.1.4.1.18.3.5.3.2.7.10.1.8
The time in seconds since this translation entry was last used. This is used to age out translation entries.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfNatMappingMode 1.3.6.1.4.1.18.3.5.3.2.7.10.1.9
This is the bit mask representing the type of this translation. Each bit specifies the type as follows: The translation could be only ONE of the following three... 0x01000000 - This translation is origianted on this router, i.e. this NAT router performed the translation. 0x02000000 - This translation is learned from the peer, i.e. this translation was learned from the peer using NAT Synchronization feature. 0x04000000 - This translation is owned, i.e. it was originally learned from peer, but this router received traffic which used this translation. ...and only ONE of the following three. 0x00000010 - This translation is the STATIC translation. 0x00000020 - This translation is Dynamic(1 to 1) translation. 0x00000040 - This translation is N to 1 translation.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfNatMappingInDomain 1.3.6.1.4.1.18.3.5.3.2.7.10.1.10
This attribute specifies the name of the address domain that this source translation shall be valid for. In ther words, this translation shall only be valid for source addresses coming inbound from this domain.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

wfNatMappingOutDomain 1.3.6.1.4.1.18.3.5.3.2.7.10.1.11
This attribute specifies the name of the outbound address domain that this translation will be valid for. In other words, this translation only applies to translations that will be forwarded out into this address domain.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

wfNatIntfTable 1.3.6.1.4.1.18.3.5.3.2.7.11
'The list of configured NAT interfaces.'
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfNatIntfEntry

wfNatIntfEntry 1.3.6.1.4.1.18.3.5.3.2.7.11.1
'A NAT interface description.'
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfNatIntfEntry  

wfNatIntfDelete 1.3.6.1.4.1.18.3.5.3.2.7.11.1.1
This variable determines if a NAT Interface has been configured on the router.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfNatIntfDisable 1.3.6.1.4.1.18.3.5.3.2.7.11.1.2
'The NAT interface's administrative status. The value 'enabled' denotes that NAT has been configured on the interface. The value 'disabled' denotes that the interface is not running NAT.'
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfNatIntfIpAddress 1.3.6.1.4.1.18.3.5.3.2.7.11.1.3
The IP address of this NAT interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

wfNatIntfCircuit 1.3.6.1.4.1.18.3.5.3.2.7.11.1.4
The circuit number of this interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfNatIntfDomain 1.3.6.1.4.1.18.3.5.3.2.7.11.1.5
This attribute specifies the Address Domain Name that this interface is connected to. Unidirectional NAT interfaces should be set with domain name of 'private' or 'public'
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

wfNatIntfState 1.3.6.1.4.1.18.3.5.3.2.7.11.1.6
'The state of NAT on this interface'
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), init(3)  

wfNatIntfTxCount 1.3.6.1.4.1.18.3.5.3.2.7.11.1.7
Number of packets mapped over this interface from the local to the global network.'
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfNatIntfRxCount 1.3.6.1.4.1.18.3.5.3.2.7.11.1.8
Number of packets mapped over this interface from the global to the local network.'
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfNatIntfPktDropCount 1.3.6.1.4.1.18.3.5.3.2.7.11.1.9
Number of packets dropped on this interface
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfNatSrcAddressFilterTable 1.3.6.1.4.1.18.3.5.3.2.7.12
Table of NAT source address filters.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfNatSrcAddressFilterEntry

wfNatSrcAddressFilterEntry 1.3.6.1.4.1.18.3.5.3.2.7.12.1
Information describing each of the available source address filters.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfNatSrcAddressFilterEntry  

wfNatSrcAddressFilterDelete 1.3.6.1.4.1.18.3.5.3.2.7.12.1.1
Create/Delete parameter. Default is created. Users perform a set operation on this object in order to create/delete a source address filter entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfNatSrcAddressFilterDisable 1.3.6.1.4.1.18.3.5.3.2.7.12.1.2
Enable/Disable parameter. Default is enabled. Users perform a set operation on this object in order to enable/disable a source address filter entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfNatSrcAddressFilterAddress 1.3.6.1.4.1.18.3.5.3.2.7.12.1.3
The IP beginning address of this source address filter entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

wfNatSrcAddressFilterPrefixLen 1.3.6.1.4.1.18.3.5.3.2.7.12.1.4
The number of contiguous bits set in the IP address mask which are used to define the address range of the entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..32  

wfNatSrcAddressFilterIndex 1.3.6.1.4.1.18.3.5.3.2.7.12.1.5
A unique value for this entry in wfNatSrcAddressFilterTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfNatSrcAddressFilterNto1Addr 1.3.6.1.4.1.18.3.5.3.2.7.12.1.6
specifies the N-to-1 translation address used for this source address filter, otherwise set to zero.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

wfNatSrcAddressFilterDomain 1.3.6.1.4.1.18.3.5.3.2.7.12.1.7
The value of this attribute specifies the Address Domain Name that this source address filter is valid for. For Unidirectional NAT this value must be 'public'
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

wfNatSrcAddressFilterTransPoolSelector 1.3.6.1.4.1.18.3.5.3.2.7.12.1.8
The value of this attribute selects where to get the translation address for this source address filter from. This could be either the translation Pool defined for the inbound domain or the outbound domain for the packet in question.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER inbound(1), outbound(2)  

wfNatSrcAddressFilterStaticNextHop 1.3.6.1.4.1.18.3.5.3.2.7.12.1.9
The IP address of the next hop of this source address filter entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

wfNatSrcAddressFilterUnnumCct 1.3.6.1.4.1.18.3.5.3.2.7.12.1.10
This Nat source address filter over the unnumbered interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfNatTranslationPoolTable 1.3.6.1.4.1.18.3.5.3.2.7.13
Table of address ranges.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfNatTranslationPoolEntry

wfNatTranslationPoolEntry 1.3.6.1.4.1.18.3.5.3.2.7.13.1
Information describing each of the available translation pool.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfNatTranslationPoolEntry  

wfNatTranslationPoolDelete 1.3.6.1.4.1.18.3.5.3.2.7.13.1.1
Create/Delete parameter. Default is created. Users perform a set operation on this object in order to create/delete a translation pool entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfNatTranslationPoolDisable 1.3.6.1.4.1.18.3.5.3.2.7.13.1.2
Enable/Disable parameter. Default is enabled. Users perform a set operation on this object in order to enable/disable a translation pool entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfNatTranslationPoolAddress 1.3.6.1.4.1.18.3.5.3.2.7.13.1.3
The IP beginning address of this translation pool entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

wfNatTranslationPoolPrefixLen 1.3.6.1.4.1.18.3.5.3.2.7.13.1.4
The number of contiguous bits set in the IP address mask which are used to define the address range of the entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..32  

wfNatTranslationPoolIndex 1.3.6.1.4.1.18.3.5.3.2.7.13.1.5
A unique value for this entry in wfNatTranslationPoolTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfNatTranslationPoolDomain 1.3.6.1.4.1.18.3.5.3.2.7.13.1.6
The value of this attribute specifies the Address Domain Name that this translation pool is valid for. For Unidirectional NAT this value must be 'public'
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString