[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

service-point

Syntax

service-point service-point-name {
port-number{
ip-address ip-address;
transport-protocol (udp | tcp);
}
service-interface name.number;
service-point-type service-point-type;
service-policies {
new-call-usage-policies [ policy-and-policy-set-names ];
new-transaction-policies [ policy-and-policy-set-names ];
}
}

Hierarchy Level

[edit services border-signaling-gateway gateway gateway-name]

Release Information

Statement introduced in JUNOS Release 9.4.

Description

Configure a service point. Service points identify a service interface and transport parameters for incoming requests. You attach policies to the service point, and all requests that arrive at the service point are handled by these policies. Each BSG can have two service points.

You can also configure a service point to be used as an egress service point to which SIP requests are routed.

The transport parameters consist of any combination of port number, IP address, and transport protocol. Policies are applied only to incoming requests that match the transport parameters. You can configure multiple combinations of transport parameters.

Options

port-number—Port number on which you want to match incoming traffic.

Range: 0 through 65,535
Default: 5060

ip-address—IP address on which you want to match incoming messages. If you do not define an IP address, the software uses the IP address of the service interface assigned to this service point.

transport-protocol—Transport protocol on which you want to match incoming traffic.

Values: upd or tcp
Default: udp

The remaining statements are explained separately.

Required Privilege Level

interface—To view this statement in the configuration.

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

Related Topics

JUNOS Multiplay Solutions Guide


[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]