servers

Syntax

servers {server-name {address ip4-address <port port-number> <transport (udp | tcp)>;admission-control profile-name;availability-check-profile profile-name;service-point service-point-name;}

Hierarchy Level

[edit services border-signaling-gateway gateway gateway-name sip routing-destinations]

Release Information

Statement introduced in Junos OS Release 10.2.

Description

Configure one or more servers for use as routing destinations.

Options

ip4-address—IP address of the server.

port-number— Port number to use on the server.

Range: 0 to 65,535
Default: 5060

tcp|udp—Transport protocol to be used on this server.

Default: udp

admission-control profile-name—(Optional) Name of the admission control profile used by the server.

availability-check—profile profile-name—Name of the availability check profile used by the server. If no availability check profile is specified, the default values are used.

service-point service-point-name—Name of the service point through which traffic is routed to the server.

Required Privilege Level

interface—To view this statement in the configuration.

interface-control—To add this statement to the configuration.

Related Topics