Symmetric Latching Configuration

To configure symmetric latching:

  1. Access the realm-config configuration element.
    ORACLE# configure terminal
    ORACLE(configure)# media-manager
    ORACLE(media-manager)# realm-config
    ORACLE(realm-config)# 
    
  2. Select the realm-config object to edit.
    ORACLE(realm-config)# select
    identifier:
    1: realm01 left-left:0 0.0.0.0
    
    selection: 1
    ORACLE(realm-config)#
  3. symmetric-latching — identifies whether and how to enable symmetric latching on the SBC. This completes the configuration of forced Hosted NAT Traversal (HNT). The default value for this parameter is disabled. The valid values are:
    • disabled
    • enabled
    • pre-emptive

      ORACLE(realm-config)# symmetric-latching pre-emptive
  4. Type done to save your configuration.