{ "id":"/axapi/v3/axdebug/filter-config", "type":"object", "node-type":"scalar", "title":"filter-config", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"Global debug filter", "properties":{ "number":{ "type":"number", "format":"number", "minimum":1, "maximum":32, "partition-visibility":"shared", "description":"Specify filter id", "optional":false }, "dst":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Destination", "optional":true }, "ip":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"IP", "optional":true }, "ipv4-address":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"ip address", "optional":true }, "mac":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"mac address", "optional":true }, "mac-addr":{ "type":"string", "format":"mac-address", "partition-visibility":"shared", "description":"mac address", "optional":true }, "port":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"port number", "optional":true }, "port-num":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Port number", "optional":true }, "port-num-min":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"min port number", "optional":true }, "port-num-max":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"max port number", "optional":true }, "ipv4-netmask":{ "type":"string", "format":"ipv4-netmask", "partition-visibility":"shared", "description":"IP subnet mask", "optional":true }, "ipv6":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"IPV6", "optional":true }, "ipv6-adddress":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"ipv6 address", "optional":true }, "l3-proto":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Layer 3 protocol", "optional":true }, "arp":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"ARP", "optional":true }, "neighbor":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"IPv6 Neighbor/Router", "optional":true }, "proto":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"ip protocol number", "optional":true }, "icmp":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "optional":true }, "icmpv6":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "optional":true }, "tcp":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "optional":true }, "udp":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "optional":true }, "prot-num":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "partition-visibility":"shared", "description":"protocol number", "optional":true }, "src":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Source", "optional":true }, "offset":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"byte offset", "optional":true }, "length":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"byte length", "optional":true }, "oper-range":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'gt': greater than; 'gte': greater than or equal to; 'se': smaller than or equal to; 'st': smaller than; 'eq': equal to; ", "enum":[ "gt", "gte", "se", "st", "eq" ], "optional":true }, "hex":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Define hex value", "optional":true }, "min-hex":{ "type":"string", "format":"time", "minLength":1, "maxLength":255, "partition-visibility":"shared", "description":"min value", "optional":true }, "max-hex":{ "type":"string", "format":"time", "minLength":1, "maxLength":255, "partition-visibility":"shared", "description":"max value", "optional":true }, "comp-hex":{ "type":"string", "format":"time", "minLength":1, "maxLength":255, "partition-visibility":"shared", "description":"value to compare", "optional":true }, "integer":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Define decimal value", "optional":true }, "integer-min":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "partition-visibility":"shared", "description":"min value", "optional":true }, "integer-max":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "partition-visibility":"shared", "description":"max value", "optional":true }, "integer-comp":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "partition-visibility":"shared", "description":"value to compare", "optional":true }, "WORD":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"WORD to compare", "optional":true }, "WORD1":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"WORD min value", "optional":true }, "WORD2":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"WORD max value", "optional":true }, "range":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"select a range", "optional":true }, "exit":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Exit from axdebug mode", "optional":true } } }