slb sport-rate-limit¶
Configure source port rate-limit
sport-rate-limit Specification¶
Type Configuration Resource Element Name sport-rate-limit Element URI /axapi/v3/slb/sport-rate-limit Element Attributes sport-rate-limit_attributes Statistics Data URI /axapi/v3/slb/sport-rate-limit/stats Schema sport-rate-limit schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/slb/sport-rate-limit | ||
Get Object | GET | /axapi/v3/slb/sport-rate-limit | ||
Modify Object | POST | /axapi/v3/slb/sport-rate-limit | ||
Replace Object | PUT | /axapi/v3/slb/sport-rate-limit | ||
Delete Object | DELETE | /axapi/v3/slb/sport-rate-limit |
sport-rate-limit 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; ‘alloc_sport’: Alloc’d src port entry; ‘alloc_sportip’: Alloc’d src port-ip entry; ‘freed_sport’: Freed src port entry; ‘freed_sportip’: Freed src port-ip entry; ‘total_drop’: Total rate exceed drop; ‘total_reset’: Total rate exceed reset; ‘total_log’: Total log sent;
Type: string
Supported Values: all, alloc_sport, alloc_sportip, freed_sport, freed_sportip, total_drop, total_reset, total_log
stats data¶
Counter | Size | Description | |
---|---|---|---|
total_reset | 8 | Total rate exceed reset | |
alloc_sport | 8 | Alloc’d src port entry | |
freed_sport | 8 | Freed src port entry | |
alloc_sportip | 8 | Alloc’d src port-ip entry | |
total_drop | 8 | Total rate exceed drop | |
freed_sportip | 8 | Freed src port-ip entry | |
total_log | 8 | Total log sent |