ACLI Configuration Summaries

The ACLI offers several ways for you to view configuration summaries. While the most straightforward and commonly-used method is the show command, the ACLI also provides summary information every time you execute the done command.

Viewing Summaries

The show command that appears for each ACLI configuration element allows you to view the configured information for a given element. The following example shows how to view media-profile configuration summaries.

To view the settings for the media-profile element:

  1. Enter the media-profile configuration element through the ACLI path.
    ORACLE# configure terminal
    ORACLE(configure)# session-router
    ORACLE(session-router)# media-profile
    ORACLE(media-profile)#
  2. From media-profile, use the select command. The <name>: prompt and a list of configured media-profile elements appear.
    ORACLE(media-profile)# select
    <name>:
    1: PCMU
    2: G723
    3: G729
  3. Select the configured media profile you want to view by entering the corresponding number and press the <Enter> key.
    selection: 1
  4. Type show and press the <Enter> key.
    ORACLE(media-profile)# show
    media-profile
            name                           PCMU
            subname
            media-type                     audio
            payload-type
            transport                      RTP/AVP
            req-bandwidth                  0
            frames-per-packet              0
            parameters
            average-rate-limit             0
            peak-rate-limit                0
            max-burst-size                 0
            sdp-rate-limit-headroom        0
            sdp-bandwidth                  disabled
            police-rate                    0
            standard-pkt-rate              0
            last-modified-by
            last-modified-date