{ "id":"/axapi/v3/network/mac-address/static/{mac}+{vlan}", "type":"object", "node-type":"list", "title":"static", "partition-visibility":"shared", "description":"Static MAC commands", "properties":{ "mac":{ "type":"string", "format":"mac-address", "partition-visibility":"shared", "description":"Configure a Static MAC address", "optional":false }, "port":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet Port on which the Address is applicable (Port Value)", "optional":true }, "vlan":{ "type":"number", "format":"number", "minimum":2, "maximum":4094, "partition-visibility":"shared", "$ref":"/axapi/v3/network/vlan", "description":"VLAN Id", "optional":false }, "redirect-dummy-mac":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Dummy for redirect use", "optional":true }, "dest":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Trap MAC with this DA to CPU", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "object-keys":[ "mac", "vlan" ], "required":[ "mac", "vlan" ] }