Tailored Configuration Views for SIPTX

In E-C[xz]6.4.0, tailored configuration views are available only for information related to SIP Trunk Xpress (SIPTX).

You can tailor the configuration information the system displays when you run the show running-config (abbreviated as show run) and show configuration commands by adding to them the generated, static, or both arguments.

  • generated—Shows only template-generated configuration data, i.e., the result of putting templates into effect.
    ORACLE# show running generated
  • static—Shows configuration you have performed directly on the system (without using templates) and that is saved on the system, and configuration data for instantiated templated services. This is the same as only specifying show run or show config.
    ORACLE# show running static
  • both—Shows all configuration data.
    ORACLE# show running both

When you use the show running generated and show configuration generated, you can add one of several options for tailoring your displays. You can also send the output to a file you designate. These tailoring arguments correspond to the kinds of templates you can use:

  • by-profile—Displays configuration generated by template profiles, or intermediary configurations containing subelements; each service you use must be associated with a profile, even if that profile is empty. The command requires you enter a profile name; only configurations generated by the specified profile are displayed.
    ORACLE# show running generated by-profile NewProfile
  • by-service—Displays configuration generated by template services, or instantiations of a template. The command requires you enter a service name; only configurations generated by the specified service are displayed.
    ORACLE# show running generated by-service NewService
  • by-template—Displays configuration data generated by a template. The command requires you enter a template name; only configurations generated by the specified template are displayed.
    ORACLE# show running generated by-template NewTemplate
  • short—Displays only the attributes/values you have modified in the configuration.
    ORACLE# show running generated short
  • to-file—Sends the output you display to the file you specify.
    ORACLE# show running generated to-file /ramdrv/logs showRunningGen