Difference between revisions of "Cabling and Configuring Opengear CM4148"
From NesevoWiki
Jump to navigationJump to search (Created page with "== Connecting Cisco Network Equipment == === Configuration of Serial Ports === * <code>Baud Rate: 9600</code> * <code>Data Bits: 8</code> * <code>Parity: None</cod...") |
|||
Line 1: | Line 1: | ||
== Connecting Cisco Network Equipment == | == Connecting Cisco Network Equipment == | ||
=== Configuration of Serial Ports === | === Configuration of Serial Ports === | ||
− | * <code>Baud Rate: 9600</code> | + | * Common Settings |
− | * <code>Data Bits: 8</code> | + | ** <code>Baud Rate: 9600</code> |
− | * <code>Parity: None</code> | + | ** <code>Data Bits: 8</code> |
− | * <code>Stop Bits: 1</code> | + | ** <code>Parity: None</code> |
− | * <code>Flow Control: None</code> | + | ** <code>Stop Bits: 1</code> |
+ | ** <code>Flow Control: None</code> | ||
+ | * Console Server Settings | ||
+ | ** Activate Console Server Mode | ||
+ | ** Activate SSH (or other protocols you want to use) | ||
+ | === Cabling === | ||
+ | * Plug Opengear's Cisco specific adapter Cable (Opengear PartNo 449016) into the Cisco device's console port (do '''not''' plug it into the console server's serial port, that won't work!) | ||
+ | * Use a common, straight ethernet patch cable to connect the console server's serial port to the socket of the adapter cable. | ||
+ | * Connect via SSH to <code><IP of console server></code> on port <code>3000 + <PortNo></code>. If your console server has the IP address of 192.168.3.3 and your Cisco device is connected to port 25, the connect to <code>192.168.3.3:3025</code>. | ||
== Connecting Opengear Local Consoles == | == Connecting Opengear Local Consoles == |
Revision as of 13:46, 28 February 2014
Connecting Cisco Network Equipment
Configuration of Serial Ports
- Common Settings
Baud Rate: 9600
Data Bits: 8
Parity: None
Stop Bits: 1
Flow Control: None
- Console Server Settings
- Activate Console Server Mode
- Activate SSH (or other protocols you want to use)
Cabling
- Plug Opengear's Cisco specific adapter Cable (Opengear PartNo 449016) into the Cisco device's console port (do not plug it into the console server's serial port, that won't work!)
- Use a common, straight ethernet patch cable to connect the console server's serial port to the socket of the adapter cable.
- Connect via SSH to
<IP of console server>
on port3000 + <PortNo>
. If your console server has the IP address of 192.168.3.3 and your Cisco device is connected to port 25, the connect to192.168.3.3:3025
.