Disabling Miboco Logging

If your Oracle Communications Session Border Controller configuration is especially large—such that you deem it necessary to preserve as many system resources as possible during activation—you might want to disable Miboco logging. Miboco is a body of control messages allowing certain internal Oracle Communications Session Border Controller process to communicate with one another, and these message constitute part of the call trace logging. By turning Miboco call trace logging off, you provide additional safeguard around system resource and possibly prevent the adverse consequences that might arise from overuse.

Disabling Miboco Call Trace Logging

To disable Miboco call trace logging:

  1. Access the sip-config configuration element.
    ORACLE# configure terminal
    ORACLE(configure)# session-router
    ORACLE(session-router)# sip-config
    ORACLE(sip-config)# 
    
  2. Select the sip-config object to edit.
    ORACLE(sip-config)# select
    
    
    ORACLE(sip-config)#
  3. optionsFollow your entry with this value:
    • +disable-miboco-logging

      ORACLE(sip-config)# options +disable-miboco-logging

      You can enable Miboco logging again by removing the option:

      ORACLE(sip-config)# options -disable-miboco-logging
  4. Type done to save your configuration.