Skip to content

class-map support for ZBFW #237

@grotewortel

Description

@grotewortel

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions