Skip to content

High Speed Logging support for Unified Security Policy #537

@Anush-Mangaluru

Description

@Anush-Mangaluru

In Security Policy:

High speed logging (HSL) has following fields and does not have source-interface field (Expected behaviour)
Additionally, the Security policy supports only one HSL server details to be configured.

JSON Body:

"settings": {
      ...
      "highSpeedLogging": {
        "serverIp": "1.1.1.1",
        "vrf": "1",
        "port": "2055"
      }
    }

===>

In Unified Security Policy:

High speed logging (HSL) has following fields and also has additional source-interface field.
Additionally, the Unified Security policy supports multiple HSL server details to be configured.

JSON Body:

    "settings": {
      ...
      "highSpeedLogging": {
        "entries": [
          {
            "vrf": "1",
            "serverIp": "10.0.0.1",
            "port": "2055",
            "sourceInterface": "GigabitEthernet0/0/0"
          },
          {
            "vrf": "1",
            "serverIp": "10.0.0.2",
            "port": "2055",
            "sourceInterface": "TenGigabitEthernet0/0/1"
          }
        ]
      },
     ...
    }

===>

Need Support for configuring HSL in Unified Security Policy.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions