CISCO-LWAPP-OPENDNS-MIB
- Registered at
- 1.3.6.1.4.1.9.9.837
- Last updated
- 2018-07-03 00:00
- Organization
- Cisco Systems Inc.
- Revisions
- 2018-07-03 00:00, 2017-02-10 00:00
- Namespace
- cisco
- Source file
CISCO-LWAPP-OPENDNS-MIB- Digest
sha256:8439474da518efcb51827f85350c8ec5c8f5483d293df98e7c62f4a128229e1d
Description
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.
Contact
Cisco Systems, Customer Service Postal: 170 West Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS Email: cs-wnbu-snmp@cisco.com
Imports
| From | Symbols |
|---|---|
| CISCO-LWAPP-WLAN-MIB | cLWlanIndex |
| CISCO-SMI | ciscoMgmt |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION, TruthValue |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
CISCO-LWAPP-OPENDNS-MIB CISCO-LWAPP-WLAN-MIB CISCO-SMI CISCO-TC INET-ADDRESS-MIB SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ciscoLwappOpendnsMIBNotifs OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.837.0 | |||
| ciscoLwappOpendnsMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.837.1 | |||
| ciscoLwappOpendnsTag OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.837.1.1 | |||
| claOpendnsProfileTable OBJECT-TYPE This table represents the information about Opendns profiles. | 1.3.6.1.4.1.9.9.837.1.1.1 | not-accessible | current | |
| claOpendnsProfileEntry OBJECT-TYPE An entry containing the configuration attributes Opendns Feature | 1.3.6.1.4.1.9.9.837.1.1.1.1 | not-accessible | current | |
| claOpendnsProfileName OBJECT-TYPE This object represents the OpenDNS profile name. | 1.3.6.1.4.1.9.9.837.1.1.1.1.1 | SnmpAdminString | not-accessible | current |
| claOpendnsProfileRowStatus OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.837.1.1.1.1.2 | RowStatus | read-create | current |
| claOpendnsProfileStatus OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.837.1.1.1.1.3 | INTEGER {notInuse(1), inProgress(2), success(3), failed(4), inuse(5)} | read-only | current |
| claOpendnsProfileIdentity OBJECT-TYPE This object represents the Identity of the profile in the Opendns Dashboard | 1.3.6.1.4.1.9.9.837.1.1.1.1.4 | SnmpAdminString | read-only | current |
| claOpendnsWlanTable OBJECT-TYPE This table represents the generic Opendns configuration for a particular WLAN in a controller. | 1.3.6.1.4.1.9.9.837.1.1.2 | not-accessible | current | |
| claOpendnsWlanEntry OBJECT-TYPE Each entry in this table represents the generic Opendns configuration for a WLAN. | 1.3.6.1.4.1.9.9.837.1.1.2.1 | not-accessible | current | |
| claOpendnsWlanProfileName OBJECT-TYPE This object indicates the Opendns Mapped profile associated to this WLAN. | 1.3.6.1.4.1.9.9.837.1.1.2.1.1 | SnmpAdminString | read-write | current |
| claOpendnsWlanMode OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.837.1.1.2.1.2 | INTEGER {ignore(1), force(2), copy(3)} | read-write | current |
| claOpendnsWlanProfileStatus OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.837.1.1.2.1.3 | TruthValue | read-write | current |
| claOpendnsWlanDhcpOpt6 OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.837.1.1.2.1.4 | TruthValue | read-write | current |
| ciscoLwappOpendnsConfig OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.837.1.2 | |||
| claOpendnsEnable OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.837.1.2.1 | TruthValue | read-write | current |
| claOpendnsForceEnable OBJECT-TYPE 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.. | 1.3.6.1.4.1.9.9.837.1.2.2 | TruthValue | read-write | current |
| claOpendnsApiToken OBJECT-TYPE This object specifies the Api-Token for Opendns cloud server. | 1.3.6.1.4.1.9.9.837.1.2.3 | SnmpAdminString | read-write | current |
| ciscoLwappOpendnsMIBConform OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.837.2 | |||
| ciscoLwappOpendnsMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.837.2.1 | |||
| ciscoLwappOpendnsMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.837.2.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| ciscoLwappOpendnsMIBCompliance MODULE-COMPLIANCE The compliance statement for the SNMP entities that implement the ciscoLwappOpendnsMIB module. | 1.3.6.1.4.1.9.9.837.2.1.1 | deprecated |
| ciscoLwappOpendnsMIBComplianceRev1 MODULE-COMPLIANCE The compliance statement for the SNMP entities that implement the ciscoLwappOpendnsMIB module. | 1.3.6.1.4.1.9.9.837.2.1.2 | deprecated |
| ciscoLwappOpendnsMIBComplianceRev2 MODULE-COMPLIANCE The compliance statement for the SNMP entities that implement the ciscoLwappOpendnsMIB module. | 1.3.6.1.4.1.9.9.837.2.1.3 | current |
| ciscoLwappOpendnsTagGroup OBJECT-GROUP This collection of objects represents the information about the general attributes of Opendns. | 1.3.6.1.4.1.9.9.837.2.2.1 | deprecated |
| ciscoLwappOpendnsConfigGroup OBJECT-GROUP This collection of objects represents the information about the general attributes of Opendns. | 1.3.6.1.4.1.9.9.837.2.2.2 | current |
| ciscoLwappOpendnsTagGroupVer2 OBJECT-GROUP This collection of objects represents the information about the general attributes of Opendns. | 1.3.6.1.4.1.9.9.837.2.2.3 | current |