visibility ip-anomaly¶
Display Anomalous IP Packet Statistics
ip-anomaly Specification¶
Type Configuration Resource Element Name ip-anomaly Element URI /axapi/v3/visibility/ip-anomaly Element Attributes ip-anomaly_attributes Statistics Data URI /axapi/v3/visibility/ip-anomaly/stats Schema ip-anomaly schemaOperations Allowed:
| Operation | Method | URI | Payload | |
|---|---|---|---|---|
Create Object | POST | /axapi/v3/visibility/ip-anomaly | ||
Get Object | GET | /axapi/v3/visibility/ip-anomaly | ||
Modify Object | POST | /axapi/v3/visibility/ip-anomaly | ||
Replace Object | PUT | /axapi/v3/visibility/ip-anomaly | ||
Delete Object | DELETE | /axapi/v3/visibility/ip-anomaly |
ip-anomaly attributes¶
sampling-enable
Type: Listuuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
sampling-enable¶
Specification Type list Block object keys counters1
Description ‘all’: all; ‘incorrect-len’: Total packets with Incorrect Length; ‘hdr-options’: Total packets with IP Options; ‘ttl-exceeded’: Total packets with TTL Exceeded; ‘bad-hdr-len’: Total packets with Bad Header Length; ‘bad-hdr-flags’: Total packets with Invalid IP flags; ‘zero-payload’: Total packets with no payload; ‘overized-payload’: Total packets with oversized payload; ‘bad-frag-offset’: Total packets bad fragments; ‘empty-frag’: Total packets with empty fragments; ‘micro-frag’: Total packets with micro fragments; ‘bad-checksum’: Total packets with bad checksum; ‘land-attacks’: Total Land attacks; ‘bad-packets’: Total bad packets;
Type: string
Supported Values: all, incorrect-len, hdr-options, ttl-exceeded, bad-hdr-len, bad-hdr-flags, zero-payload, overized-payload, bad-frag-offset, empty-frag, micro-frag, bad-checksum, land-attacks, bad-packets
stats data¶
| Counter | Size | Description | |
|---|---|---|---|
| bad-hdr-flags | 8 | Total packets with Invalid IP flags | |
| hdr-options | 8 | Total packets with IP Options | |
| empty-frag | 8 | Total packets with empty fragments | |
| bad-checksum | 8 | Total packets with bad checksum | |
| overized-payload | 8 | Total packets with oversized payload | |
| ttl-exceeded | 8 | Total packets with TTL Exceeded | |
| bad-frag-offset | 8 | Total packets bad fragments | |
| zero-payload | 8 | Total packets with no payload | |
| incorrect-len | 8 | Total packets with Incorrect Length | |
| bad-packets | 8 | Total bad packets | |
| land-attacks | 8 | Total Land attacks | |
| bad-hdr-len | 8 | Total packets with Bad Header Length | |
| micro-frag | 8 | Total packets with micro fragments |