Avocent CPS1610 Serial Console Server

From Frotmail Projects
Jump to navigation Jump to search

Toegang

Poort 30xx waarbij xx het poortnummer is, is de telnet ingang van iedere poort, SSH zit op 31xx

Bekabeling

De volgende kabel kan gebruikt worden om Cisco apparatuur op de console aan te sluiten.

Let op: De kabel is niet symetrisch dus kan maar op 1 manier worden gebruikt.

Cisco            HP
    1
    2 DTR -> DSR 2
    3 TxD -> RxD 4
    4
    5 GND -> GND 6
    6 RxD -> TxD 5
    7 DSR -> DTR 7
    8

Configuratie

Een Cisco device geeft standaard een enter teveel waardoor steeds een lege prompt verschijnt:

User Access Verification

Username: admin
Password:

cisco>
cisco>en
Password:
cisco#
cisco#sh ip int brief
Interface                  IP-Address      OK? Method Status                Protocol
FastEthernet0/0            unassigned      YES NVRAM  up                    up    
FastEthernet0/1            unassigned      YES NVRAM  up                    up  
cisco#
cisco#

Door de poort uitgaande CRLF's te laten omzetten naar CR ben je hier vanaf:

> port all set OUT CRLF=CR
HPSCS Database is being updated, please wait... Done.

Nu krijgen we:

User Access Verification

Username: admin
Password:

cisco>en
Password:
cisco#sh ip int brief
Interface                  IP-Address      OK? Method Status                Protocol
FastEthernet0/0            unassigned      YES NVRAM  up                    up  
FastEthernet0/1            unassigned      YES NVRAM  up                    up  
cisco#


Info

Handleiding

Cisco compatible CR/LF

Instellingen voor de poorten:

port all set out lf=strip
port all set in cr=cr (default)
port all set in lf=lf (default)
port all set out cr=cr (default)

Cisco kabel

  Cisco       CPS
  NC          NC
  2 --------- 2        2->2
  3 ---\      NC     
  NC    \---- 4        3->4
  5 ----\/--- 5        5->6
  6 ----/\--- 6        6->5
  7 --------- 7        7->7
  NC          NC