template gtp general-policy¶
Configure GTP General Policy
general-policy Specification¶
Type Collection Object Key(s) name Collection Name general-policy-list Collection URI /axapi/v3/template/gtp/general-policy Element Name general-policy Element URI /axapi/v3/template/gtp/general-policy/{name} Element Attributes general-policy_attributes Schema general-policy schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/template/gtp/general-policy | ||
Create List | POST | /axapi/v3/template/gtp/general-policy | ||
Get Object | GET | /axapi/v3/template/gtp/general-policy/{name} | ||
Get List | GET | /axapi/v3/template/gtp/general-policy | ||
Modify Object | POST | /axapi/v3/template/gtp/general-policy/{name} | ||
Replace Object | PUT | /axapi/v3/template/gtp/general-policy/{name} | ||
Replace List | PUT | /axapi/v3/template/gtp/general-policy | ||
Delete Object | DELETE | /axapi/v3/template/gtp/general-policy/{name} |
general-policy-list¶
general-policy-list is JSON List of general-policy attributes
general-policy-list : [
]
general-policy attributes¶
handover-timeout
Description Tunnel Inactivity Timeout during Handover in minutes (default: 2 mins)
Type: number
Range: 1-63
Default: 2
max-mesg-length-action
Description ‘monitor’: Forward failed packet; ‘drop’: drop packet failing check(Default);
Type: string
Supported Values: monitor, drop
Default: drop
maximum-message-length
Description Maximum message length for a GTP message in bytes
Type: number
Range: 64-1500
Default: 1500
name
Description Specify name of the GTP General Policy
Type: string
Format: string-rlx
Maximum Length: 63 characters
Maximum Length: 1 characters
tunnel-timeout
Description Tunnel Inactivity Timeout in minutes (default: 1440 minutes)
Type: number
Range: 5-60000
Default: 1440
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
v0-action
Description ‘permit’: Permit GTP-C version 0; ‘drop’: Drop GTP-C version 0(Default);
Type: string
Supported Values: permit, drop
Default: drop