Showing 0 products
Frequently Asked Questions
Why do network devices still have serial consoles?
Because it is the only interface that works regardless of the device's network configuration, and it is available from the first moment of boot.
A switch's management interface depends on an address, a VLAN, a route and a working configuration. Any of those being wrong makes it unreachable - and a configuration error is among the commonest reasons for needing access.
The serial console depends on none of it. It is connected directly to the device's processor and produces output from power-on: firmware messages, boot progress, the operating system loading, and error messages from failures that occur before networking exists.
It is also where recovery procedures happen. Password recovery, boot loader access, factory reset and firmware recovery are all documented as console procedures because they must work when nothing else does.
That is why the port persists on equipment that is otherwise entirely network-managed, and why a console server is standard in any rack containing infrastructure equipment.
What is console buffering and why does it earn its place?
The console server records each port's output continuously, so the messages produced before and during a failure are available afterwards - often the only evidence of what happened.
Without buffering, console output exists only while somebody is connected. A device that panics at three in the morning prints its diagnostic messages to a port nobody is watching, and they are lost.
With buffering, the console server captures everything into a log. When the device is investigated later, the log shows what it said as it failed - which for a kernel panic, a hardware fault or a boot failure is frequently the entire diagnosis.
Good implementations timestamp the output, retain a useful history and can forward it to a central log platform, which is worth configuring because the console server's own storage is finite.
This is the feature that distinguishes a console server from a simple terminal server, and it is the one that earns its cost back the first time a device fails unexpectedly.
What cables and adaptors are needed?
The answer follows the equipment - RJ45 serial with a vendor-specific pinout, DB9, or USB - and getting this wrong is the most common commissioning delay.
Many network devices present their console on an RJ45 socket, but the pinout differs between manufacturers. A cable that works with one vendor's switch will not work with another's, even though both connectors are identical.
Older equipment uses DB9 serial, needing an adaptor.
Newer equipment increasingly uses USB for the console, which requires a console server with USB ports or a USB-to-serial arrangement, and the driver and device naming become a consideration.
Console servers typically offer configurable pinouts or supply adaptor kits. Establish what each connected device needs before installation, and order the adaptors with the console server rather than discovering the requirement during commissioning.
Label both ends of every console cable. An unlabelled bundle of identical grey cables behind a rack is exactly what you do not want during an incident.
What keeps a console server reachable during an outage?
A separate management network, plus a cellular or dial-in path for a complete site failure.
The management network covers the common case - a production switch or firewall failure - provided it is genuinely separate in switching, cabling and power.
What it does not cover is the site losing its wide-area connection, which is exactly when console access is most valuable. A cellular modem in the console server, or a cellular router serving the management network, provides an independent path. Most console servers offer this and it is usually worth the cost.
Dial-in over an analogue line remains a valid fallback where a line exists, and is independent of everything else.
The access should be outbound-initiated where possible - the console server dialling into a central service rather than accepting inbound connections - which avoids exposing it and works on ordinary cellular addressing.
Test the path regularly, and hold the credentials somewhere that does not depend on the site.
Should console servers be centralised or per rack?
Per rack or per row for infrastructure-dense environments, centralised only where device counts are low - because serial cable runs are the constraint.
Serial cables over long distances become unwieldy and are more susceptible to interference. Keeping the console server close to the devices it serves keeps the cabling short and tidy.
Distributing also limits the failure domain: one console server failing removes access to one rack rather than to the whole room.
Against that, more units means more devices to configure, secure, patch and monitor - and management overhead is real.
Many products offer central management across a fleet, which gives one interface over distributed hardware and is the best of both.
A reasonable pattern is one console server per rack in a network-equipment-dense environment, one per row where racks contain mostly servers with their own management controllers, and central management software across all of them.
What logging and audit should be configured?
Session recording, authentication logs and buffered console output, all forwarded to a central platform.
Session recording captures what an administrator typed and what the device replied. For audit it demonstrates who did what; for diagnosis it is frequently the clearest account of a change that went wrong.
Authentication logging records who connected, when, and to which port - and failed attempts, which matter because this is high-value access.
Buffered console output should be forwarded as well as retained locally, so a device's dying messages survive even if the console server's own storage wraps.
Centralise all of it. The console server's local storage is limited, and an investigation weeks later needs history the device will not have.
Synchronise time, because correlating console output with switch logs and monitoring data is the main analytical technique available, and it fails if the clocks disagree.
Can a console server control power as well?
Some include outlets; most integrate with switched power distribution units, and the combination completes the recovery path.
Console access shows what a device is doing and allows it to be operated - but a device that has locked up entirely responds to nothing, and a power cycle is the only remedy.
Console servers with integrated outlets handle a small number of devices directly. More commonly the console server integrates with switched power distribution units, so the same interface offers console and power control for each device.
With both, a remote site can be recovered from almost any software failure without attendance.
When configuring, map ports to outlets carefully and verify the mapping physically. A power control interface that cycles the wrong outlet during an incident makes a bad situation considerably worse, and mapping errors accumulate as racks are reconfigured over time.
Re-verify the mapping whenever equipment is moved.