====== Cisco - dies und das ======
===== Cisco Autoinstall ausschalten =====
R2(config)# no service config
===== Lösungen für: Cisco IOS Translating “xyz” Domain Server =====
* https://etherealmind.com/cisco-ios-translating-domain-server/?doing_wp_cron=1607718000.5004580020904541015625
**Ansatz 1:** Domain Lookups verbieten
R2(config)# no ip domain lookup
**Ansatz 2:** Ausgehende Telnet Verbindungen verbieten
R2(config)# ip domain lookup
R2(config-line)# line con 0
R2(config-line)# transport preferred none
**Ansatz 3:** Reduzierung des Timeouts für TCP Verbindungen:
R2(config)# ip tcp synwait-time 5
----
===== Putty Einstellungen für serielle Verbindungen =====
* https://pbxbook.com/voip/sputty.html -- Using PuTTY for Serial
----
===== Telnet Escape-Character =====
**Mac**
ctrl + ü
**Windows**
ctrl + +
* http://superuser.com/questions/398/how-to-send-the-escape-character-on-os-x-terminal
----
===== Break-Sequenz um einen Befehl abzubrechen: ======
=== Mac ===
''Ctrl-^'' beim Ping bzw ''Ctrl-^ + x''
=== Windows ===
''Ctrl-Shift-6''
* https://learningnetwork.cisco.com/thread/15506
----
===== Ausgabe des Ping Kommandos verstehen: =====
^ Zeichen ^ Beschreibung ^
|!|Each exclamation point indicates receipt of a reply.|
|.|Each period indicates the network server timed out while waiting for a reply.|
|U|A destination unreachable error PDU was received.|
|Q|Source quench (destination too busy).|
|M|Could not fragment.|
|?|Unknown packet type.|
|&|Packet lifetime exceeded.|
===== USB-Serial Adapter unter OSX =====
Bisher habe ich immer zTerm verwendet. Das funktioniert toll, ist aber nur 32-bit Software und wird nicht mehr weiter entwickelt.
Einige Alternativen, alle mit Ecken und Kanten:
* [[http://freeware.the-meiers.org/|Coolterm]] (keine Command-History im RAW-Mode), einige Einstellungen nötig
* https://forums.the-meiers.org/viewtopic.php?f=4&t=477
* https://dtucker.co.uk/the-definitve-guide-to-setting-up-a-usb-serial-adapter-and-iterm2-on-osx/
* https://www.reddit.com/r/networking/comments/df1qs5/support_for_usbtoserial_adapters_in_macos_catalina/
* https://pbxbook.com/other/mac-ser.html -- **OS X Serial Port Apps**
* https://pbxbook.com/other/mac-tty.html -- **Mac's and serial TTY's**
#allow a standard user to write the lock-file
sudo chmod g+w /var/spool/uucp/
sudo chgrp staff /var/spool/uucp/
#start cu: terminates via ~.
cu -l /dev/cu.usbserial-FTF8T2BZ -s 115200
:!: **Achtung**: immer auf ''cu.usbserial'' und nicht auf ''tty.usbserial'' verbinden, sonst 'hängt' die Konsole