{ "id":"/axapi/v3/interface/loopback/{ifnum}/ip/rip", "type":"object", "node-type":"scalar", "title":"rip", "partition-visibility":"shared", "description":"RIP", "properties":{ "authentication":{ "type":"object", "properties":{ "str":{ "type":"object", "properties":{ "string":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":16, "partition-visibility":"shared", "description":"The RIP authentication string" } } }, "mode":{ "type":"object", "properties":{ "mode":{ "type":"string", "format":"enum", "default":"text", "partition-visibility":"shared", "description":"'md5': Keyed message digest; 'text': Clear text authentication; ", "enum":[ "md5", "text" ] } } }, "key-chain":{ "type":"object", "properties":{ "key-chain":{ "type":"string", "format":"string-rlx", "partition-visibility":"shared", "description":"Authentication key-chain (Name of key-chain)" } } } } }, "send-packet":{ "type":"number", "format":"flag", "default":1, "partition-visibility":"shared", "description":"Enable sending packets through the specified interface", "optional":true }, "receive-packet":{ "type":"number", "format":"flag", "default":1, "partition-visibility":"shared", "description":"Enable receiving packet through the specified interface", "optional":true }, "send-cfg":{ "type":"object", "properties":{ "send":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Advertisement transmission" }, "version":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'1': RIP version 1; '2': RIP version 2; '1-compatible': RIPv1-compatible; '1-2': RIP version 1 & 2; ", "enum":[ "1", "2", "1-compatible", "1-2" ] } } }, "receive-cfg":{ "type":"object", "properties":{ "receive":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Advertisement reception" }, "version":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'1': RIP version 1; '2': RIP version 2; '1-2': RIP version 1 & 2; ", "enum":[ "1", "2", "1-2" ] } } }, "split-horizon-cfg":{ "type":"object", "properties":{ "state":{ "type":"string", "format":"enum", "default":"poisoned", "partition-visibility":"shared", "description":"'poisoned': Perform split horizon with poisoned reverse; 'disable': Disable split horizon; 'enable': Perform split horizon without poisoned reverse; ", "enum":[ "poisoned", "disable", "enable" ] } } }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }