Network: Difference between revisions

From DN Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


=== Palo Alto Networks ===
=== Palo Alto Networks ===
The command to enable set mode is:
<code>set cli config-output-format set</code>
----
To <code>match</code> multiple statements surround with <code>"</code> and escape the <code>|</code> in the middle with a <code>\</code>, like so:
To <code>match</code> multiple statements surround with <code>"</code> and escape the <code>|</code> in the middle with a <code>\</code>, like so:


<code>show network interface | match "ip \|comment"</code>
<code>show network interface | match "ip \|comment"</code>
 
----
[https://blog.webernetz.net/cli-commands-for-troubleshooting-palo-alto-firewalls/ CLI Commands for Troubleshooting Palo Alto Firewalls]
[https://blog.webernetz.net/cli-commands-for-troubleshooting-palo-alto-firewalls/ CLI Commands for Troubleshooting Palo Alto Firewalls]
 
----
The command to enable set mode is:
 
<code>set cli config-output-format set</code>


=== Firefox ===
=== Firefox ===
If your search in the awesome bar isn't showing tagged bookmarks trying ending it with <code>*</code> to make it search bookmarks.
If your search in the awesome bar isn't showing tagged bookmarks trying ending it with <code>*</code> to make it search bookmarks.
[https://support.mozilla.org/en-US/kb/address-bar-autocomplete-firefox?redirectlocale=en-US&redirectslug=search-your-bookmarks-history-and-tabs-awesome-bar#w_changing-results-on-the-fly This page] shows additional options (like <code>%</code> for open tabs!).
[https://support.mozilla.org/en-US/kb/address-bar-autocomplete-firefox?redirectlocale=en-US&redirectslug=search-your-bookmarks-history-and-tabs-awesome-bar#w_changing-results-on-the-fly This page] shows additional options (like <code>%</code> for open tabs!).

Revision as of 20:41, 29 August 2019

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

Palo Alto Networks

The command to enable set mode is:

set cli config-output-format set


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

show network interface | match "ip \|comment"


CLI Commands for Troubleshooting Palo Alto Firewalls


Firefox

If your search in the awesome bar isn't showing tagged bookmarks trying ending it with * to make it search bookmarks. This page shows additional options (like % for open tabs!).