CISCO-LWAPP-NBAR-MIB
- Registered at
- 1.3.6.1.4.1.9.9.841
- Last updated
- 2018-02-08 00:00
- Organization
- Cisco Systems Inc.
- Revisions
- 2018-02-08 00:00, 2017-04-27 00:00, 2012-06-12 00:00
- Namespace
- cisco
- Source file
CISCO-LWAPP-NBAR-MIB- Digest
sha256:08d165d658495a676f2d9a4f53c9de70dd9b59a515cbf62d75927b49066d9bc7
Description
NBAR - Network Based Application Recognition is an intelligent classification engine that recognizes applications that are static (which use fixed TCP or UDP port numbers), and stateful (which dynamically assign TCP or UDP port numbers). The relationship between CC and the LWAPP APs can be depicted as follows: +......+ +......+ +......+ +......+ + + + + + + + + + CC + + CC + + CC + + CC + + + + + + + + + +......+ +......+ +......+ +......+ .. . . . .. . . . . . . . . . . . . . . . . . . . . . . . +......+ +......+ +......+ +......+ +......+ + + + + + + + + + + + AP + + AP + + AP + + AP + + AP + + + + + + + + + + + +......+ +......+ +......+ +......+ +......+ . . . . . . . . . . . . . . . . . . . . . . . . +......+ +......+ +......+ +......+ +......+ + + + + + + + + + + + MN + + MN + + MN + + MN + + MN + + + + + + + + + + + +......+ +......+ +......+ +......+ +......+ 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. Mobile Node ( MN ) A roaming 802.11 wireless device in a wireless network associated with an access point. AVC - Application Visibility and Control. The client application or protocol statistics and control.
Contact
Cisco Systems, Customer Service Postal: 170 West Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS Email: cs-snmp@cisco.com
Imports
| From | Symbols |
|---|---|
| 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, Unsigned32, iso |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION |
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-NBAR-MIB CISCO-SMI SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ciscoLwappNbarMIBNotifs OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.841.0 | |||
| ciscoLwappNbarMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.841.1 | |||
| ciscoLwappNbarTableObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.841.1.1 | |||
| cLNbarAVCProfileTable OBJECT-TYPE This table represents the information about application visibility and control (AVC) profiles. | 1.3.6.1.4.1.9.9.841.1.1.1 | not-accessible | current | |
| cLNbarAVCProfileEntry OBJECT-TYPE An entry containing the configuration attributes of application visibility and control. | 1.3.6.1.4.1.9.9.841.1.1.1.1 | not-accessible | current | |
| cLNbarAVCProfileName OBJECT-TYPE This object represents the AVC profile name. | 1.3.6.1.4.1.9.9.841.1.1.1.1.1 | SnmpAdminString (SIZE(1..32)) | not-accessible | current |
| cLNbarAVCProfileRowStatus OBJECT-TYPE This is the status column for this row and is used to create and delete specific instances of rows in this table. | 1.3.6.1.4.1.9.9.841.1.1.1.1.2 | RowStatus | read-create | current |
| cLNbarAVCRuleTable OBJECT-TYPE This table represents the information about AVC rule for a given profile and application. | 1.3.6.1.4.1.9.9.841.1.1.2 | not-accessible | current | |
| cLNbarAVCRuleEntry OBJECT-TYPE An entry containing the configuration attributes of AVC rule. | 1.3.6.1.4.1.9.9.841.1.1.2.1 | not-accessible | current | |
| cLNbarAVCRuleProfileName OBJECT-TYPE This object represents the AVC profile name. | 1.3.6.1.4.1.9.9.841.1.1.2.1.1 | SnmpAdminString (SIZE(1..32)) | not-accessible | current |
| cLNbarAVCRuleApplicationName OBJECT-TYPE This object represents the name of application or protocol of AVC rule. For Default Application Rule, Application Name should be configured as class-default. | 1.3.6.1.4.1.9.9.841.1.1.2.1.2 | SnmpAdminString | not-accessible | current |
| cLNbarAVCRuleApplicationGroupName OBJECT-TYPE This object specifies the name of application group of AVC rule. | 1.3.6.1.4.1.9.9.841.1.1.2.1.3 | SnmpAdminString | read-create | current |
| cLNbarAVCRuleApplicationAction OBJECT-TYPE This object specifies the action for the application or protocol of AVC rule. For class-default type, only mark option is allowed. drop - the corresponding application or protocol packets will be dropped. mark - the corresponding application or protocol packets will be marked with DSCP value specified by cLNbarAVCRuleDscpValue. ratelimit - the corresponding application or protocol packets will be rate limited with average and burst rate limit values sepcified by cLNbarAVCRuleAppAvgRateLimit. | 1.3.6.1.4.1.9.9.841.1.1.2.1.4 | INTEGER {drop(2), mark(3), ratelimit(4)} | read-create | current |
| cLNbarAVCRuleDscpValue OBJECT-TYPE This object specifies the DSCP value of AVC rule. | 1.3.6.1.4.1.9.9.841.1.1.2.1.5 | Unsigned32 | read-create | current |
| cLNbarAVCRuleRowStatus OBJECT-TYPE This is the status column for this row and is used to create and delete specific instances of rows in this table. | 1.3.6.1.4.1.9.9.841.1.1.2.1.6 | RowStatus | read-create | current |
| cLNbarAVCRuleAppAvgRateLimit OBJECT-TYPE This object specifies the application average data rate limit of AVC rule. | 1.3.6.1.4.1.9.9.841.1.1.2.1.7 | Unsigned32 | read-create | current |
| cLNbarAVCRuleAppBurstRateLimit OBJECT-TYPE This object specifies the application burst data rate limit of AVC rule. | 1.3.6.1.4.1.9.9.841.1.1.2.1.8 | Unsigned32 | read-create | current |
| cLNbarAVCFlexProfileTable OBJECT-TYPE This table represents the information about flex application visibility and control (AVC) profiles. | 1.3.6.1.4.1.9.9.841.1.1.3 | not-accessible | current | |
| cLNbarAVCFlexProfileEntry OBJECT-TYPE An entry containing the configuration attributes of application visibility and control for NBAR. | 1.3.6.1.4.1.9.9.841.1.1.3.1 | not-accessible | current | |
| cLNbarAVCFlexProfileName OBJECT-TYPE This object represents the AVC flex profile name. | 1.3.6.1.4.1.9.9.841.1.1.3.1.1 | SnmpAdminString (SIZE(1..32)) | not-accessible | current |
| cLNbarAVCFlexProfileApply OBJECT-TYPE This object is used to push AVC flex profile configured on controller to AP. modified(1) - Indicates AVC flex profile is in modified state and is not yet applied.This value is not settable. apply(2) - Indicates AVC flex profile will be applied to AP. | 1.3.6.1.4.1.9.9.841.1.1.3.1.2 | INTEGER {modified(0), apply(1)} | read-create | current |
| cLNbarAVCFlexProfileRowStatus OBJECT-TYPE This is the status column for this row and is used to create and delete specific instances of rows in this table. | 1.3.6.1.4.1.9.9.841.1.1.3.1.3 | RowStatus | read-create | current |
| cLNbarAVCFlexRuleTable OBJECT-TYPE This table represents the information about flex AVC rule. | 1.3.6.1.4.1.9.9.841.1.1.4 | not-accessible | current | |
| cLNbarAVCFlexRuleEntry OBJECT-TYPE An entry containing the configuration attributes of AVC rule. | 1.3.6.1.4.1.9.9.841.1.1.4.1 | not-accessible | current | |
| cLNbarAVCFlexRuleProfileName OBJECT-TYPE This object represents the AVC profile name. | 1.3.6.1.4.1.9.9.841.1.1.4.1.1 | SnmpAdminString (SIZE(1..32)) | not-accessible | current |
| cLNbarAVCFlexRuleApplicationName OBJECT-TYPE This object represents the name of application or protocol of AVC flex rule. For Default Application Rule, Application Name should be configured as class-default. | 1.3.6.1.4.1.9.9.841.1.1.4.1.2 | SnmpAdminString | not-accessible | current |
| cLNbarAVCFlexRuleApplicationGroupName OBJECT-TYPE This object specifies the name of application group of AVC flex rule. | 1.3.6.1.4.1.9.9.841.1.1.4.1.3 | SnmpAdminString | read-create | current |
| cLNbarAVCFlexRuleApplicationAction OBJECT-TYPE This object specifies the action for the application or protocol of AVC flex rule. For class-default type, only mark option is allowed. drop - the corresponding application or protocol packets will be dropped. mark - the corresponding application or protocol packets will be marked with DSCP value. ratelimit - the corresponding application or protocol packets will be rate limited with average and burst rate limit values. | 1.3.6.1.4.1.9.9.841.1.1.4.1.4 | INTEGER {drop(2), mark(3), ratelimit(4)} | read-create | current |
| cLNbarAVCFlexRuleDscpValue OBJECT-TYPE This object specifies the DSCP value of AVC flex rule. | 1.3.6.1.4.1.9.9.841.1.1.4.1.5 | Unsigned32 | read-create | current |
| cLNbarAVCFlexRuleRowStatus OBJECT-TYPE This is the status column for this row and is used to create and delete specific instances of rows in this table. | 1.3.6.1.4.1.9.9.841.1.1.4.1.6 | RowStatus | read-create | current |
| cLNbarAVCFlexRuleAppAvgRateLimit OBJECT-TYPE This object specifies the application average data rate limit of AVC flex rule. | 1.3.6.1.4.1.9.9.841.1.1.4.1.7 | Unsigned32 | read-create | current |
| cLNbarAVCFlexRuleAppBurstRateLimit OBJECT-TYPE This object specifies the application burst data rate limit of AVC flex rule. | 1.3.6.1.4.1.9.9.841.1.1.4.1.8 | Unsigned32 | read-create | current |
| ciscoLwappNbarGlobalObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.841.1.2 | |||
| cLNbarAVCEngineVersion OBJECT-TYPE This object represents the AVC engine version. | 1.3.6.1.4.1.9.9.841.1.2.1 | OCTET STRING | read-only | current |
| cLNbarAVCProtoPackName OBJECT-TYPE This object represents the AVC protocol pack name. | 1.3.6.1.4.1.9.9.841.1.2.2 | OCTET STRING | read-only | current |
| cLNbarAVCProtoPackVer OBJECT-TYPE This object represents the AVC protocol pack version. | 1.3.6.1.4.1.9.9.841.1.2.3 | OCTET STRING | read-only | current |
| cLNbarAVCFlexEngineVersion OBJECT-TYPE This object represents the AVC flexconnect engine version. | 1.3.6.1.4.1.9.9.841.1.2.4 | OCTET STRING | read-only | current |
| cLNbarAVCFlexProtoPackName OBJECT-TYPE This object represents the AVC flexconnect protocol pack name. | 1.3.6.1.4.1.9.9.841.1.2.5 | OCTET STRING | read-only | current |
| cLNbarAVCFlexProtoPackVer OBJECT-TYPE This object represents the AVC flexconnect protocol pack version. | 1.3.6.1.4.1.9.9.841.1.2.6 | OCTET STRING | read-only | current |
| ciscoLwappNbarMIBConform OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.841.2 | |||
| ciscoLwappNbarMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.841.2.1 | |||
| ciscoLwappNbarMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.841.2.2 |
Notifications
| Name | OID | Status |
|---|---|---|
| cLAVCProtoPackLoadNotifFailed NOTIFICATION-TYPE This notification is generated whenever a protocol pack download fails. | 1.3.6.1.4.1.9.9.841.0.1 | current |
| cLAVCProtoPackLoadNotifSuccess NOTIFICATION-TYPE This notification is generated whenever a protocol pack download succeeds. | 1.3.6.1.4.1.9.9.841.0.2 | current |
Conformance
| Name | OID | Status |
|---|---|---|
| ciscoLwappNbarMIBCompliance MODULE-COMPLIANCE The compliance statement for the SNMP entities that implement the ciscoLwappNbarMIB module. | 1.3.6.1.4.1.9.9.841.2.1.1 | current |
| cLNbarConfigGroup OBJECT-GROUP This is a collection of objects which can be configured to control NBAR parameters. | 1.3.6.1.4.1.9.9.841.2.2.1 | current |
| cLNbarGlobalGroup OBJECT-GROUP This is a collection of global objects which can be configured to control NBAR parameters. | 1.3.6.1.4.1.9.9.841.2.2.2 | current |