Applicable only for CALEA users.
This section outlines the commands to configure the Default LI on the I-SBC. For more information about the Default LI configuration, refer to Default LI Configuration.
Use the following command to establish the LI CDC configuration in the I-SBC.
% set addressContext default intercept callDataChannel <callDataChannel_name> interceptStandard <packetcable | packetcablePlusEtsi> ipInterfaceGroupName <ipInterfaceGroup_name> kaTimer <kaTimer_value> priIpAddress <IP_Address> priMode <active | outofservice | standby> priPort <priPort_number> priState <disabled | enabled> retries <value> secIpAddress <IP_Address> secMode <active | outofservice | standby> secState <disabled | enabled> vendorId <none | utimaco | verint> % commit
The I-SBC sends the X2 (call data) and X3 (call content) over the LIF group that the ipInterfaceGroupName
parameter specifies.
The following is an example of how to configure the default LI in the I-SBC.
% set addressContext default intercept callDataChannel <callDataChannel_name> ipInterfaceGroupName <ipInterfaceGroup_Name> interceptStandard <packetcable | packetcablePlusEtsi> kaTimer <kaTimer_value> priIpAddress <IP_Address> priMode active priPort <priPort_number> priState enabled retries 3 secIpAddress <IP_Address> secMode standby secState enabled vendorId <none | utimaco | verint> % commit