CISCO-LWAPP-OPENDNS-MIB

File: CISCO-LWAPP-OPENDNS-MIB.mib (15656 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
CISCO-LWAPP-WLAN-MIB SNMP-FRAMEWORK-MIB CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE MODULE-COMPLIANCE
OBJECT-GROUP TruthValue RowStatus
cLWlanIndex SnmpAdminString ciscoMgmt

Defined Types

CLaOpendnsProfileEntry  
SEQUENCE    
  claOpendnsProfileName SnmpAdminString
  claOpendnsProfileRowStatus RowStatus
  claOpendnsProfileStatus INTEGER
  claOpendnsProfileIdentity SnmpAdminString

CLaOpendnsWlanEntry  
SEQUENCE    
  claOpendnsWlanProfileName SnmpAdminString
  claOpendnsWlanMode INTEGER
  claOpendnsWlanProfileStatus TruthValue
  claOpendnsWlanDhcpOpt6 TruthValue

Defined Values

ciscoLwappOpendnsMIB 1.3.6.1.4.1.9.9.837
This MIB is intended to be implemented on all those devices operating as Central Controllers (CC) that terminate the Light Weight Access Point Protocol tunnel from Light-weight LWAPP Access Points. This MIB provides configuration and status information about the OPENDNS on the controller. Particularly this mib covers the OPENDNS for the wireless controllers. OpenDNS provides cloud based security service by inspecting DNS query. It can filter the fully qualified domain name(FQDN) from the DNS query and provide customized policy for the security administrator to allow or deny traffic towards the FQDN. ISR4K platform can act as a DNS forwarder on network edge, the router can transparently intercept the DNS traffic and forward DNS queries to the OpenDNS cloud. GLOSSARY Access Point ( AP ) An entity that contains an 802.11 medium access control ( MAC ) and physical layer ( PHY ) interface and provides access to the distribution services via the wireless medium for associated clients. LWAPP APs encapsulate all the 802.11 frames in LWAPP frames and sends it to the controller to which it is logically connected to. Central Controller ( CC ) The central entity that terminates the LWAPP protocol tunnel from the LWAPP APs. Throughout this MIB, this entity also referred to as 'controller'. Light Weight Access Point Protocol ( LWAPP ) This is a generic protocol that defines the communication between the Access Points and the controllers.
MODULE-IDENTITY    

ciscoLwappOpendnsMIBNotifs 1.3.6.1.4.1.9.9.837.0
OBJECT IDENTIFIER    

ciscoLwappOpendnsMIBObjects 1.3.6.1.4.1.9.9.837.1
OBJECT IDENTIFIER    

ciscoLwappOpendnsMIBConform 1.3.6.1.4.1.9.9.837.2
OBJECT IDENTIFIER    

ciscoLwappOpendnsTag 1.3.6.1.4.1.9.9.837.1.1
OBJECT IDENTIFIER    

ciscoLwappOpendnsConfig 1.3.6.1.4.1.9.9.837.1.2
OBJECT IDENTIFIER    

claOpendnsEnable 1.3.6.1.4.1.9.9.837.1.2.1
This object represents the OpenDNS status of the controller. A value of 'true' indicates that Opendns Feature will be turned on. A value of 'false' indicates that Opendns Feature will be turned off.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

claOpendnsForceEnable 1.3.6.1.4.1.9.9.837.1.2.2
This object represents the OpenDNS status of the controller. A value of 'true' indicates that Opendns will be the default DNS. A value of 'false' indicates that Opendns will not be the default DNS..
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

claOpendnsApiToken 1.3.6.1.4.1.9.9.837.1.2.3
This object specifies the Api-Token for Opendns cloud server.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString  

claOpendnsProfileTable 1.3.6.1.4.1.9.9.837.1.1.1
This table represents the information about Opendns profiles.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CLaOpendnsProfileEntry

claOpendnsProfileEntry 1.3.6.1.4.1.9.9.837.1.1.1.1
An entry containing the configuration attributes Opendns Feature
Status: current Access: not-accessible
OBJECT-TYPE    
  CLaOpendnsProfileEntry  

claOpendnsProfileName 1.3.6.1.4.1.9.9.837.1.1.1.1.1
This object represents the OpenDNS profile name.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString  

claOpendnsProfileRowStatus 1.3.6.1.4.1.9.9.837.1.1.1.1.2
This object represents status column for this row and used to create, modify and delete specific instances of rows in this table. This table supports modification of writable objects when the RowStatus is 'active'. The following objects are mandatory for successful creation of an entry: claOpendnsProfileName.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

claOpendnsProfileStatus 1.3.6.1.4.1.9.9.837.1.1.1.1.3
This object represents the Profile registration status with opendns server. notInuse indicates that the Profile is not in used state. inProgress indicates that the Profile is in the process of registering with opendns server. success indicates that the Profile registered successfully. failed indicates that the Profile registration failed. inuse indicate that the Profile is in Used state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notInuse(1), inProgress(2), success(3), failed(4), inuse(5)  

claOpendnsProfileIdentity 1.3.6.1.4.1.9.9.837.1.1.1.1.4
This object represents the Identity of the profile in the Opendns Dashboard
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

claOpendnsWlanTable 1.3.6.1.4.1.9.9.837.1.1.2
This table represents the generic Opendns configuration for a particular WLAN in a controller.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CLaOpendnsWlanEntry

claOpendnsWlanEntry 1.3.6.1.4.1.9.9.837.1.1.2.1
Each entry in this table represents the generic Opendns configuration for a WLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  CLaOpendnsWlanEntry  

claOpendnsWlanProfileName 1.3.6.1.4.1.9.9.837.1.1.2.1.1
This object indicates the Opendns Mapped profile associated to this WLAN.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString  

claOpendnsWlanMode 1.3.6.1.4.1.9.9.837.1.1.2.1.2
This object specifies the Opendns Mode associated to this particular WLAN. ignore mode indicates the normal dns will be used. copy mode indicates the stats will be copied from opendns. force mode indicates that opendns server will be forced to use.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ignore(1), force(2), copy(3)  

claOpendnsWlanProfileStatus 1.3.6.1.4.1.9.9.837.1.1.2.1.3
This object represents the Opendns status of wlan. A value of 'true' indicates that Opendns feature will be turned on for the wlan. A value of 'false' indicates that Opendns feature will be turned off for the wlan.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

claOpendnsWlanDhcpOpt6 1.3.6.1.4.1.9.9.837.1.1.2.1.4
This object represents the Opendns dhcp option 6 status of a WLAN. A value of 'true' indicates that Opendns dhcp option 6 is enabled for the WLAN. A value of 'false' indicates that Opendns dhcp option 6 is disabled for the WLAN.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

ciscoLwappOpendnsMIBCompliances 1.3.6.1.4.1.9.9.837.2.1
OBJECT IDENTIFIER    

ciscoLwappOpendnsMIBGroups 1.3.6.1.4.1.9.9.837.2.2
OBJECT IDENTIFIER    

ciscoLwappOpendnsMIBCompliance 1.3.6.1.4.1.9.9.837.2.1.1
The compliance statement for the SNMP entities that implement the ciscoLwappOpendnsMIB module.
Status: deprecated Access: read-write
MODULE-COMPLIANCE    

ciscoLwappOpendnsMIBComplianceRev1 1.3.6.1.4.1.9.9.837.2.1.2
The compliance statement for the SNMP entities that implement the ciscoLwappOpendnsMIB module.
Status: deprecated Access: read-write
MODULE-COMPLIANCE    

ciscoLwappOpendnsMIBComplianceRev2 1.3.6.1.4.1.9.9.837.2.1.3
The compliance statement for the SNMP entities that implement the ciscoLwappOpendnsMIB module.
Status: current Access: read-write
MODULE-COMPLIANCE    

ciscoLwappOpendnsTagGroup 1.3.6.1.4.1.9.9.837.2.2.1
This collection of objects represents the information about the general attributes of Opendns.
Status: deprecated Access: read-write
OBJECT-GROUP    

ciscoLwappOpendnsConfigGroup 1.3.6.1.4.1.9.9.837.2.2.2
This collection of objects represents the information about the general attributes of Opendns.
Status: current Access: read-write
OBJECT-GROUP    

ciscoLwappOpendnsTagGroupVer2 1.3.6.1.4.1.9.9.837.2.2.3
This collection of objects represents the information about the general attributes of Opendns.
Status: current Access: read-write
OBJECT-GROUP