NQLEXT-MIB

File: NQLEXT-MIB.mib (3829 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC APENT-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
Integer32 DisplayString RowStatus
nqlExt

Defined Types

APNqlEntry  
SEQUENCE    
  apNqlStatus RowStatus
  apNqlName DisplayString
  apNqlDescription DisplayString

APNqlExtEntry  
SEQUENCE    
  apNqlExtStatus RowStatus
  apNqlExtAddress IpAddress
  apNqlExtPrefixLen Integer32
  apNqlExtDescription DisplayString
  apNqlExtLogEnable INTEGER

Defined Values

apNqlExtMib 1.3.6.1.4.1.2467.1.50.1
The MIB module used to describe the ArrowPoint Communications Network Qualifier Lists (NQLs)
MODULE-IDENTITY    

apNqlTable 1.3.6.1.4.1.2467.1.50.2
A list of NQLs
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    APNqlEntry

apNqlEntry 1.3.6.1.4.1.2467.1.50.2.1
A group of information uniquely identifying an NQL. One entry exists for each NQL
Status: current Access: not-accessible
OBJECT-TYPE    
  APNqlEntry  

apNqlStatus 1.3.6.1.4.1.2467.1.50.2.1.1
Status entry for this row
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

apNqlName 1.3.6.1.4.1.2467.1.50.2.1.2
The name of the NQL
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..31)  

apNqlDescription 1.3.6.1.4.1.2467.1.50.2.1.3
An NQL description
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..63)  

apNqlExtTable 1.3.6.1.4.1.2467.1.50.3
A list of IP Addresses associated with an NQL
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    APNqlExtEntry

apNqlExtEntry 1.3.6.1.4.1.2467.1.50.3.1
Information uniquely identifying a network address within an NQL
Status: current Access: not-accessible
OBJECT-TYPE    
  APNqlExtEntry  

apNqlExtStatus 1.3.6.1.4.1.2467.1.50.3.1.1
Status entry for this row
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

apNqlExtAddress 1.3.6.1.4.1.2467.1.50.3.1.2
The IP Address
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

apNqlExtPrefixLen 1.3.6.1.4.1.2467.1.50.3.1.3
The length of the IP Address Network mask
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 8..32  

apNqlExtDescription 1.3.6.1.4.1.2467.1.50.3.1.4
Description of this address range
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..63)  

apNqlExtLogEnable 1.3.6.1.4.1.2467.1.50.3.1.5
Enable logging for address matches
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER disable(0), enable(1)