axdebug filter-config¶
Global debug filter
filter-config Specification¶
Type Collection Object Key(s) number Collection Name filter-config-list Collection URI /axapi/v3/axdebug/filter-config Element Name filter-config Element URI /axapi/v3/axdebug/filter-config/{number} Element Attributes filter-config_attributes Schema filter-config schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/axdebug/filter-config | ||
Create List | POST | /axapi/v3/axdebug/filter-config | ||
Get Object | GET | /axapi/v3/axdebug/filter-config/{number} | ||
Get List | GET | /axapi/v3/axdebug/filter-config | ||
Modify Object | POST | /axapi/v3/axdebug/filter-config/{number} | ||
Replace Object | PUT | /axapi/v3/axdebug/filter-config/{number} | ||
Replace List | PUT | /axapi/v3/axdebug/filter-config | ||
Delete Object | DELETE | /axapi/v3/axdebug/filter-config/{number} |
filter-config-list¶
filter-config-list is JSON List of filter-config attributes
filter-config-list : [
]
filter-config attributes¶
WORD0
Description WORD0 to compare
Type: string
Maximum Length: 128 characters
Maximum Length: 1 characters
Mutual Exclusion: WORD0 is mutually exclusive with hex and integer
WORD1
Description WORD min value
Type: string
Maximum Length: 128 characters
Maximum Length: 1 characters
WORD2
Description WORD max value
Type: string
Maximum Length: 128 characters
Maximum Length: 1 characters
comp-hex
Description value to compare
Type: string
Format: time-hh:mm
Maximum Length: 2 characters
Maximum Length: 1 characters
dst
Description Destination
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
Mutual Exclusion:dst and l3-proto are mutually exclusive
dst-ip
Description dest IP
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
dst-ipv4-address
Description dest ip address
Type: string
Format: ipv4-address
dst-mac
Description dest mac address
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
dst-mac-addr
Description dest mac address
Type: string
Format: mac-address
dst-port
Description dest port number
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
dst-port-num
Description dest Port number
Type: number
Range: 1-65535
exit
Description Exit from axdebug mode
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
hex
Description Define hex value
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
Mutual Exclusion: hex is mutually exclusive with integer, word and WORD0
integer
Description Define decimal value
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
Mutual Exclusion: integer is mutually exclusive with hex, word and WORD0
integer-comp
Description value to compare
Type: number
Range: 1-255
integer-max
Description max value
Type: number
Range: 1-255
integer-min
Description min value
Type: number
Range: 1-255
ip
Description IP
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
Mutual Exclusion: ip is mutually exclusive with l3-proto and ipv6
ipv4-address
Description ip address
Type: string
Format: ipv4-address
ipv4-netmask
Description IP subnet mask
Type: string
Format: ipv4-netmask
ipv6
Description IPV6
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
Mutual Exclusion: ipv6 is mutually exclusive with l3-proto and ip
ipv6-address
Description ipv6 address
Type: string
Format: ipv6-address
l3-proto
Description Layer 3 protocol
Type: string
Supported Values: arp, neighbor
Mutual Exclusion: l3-proto is mutually exclusive with dst, src, ip, ipv6, mac, port, proto and offset
length
Description byte length
Type: number
Range: 1-65535
mac
Description mac address
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
Mutual Exclusion:mac and l3-proto are mutually exclusive
mac-addr
Description mac address
Type: string
Format: mac-address
max-hex
Description max value
Type: string
Format: time-hh:mm
Maximum Length: 2 characters
Maximum Length: 1 characters
min-hex
Description min value
Type: string
Format: time-hh:mm
Maximum Length: 2 characters
Maximum Length: 1 characters
number
Description Specify filter id
Type: number
Range: 1-32
offset
Description byte offset
Type: number
Range: 0-65535
Mutual Exclusion:offset and l3-proto are mutually exclusive
oper-range
Description ‘gt’: greater than; ‘gte’: greater than or equal to; ‘se’: smaller than or equal to; ‘st’: smaller than; ‘eq’: equal to;
Type: string
Supported Values: gt, gte, se, st, eq, range
port
Description port number
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
Mutual Exclusion:port and l3-proto are mutually exclusive
port-num-max
Description max port number
Type: number
Range: 1-65535
port-num-min
Description min port number
Type: number
Range: 1-65535
prot-num
Description protocol number
Type: number
Range: 1-255
Mutual Exclusion:prot-num and proto-val are mutually exclusive
proto
Description ip protocol number
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
Mutual Exclusion:proto and l3-proto are mutually exclusive
proto-val
Description ‘icmp’: icmp; ‘icmpv6’: icmpv6; ‘tcp’: tcp; ‘udp’: udp;
Type: string
Supported Values: icmp, icmpv6, tcp, udp
Mutual Exclusion:proto-val and prot-num are mutually exclusive
src
Description Source
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
Mutual Exclusion:src and l3-proto are mutually exclusive
src-ip
Description src IP
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
src-ipv4-address
Description src ip address
Type: string
Format: ipv4-address
src-mac
Description src mac address
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
src-mac-addr
Description src mac address
Type: string
Format: mac-address
src-port
Description src port number
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
src-port-num
Description src Port number
Type: number
Range: 1-65535
user-tag
Description Customized tag
Type: string
Format: string-rlx
Maximum Length: 127 characters
Maximum Length: 1 characters
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
word
Description Define hex value
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
Mutual Exclusion: word is mutually exclusive with hex and integer