{ "additionalProperties": false, "id": "BgpBfdConfig", "module_id": "PolicyConnectivity", "properties": { "enabled": { "default": false, "description": "Flag to enable BFD cofiguration.", "title": "Flag to enable BFD cofiguration", "type": "boolean" }, "interval": { "default": 500, "description": "Time interval between heartbeat packets in milliseconds.", "maximum": 60000, "minimum": 50, "title": "Time interval between heartbeat packets in milliseconds", "type": "int" }, "multiple": { "default": 3, "description": "Declare dead multiple. Number of times heartbeat packet is missed before BFD declares the neighbor is down.", "maximum": 16, "minimum": 2, "title": "Declare dead multiple", "type": "int" } }, "title": "BFD configuration for BGP peers", "type": "object" }