Network: Difference between revisions

From DN Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Hmmm. I seem to have badly broken netwiki so guess I'll just keep things here.
Hmmm. I seem to have badly broken netwiki so guess I'll just keep things here.


----
=== Palo Alto Networks ===
=== Palo Alto Networks ===
The command to enable set mode is:
The command to enable set mode is:<br>
<code>set cli config-output-format set</code>


<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:


When piping to match you can use quotes and an escaped pipe (|) to search for multiple statements:<br>
<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]
----
----
=== 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!).


----
=== Resources ===
=== Resources ===
[https://landing.google.com/sre/books/ Google's Site Reliability Engineering Books]
[https://landing.google.com/sre/books/ Google's Site Reliability Engineering Books]
----
=== SecureCRT ===
==== Bulk Password Change ====
* Select your sessions and edit properties.
* Go to SSH2
* Under Authentication select Password and then click the Properties button to the right

Revision as of 14:32, 5 September 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

---

When piping to match you can use quotes and an escaped pipe (|) to search for multiple statements:
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!).


Resources

Google's Site Reliability Engineering Books



SecureCRT

Bulk Password Change

  • Select your sessions and edit properties.
  • Go to SSH2
  • Under Authentication select Password and then click the Properties button to the right