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

Defining Service Points

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 to which SIP requests are routed. Each BSG can have two service points.

Step-by-Step Procedure

To configure a service point:

  1. Access the configuration of the BSG for which you want to add a service point.
    [edit services border-signaling-gateway]
    user@host#edit gateway bsg-1
  2. Create a service point, and assign a name to the service point.
    [edit services border-signaling-gateway gateway bsg-1]
    user@host#edit service-point sip-5060
  3. Assign a service interface to the service point. You must have configured this interface at the [edit interfaces] hierarchy.
    [edit services border-signaling-gateway gateway bsg-1 service-point sip-5060]
    user@host#set service-interface ms-0/3/0.1
  4. 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. You can define multiple combinations of transport parameters for each service point.
    [edit services border-signaling-gateway gateway bsg-1 service-point sip-5060]
    user@host#set 5060 address 10.10.10.10 transport-protocol udp
  5. 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-5060]
    user@host#set service-point-type sip
  6. Attach new transaction service policies or policy sets to the service point.
    [edit services border-signaling-gateway gateway bsg-1 service-point sip-5060]
    user@host#set service-policies new-transaction-policies to-bezeq-gold
  7. Attach new call usage policies or policy sets to the service point.
    [edit services border-signaling-gateway gateway bsg-1 service-point sip-5060]
    user@host#set service-policies new-call-policies [gold-customer regular-customer]

Related Topics


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