NETSCREEN-INTERFACE-MIB

File: NETSCREEN-INTERFACE-MIB.mib (20490 bytes)

Imported modules

NETSCREEN-SMI SNMPv2-SMI SNMPv2-TC

Imported symbols

netscreenInterface Counter32 Integer32
IpAddress MODULE-IDENTITY OBJECT-TYPE
DisplayString PhysAddress

Defined Types

NsIfEntry  
SEQUENCE    
  nsIfIndex Integer32
  nsIfName DisplayString
  nsIfVsys Integer32
  nsIfZone Integer32
  nsIfStatus INTEGER
  nsIfIp IpAddress
  nsIfNetmask IpAddress
  nsIfGateway IpAddress
  nsIfMngIp IpAddress
  nsIfMode INTEGER
  nsIfMAC PhysAddress
  nsIfMngTelnet INTEGER
  nsIfMngSCS INTEGER
  nsIfMngWEB INTEGER
  nsIfMngSSL INTEGER
  nsIfMngSNMP INTEGER
  nsIfMngGlobal INTEGER
  nsIfMngGlobalPro INTEGER
  nsIfMngPing INTEGER
  nsIfMngIdentReset INTEGER
  nsIfInfo Integer32
  nsIfDescr DisplayString

NsIfFlowEntry  
SEQUENCE    
  nsIfFlowIfIdx Integer32
  nsIfFlowVsys Integer32
  nsIfFlowInByte Counter32
  nsIfFlowInPacket Counter32
  nsIfFlowOutByte Counter32
  nsIfFlowOutPacket Counter32
  nsIfFlowInVpn Counter32
  nsIfInVlan Counter32
  nsIfOutVlan Counter32
  nsIfFlowIfInfo Integer32

NsIfMonEntry  
SEQUENCE    
  nsIfMonIfIdx Integer32
  nsIfMonVsys Integer32
  nsIfMonPlyDeny Counter32
  nsIfMonAuthFail Counter32
  nsIfMonUrlBlock Counter32
  nsIfMonTrMngQueue Counter32
  nsIfMonTrMngDrop Counter32
  nsIfMonEncFail Counter32
  nsIfMonNoSa Counter32
  nsIfMonNoSaPly Counter32
  nsIfMonSaInactive Counter32
  nsIfMonSaPolicyDeny Counter32
  nsIfMonIfInfo Integer32

NsIfSecondaryIpEntry  
SEQUENCE    
  nsIfSecondaryIpIndex Integer32
  nsIfSecondaryIpIfIdx Integer32
  nsIfSecondaryIpVsys Integer32
  nsIfSecondaryIpZone Integer32
  nsIfSecondaryIpAddress IpAddress
  nsIfSecondaryIpNetmask IpAddress
  nsIfSecondaryIpIfInfo Integer32

Defined Values

netscreenInterfaceMibModule 1.3.6.1.4.1.3224.9.0
This module defines the object that are used to monitor NS's interface configuration
MODULE-IDENTITY    

nsIfTable 1.3.6.1.4.1.3224.9.1
All NetScreen devices have a trusted interface and an untrusted interface. The NetScreen-10 and -100 also have a DMZ interface. Additionally, on each of the virtual systems supported by the NetScreen-1000 there can be on or more tursted subinterfaces linking a particular virtual system to one or more virtual LANs. Other interfaces-some physical, some logical, and some virtual-provide exclusive channels for administrative traffic, or for communication among member in a redundant group. In this table, it will collect following interface: tursted interface, untrusted interface, DMZ interface, Management Interface and Subinterface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NsIfEntry

nsIfEntry 1.3.6.1.4.1.3224.9.1.1
nsIfEntry collects some attributes about NetScreen interface settings.
Status: current Access: not-accessible
OBJECT-TYPE    
  NsIfEntry  

nsIfIndex 1.3.6.1.4.1.3224.9.1.1.1
Interface number which uniquely identifies an interface.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

nsIfName 1.3.6.1.4.1.3224.9.1.1.2
Each interface has a readable name such as 'trust', 'trust/1', etc.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

nsIfVsys 1.3.6.1.4.1.3224.9.1.1.3
According NetScreen's concepts, each interface belongs to one virtual system. This attribute displays the virtual system name an interface belongs to. If the device is device which doesn't support vsys such as NS-100, we can logically think all the setting belongs to 'root' vsys.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

nsIfZone 1.3.6.1.4.1.3224.9.1.1.4
Each interface belongs to one security zone. This attribute displays the security zone name an interface belongs to.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

nsIfStatus 1.3.6.1.4.1.3224.9.1.1.5
The interface status which indicates interface's operational status.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER down(0), up(1), ready(2), inactive(3)  

nsIfIp 1.3.6.1.4.1.3224.9.1.1.6
Each interface must be assigned an IP address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

nsIfNetmask 1.3.6.1.4.1.3224.9.1.1.7
Each interface must belong to a subnet represented by netmask.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

nsIfGateway 1.3.6.1.4.1.3224.9.1.1.8
Default gateway ip address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

nsIfMngIp 1.3.6.1.4.1.3224.9.1.1.9
Trusted, untrusted and DMZ interfaces can have two IP address: an interface IP address that corresponds to the physical port through which that interface connects to a network, and a Manage IP address that can be used to receive administrative traffic
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

nsIfMode 1.3.6.1.4.1.3224.9.1.1.10
NetScreen interface can has three operation modes. They are transparent, nat and route.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER transparent(0), nat(1), route(2), not-applicable(3)  

nsIfMAC 1.3.6.1.4.1.3224.9.1.1.11
MAC address the interface has.
Status: current Access: read-only
OBJECT-TYPE    
  PhysAddress  

nsIfMngTelnet 1.3.6.1.4.1.3224.9.1.1.12
This attribute is used to indicate whether the interface permits telnet management.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

nsIfMngSCS 1.3.6.1.4.1.3224.9.1.1.13
This attribute is used to indicate whether the interface permits Secure Command Shell management.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

nsIfMngWEB 1.3.6.1.4.1.3224.9.1.1.14
This attribute is used to indicate whether the interface permits WEB UI management.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

nsIfMngSSL 1.3.6.1.4.1.3224.9.1.1.15
This attribute is used to indicate whether the interface permits SSL management.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

nsIfMngSNMP 1.3.6.1.4.1.3224.9.1.1.16
This attribute is used to indicate whether the interface permits SNMP management.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

nsIfMngGlobal 1.3.6.1.4.1.3224.9.1.1.17
This attribute is used to indicate whether the interface permits NS Global management.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

nsIfMngGlobalPro 1.3.6.1.4.1.3224.9.1.1.18
This attribute is used to indicate whether the interface permits NS Global Pro management.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

nsIfMngPing 1.3.6.1.4.1.3224.9.1.1.19
This attribute is used to indicate whether the interface permits Ping go-through.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

nsIfMngIdentReset 1.3.6.1.4.1.3224.9.1.1.20
This attribute is used to indicate whether the interface permits ident reset.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

nsIfInfo 1.3.6.1.4.1.3224.9.1.1.21
Internal id assigned to this interface. Stays persistent across resets.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

nsIfDescr 1.3.6.1.4.1.3224.9.1.1.22
Each interface has a a configurable descriptor string.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

nsIfSecondaryIpTable 1.3.6.1.4.1.3224.9.2
In some ScreenOS, it supports multiple IP addresses and related subnets based on the same interface. This table collects the multiple IP addresses configuration on an interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NsIfSecondaryIpEntry

nsIfSecondaryIpEntry 1.3.6.1.4.1.3224.9.2.1
nsIfSecondaryIpEntry collects some attributes about multiple IP configurations on an interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  NsIfSecondaryIpEntry  

nsIfSecondaryIpIndex 1.3.6.1.4.1.3224.9.2.1.1
The table index used as primary key when retrieving the table.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

nsIfSecondaryIpIfIdx 1.3.6.1.4.1.3224.9.2.1.2
The index value which uniquely identifies an interface the secodary ip belongs to. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

nsIfSecondaryIpVsys 1.3.6.1.4.1.3224.9.2.1.3
According NetScreen's concepts, each interface belongs to one virtual system. This attribute displays the virtual system ID an interface belongs to. If the device is device which doesn't support vsys such as NS-100, we can logically think all the setting belongs to 'root' vsys.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

nsIfSecondaryIpZone 1.3.6.1.4.1.3224.9.2.1.4
each interface belongs to one security zone. this attribute displays the security zone name an interface belongs to.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

nsIfSecondaryIpAddress 1.3.6.1.4.1.3224.9.2.1.5
Ip Address value.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

nsIfSecondaryIpNetmask 1.3.6.1.4.1.3224.9.2.1.6
Subnet of a ip belongs to.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

nsIfSecondaryIpIfInfo 1.3.6.1.4.1.3224.9.2.1.7
Internal id assigned to this interface. Stays persistent across resets.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

nsIfFlowTable 1.3.6.1.4.1.3224.9.3
nsIfFlowTable is used to get flow statistical information of the interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NsIfFlowEntry

nsIfFlowEntry 1.3.6.1.4.1.3224.9.3.1
Table entry collect some attributes about interface flow counters.
Status: current Access: not-accessible
OBJECT-TYPE    
  NsIfFlowEntry  

nsIfFlowIfIdx 1.3.6.1.4.1.3224.9.3.1.1
Unique interface id, also used as table index.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

nsIfFlowVsys 1.3.6.1.4.1.3224.9.3.1.2
According NetScreen's concepts. each interface belongs to one virtual system. This attribute displays the virtual system name an interface belongs to.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

nsIfFlowInByte 1.3.6.1.4.1.3224.9.3.1.3
Incoming byte number arriving at the this interface
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

nsIfFlowInPacket 1.3.6.1.4.1.3224.9.3.1.4
Incoming packet number arriving at the this interface
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

nsIfFlowOutByte 1.3.6.1.4.1.3224.9.3.1.5
Outgoing byte number sending through this interface
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

nsIfFlowOutPacket 1.3.6.1.4.1.3224.9.3.1.6
Outgoing packet number sending through this interface
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

nsIfFlowInVpn 1.3.6.1.4.1.3224.9.3.1.7
VPN packet go through this interface
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

nsIfInVlan 1.3.6.1.4.1.3224.9.3.1.8
Incoming vlan packet
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

nsIfOutVlan 1.3.6.1.4.1.3224.9.3.1.9
Outgoing vlan packet
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

nsIfFlowIfInfo 1.3.6.1.4.1.3224.9.3.1.10
Internal id assigned to this interface. Stays persistent across resets.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

nsIfMonTable 1.3.6.1.4.1.3224.9.4
This table collects some of dropped packet counters of interface
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NsIfMonEntry

nsIfMonEntry 1.3.6.1.4.1.3224.9.4.1
An entry containing tunnel information
Status: current Access: not-accessible
OBJECT-TYPE    
  NsIfMonEntry  

nsIfMonIfIdx 1.3.6.1.4.1.3224.9.4.1.1
Unique interface id, also used as table index.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

nsIfMonVsys 1.3.6.1.4.1.3224.9.4.1.2
According NetScreen's concepts, each interface belongs to one virtual system. This attribute displays the virtual system name an interface belongs to.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

nsIfMonPlyDeny 1.3.6.1.4.1.3224.9.4.1.3
Packet drop since denied by policy.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

nsIfMonAuthFail 1.3.6.1.4.1.3224.9.4.1.4
Packet drop due to authentication failed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

nsIfMonUrlBlock 1.3.6.1.4.1.3224.9.4.1.5
Packet drop due to URL blocking.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

nsIfMonTrMngQueue 1.3.6.1.4.1.3224.9.4.1.6
packet queue up due to traffic management
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

nsIfMonTrMngDrop 1.3.6.1.4.1.3224.9.4.1.7
Packet drop due to traffic management
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

nsIfMonEncFail 1.3.6.1.4.1.3224.9.4.1.8
IPSec enc failed due to sa not available, no ipak, etc
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

nsIfMonNoSa 1.3.6.1.4.1.3224.9.4.1.9
packet drop due to no sa found for incomig spi
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

nsIfMonNoSaPly 1.3.6.1.4.1.3224.9.4.1.10
packet drop due to no policy associated with found sa
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

nsIfMonSaInactive 1.3.6.1.4.1.3224.9.4.1.11
packet drop due to sa not active
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

nsIfMonSaPolicyDeny 1.3.6.1.4.1.3224.9.4.1.12
packet drop due to denial by sa policy
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

nsIfMonIfInfo 1.3.6.1.4.1.3224.9.4.1.13
Internal id assigned to this interface. Stays persistent across resets.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647