Network: Difference between revisions

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


----
----
=== F5 BIG-IP ===
=== F5 ===
[F5 BIG-IP]
* [[F5 BIG-IP]]


=== Palo Alto Networks ===
=== Palo Alto Networks ===
* [[Palo Alto Networks]]
The command to enable set mode is:<br>
The command to enable set mode is:<br>
<code>set cli config-output-format set</code>
<code>set cli config-output-format set</code>
Line 20: Line 21:


----
----
=== Firefox ===
=== Software ===
==== 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!).


----
==== SecureCRT ====
=== Resources ===
[https://landing.google.com/sre/books/ Google's Site Reliability Engineering Books]
 
 
----
=== SecureCRT ===
==== Bulk Password Change ====
==== Bulk Password Change ====
* Select your sessions and edit properties.
* Select your sessions and edit properties.
Line 37: Line 33:
==== Sessions are in ====
==== Sessions are in ====
<code>%HOME%\AppData\Roaming\VanDyke\Config\Sessions</code>
<code>%HOME%\AppData\Roaming\VanDyke\Config\Sessions</code>
----
=== Resources ===
[https://landing.google.com/sre/books/ Google's Site Reliability Engineering Books]

Revision as of 15:56, 6 September 2019

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


F5

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


Software

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!).

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

Sessions are in

%HOME%\AppData\Roaming\VanDyke\Config\Sessions


Resources

Google's Site Reliability Engineering Books