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 groups junos-defaults

date_range 31-May-24

Syntax

content_copy zoom_out_map
show groups junos-defaults

Description

Display the full set of available preset statements from the defaults group.

content_copy zoom_out_map
user@host# show groups junos-defaults
    groups {
            junos-defaults {
                    applications {
                            # File Transfer Protocol 
                            application junos-ftp {
                                    application-protocol ftp;
                                    protocol tcp;
                                    destination-port 21;
                }
                            # Trivial File Transfer Protocol 
                            application junos-tftp {
                                    application-protocol tftp;
                                    protocol udp;
                                    destination-port 69;
                }
                            # RPC port mapper on TCP 
                            application junos-rpc-portmap-tcp {
                                    application-protocol rpc-portmap;
                                    protocol tcp;
                                    destination-port 111;
                }
                            # RPC port mapper on UDP 
            }
        }
    }

Required Privilege Level

view

Release Information

Command introduced before Junos OS Release 7.4.

footer-navigation