Using ZBF to filter/log on non-http payload
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2011 03:26 PM - edited 03-11-2019 12:31 PM
I am trying to log/drop packets with a specific string in the payload. I can't find a way to do it on any protocol other than http using a regex. Any suggestions? Thx.
- Labels:
-
NGFW Firewalls
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2011 01:00 AM
Hello Corey,
You can use class map type stack (flexible packet matching) and PHDF files (available on cisco.com) to match whatever you want in a packet.
See this doc:
You can also create custom protocols with nbar so that you can match them in class maps:
http://www.cisco.com/en/US/docs/ios/qos/configuration/guide/nbar_cust_protcl.html
I hope this help
