network twamp responder¶
Configure TWAMP responder
responder Specification¶
Type Configuration Resource Element Name responder Element URI /axapi/v3/network/twamp/responder Element Attributes responder_attributes Schema responder schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/network/twamp/responder | ||
Get Object | GET | /axapi/v3/network/twamp/responder | ||
Modify Object | POST | /axapi/v3/network/twamp/responder | ||
Replace Object | PUT | /axapi/v3/network/twamp/responder | ||
Delete Object | DELETE | /axapi/v3/network/twamp/responder |
responder attributes¶
enable-both-ip-ipv6
Description Enable both IP and IPv6 TWAMP packets
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
Mutual Exclusion: enable-both-ip-ipv6 enable-ip and enable-ipv6 are mutually exclusive
enable-ip
Description Enable IP TWAMP packets
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
Mutual Exclusion: enable-ip enable-ipv6 and enable-both-ip-ipv6 are mutually exclusive
enable-ipv6
Description Enable IPv6 TWAMP packets
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
Mutual Exclusion: enable-ipv6 enable-ip and enable-both-ip-ipv6 are mutually exclusive
ip
Description: ip is a JSON Block. Please see below for ip
Type: Object
Reference Object: /axapi/v3/network/twamp/responder/ip
ipv6
Description: ipv6 is a JSON Block. Please see below for ipv6
Type: Object
Reference Object: /axapi/v3/network/twamp/responder/ipv6
port
Description Port number
Type: number
Range: 1024-65535
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
ip¶
Specification Type object acl-id
Description ACL id
Type: number
Range: 1-199
Mutual Exclusion: acl-id and acl-name are mutually exclusive
Reference Object: /axapi/v3/access-list/standard
acl-name
Description Apply a named access list (Access List name)
Type: string
Maximum Length: 16 characters
Maximum Length: 1 characters
Mutual Exclusion: acl-name and acl-id are mutually exclusive
Reference Object: /axapi/v3/ip/access-list
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
ipv6¶
Specification Type object uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
v6-acl-name
Description Apply an access list (Named Access List)
Type: string
Maximum Length: 16 characters
Maximum Length: 1 characters
Reference Object: /axapi/v3/ipv6/access-list