Showing Running for Templated Configuration

The output from the show run command looks different for configuration generated using templates. The only templated configuration you can view is related to SIP Trunk Xpress (SIPTX).

The following example shows what the output for show run looks like with configuration produced from a template. Only profiles, services, and statically-produced configuration are displayed.

ORACLE# show running-config
profile
         profile-name defaultAccounting
         template-name Accounting
         profile-state                           enabled
         acctProto
         acctState
         acctGenStart
         acctGenInterim
         acctAddress
service
         service-name accounting1
         profile-name defaultAccounting
         service-state                           enabled
         acctProto                               RADIUS
         acctState                               enabled
         acctGenStart                            INVITE
         acctGenInterim                          OK
         acctAddress 172.16.11.2

The following example shows what the output for show run generated looks like when a configuration is generated by a template. The display shows whether the configuration was generated by a profile, service, or template.

ORACLE# show running-config generated
account-config
         hostname                                localhost
         port                                    1813
         strategy                                Hunt
         protocol                                RADIUS
         state                                   enabled
         max-msg-delay                           60
         max-wait-failover                       100
         trans-at-close                          disabled
         generate-start                          Invite
         generate-interim Reinvite-Response
                                                 OK
         intermediate-period                     0
         file-output                             disabled
         file-path /ramdrv/logs/
         max-file-size                           1000000
         max-files                               5
         file-compression                        disabled
         file-rotate-time                        0
         options
         file-delete-alarm                       disabled
         ftp-push                                disabled
         ftp-address
         ftp-port                                21
         ftp-user
         ftp-password
         ftp-remote-path
         cdr-output-redundancy                   enabled
         interim-stats-id-types
         account-servers
                 hostname 172.16.11.2
                 port 1813
                 state enabled
                 min-round-trip 250
                 max-inactivity 60
                 restart-delay 30
                 bundle-vsa enabled
                 secret
                 NAS-ID
                 priority                                0
                 origin-realm
                 domain-name-suffix
         prevent-duplicate-attrs                 disabled
         vsa-id-range
         cdr-output-inclusive                    disabled
         ftp-strategy                            Hunt
         ftp-max-wait-failover                   120
         generated-by-template Accounting
         generated-by-profile defaultAccounting
         generated-by-service accounting1