ne:dies_und_das
Dies ist eine alte Version des Dokuments!
Inhaltsverzeichnis
Cisco - dies und das
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
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
#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/tty.usbserial-FTF8T2BZ -s 115200
ne/dies_und_das.1608663989.txt.gz · Zuletzt geändert: 2020/12/22 19:06 von admin