![]() BFD parameters for a BFD session |
Parameter | Presence | Type | Default | Description | |
---|---|---|---|---|---|
![]() ![]() | name | M | string | The administrative name of BFD profile | |
![]() | remoteIP | O | ip-address | The remote IP address for BFD session. | |
![]() | minTxInterval | O | uint32 | 1000 | Minimum transmit interval in milliseconds. |
![]() | minRxInterval | O | uint32 | 1000 | Minimum receive interval in milliseconds. |
![]() | detectionMultiplier | O | uint32 | 3 | Detection Time Multiplier. |
![]() | isMultiHop | O | enumeration | false | Set this flag to True if remote IP is a multi-hop destination. |
![]() | dscpValue | O | uint16 | 0 | DSCP value. |
![]() | state | O | enumeration | disabled | Administrative state of this profile. |
![]() | defaultDetectionTimeout | O | uint32 | 20 | Default Detection timeout(in seconds) for establishing BFD session. |
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/profiles/bfdProfile/{name} |
REST API: POST Example |
---|
curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/vnd.yang.data+xml' https://{SBX-SERVER}/api/config/profiles --data ' |
REST API: DELETE Example |
---|
curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/profiles/bfdProfile/{name} |