ne:dies_und_das
Inhaltsverzeichnis
Cisco - dies und das
Cisco Autoinstall ausschalten
R2(config)# no service config
Lösungen für: Cisco IOS Translating “xyz” Domain Server
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 + +
Break-Sequenz um einen Befehl abzubrechen:
Mac
Ctrl-^
beim Ping bzw Ctrl-^ + x
Windows
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:
- Coolterm (keine Command-History im RAW-Mode), einige Einstellungen nötig
- 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
ne/dies_und_das.txt · Zuletzt geändert: 2024/04/08 07:59 von admin