NMS-WLAN-MIB

File: NMS-WLAN-MIB.mib (4936 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
RFC1213-MIB NMS-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
TEXTUAL-CONVENTION MODULE-COMPLIANCE OBJECT-GROUP
ifIndex nmsMgmt

Defined Types

NMSDot11Entry  
SEQUENCE    
  nmsDot11DesiredSSID OCTET STRING
  nmsDot11SSIDHide INTEGER

NMSDot11RadioEntry  
SEQUENCE    
  nmsDot11RadioIndex INTEGER
  nmsDot11RadioEnabled INTEGER
  nmsDot11RadioMode INTEGER

Defined Values

wlan 1.3.6.1.4.1.3320.9.352
OBJECT IDENTIFIER    

nmsDot11Table 1.3.6.1.4.1.3320.9.352.1
NMS dot11 table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NMSDot11Entry

nmsDot11Entry 1.3.6.1.4.1.3320.9.352.1.1
NMS dot11 table entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NMSDot11Entry  

nmsDot11DesiredSSID 1.3.6.1.4.1.3320.9.352.1.1.1
NMS dot11 desired SSID.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

nmsDot11SSIDHide 1.3.6.1.4.1.3320.9.352.1.1.2
NMS dot11 SSID hide status.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

nmsDot11RadioTable 1.3.6.1.4.1.3320.9.352.2
NMS dot11 radio table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NMSDot11RadioEntry

nmsDot11RadioEntry 1.3.6.1.4.1.3320.9.352.2.1
NMS dot11 radio table entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NMSDot11RadioEntry  

nmsDot11RadioIndex 1.3.6.1.4.1.3320.9.352.2.1.1
A unique value for each dot11 radio table entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nmsDot11RadioEnabled 1.3.6.1.4.1.3320.9.352.2.1.2
dot11 radio enable status. 0-enable,1-disable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(0), disable(1)  

nmsDot11RadioMode 1.3.6.1.4.1.3320.9.352.2.1.3
dot11 radio mode. 0-a ,1-b, 2-g, 3-bg.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER a(0), b(1), g(2), bg(3)