- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
03-06-2018 04:29 AM
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.
03-06-2018 04:56 AM
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
03-06-2018 04:49 AM
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.
03-06-2018 04:56 AM
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
03-06-2018 05:47 AM
Thank you Kiwi, not exactly.
03-06-2018 05:51 AM
Thank you reaper. It's a pity that this output can not be retieved without entering configuration mode.
03-06-2018 06:20 AM
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!