Network: Difference between revisions

From DN Wiki
Jump to navigation Jump to search
(Created page with "Hmmm. I seem to have badly broken netwiki so guess I'll just keep things here. === Palo Alto Networks === To <code>match</code> multiple statements surround with <code>"</cod...")
 
No edit summary
Line 5: Line 5:


<code>show network interface | match "ip \|comment"</code>
<code>show network interface | match "ip \|comment"</code>
The command to enable set mode is:
<code>set cli config-output-format set</code>

Revision as of 20:05, 29 August 2019

Hmmm. I seem to have badly broken netwiki so guess I'll just keep things here.

Palo Alto Networks

To match multiple statements surround with " and escape the | in the middle with a \, like so:

show network interface | match "ip \|comment"

The command to enable set mode is:

set cli config-output-format set