Hi All,
I am trying to query a FW configuration from script using CLI.
Is there a CLI command that shows a particular interface configuration ?
Thank you.
Solved! Go to Solution.
from configuration mode:
reaper@myNGFW> configure Entering configuration mode [edit] reaper@myNGFW# show network interface ethernet ethernet1/2
(if you leave away the ethernet1/X, you will get the output for all interfaces)
you can change the output type to set, json or XML:
reaper@myNGFW> set cli config-output-format default default json json set set xml xml
Hi @ArpadMolnar,
Are you looking for this command ?
admin@PA-VM> show interface ethernet1/1
This command will spit out the configuration for the specified interface together with some additional counter information.
Cheers !
-Kiwi.
from configuration mode:
reaper@myNGFW> configure Entering configuration mode [edit] reaper@myNGFW# show network interface ethernet ethernet1/2
(if you leave away the ethernet1/X, you will get the output for all interfaces)
you can change the output type to set, json or XML:
reaper@myNGFW> set cli config-output-format default default json json set set xml xml
Thank you Kiwi, not exactly.
Thank you reaper. It's a pity that this output can not be retieved without entering configuration mode.
it can
reaper@myNGFW> show config running xpath devices/entry[@name="localhost.localdomain"]/network/interface/ethernet/entry[@name="ethernet1/2"]
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!