Resources | addressContext | zone | ipPeer

ipPeer

Specifies the static IP peers in the zone.

Exists on Condition /system/sbcPersonality/role !='slb'

Configuration

ParameterPresenceTypeDefaultDescription
nameMstring Name of the IP peer.
ipAddressOip-address IP address of the IP peer.
ipPortOint320 TCP/UDP port for the IP peer.
defaultForIpObooleanfalse 'true' to also accept match on IP address alone (without port).
sipResponseCodeStatsOenumerationdisabled Flag describing whether SIP response code stats is supported
modeOenumerationinService The operational mode for this sip ipPeer.
actionOenumerationdryUp The action when putting this ip peer outOfService.
dryUpTimeoutOuint165 Timeout value (in minutes) for the dry up action.
blockDirectionOenumerationnone The block direction for this IP Peer.
sipO SIP parameters for the IP peer.
policyO Policy parameters and profiles for the IP peer.
pathCheckO Configuration for Ping options
surrogateRegistrationO Configuration for Surrogate Registration
authenticationO Parameters controlling non registered authentication behavior.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusAddressContext:addressContext={name}/sonusZone:zone={name}/sonusIpPeer:ipPeer={name}

RESTCONF API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/yang-data+xml' https://{SBX-SERVER}/restconf/data/sonusAddressContext:addressContext={name}/sonusZone:zone={name} --data '
<ipPeer>
     <name>{name}</name>
</ipPeer>
'

RESTCONF API: DELETE Example

curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/restconf/data/sonusAddressContext:addressContext={name}/sonusZone:zone={name}/sonusIpPeer:ipPeer={name}

  • No labels