To view the list of user-defined applications
on a Juniper
Networks router/firewall running the
JunOS
operating system from a
command-line
interface (CLI), you can enter cli mode by issuing the command
cli
after logging in and then issue the command
show configuration applications
.
root@Bellatrix> show configuration applications application POP3 { protocol tcp; destination-port 110; } application POP3S { protocol tcp; destination-port 995; } application Rising_World_TCP { protocol tcp; destination-port 4254-4259; } application Rising_World_UDP { protocol udp; destination-port 4254-4259; } root@Bellatrix>
To view the list of predefined junos-
applications
from the CLI, you can enter cli mode by issuing the command
cli
after logging in and then issue the command show
configuration groups junos-defaults applications
.
[ More Info ]