-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
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
Labels
No labels