-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
Hi,
Can you please add support for class-maps for ZBFW?
Thank you
Jan
show running-config class-map github-classmap
This is part of the running config:
Building configuration...
Current configuration : 180 bytes
!
class-map type inspect match-all github-classmap
match access-group 123
match class-map someother-classmap
match protocol tcp
match protocol udp
match protocol icmp
!
end
json path: .data["Cisco-IOS-XE-native:native"].policy."Cisco-IOS-XE-policy:class-map"[] | select(.name=="github-classmap")
This is the restconf-json formatted running config:
{
"name": "github-classmap",
"type": "inspect",
"prematch": "match-all",
"match": {
"class-map": [
"someother-classmap"
],
"access-group": {
"index": 123
},
"protocol": {
"protocols-list": [
{
"protocols": "icmp"
},
{
"protocols": "tcp"
},
{
"protocols": "udp"
}
]
}
}
}
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request