Network: Difference between revisions

From DN Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
(25 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:Network]]
<div style="float:right;">__TOC__</div>
<div style="float:right;">__TOC__</div>
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.
----
=== Arista ===
* [[Arista EOS]]
----
=== Cisco ===
* [[Cisco ASA]]


----
----
Line 6: Line 15:
* [[F5 BIG-IP]]
* [[F5 BIG-IP]]


----
=== Palo Alto Networks ===
=== Palo Alto Networks ===
* [[Palo Alto Networks]]
* [[Palo Alto Networks]]
The command to enable set mode is:<br>
<code>set cli config-output-format set</code>
---
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>
---
[https://blog.webernetz.net/cli-commands-for-troubleshooting-palo-alto-firewalls/ CLI Commands for Troubleshooting Palo Alto Firewalls]


----
----
=== Software ===
=== Software ===
==== 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.
* [[SecureCRT]]
[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!).
* [[Cmd.exe]]
* [https://sourceforge.net/projects/googlesyncmod/ GO Contact Sync Mod] - Sync office contacts to GMail (Android)


==== SecureCRT ====
----
===== Bulk Password Change =====
=== Linux ===
* Select your sessions and edit properties.
* [[Bash]]
* Go to SSH2
----
* Under Authentication select Password and then click the Properties button to the right
===== Session files are in =====
<code>%HOME%\AppData\Roaming\VanDyke\Config\Sessions</code>


==== Cmd.exe ====
=== Windows ===
Apparently doesn't have a startup script by default.  [https://stackoverflow.com/questions/4294853/starting-cmd-exe-problem According to Stackoverflow] you have to configure it in the registry.  Add a string value named AutoRun to one of these keys and set the value to the full path of the startup script.
* [[Windows:CommandLine | Command Line]]
<pre>HKCU\Software\Microsoft\Command Processor
* [[Windows:Software | Software]]
HKLM\Software\Microsoft\Command Processor
HKLM\Software\Wow6432Node\Microsoft\Command Processor</pre>


----
----
Line 45: Line 40:
Random links and stuff.
Random links and stuff.
* [https://landing.google.com/sre/books/ Google's Site Reliability Engineering Books]
* [https://landing.google.com/sre/books/ Google's Site Reliability Engineering Books]
* [https://blog.webernetz.net/ntp/ NTP] posts from [https://blog.webernetz.net Johannes Weber]

Revision as of 18:18, 21 January 2020

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


Arista


Cisco


F5


Palo Alto Networks


Software


Linux


Windows


Resources

Random links and stuff.