CTRON-NAT-MIB

File: CTRON-NAT-MIB.mib (30365 bytes)

Imported modules

RFC-1212 ROUTER-OIDS CTRON-IP-ROUTER-MIB
RFC1155-SMI

Imported symbols

OBJECT-TYPE nwRtrProtoSuites nwIpRouter
nwIpMibs nwIpComponents nwIpClientServices
IpAddress Counter

Defined Types

CtNatConfigEntry  
SEQUENCE    
  ctNatConfigId INTEGER
  ctNatAdminStatus INTEGER
  ctNatOperStatus INTEGER
  ctNatLocalIfIndex INTEGER
  ctNatLocalIP IpAddress
  ctNatLocalMask IpAddress

CtNatServerListEntry  
SEQUENCE    
  ctNatServerId INTEGER
  ctNatProxyServer OCTET STRING

CtNatConnStatsEntry  
SEQUENCE    
  ctNatConnStatsID INTEGER
  ctNatConnStatsForeignIP IpAddress
  ctNatConnStatsLocalIP IpAddress
  ctNatConnStatsPublicPort INTEGER
  ctNatConnStatsLocalPort INTEGER
  ctNatConnStatsForeignPort INTEGER
  ctNatConnStatsOutgoingPkts Counter
  ctNatConnStatsOutgoingBytes Counter
  ctNatConnStatsIncomingPkts Counter
  ctNatConnStatsIncomingBytes Counter
  ctNatConnStatsTimeSinceUse INTEGER
  ctNatConnStatsProtocol INTEGER
  ctNatConnStatsTCPSeq INTEGER
  ctNatConnStatsTCPAck INTEGER
  ctNatConnStatsTCPState INTEGER
  ctNatConnStatsLocalRetrys Counter
  ctNatConnStatsForeignRetrys Counter
  ctNatConnStatsLocalChecksum Counter
  ctNatConnStatsForeignChecksum Counter

Defined Values

ctNat 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1
OBJECT IDENTIFIER    

ctNatConfigGroup 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.1
OBJECT IDENTIFIER    

ctNatServerGroup 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.2
OBJECT IDENTIFIER    

ctNatConnStatsGroup 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.3
OBJECT IDENTIFIER    

ctNatPublicIfIndex 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.1.1
This is the value of the MIB II ifindex which identifies the router port connected to the public network.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ctNatPublicIP 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.1.2
This is the IP address of the interface which is selected by ctNatPublicIfIndex.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

ctNatPublicMask 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.1.3
This is the subnet mask of the interface which is selected by ctNatPublicIfIndex.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

ctNatMaxConn 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.1.4
This is the value of the maximum number of simultaneous connections allowed, using the Network Address Translator application. The default value is 200. Acceptable values are from 40 to 1000.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ctNatTcpTimeout 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.1.5
This is the value in seconds after which an idle TCP connection will be deleted. The default value is 300. Acceptable values are from 60 to 3600.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ctNatUdpTimeout 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.1.6
This is the value in seconds after which an idle UDP connection will be deleted. The default value is 120. Acceptable values are from 60 to 3600.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ctNatPktsL2I 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.1.7
This is the number of packets which have been forwarded from the private network to the public network since the last reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ctNatPktsI2L 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.1.8
This is the number of packets which have been forwarded from the public network to the private network since the last reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ctNatBytesL2I 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.1.9
This is the number of bytes which have been forwarded from the private network to the public network since the last reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ctNatBytesI2L 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.1.10
This is the number of bytes which have been forwarded from the public network to the private network since the last reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ctNatTcpConn 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.1.11
This is the number of active TCP connections using the Network Address Translator application.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctNatUdpConn 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.1.12
This is the number of active UDP connections using the Network Address Translator application.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctNatIcmpConn 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.1.13
This is the number of active ICMP connections using the Network Address Translator application.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctNatRetries 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.1.14
This is the number of detected TCP retries in both directions since the last reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ctNatBadSums 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.1.15
This is the number of detected checksum errors in both directions since the last reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ctNatTotalPkts 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.1.16
This is the total number of packets by the application since the last reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ctNatBadPkts 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.1.17
This is the total number of packets detected with an invalid format since the last reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ctNatResPkts 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.1.18
This is the total number of packets detected with a reserved address since the last reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ctNatTotTcpConn 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.1.19
This is the number of TCP connections made using the Network Address Translator application since the last reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ctNatTotUdpConn 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.1.20
This is the number of UDP connections made using the Network Address Translator application since the last reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ctNatTotIcmpConn 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.1.21
This is the number of ICMP connections made using the Network Address Translator application since the last reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ctNatConfigTable 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.1.22
Information describing the configuration parameters for each instance of NAT.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtNatConfigEntry

ctNatConfigEntry 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.1.22.1
A description of a single server entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CtNatConfigEntry  

ctNatConfigId 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.1.22.1.1
A unique value identifying an element in a sequence of groups which belong to the NAT configuration table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctNatAdminStatus 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.1.22.1.2
Used to enable and disable the Network Address Translator method for this instance. This object must be set to enabled for the translation to occur on ctNatLocalIfIndex.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

ctNatOperStatus 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.1.22.1.3
Indicates the current operating status of the Network Address Translator feature.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2), invalid-config(3)  

ctNatLocalIfIndex 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.1.22.1.4
This is the value of the MIB II ifindex which identifies the router port connected to the private network.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ctNatLocalIP 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.1.22.1.5
This is the IP address of the interface which serves as the gateway for the private network. With ctNatLocalMask, it serves to define the subnet of the hosts on the network. The preferred address is 192.168.254.254, part of the class C net reserved by RFC1597.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

ctNatLocalMask 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.1.22.1.6
This is the subnet mask of the interface which serves as the gateway for the private network. With ctNatLocalIP, it serves to define the subnet of the hosts on the network. The preferred mask is 255.255.255.0, part of the class C net reserved by RFC1597.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

ctNatTotServerEntries 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.2.1
This is the total number of server assignments.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctNatServerListTable 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.2.2
Information describing the configured parameters which designate a local device as a server.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtNatServerListEntry

ctNatServerListEntry 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.2.2.1
A description of a single server entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CtNatServerListEntry  

ctNatServerId 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.2.2.1.1
A unique value identifying an element in a sequence of groups which belong to the NAT Server List. This value ranges from 1 to 16.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctNatProxyServer 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.2.2.1.2
A description of a proxy server assignment. The format is private IP address of the server, followed by the public port number, followed by the private port number, followed by the protocol to be handled by the server. The fields are delimited by commas. Each record must be 31 chars or less. Protocol choices are TCP and UDP.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

ctNatTotActiveConn 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.3.1
This is the total number of active connections.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctNatConnStatsTable 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.3.2
Information describing the configured parameters which designate a local device as a server.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtNatConnStatsEntry

ctNatConnStatsEntry 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.3.2.1
A description of a single server entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CtNatConnStatsEntry  

ctNatConnStatsID 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.3.2.1.1
A unique value identifying an element in a sequence of active connections which belong to the NAT Connection Statistics Group.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctNatConnStatsForeignIP 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.3.2.1.2
This is the IP address of the foreign host during this active connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

ctNatConnStatsLocalIP 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.3.2.1.3
This is the IP address of the local host during this active connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

ctNatConnStatsPublicPort 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.3.2.1.4
This is the port number addressed by an external device. It is also substituted for the local port by NAT on outbound packets.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctNatConnStatsLocalPort 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.3.2.1.5
This is the local host's port for TCP or UDP for this active connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctNatConnStatsForeignPort 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.3.2.1.6
This is the source port number used by the foreign host for this active connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctNatConnStatsOutgoingPkts 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.3.2.1.7
This is the number of packets that have been sent from the local net to the public net by this active connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ctNatConnStatsOutgoingBytes 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.3.2.1.8
This is the number of bytes that have been sent from the local net to the public net by this active connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ctNatConnStatsIncomingPkts 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.3.2.1.9
This is the number of packets that have been sent from the public net to the local net by this active connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ctNatConnStatsIncomingBytes 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.3.2.1.10
This is the number of bytes that have been sent from the public net to the local net by this active connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ctNatConnStatsTimeSinceUse 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.3.2.1.11
This is the time in seconds since the last packet was sent or received on this active connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctNatConnStatsProtocol 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.3.2.1.12
This is the type of IP protocol used by this active connection. Options are 1 = ICMP, 6 = TCP and 17 = UDP.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctNatConnStatsTCPSeq 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.3.2.1.13
This is the last TCP sequence number of local host sent on this active connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctNatConnStatsTCPAck 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.3.2.1.14
This is the last TCP acknowledgement number of local host sent on this active connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctNatConnStatsTCPState 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.3.2.1.15
This is the TCP connection state value on this active connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctNatConnStatsLocalRetrys 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.3.2.1.16
This is the number of TCP retries by the local host on this active connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ctNatConnStatsForeignRetrys 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.3.2.1.17
This is the number of TCP retries by the foreign host on this active connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ctNatConnStatsLocalChecksum 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.3.2.1.18
This is the number of times checksum failed in a packet from the local host on this active connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ctNatConnStatsForeignChecksum 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.1.3.2.1.19
This is the number of times checksum failed in a packet from the foreign host on this active connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter