Network: Difference between revisions

From DN Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
(6 intermediate revisions by the same user not shown)
Line 2: Line 2:
<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 10: Line 18:
=== Palo Alto Networks ===
=== Palo Alto Networks ===
* [[Palo Alto Networks]]
* [[Palo Alto Networks]]
----
=== Arista ===
* [[Arista EOS]]


----
----
Line 20: Line 24:
* [[SecureCRT]]
* [[SecureCRT]]
* [[Cmd.exe]]
* [[Cmd.exe]]
* [https://sourceforge.net/projects/googlesyncmod/ GO Contact Sync Mod] - Sync office contacts to GMail (Android)


----
----
=== Linux ===
=== Linux ===
* [[Bash]]
* [[Bash]]
 
----


=== Windows ===
=== Windows ===
<code>netsh</code> is much better than ipconfig.
* [[Windows:CommandLine | Command Line]]
* <pre>netsh interface ip show config</pre>
* [[Windows:Software | Software]]
** <pre>netsh interface ip show config "Local Area Connection 1"</pre>
To get the WLAN BSSID:
* <pre>netsh wlan show interfaces</pre>
Routing table
* <pre>route print -4</pre>


----
----
=== Resources ===
=== Resources ===
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]
* [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.