17-Jan-2020 12:07
Hello!
I would like to see the real port numbers in tmsh with list security firewall policy command.
ports {
facsys-ntp {
app-service none
description none
}
facsys-ntp service name means 2514 port number.
Solved! Go to Solution.
25-Oct-2022 14:08 - edited 25-Oct-2022 14:09
Hi @vigyu and @PeteWhite, this can be done by setting the cli global settings service to number:
tmsh modify cli global-settings service number
18-Jan-2020
13:05
- last edited on
05-Jun-2023
03:06
by
JimmyPackets
From Bash prompt:
grep facsys-ntp /etc/services
This is used to change port numbers to names.
25-Oct-2022 14:08 - edited 25-Oct-2022 14:09
Hi @vigyu and @PeteWhite, this can be done by setting the cli global settings service to number:
tmsh modify cli global-settings service number
26-Oct-2022 01:12
Thanks @JRahm Every day's a school day!
26-Oct-2022 08:00
it is indeed!