- show groups junos-defaults
Command introduced before JUNOS Release 7.4.
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
- }
- }
- }
See Using JUNOS Default Groups.
view