Metadata NBAR Integration
The Metadata NBAR Integration feature integrates Network-Based Application Recognition (NBAR) with metadata so that NBAR is enabled as the source for metadata. The flow information gathered from NBAR is stored and propagated using metadata.
- Finding Feature Information
- Information About Metadata NBAR Integration
- How to Integrate NBAR with Metadata
- Configuration Examples for Metadata NBAR Integration
- Additional References
- Feature Information for Metadata NBAR Integration
Finding Feature Information
Your software release may not support all the features documented in this module. For the latest feature information and caveats, see the release notes for your platform and software release. To find information about the features documented in this module, and to see a list of the releases in which each feature is supported, see the Feature Information Table at the end of this document.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required.
Information About Metadata NBAR Integration
Benefits of Metadata NBAR Integration
The flow information from NBAR is generated only on the node on which NBAR is configured and is not available to the downstream devices. To gather flow information, NBAR must be enabled on all downstream devices. Enabling NBAR on all downstream devices may not be possible always because some nodes may be incapable of performing deep packet inspection (DPI). When NBAR is integrated with metadata, metadata information can be propagated to downstream nodes using Resource Reservation Protocol (RSVP), thereby substituting NBAR for DPI whenever DPI is not possible.
Metadata NBAR Integration
NBAR as a source for metadata is enabled by default when you create a class map with metadata-based filters, create a policy map that uses the class, and attach the policy map to the target.
You can disable NBAR as a source for metadata by using the no metadata nbar command.
Note |
NBAR does not support the telepresence-data, vmware-view, webex-video, webex-voice, and wyze-zero-client application types. |
How to Integrate NBAR with Metadata
Integrating NBAR with Metadata
1. enable
2. configure terminal
3. metadata flow
4. metadata flow transmit
5. metadata flow reverse transmit
6. class-map class-map-name
7. match application application-name
8. exit
9. policy-map policy-map-name
10. class class-map-name
11. exit
12. exit
13. interface type number
14. service-policy {input | output} policy-map-name
15. exit
DETAILED STEPS
Configuration Examples for Metadata NBAR Integration
Example: Integrating NBAR with Metadata
The following example shows how to create a class map with metadata-based filters, create a policy map that uses the class, and attach the policy map to a target, thereby enabling NBAR as a source for metadata:
Device> enable Device# configure terminal Device(config)# metadata flow Device(config)# metadata flow transmit Device(config)# metadata flow reverse transmit Device(config)# class-map c1 Device(config-cmap)# match application webex-meeting Device(config-cmap)# exit Device(config)# policy-map p1 Device(config-pmap)# class c1 Device(config-pmap-c)# exit Device(config-pmap)# exit Device(config)# interface gigabitethernet 0/0 Device(config-if)# service-policy output p1 Device(config-if)# exit
Additional References
Related Documents
Related Topic |
Document Title |
---|---|
Cisco IOS commands |
|
Metadata commands |
Technical Assistance
Description |
Link |
---|---|
The Cisco Support and Documentation website provides online resources to download documentation, software, and tools. Use these resources to install and configure the software and to troubleshoot and resolve technical issues with Cisco products and technologies. Access to most tools on the Cisco Support and Documentation website requires a Cisco.com user ID and password. |
Feature Information for Metadata NBAR Integration
The following table provides release information about the feature or features described in this module. This table lists only the software release that introduced support for a given feature in a given software release train. Unless noted otherwise, subsequent releases of that software release train also support that feature.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required.
Feature Name |
Releases |
Feature Information |
---|---|---|
Metadata NBAR Integration |
15.2(4)M |
The Metadata NBAR Integration feature provides integration of NBAR with metadata so that NBAR acts as the source for metadata, and the flow information gathered from NBAR is stored and propagated using metadata. The following commands were introduced or modified: debug metadata nbar, metadata flow transmit, metadata source nbar. |