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

Attaching Policies to 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. You can also configure a service point to be used as an egress service point from which SIP requests are routed. Each BSG can have five service points.

Step-by-Step Procedure

To configure a service point:

  1. Create a service point, and assign it a name.
    [edit services border-signaling-gateway gateway bsg-1]
    user@host#edit service-point sip-udp-5060
  2. Assign a service interface to the service point. This is the logical interface that you configured for the BSG on the services PIC or DPC.
    [edit services border-signaling-gateway gateway bsg-1 service-point sip-udp-5060]
    user@host#set service-interface ms-0/3/0.0
  3. Assign transport parameters, which can include any combination of port number, IP address, and transport protocol. Policies are applied only to incoming requests that match the transport parameters.
    [edit services border-signaling-gateway gateway bsg-1 service-point sip-udp-5060]
    user@host#set transport–details port 5060 ip-address 10.10.200.20 udp
  4. Assign a VoIP protocol as the service point type. Currently, SIP is the only protocol supported.
    [edit services border-signaling-gateway gateway bsg-1 service-point sip-udp-5060]
    user@host#set service-point-type sip
  5. Attach new transaction service policies or policy sets to the service point.
    [edit services border-signaling-gateway gateway bsg-1 service-point sip-udp-5060]
    user@host#set service-policies new-transaction-policies peer-to-core
  6. Attach new call usage policies or policy sets to the service point.
    [edit services border-signaling-gateway gateway bsg-1 service-point sip-udp-5060]
    user@host#set service-policies new-call-policies peer-media-2-core

Deleting Service Points

Deletion of service points that are handling active calls is not supported. Before you delete a service point, we recommend that you detach it from its policies and wait for the active calls to close.

Related Topics


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