OCSLB Configuration for VLANs

The user makes the settings below to the lbp-config element and the lbp-config element on the Subscriber-Aware Load Balancer to support VLANs on its access side.

  1. From superuser mode, use the following ACLI command sequence to access the lbp-config element.
    ORACLE# configure terminal
    ORACLE(configure)# session-router
    ORACLE(session-router)# lbp-config
    ORACLE(lbp-config)#
  2. To enable this feature on the Subscriber-Aware Load Balancer, you must enable the parameter shown below, in the lbp-config. This parameter requires that you reboot. This procedure performs the reboot after additional configuration.
    ORACLE(lbp-config)# vlan-based-routing enabled 0
    ORACLE(lbp-config)#
  3. To enable this feature on the SBC, you must enable the option shown below, in the sip-config, and reboot.
    ORACLE(sip-config)# options +vlan-based-routing
    ORACLE(sip-config)#

    This parameter requires that you reboot. This procedure performs the reboot after additional configuration.

  4. Use the protocol parameter to choose the transport protocol.

    The required setting for IMS-AKA or TLS is ALL.

    ORACLE(service-port)# protocol ALL
    ORACLE(service-port)#
  5. Use done, exit, and verify-config to complete configuration of this tunnel-config configuration element.
    cluster-config
            log-level                               NOTICE
            source-rebalance-threshold              0
            rebalance-skip-ahead                    2000
    ...
            service-port
                    address                                 192.168.210.213
                    port                                    5060
                    network-interface                       M00:33
            service-port
                    address                                 192.168.210.213
                    port                                    5060
                    network-interface                       M00:22
  6. Use done, exit, and verify-config to complete VLAN configuration of the Subscriber-Aware Load Balancer.
  7. Reboot you Subscriber-Aware Load Balancer.