1 Router to Rule them All - Use a router as a terminal server!

Опубликовано: 13 Октябрь 2024
на канале: Keith Barker - The OG of IT
11,022
348

Full config to get your router working as a terminal server. Access to the console ports on your rack, are just a few moments away.

HWIC 16A Card
High Density 8 Port EIA-232 Async (octopus cable)

Let's connect on Discord https://ogit.online/Join_OGIT_on_Discord

And…
🏫 Keith’s Content at CBT Nuggets https://ogit.online/Keith-CBT


Full config for the terminal config:
conf t

int gig 0/0
no shut
ip add 192.168.1.11 255.255.255.0
exit


int loop 0
ip address 1.1.1.1 255.255.255.255
exit

line vty 0 15
transport input all
no login
privilege level 15
exit

line 0/0/0 0/0/15
session-timeout 30
exec-timeout 0 0
no exec
transport input telnet
transport output none
stopbits 1
flowcontrol hardware
exit


ip host dev1 2003 1.1.1.1
ip host dev2 2004 1.1.1.1
ip host dev3 2005 1.1.1.1
ip host dev4 2006 1.1.1.1
ip host dev5 2007 1.1.1.1
ip host dev6 2008 1.1.1.1
ip host dev7 2009 1.1.1.1
ip host dev8 2010 1.1.1.1






#KeithBarker #CCNA #200-301