Configuring the Realm

After configuring a SIP port which identifies primary and secondary multi-homed transport addresses, you identify the network interfaces that support the primary address and secondary addresses to the realm assigned during SIP Interface configuration.

  1. From superuser mode, use the following command sequence to access realm-config configuration mode.
    ORACLE# configure terminal
    ORACLE(configure)# media-manager
    ORACLE(media-manager)# realm-config
    ORACLE(realm-config)#
  2. Use the select command to access the target realm.
  3. Use the network-interfaces command to identify the network interfaces that support the SCTP primary and secondary addresses.

    Network interfaces are identified by their name.

    Enter a list of network interface names using parentheses as list brackets. The order of interface names is not significant.

    ORACLE(realm-config)# network-interfaces (mo1 M10)
    ORACLE(realm-config)#
  4. Use done, exit, and verify-config to complete realm configuration.
    ORACLE(realm-config)# done
    ORACLE(media-manager)# exit
    ORACLE(configure)# exit
    ORACLE# verify-config
    ---------------------------------------------------------------------
    Verification successful! No errors nor warnings in the configuration
    ORACLE#