02-12-2003 11:25 AM - edited 03-02-2019 05:02 AM
I have 2 2600's that are bridged together via a T1. I'm unable to connect to the remote 2600 because whoever set it up did not configure any IP addresses on the router. Does anyone know of an alternate way to connect if the router is bridged and does not have an ip address?
02-12-2003 12:50 PM
One way to remotely access is to dial into router via modem, See if you can get somebody to hook a modem to aux/console of router to dial in. Or if somebody can locally access the router, that would help.
02-13-2003 06:48 AM
Alternate to putting down a modem you could make use of a reverse telnet connection. All you need someone locally to do is plug a standard console cable into the aux port of the router that has an IP (R1)and then plug the other end into the console port of the router without an IP(R2).
You then enter the transport input all command on the aux port of R1 , to connect do the following on R1:
show line - ID the aux line number
Enter the telnet command as standard using a locally configured IP address and combine this with the AUX port line number plus 2000. I will use a 3600 as an example.
int s0/0 is configured with ip addr 10.1.1.1 255.255.255.252 , the line number of the aux port is 225 , now to get to the remote router all you do is :
telnet 10.1.1.1 2225
This will give you a console connection to the other router.
Hope this helps.
02-13-2003 09:03 AM
I'm not sure I understand this correctly.
If I plug the console cable in R1 (I assume router 1?) and the other end into the console port of R2, I can do a reverse telnet?
That might be ok if the routers were right next to eachother, unfortunately the routers are about 150 miles away.
02-13-2003 07:32 PM
Here is the sample config for the modem on aux port OR modem on console port to achive dialin exec connectivity to a cisco router.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide