InlineSegmentSecurityProfile1
{
"isBpduFilterEnabled": false,
"bpduFilterAllowList": [
"string"
],
"isDhcpClientBlockV4Enabled": false,
"isDhcpClientBlockV6Enabled": false,
"isDhcpServerBlockV4Enabled": false,
"isDhcpServerBlockV6Enabled": false,
"isNonIpTrafficBlockEnabled": false,
"isRaGuardEnabled": false,
"isRateLimitingEnabled": false,
"rateLimits": {
"rxBroadcast": 0,
"rxMulticast": 0,
"txBroadcast": 0,
"txMulticast": 0
}
}
Whether BPDU filter is enabled.
Pre-defined list of allowed MAC addresses to be excluded from BPDU filtering.
Whether DHCP Client block IPv4 is enabled. This filters DHCP Client IPv4 traffic.
Whether DHCP Client block IPv6 is enabled. This filters DHCP Client IPv6 traffic.
Whether DHCP Server block IPv4 is enabled. This filters DHCP Server IPv4 traffic.
Whether DHCP Server block IPv6 is enabled. This filters DHCP Server IPv6 traffic.
Whether non IP traffic block is enabled. If true, it blocks all traffic except IP/(G)ARP/BPDU.
Whether Router Advertisement Guard is enabled. This filters DHCP Server IPv6 traffic.
Whether Rate Limiting is enabled.