Skip to content

policy-map support for ZBFW #239

@grotewortel

Description

@grotewortel

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

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