{ "id":"/axapi/v3/interface/ve/{ifnum}/bfd", "type":"object", "node-type":"scalar", "title":"bfd", "partition-visibility":"shared", "description":"Configure BFD (Bidirectional Forwarding Detection)", "properties":{ "authentication":{ "type":"object", "properties":{ "key-id":{ "type":"number", "format":"number", "minimum":0, "maximum":255, "partition-visibility":"shared", "description":"Key ID" }, "method":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'md5': Keyed MD5; 'meticulous-md5': Meticulous Keyed MD5; 'meticulous-sha1': Meticulous Keyed SHA1; 'sha1': Keyed SHA1; 'simple': Simple Password; ", "enum":[ "md5", "meticulous-md5", "meticulous-sha1", "sha1", "simple" ] }, "password":{ "type":"string", "format":"password", "minLength":1, "maxLength":16, "partition-visibility":"shared", "description":"Key String" }, "encrypted":{ "type":"encrypted", "format":"encrypted", "partition-visibility":"shared", "description":"Do NOT use this option manually. (This is an A10 reserved keyword.) (The ENCRYPTED password string)" } } }, "echo":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable BFD Echo", "optional":true }, "demand":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Demand mode", "optional":true }, "interval-cfg":{ "type":"object", "properties":{ "interval":{ "type":"number", "format":"number", "minimum":48, "maximum":1000, "partition-visibility":"shared", "description":"Transmit interval between BFD packets (Milliseconds)" }, "min-rx":{ "type":"number", "format":"number", "minimum":48, "maximum":1000, "partition-visibility":"shared", "description":"Minimum receive interval capability (Milliseconds)" }, "multiplier":{ "type":"number", "format":"number", "minimum":3, "maximum":50, "partition-visibility":"shared", "description":"Multiplier value used to compute holddown (value used to multiply the interval)" } } }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }