{ "id":"/axapi/v3/network", "type":"object", "node-type":"intermediate", "title":"network", "operation-not-allowed": ["PUT", "POST", "DELETE"], "auto-created-object":1, "description":"Configure Network Command", "properties":{ "icmp-rate-limit":{ "type":"object", "$ref":"/axapi/v3/network/icmp-rate-limit", "properties":{ "icmp-normal-rate-limit":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "description":"Normal rate limit. If exceeds this limit, drop the ICMP packet that goes over the limit" }, "icmp-lockup":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "description":"Enter lockup state when ICMP rate exceeds lockup rate limit (Maximum rate limit. If exceeds this limit, drop all ICMP packet for a time period)" }, "icmp-lockup-period":{ "type":"number", "format":"number", "minimum":1, "maximum":16383, "description":"Lockup period (second)" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "icmpv6-rate-limit":{ "type":"object", "$ref":"/axapi/v3/network/icmpv6-rate-limit", "properties":{ "icmpv6-normal-rate-limit":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "description":"Normal rate limit. If exceeds this limit, drop the ICMP packet that goes over the limit" }, "icmpv6-lockup":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "description":"Enter lockup state when ICMP rate exceeds lockup rate limit (Maximum rate limit. If exceeds this limit, drop all ICMP packet for a time period)" }, "icmpv6-lockup-period":{ "type":"number", "format":"number", "minimum":1, "maximum":16383, "description":"Lockup period (second)" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "trunk":{ "type":"object", "$ref":"/axapi/v3/network/trunk", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "vlan-list":{ "type":"array", "minItems":1, "items":{ "type":"vlan" }, "uniqueItems":true, "$ref":"/axapi/v3/network/vlan/{vlan-num}", "array":[ { "properties":{ "vlan-num":{ "type":"number", "format":"number", "minimum":2, "maximum":4094, "description":"VLAN number", "optional":false }, "untagged-eth-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "untagged-ethernet-start":{ "type":"number", "format":"interface", "$ref":"/axapi/v3/interface/ethernet", "description":"Ethernet port (Interface number)" }, "untagged-ethernet-end":{ "type":"number", "format":"interface", "$ref":"/axapi/v3/interface/ethernet", "description":"Ethernet port" }, "optional":true } } ] }, "untagged-trunk-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "untagged-trunk-start":{ "type":"number", "format":"number", "description":"Trunk groups" }, "untagged-trunk-end":{ "type":"number", "format":"number", "description":"Trunk Group" }, "optional":true } } ] }, "untagged-lif":{ "type":"string", "format":"string", "minLength":1, "maxLength":15, "description":"Logical tunnel interface (Logical tunnel interface name)", "optional":true }, "tagged-eth-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "tagged-ethernet-start":{ "type":"number", "format":"interface", "description":"Ethernet port (Interface number)" }, "tagged-ethernet-end":{ "type":"number", "format":"interface", "description":"Ethernet port" }, "optional":true } } ] }, "tagged-trunk-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "tagged-trunk-start":{ "type":"number", "format":"number", "description":"Trunk groups" }, "tagged-trunk-end":{ "type":"number", "format":"number", "description":"Trunk Group" }, "optional":true } } ] }, "ve":{ "type":"number", "format":"number", "minimum":2, "maximum":4094, "description":"ve number", "optional":true }, "name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "description":"VLAN name", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "description":"Customized tag", "optional":true } }, "required":[ "vlan-num" ] } ] }, "vlan-group-list":{ "type":"array", "minItems":1, "items":{ "type":"vlan-group" }, "uniqueItems":true, "$ref":"/axapi/v3/network/vlan-group/{vlan-num-start}+{vlan-num-end}", "array":[ { "properties":{ "vlan-num-start":{ "type":"number", "format":"number", "minimum":2, "maximum":4094, "description":"Start of VLAN range", "optional":false }, "vlan-num-end":{ "type":"number", "format":"number", "minimum":2, "maximum":4094, "description":"End of VLAN range", "optional":false }, "eth-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ethernet-start":{ "type":"number", "format":"interface", "$ref":"/axapi/v3/interface/ethernet", "description":"Ethernet port (Interface number)" }, "ethernet-end":{ "type":"number", "format":"interface", "description":"Ethernet port (Interface number)" }, "optional":true } } ] }, "trunk-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "trunk-start":{ "type":"number", "format":"number", "$ref":"/axapi/v3/interface/trunk" }, "trunk-end":{ "type":"number", "format":"number", "$ref":"/axapi/v3/interface/trunk" }, "optional":true } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "description":"Customized tag", "optional":true } }, "required":[ "vlan-num-start", "vlan-num-end" ] } ] }, "bpdu-fwd-group-list":{ "type":"array", "minItems":1, "items":{ "type":"bpdu-fwd-group" }, "uniqueItems":true, "$ref":"/axapi/v3/network/bpdu-fwd-group/{bpdu-fwd-group-number}", "array":[ { "properties":{ "bpdu-fwd-group-number":{ "type":"number", "format":"number", "minimum":1, "maximum":8, "optional":false }, "ethernet-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ethernet-start":{ "type":"number", "format":"interface", "description":"Ethernet Port (Interface number)" }, "ethernet-end":{ "type":"number", "format":"interface", "description":"Ethernet Port" }, "optional":true } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "description":"Customized tag", "optional":true } }, "required":[ "bpdu-fwd-group-number" ] } ] }, "lacp":{ "type":"object", "$ref":"/axapi/v3/network/lacp", "properties":{ "system-priority":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "default":32768, "description":"LACP system priority (LACP system priority, 1-65535, default 32768)" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "lacp-passthrough-list":{ "type":"array", "minItems":1, "items":{ "type":"lacp-passthrough" }, "uniqueItems":true, "$ref":"/axapi/v3/network/lacp-passthrough/{peer-from}+{peer-to}", "array":[ { "properties":{ "peer-from":{ "type":"number", "format":"interface", "minimum":0, "maximum":160, "description":"Peer member to forward received LACP packets", "optional":false }, "peer-to":{ "type":"number", "format":"interface", "minimum":0, "maximum":160, "description":"Peer member to forward received LACP packets", "optional":false }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "required":[ "peer-from", "peer-to" ] } ] }, "vlan-global":{ "type":"object", "$ref":"/axapi/v3/network/vlan-global", "properties":{ "enable-def-vlan-l2-forwarding":{ "type":"number", "format":"flag", "default":0, "description":"Enable layer 2 forwarding on default vlan" }, "l3-vlan-fwd-disable":{ "type":"number", "format":"flag", "default":0, "description":"Disable L3 forwarding between VLANs" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "ve-stats":{ "type":"object", "$ref":"/axapi/v3/network/ve-stats", "properties":{ "enable":{ "type":"number", "format":"flag", "default":0, "description":"Enable vlan ve interface stats generation" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "available-trunk-list":{ "type":"object", "$ref":"/axapi/v3/network/available-trunk-list", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "lif-stats":{ "type":"object", "$ref":"/axapi/v3/network/lif-stats", "properties":{ "enable":{ "type":"number", "format":"flag", "default":0, "description":"Enable LIF interface stats generation" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "arp":{ "type":"object", "$ref":"/axapi/v3/network/arp", "properties":{ "static-list":{ "type":"array", "minItems":1, "items":{ "type":"static" }, "uniqueItems":true, "$ref":"/axapi/v3/network/arp/static/{ip-addr}+{vlan}", "array":[ { "properties":{ "ip-addr":{ "type":"string", "format":"ipv4-address", "description":"IP address", "optional":false }, "mac-addr":{ "type":"string", "format":"mac-address", "description":"MAC address", "optional":true }, "ethernet":{ "type":"number", "format":"interface", "minimum":3, "maximum":32, "not":"trunk", "description":"Ethernet port (Port Value)", "optional":true }, "trunk":{ "type":"number", "format":"number", "minimum":1, "maximum":16, "not":"ethernet", "description":"Trunk group", "optional":true }, "vlan":{ "type":"number", "format":"number", "minimum":2, "maximum":4094, "$ref":"/axapi/v3/network/vlan", "description":"VLAN ID", "optional":false }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "required":[ "ip-addr", "vlan" ] } ] }, "dynamic":{ "type":"object", "$ref":"/axapi/v3/network/arp/dynamic", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } } } }, "mac-age-time":{ "type":"object", "$ref":"/axapi/v3/network/mac-age-time", "properties":{ "aging-time":{ "type":"number", "format":"number", "minimum":10, "maximum":600, "default":300, "description":"Set aging period in seconds for all MAC interfaces (default 300 seconds)" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "mac-address":{ "type":"object", "$ref":"/axapi/v3/network/mac-address", "properties":{ "static-list":{ "type":"array", "minItems":1, "items":{ "type":"static" }, "uniqueItems":true, "$ref":"/axapi/v3/network/mac-address/static/{mac}+{vlan}", "array":[ { "properties":{ "mac":{ "type":"string", "format":"mac-address", "description":"Configure a Static MAC address", "optional":false }, "port":{ "type":"number", "format":"interface", "minimum":3, "maximum":144, "description":"Ethernet Port on which the Address is applicable (Port Value (Defualt VLAN is 1))", "optional":true }, "vlan":{ "type":"number", "format":"number", "minimum":2, "maximum":4094, "$ref":"/axapi/v3/network/vlan", "description":"VLAN Id", "optional":false }, "dest":{ "type":"number", "format":"flag", "default":0, "description":"Trap MAC with this DA to CPU", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "required":[ "mac", "vlan" ] } ] }, "dynamic":{ "type":"object", "$ref":"/axapi/v3/network/mac-address/dynamic", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } } } }, "arp-timeout":{ "type":"object", "$ref":"/axapi/v3/network/arp-timeout", "properties":{ "timeout":{ "type":"number", "format":"number", "minimum":60, "maximum":86400, "default":300, "description":"ARP entry timeout" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "lldp":{ "type":"object", "$ref":"/axapi/v3/network/lldp", "properties":{ "system-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":127, "description":"Configure lldp system name" }, "system-description":{ "type":"string", "format":"string", "minLength":1, "maxLength":127, "description":"Configure lldp system description" }, "enable-cfg":{ "type":"object", "properties":{ "enable":{ "type":"number", "format":"flag", "default":0, "description":"Enable lldp" }, "rx":{ "type":"number", "format":"flag", "default":0, "description":"Enable lldp rx" }, "tx":{ "type":"number", "format":"flag", "default":0, "description":"Enable lldp tx" } } }, "notification-cfg":{ "type":"object", "properties":{ "notification":{ "type":"number", "format":"flag", "default":0, "description":"Enable lldp notification" }, "interval":{ "type":"number", "format":"number", "minimum":5, "maximum":3600, "default":30, "description":"Configure lldp notification interval, default is 30 (The lldp notification interval value, default is 30)" } } }, "tx-set":{ "type":"object", "properties":{ "fast-count":{ "type":"number", "format":"number", "minimum":1, "maximum":8, "default":4, "description":"Configure lldp tx fast count value (The lldp tx fast count value, default is 4)" }, "fast-interval":{ "type":"number", "format":"number", "minimum":1, "maximum":3600, "default":1, "description":"Configure lldp tx fast interval value (The lldp tx fast interval value, default is 1)" }, "hold":{ "type":"number", "format":"number", "minimum":1, "maximum":10, "default":4, "description":"Configure lldp tx hold multiplier (The lldp tx hold value, default is 4)" }, "tx-interval":{ "type":"number", "format":"number", "minimum":1, "maximum":3600, "default":30, "description":"Configure lldp tx interval (The lldp tx interval value, default is 30)" }, "reinit-delay":{ "type":"number", "format":"number", "minimum":1, "maximum":10, "default":2, "description":"Configure lldp tx reinit delay (The lldp tx reinit_delay value, default is 2)" } } }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" }, "management-address":{ "type":"object", "$ref":"/axapi/v3/network/lldp/management-address", "properties":{ "dns-list":{ "type":"array", "minItems":1, "items":{ "type":"dns" }, "uniqueItems":true, "$ref":"/axapi/v3/network/lldp/management-address/dns/{dns}", "array":[ { "properties":{ "dns":{ "type":"string", "format":"string", "minLength":1, "maxLength":31, "description":"Configure lldp management-address, subtype is dns (lldp management-address dns address)", "optional":false }, "interface":{ "type":"object", "properties":{ "ethernet":{ "type":"number", "format":"interface", "minimum":3, "maximum":112, "not-list":[ "ve", "management" ], "description":"configure lldp management-address interface ethernet (lldp management-address interface port number)" }, "ve":{ "type":"number", "format":"number", "minimum":2, "maximum":4094, "not-list":[ "ethernet", "management" ], "description":"configure lldp management-address interface management (lldp management-address interface port number)" }, "management":{ "type":"number", "format":"flag", "default":0, "not-list":[ "ethernet", "ve" ], "description":"configure lldp management-address interface management" } } }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "required":[ "dns" ] } ] }, "ipv4-addr-list":{ "type":"array", "minItems":1, "items":{ "type":"ipv4-addr" }, "uniqueItems":true, "$ref":"/axapi/v3/network/lldp/management-address/ipv4-addr/{ipv4}", "array":[ { "properties":{ "ipv4":{ "type":"string", "format":"ipv4-address", "description":"Configure lldp management-address, subtype is ipv4 (lldp management-address ipv4 address)", "optional":false }, "interface-ipv4":{ "type":"object", "properties":{ "ipv4-eth":{ "type":"number", "format":"interface", "minimum":3, "maximum":128, "description":"configure lldp management-address interface ethernet (lldp management-address interface port number)" }, "ipv4-ve":{ "type":"number", "format":"number", "minimum":2, "maximum":4094, "description":"configure lldp management-address interface ve (lldp management-address interface port number)" }, "ipv4-mgmt":{ "type":"number", "format":"flag", "default":0, "description":"configure lldp management-address interface management" } } }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "required":[ "ipv4" ] } ] }, "ipv6-addr-list":{ "type":"array", "minItems":1, "items":{ "type":"ipv6-addr" }, "uniqueItems":true, "$ref":"/axapi/v3/network/lldp/management-address/ipv6-addr/{ipv6}", "array":[ { "properties":{ "ipv6":{ "type":"string", "format":"ipv6-address", "description":"Configure lldp management-address, subtype is ipv6 (lldp management-address ipv6 address)", "optional":false }, "interface-ipv6":{ "type":"object", "properties":{ "ipv6-eth":{ "type":"number", "format":"interface", "minimum":70, "maximum":1, "description":"configure lldp management-address interface ethernet (lldp management-address interface port number)" }, "ipv6-ve":{ "type":"number", "format":"number", "minimum":2, "maximum":4094, "description":"configure lldp management-address interface ve (lldp management-address interface port number)" }, "ipv6-mgmt":{ "type":"number", "format":"flag", "default":0, "description":"configure lldp management-address interface management" } } }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "required":[ "ipv6" ] } ] } } } } }, "bfd":{ "type":"object", "$ref":"/axapi/v3/network/bfd", "properties":{ "echo":{ "type":"number", "format":"flag", "default":0, "description":"Enable BFD Echo" }, "enable":{ "type":"number", "format":"flag", "default":0, "description":"Enable BFD" }, "interval-cfg":{ "type":"object", "properties":{ "interval":{ "type":"number", "format":"number", "minimum":48, "maximum":1000, "description":"Transmit interval between BFD packets (Milliseconds)" }, "min-rx":{ "type":"number", "format":"number", "minimum":48, "maximum":1000, "description":"Minimum receive interval capability (Milliseconds)" }, "multiplier":{ "type":"number", "format":"number", "minimum":3, "maximum":50, "description":"Multiplier value used to compute holddown (value used to multiply the interval)" } } }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } } } }