We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description
Can you please implement the support for ZBFW in the policy-maps?
Kind regards, Jan
show running-config policy-map This is part of the running config:
policy-map type inspect some_policymap class type inspect github-classmap inspect some_other_policymap class class-default drop log
json path: .data["Cisco-IOS-XE-native:native"].policy["Cisco-IOS-XE-policy:policy-map"] This is the restconf-json formatted running config:
[ { "name": "some_policymap", "type": "inspect", "class": [ { "name": "github-classmap", "type": "inspect", "policy": { "action": "inspect", "parameter-map": "some_other_policymap" } }, { "name": "class-default", "policy": { "action": "drop", "log": [ null ] } } ] } ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Can you please implement the support for ZBFW in the policy-maps?
Kind regards,
Jan
show running-config policy-map
This is part of the running config:
json path: .data["Cisco-IOS-XE-native:native"].policy["Cisco-IOS-XE-policy:policy-map"]
This is the restconf-json formatted running config:
The text was updated successfully, but these errors were encountered: