Skip to content

policy-map support for ZBFW #239

New issue

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

Open
grotewortel opened this issue Apr 17, 2025 · 0 comments
Open

policy-map support for ZBFW #239

grotewortel opened this issue Apr 17, 2025 · 0 comments

Comments

@grotewortel
Copy link

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
          ]
        }
      }
    ]
  }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant