-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
]
}
}
]
}
]
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request