Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

show | display commit-scripts

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show | display commit-scripts 
<no-transients | view>

Description

Show data after commit scripts have been applied. Commit scripts contain instructions that enforce custom configuration rules and are invoked during the commit process before the standard Junos OS validity checks are performed.

Options

no-transients

Do not display transient changes in the configuration.

view Display commit-script-style xml data. Display XML format of the post-inheritance candidate configuration in the CLI.

Required Privilege Level

view

Sample Output

show system login | display commit-scripts view

content_copy zoom_out_map
user@host# show system login | display commit-scripts view<rpc-reply xmlns:junos="http://xml.juniper.net/junos/23.1R0/junos">
    <configuration junos:changed-seconds="1682095681" junos:changed-localtime="2023-04-21 09:48:01 PDT" junos:changed="changed">
        <system junos:group="global">
            <login junos:group="global">
                <class junos:group="global">
                    <name junos:group="global">wheel</name>
                    <permissions junos:group="global">admin</permissions>
                    <permissions junos:group="global">clear</permissions>
                    <permissions junos:group="global">field</permissions>
                    <permissions junos:group="global">floppy</permissions>
                    <permissions junos:group="global">interface</permissions>
                    <permissions junos:group="global">maintenance</permissions>
                    <permissions junos:group="global">network</permissions>
                    <permissions junos:group="global">reset</permissions>
                    <permissions junos:group="global">routing</permissions>
                    <permissions junos:group="global">shell</permissions>
                    <permissions junos:group="global">snmp</permissions>
                    <permissions junos:group="global">system</permissions>
                    <permissions junos:group="global">trace</permissions>
                    <permissions junos:group="global">view</permissions>
                </class>
                <class junos:group="global">
                    <name junos:group="global">readonly</name>
                    <permissions junos:group="global">interface</permissions>
                    <permissions junos:group="global">network</permissions>
                    <permissions junos:group="global">routing</permissions>
                    <permissions junos:group="global">system</permissions>
                    <permissions junos:group="global">trace</permissions>
                    <permissions junos:group="global">view</permissions>
                </class>
                <user junos:group="global">
                    <name junos:group="global">regress</name>
                    <uid junos:group="global">928</uid>
                    <class junos:group="global">superuser</class>
                    <undocumented><shell junos:group="global">csh</shell></undocumented>
                    <authentication junos:group="global">
                        <encrypted-password junos:group="global">$1$kPU..$w.4FGRAGanJ8U4Yq6sbj7.</encrypted-password>
                    </authentication>
                </user>
                <user junos:group="global">
                    <name junos:group="global">remote</name>
                    <uid junos:group="global">9999</uid>
                    <class junos:group="global">superuser</class>
                    <undocumented><shell junos:group="global">csh</shell></undocumented>
                </user>
            </login>
        </system>
    </configuration>
    <cli>
        <banner>[edit]</banner>
    </cli>
</rpc-reply>

Release Information

Command introduced in Junos OS Release 7.4.

footer-navigation