- 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 ];
- }
- }
- [edit services border-signaling-gateway gateway gateway-name]
Statement introduced in JUNOS Release 9.4.
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.
port-number—Port number on which you want to match incoming traffic.
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.
The remaining statements are explained separately.
interface—To view this statement in the configuration.
interface-control—To add this statement to the configuration.
JUNOS Multiplay Solutions Guide