[Contents] [Prev] [Next] [Index] [Report an Error]

show groups junos-defaults

Syntax

show groups junos-defaults

Release Information

Command introduced before JUNOS Release 7.4.

Description

Display the full set of available preset statements from the JUNOS software default group.

Sample Output

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
}
}
}

Usage Guidelines

See Using JUNOS Default Groups.

Required Privilege Level

view


[Contents] [Prev] [Next] [Index] [Report an Error]