I cannot get my second async ports to reverse telnet. What am I doing wrong. The first 8 ports
work the bolden ones below do not work worth crap. I have a 2511 access router. the first 1 8 ports telnet fine. the second 9 16 do not at all. How do you configure the 2nd 9 16 ports? what am I doing wrong? and how to test to make sure they even work? the second octal 9 16? any test? or do I have them configured wrong? Do I need another loopback and use that? what reference number do i used besides 2000 series numbers?? for the 2nd async? Totally frustrated. Thanks if you reply..;)
ITDADDY_AR#sh config
Using 1436 out of 32762 bytes
!
version 12.1
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname ITDADDY_AR
!
boot system flash c2500-i-l.121-27b.bin
logging buffered 64000 debugging
enable secret 5 $1$iZl8$6c8KuuHbTm2uhPo5r9GSN/
enable password 7 045802150C2E1416
!
!
!
!
!
ip subnet-zero
no ip domain-lookup
ip host sw1 2009 100.1.1.1
ip host sw2 2010 100.1.1.1
ip host sw3 2011 100.1.1.1
ip host ap1200 2012 100.1.1.1
ip host r2501 2001 100.1.1.1
ip host r2520_2 2002 100.1.1.1
ip host r2520_1 2003 100.1.1.1
ip host r2610 2004 100.1.1.1
ip host frc 2005 100.1.1.1
ip host r1760 2006 100.1.1.1
ip host r831 2007 100.1.1.1
ip host asa 2008 100.1.1.1
!
!
!
!
interface Loopback0
ip address 100.1.1.1 255.255.255.255
!
interface Loopback2
ip address 10.1.1.1 255.255.255.255
!
interface Ethernet0
description Public Telnet Access AUI port
ip address 192.168.15.66 255.255.255.0
!
interface Serial0
no ip address
shutdown
no fair-queue
!
interface Serial1
no ip address
shutdown
!
router rip
network 192.168.15.0
!
ip classless
ip http server
!
logging 192.168.15.4
banner motd ^C
This is Access Router ITDADDY - Welcome Home ITDADDY! ^C
alias exec b show ip int brief
alias exec r5 telnet r5
!
line con 0
exec-timeout 0 0
logging synchronous
login
line 1 16
exec-timeout 0 0
privilege level 15
transport input all
line aux 0
line vty 0 4
password ccie
login
!
end
ITDADDY_AR#