mirror of
https://github.com/Telecominfraproject/ols-ucentral-schema.git
synced 2025-10-29 09:12:20 +00:00
14 lines
526 B
YAML
14 lines
526 B
YAML
type: object
|
|
description: Configuration for ARP Inspection on specific VLANs in the switch.
|
|
properties:
|
|
vlan-enable:
|
|
type: boolean
|
|
description: Enable or disable ARP Inspection for a specified VLAN.
|
|
vlan-acl-rule:
|
|
type: string
|
|
description: Specifies an ARP ACL to apply to one or more VLANs.
|
|
maxLength: 32
|
|
minLength: 1
|
|
vlan-acl-nodhcp-bindings:
|
|
type: boolean
|
|
description: Validate ARP packets against only the specified ACL without checking address bindings in the DHCP snooping database. |