<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic CLI command to view interface configuration in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/cli-command-to-view-interface-configuration/m-p/203842#M60024</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to query a FW configuration from script using CLI.&lt;/P&gt;&lt;P&gt;Is there a CLI command that shows a particular interface configuration ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Tue, 06 Mar 2018 12:29:12 GMT</pubDate>
    <dc:creator>ArpadMolnar</dc:creator>
    <dc:date>2018-03-06T12:29:12Z</dc:date>
    <item>
      <title>CLI command to view interface configuration</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/cli-command-to-view-interface-configuration/m-p/203842#M60024</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to query a FW configuration from script using CLI.&lt;/P&gt;&lt;P&gt;Is there a CLI command that shows a particular interface configuration ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Mar 2018 12:29:12 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/cli-command-to-view-interface-configuration/m-p/203842#M60024</guid>
      <dc:creator>ArpadMolnar</dc:creator>
      <dc:date>2018-03-06T12:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: CLI command to view interface configuration</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/cli-command-to-view-interface-configuration/m-p/203850#M60025</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/64531"&gt;@ArpadMolnar&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you looking for this command ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;admin@PA-VM&amp;gt; show interface ethernet1/1&lt;/PRE&gt;
&lt;P&gt;This command will spit out the configuration for the specified interface together with some additional counter information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers !&lt;/P&gt;
&lt;P&gt;-Kiwi.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Mar 2018 12:49:10 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/cli-command-to-view-interface-configuration/m-p/203850#M60025</guid>
      <dc:creator>kiwi</dc:creator>
      <dc:date>2018-03-06T12:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: CLI command to view interface configuration</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/cli-command-to-view-interface-configuration/m-p/203851#M60026</link>
      <description>&lt;P&gt;from configuration mode:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;reaper@myNGFW&amp;gt; configure 
Entering configuration mode
[edit]     
reaper@myNGFW# show network interface ethernet ethernet1/2&lt;/PRE&gt;
&lt;P&gt;(if you leave away the ethernet1/X, you will get the output for all interfaces)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can change the output type to set, json or XML:&lt;/P&gt;
&lt;PRE&gt;reaper@myNGFW&amp;gt; set cli config-output-format 
  default   default 
  json      json 
  set       set 
  xml       xml 
&lt;/PRE&gt;</description>
      <pubDate>Tue, 06 Mar 2018 12:56:29 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/cli-command-to-view-interface-configuration/m-p/203851#M60026</guid>
      <dc:creator>reaper</dc:creator>
      <dc:date>2018-03-06T12:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: CLI command to view interface configuration</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/cli-command-to-view-interface-configuration/m-p/203858#M60028</link>
      <description>&lt;P&gt;Thank you Kiwi, not exactly.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Mar 2018 13:47:10 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/cli-command-to-view-interface-configuration/m-p/203858#M60028</guid>
      <dc:creator>ArpadMolnar</dc:creator>
      <dc:date>2018-03-06T13:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: CLI command to view interface configuration</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/cli-command-to-view-interface-configuration/m-p/203859#M60029</link>
      <description>&lt;P&gt;Thank you reaper. It's a pity that this output can not be retieved without entering configuration mode.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Mar 2018 13:51:26 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/cli-command-to-view-interface-configuration/m-p/203859#M60029</guid>
      <dc:creator>ArpadMolnar</dc:creator>
      <dc:date>2018-03-06T13:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: CLI command to view interface configuration</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/cli-command-to-view-interface-configuration/m-p/203872#M60033</link>
      <description>&lt;P&gt;it can&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;reaper@myNGFW&amp;gt; show config running xpath devices/entry[@name="localhost.localdomain"]/network/interface/ethernet/entry[@name="ethernet1/2"]&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Mar 2018 14:20:50 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/cli-command-to-view-interface-configuration/m-p/203872#M60033</guid>
      <dc:creator>reaper</dc:creator>
      <dc:date>2018-03-06T14:20:50Z</dc:date>
    </item>
  </channel>
</rss>

