Friday, June 20, 2014

Configuring Cisco 2509 as an Access Server

Requirements: 2500 Series router with ASYNC 1-8 port and Octal Cable

-Configure a loopback IP Address
-Configure each host mapping: example SW1 is connected to the first cable #1 of 8 using port 2001
-Configure line 1 - 8 ( no exec, transport input telnet)
---------------------------------------------------------------------------------

 Access-2509#show run
Building configuration...
!
interface Loopback0
 ip address 9.9.9.1 255.255.255.255
!
ip host SW1 2001 9.9.9.1
ip host SW2 2002 9.9.9.1
ip host SW4 2004 9.9.9.1
ip host SW3 2003 9.9.9.1
ip classless
!
line 1 8
 no exec
 transport input telnet
!
end
--------------------------------------------------------------------------------

Use the escape sequence Ctrl-Shift-6 then x to exit the current session.