Re: Reverse Telnet Problem. [7:8455]

2001-06-14 Thread Peter I. Slow, CCNP

hehe
make SURE that Peter Slow, CCNP Voice Specialist
Network Engineer
Planetary Networks
535 West 34th Street
New York, New York
10001

cell: (516)782.1535
desk: (646)792.2395
mail: [EMAIL PROTECTED]
trans in all and mod inout are in the auxport configs.


- Original Message -
From: Hire, Ejay 
To: 
Sent: Thursday, June 14, 2001 1:05 PM
Subject: RE: Reverse Telnet Problem. [7:8455]


> The two quick biggies are:
>
> Is the aux port configured at 9600 Baud?
> Switch cables.  If you are using a rollover cable, try a straight through
or
> vice-versa.
> -Ej
>
> -Original Message-
> From: Tariq Azad [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, June 13, 2001 8:56 PM
> To: [EMAIL PROTECTED]
> Subject: Reverse Telnet Problem. [7:8455]
>
>
> Hello Everybody !
>
> I am trying to telnet my Cisco 2503 router from Cisco 2511 router.
> I am getting the follwing message
>
> Trying Cisco2503 (1.1.1.1 2001) open
>
>
>
> but I am not getting any thing on screen.
> My Cisco 2503 router is working OK and I can use regular console cable
with
> my
> Cisco 2503 router without any problem.
>
>
> Please let me know how to configure this reverse telnet with Cisco 2511
>
> Thanks
>
> TARIQ




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=8582&t=8455
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Reverse Telnet Problem. [7:8455]

2001-06-14 Thread Hire, Ejay

The two quick biggies are:

Is the aux port configured at 9600 Baud?
Switch cables.  If you are using a rollover cable, try a straight through or
vice-versa.
-Ej

-Original Message-
From: Tariq Azad [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 13, 2001 8:56 PM
To: [EMAIL PROTECTED]
Subject: Reverse Telnet Problem. [7:8455]


Hello Everybody !

I am trying to telnet my Cisco 2503 router from Cisco 2511 router.
I am getting the follwing message

Trying Cisco2503 (1.1.1.1 2001) open



but I am not getting any thing on screen.
My Cisco 2503 router is working OK and I can use regular console cable with
my
Cisco 2503 router without any problem.


Please let me know how to configure this reverse telnet with Cisco 2511

Thanks

TARIQ




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=8560&t=8455
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Reverse Telnet Problem. [7:8455]

2001-06-14 Thread Charles Manafa

The only thing you've got missing from your config is "transport preferred
telnet". If that doesn't fix it, then you may have cabling issues.

CM

> -Original Message-
> From: Tariq Azad [mailto:[EMAIL PROTECTED]]
> Sent: 14 June 2001 10:56
> To: Charles Manafa
> Cc: [EMAIL PROTECTED]
> Subject: Re: Reverse Telnet Problem. [7:8455]
> 
> 
> I did and there was no result.
> 
> Thanks
> - Original Message - 
> From: "Charles Manafa" 
> To: "'Tariq Azad'" ; 
> 
> Sent: Thursday, June 14, 2001 4:51 AM
> Subject: RE: Reverse Telnet Problem. [7:8455]
> 
> 
> > Try pressing  once the line is open.
> > 
> > CM
> > 
> > > -Original Message-----
> > > From: Tariq Azad [mailto:[EMAIL PROTECTED]]
> > > Sent: 14 June 2001 09:41
> > > To: [EMAIL PROTECTED]
> > > Subject: Re: Reverse Telnet Problem. [7:8455]
> > > 
> > > 
> > > Hello everybody.
> > > 
> > > I am unable to do reverse telnet to my Cisco 2503 router from 
> > > Cisco 2511
> > > router.
> > > Please look at my config file and let me know please what 
> > > should I do next.
> > > Cables are checked and other router is also working properly.
> > > 
> > > Thanks
> > > 
> > > 
> > > 
> > > Thanks for your quick reply.
> > > Here is my config file output :
> > > 
> > > 
> > > !
> > > version 11.1
> > > service udp-small-servers
> > > service tcp-small-servers
> > > !
> > > hostname Cisco2511
> > > !
> > > enable secret 5 $1$c0aW$ptfFTXZoEHB7aJW/u8EVw1
> > > enable password cisco
> > > !
> > > !
> > > interface Loopback1
> > > ip address 1.1.1.1 255.0.0.0
> > > !
> > > interface Ethernet0
> > > ip address 192.168.0.1 255.255.255.0
> > > !
> > > interface Serial0
> > > ip address 172.16.0.1 255.255.0.0
> > > clockrate 64000
> > > !
> > > interface Serial1
> > > ip address 10.0.0.1 255.0.0.0
> > > !
> > > ip host R1 2001 1.1.1.1
> > > no ip classless
> > > logging buffered
> > > !
> > > line con 0
> > > line 1 16
> > > session-timeout 20
> > > no exec
> > > exec-timeout 0 0
> > > transport input all
> > > line aux 0
> > > line vty 0 4
> > > exec-timeout 60 0
> > > password 
> > > login
> > > !
> > > end
> > > 
> > > 
> > > 
> > > 
> > > 
> > > Please look at it and let me know please.
> > > 
> > > 
> > > Thanks
> > > 
> > > 
> > > 
> > > TARIQ
> > > 
> > > 
> > > - Original Message -
> > > From: "Tariq Azad" 
> > > To: "Circusnuts" 
> > > Sent: Thursday, June 14, 2001 4:25 AM
> > > Subject: Re: Reverse Telnet Problem. [7:8455]
> > > 
> > > 
> > > > Thanks for your quick reply.
> > > > Here is my config file output :
> > > >
> > > >
> > > > !
> > > > version 11.1
> > > > service udp-small-servers
> > > > service tcp-small-servers
> > > > !
> > > > hostname Cisco2511
> > > > !
> > > > enable secret 5 $1$c0aW$ptfFTXZoEHB7aJW/u8EVw1
> > > > enable password cisco
> > > > !
> > > > !
> > > > interface Loopback1
> > > > ip address 1.1.1.1 255.0.0.0
> > > > !
> > > > interface Ethernet0
> > > > ip address 192.168.0.1 255.255.255.0
> > > > !
> > > > interface Serial0
> > > > ip address 172.16.0.1 255.255.0.0
> > > > clockrate 64000
> > > > !
> > > > interface Serial1
> > > > ip address 10.0.0.1 255.0.0.0
> > > > !
> > > > ip host R1 2001 1.1.1.1
> > > > no ip classless
> > > > logging buffered
> > > > !
> > > > line con 0
> > > > line 1 16
> > > > session-timeout 20
> > > > no exec
> > > > exec-timeout 0 0
> > > > transport input all
> > > > line aux 0
> > > > line vty 0 4
> > > > exec-timeout 60 0
> > > > password 
> > > > login
> > > > !
> > > > end
> > > >
> > > >
> &g

Re: Reverse Telnet Problem. [7:8455]

2001-06-14 Thread Tariq Azad

I did and there was no result.

Thanks
- Original Message - 
From: "Charles Manafa" 
To: "'Tariq Azad'" ; 
Sent: Thursday, June 14, 2001 4:51 AM
Subject: RE: Reverse Telnet Problem. [7:8455]


> Try pressing  once the line is open.
> 
> CM
> 
> > -Original Message-
> > From: Tariq Azad [mailto:[EMAIL PROTECTED]]
> > Sent: 14 June 2001 09:41
> > To: [EMAIL PROTECTED]
> > Subject: Re: Reverse Telnet Problem. [7:8455]
> > 
> > 
> > Hello everybody.
> > 
> > I am unable to do reverse telnet to my Cisco 2503 router from 
> > Cisco 2511
> > router.
> > Please look at my config file and let me know please what 
> > should I do next.
> > Cables are checked and other router is also working properly.
> > 
> > Thanks
> > 
> > 
> > 
> > Thanks for your quick reply.
> > Here is my config file output :
> > 
> > 
> > !
> > version 11.1
> > service udp-small-servers
> > service tcp-small-servers
> > !
> > hostname Cisco2511
> > !
> > enable secret 5 $1$c0aW$ptfFTXZoEHB7aJW/u8EVw1
> > enable password cisco
> > !
> > !
> > interface Loopback1
> > ip address 1.1.1.1 255.0.0.0
> > !
> > interface Ethernet0
> > ip address 192.168.0.1 255.255.255.0
> > !
> > interface Serial0
> > ip address 172.16.0.1 255.255.0.0
> > clockrate 64000
> > !
> > interface Serial1
> > ip address 10.0.0.1 255.0.0.0
> > !
> > ip host R1 2001 1.1.1.1
> > no ip classless
> > logging buffered
> > !
> > line con 0
> > line 1 16
> > session-timeout 20
> > no exec
> > exec-timeout 0 0
> > transport input all
> > line aux 0
> > line vty 0 4
> > exec-timeout 60 0
> > password 
> > login
> > !
> > end
> > 
> > 
> > 
> > 
> > 
> > Please look at it and let me know please.
> > 
> > 
> > Thanks
> > 
> > 
> > 
> > TARIQ
> > 
> > 
> > - Original Message -
> > From: "Tariq Azad" 
> > To: "Circusnuts" 
> > Sent: Thursday, June 14, 2001 4:25 AM
> > Subject: Re: Reverse Telnet Problem. [7:8455]
> > 
> > 
> > > Thanks for your quick reply.
> > > Here is my config file output :
> > >
> > >
> > > !
> > > version 11.1
> > > service udp-small-servers
> > > service tcp-small-servers
> > > !
> > > hostname Cisco2511
> > > !
> > > enable secret 5 $1$c0aW$ptfFTXZoEHB7aJW/u8EVw1
> > > enable password cisco
> > > !
> > > !
> > > interface Loopback1
> > > ip address 1.1.1.1 255.0.0.0
> > > !
> > > interface Ethernet0
> > > ip address 192.168.0.1 255.255.255.0
> > > !
> > > interface Serial0
> > > ip address 172.16.0.1 255.255.0.0
> > > clockrate 64000
> > > !
> > > interface Serial1
> > > ip address 10.0.0.1 255.0.0.0
> > > !
> > > ip host R1 2001 1.1.1.1
> > > no ip classless
> > > logging buffered
> > > !
> > > line con 0
> > > line 1 16
> > > session-timeout 20
> > > no exec
> > > exec-timeout 0 0
> > > transport input all
> > > line aux 0
> > > line vty 0 4
> > > exec-timeout 60 0
> > > password 
> > > login
> > > !
> > > end
> > >
> > >
> > >
> > >
> > >
> > > Please look at it and let me know please.
> > >
> > >
> > > Thanks
> > >
> > >
> > >
> > > TARIQ
> > > - Original Message -
> > > From: "Circusnuts" 
> > > To: 
> > > Sent: Wednesday, June 13, 2001 9:19 PM
> > > Subject: Re: Reverse Telnet Problem. [7:8455]
> > >
> > >
> > > > Show us the config.  My guess is that you have No Exec 
> > instead of No
> > Exec
> > > > timeout on the vty's or maybe a password needs to be set.
> > > >
> > > > Phil
> > > >
> > > > - Original Message -
> > > > From: Tariq Azad
> > > > To:
> > > > Sent: Wednesday, June 13, 2001 8:55 PM
> > > > Subject: Reverse Telnet Problem. [7:8455]
> > > >
> > > >
> > > > > Hello Everybody !
> > > > >
> > > > > I am trying to telnet my Cisco 2503 router from Cisco 
> > 2511 router.
> > > > > I am getting the follwing message
> > > > >
> > > > > Trying Cisco2503 (1.1.1.1 2001) open
> > > > >
> > > > >
> > > > >
> > > > > but I am not getting any thing on screen.
> > > > > My Cisco 2503 router is working OK and I can use 
> > regular console cable
> > > > with
> > > > > my
> > > > > Cisco 2503 router without any problem.
> > > > >
> > > > >
> > > > > Please let me know how to configure this reverse telnet 
> > with Cisco
> > 2511
> > > > >
> > > > > Thanks
> > > > >
> > > > > TARIQ




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=8494&t=8455
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Reverse Telnet Problem. [7:8455]

2001-06-14 Thread Charles Manafa

Try pressing  once the line is open.

CM

> -Original Message-
> From: Tariq Azad [mailto:[EMAIL PROTECTED]]
> Sent: 14 June 2001 09:41
> To: [EMAIL PROTECTED]
> Subject: Re: Reverse Telnet Problem. [7:8455]
> 
> 
> Hello everybody.
> 
> I am unable to do reverse telnet to my Cisco 2503 router from 
> Cisco 2511
> router.
> Please look at my config file and let me know please what 
> should I do next.
> Cables are checked and other router is also working properly.
> 
> Thanks
> 
> 
> 
> Thanks for your quick reply.
> Here is my config file output :
> 
> 
> !
> version 11.1
> service udp-small-servers
> service tcp-small-servers
> !
> hostname Cisco2511
> !
> enable secret 5 $1$c0aW$ptfFTXZoEHB7aJW/u8EVw1
> enable password cisco
> !
> !
> interface Loopback1
> ip address 1.1.1.1 255.0.0.0
> !
> interface Ethernet0
> ip address 192.168.0.1 255.255.255.0
> !
> interface Serial0
> ip address 172.16.0.1 255.255.0.0
> clockrate 64000
> !
> interface Serial1
> ip address 10.0.0.1 255.0.0.0
> !
> ip host R1 2001 1.1.1.1
> no ip classless
> logging buffered
> !
> line con 0
> line 1 16
> session-timeout 20
> no exec
> exec-timeout 0 0
> transport input all
> line aux 0
> line vty 0 4
> exec-timeout 60 0
> password 
> login
> !
> end
> 
> 
> 
> 
> 
> Please look at it and let me know please.
> 
> 
> Thanks
> 
> 
> 
> TARIQ
> 
> 
> - Original Message -
> From: "Tariq Azad" 
> To: "Circusnuts" 
> Sent: Thursday, June 14, 2001 4:25 AM
> Subject: Re: Reverse Telnet Problem. [7:8455]
> 
> 
> > Thanks for your quick reply.
> > Here is my config file output :
> >
> >
> > !
> > version 11.1
> > service udp-small-servers
> > service tcp-small-servers
> > !
> > hostname Cisco2511
> > !
> > enable secret 5 $1$c0aW$ptfFTXZoEHB7aJW/u8EVw1
> > enable password cisco
> > !
> > !
> > interface Loopback1
> > ip address 1.1.1.1 255.0.0.0
> > !
> > interface Ethernet0
> > ip address 192.168.0.1 255.255.255.0
> > !
> > interface Serial0
> > ip address 172.16.0.1 255.255.0.0
> > clockrate 64000
> > !
> > interface Serial1
> > ip address 10.0.0.1 255.0.0.0
> > !
> > ip host R1 2001 1.1.1.1
> > no ip classless
> > logging buffered
> > !
> > line con 0
> > line 1 16
> > session-timeout 20
> > no exec
> > exec-timeout 0 0
> > transport input all
> > line aux 0
> > line vty 0 4
> > exec-timeout 60 0
> > password 
> > login
> > !
> > end
> >
> >
> >
> >
> >
> > Please look at it and let me know please.
> >
> >
> > Thanks
> >
> >
> >
> > TARIQ
> > - Original Message -
> > From: "Circusnuts" 
> > To: 
> > Sent: Wednesday, June 13, 2001 9:19 PM
> > Subject: Re: Reverse Telnet Problem. [7:8455]
> >
> >
> > > Show us the config.  My guess is that you have No Exec 
> instead of No
> Exec
> > > timeout on the vty's or maybe a password needs to be set.
> > >
> > > Phil
> > >
> > > - Original Message -
> > > From: Tariq Azad
> > > To:
> > > Sent: Wednesday, June 13, 2001 8:55 PM
> > > Subject: Reverse Telnet Problem. [7:8455]
> > >
> > >
> > > > Hello Everybody !
> > > >
> > > > I am trying to telnet my Cisco 2503 router from Cisco 
> 2511 router.
> > > > I am getting the follwing message
> > > >
> > > > Trying Cisco2503 (1.1.1.1 2001) open
> > > >
> > > >
> > > >
> > > > but I am not getting any thing on screen.
> > > > My Cisco 2503 router is working OK and I can use 
> regular console cable
> > > with
> > > > my
> > > > Cisco 2503 router without any problem.
> > > >
> > > >
> > > > Please let me know how to configure this reverse telnet 
> with Cisco
> 2511
> > > >
> > > > Thanks
> > > >
> > > > TARIQ




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=8492&t=8455
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Reverse Telnet Problem. [7:8455]

2001-06-14 Thread Tariq Azad

Hello everybody.

I am unable to do reverse telnet to my Cisco 2503 router from Cisco 2511
router.
Please look at my config file and let me know please what should I do next.
Cables are checked and other router is also working properly.

Thanks



Thanks for your quick reply.
Here is my config file output :


!
version 11.1
service udp-small-servers
service tcp-small-servers
!
hostname Cisco2511
!
enable secret 5 $1$c0aW$ptfFTXZoEHB7aJW/u8EVw1
enable password cisco
!
!
interface Loopback1
ip address 1.1.1.1 255.0.0.0
!
interface Ethernet0
ip address 192.168.0.1 255.255.255.0
!
interface Serial0
ip address 172.16.0.1 255.255.0.0
clockrate 64000
!
interface Serial1
ip address 10.0.0.1 255.0.0.0
!
ip host R1 2001 1.1.1.1
no ip classless
logging buffered
!
line con 0
line 1 16
session-timeout 20
no exec
exec-timeout 0 0
transport input all
line aux 0
line vty 0 4
exec-timeout 60 0
password 
login
!
end





Please look at it and let me know please.


Thanks



TARIQ


- Original Message -
From: "Tariq Azad" 
To: "Circusnuts" 
Sent: Thursday, June 14, 2001 4:25 AM
Subject: Re: Reverse Telnet Problem. [7:8455]


> Thanks for your quick reply.
> Here is my config file output :
>
>
> !
> version 11.1
> service udp-small-servers
> service tcp-small-servers
> !
> hostname Cisco2511
> !
> enable secret 5 $1$c0aW$ptfFTXZoEHB7aJW/u8EVw1
> enable password cisco
> !
> !
> interface Loopback1
> ip address 1.1.1.1 255.0.0.0
> !
> interface Ethernet0
> ip address 192.168.0.1 255.255.255.0
> !
> interface Serial0
> ip address 172.16.0.1 255.255.0.0
> clockrate 64000
> !
> interface Serial1
> ip address 10.0.0.1 255.0.0.0
> !
> ip host R1 2001 1.1.1.1
> no ip classless
> logging buffered
> !
> line con 0
> line 1 16
> session-timeout 20
> no exec
> exec-timeout 0 0
> transport input all
> line aux 0
> line vty 0 4
> exec-timeout 60 0
> password 
> login
> !
> end
>
>
>
>
>
> Please look at it and let me know please.
>
>
> Thanks
>
>
>
> TARIQ
> - Original Message -
> From: "Circusnuts" 
> To: 
> Sent: Wednesday, June 13, 2001 9:19 PM
> Subject: Re: Reverse Telnet Problem. [7:8455]
>
>
> > Show us the config.  My guess is that you have No Exec instead of No
Exec
> > timeout on the vty's or maybe a password needs to be set.
> >
> > Phil
> >
> > - Original Message -
> > From: Tariq Azad
> > To:
> > Sent: Wednesday, June 13, 2001 8:55 PM
> > Subject: Reverse Telnet Problem. [7:8455]
> >
> >
> > > Hello Everybody !
> > >
> > > I am trying to telnet my Cisco 2503 router from Cisco 2511 router.
> > > I am getting the follwing message
> > >
> > > Trying Cisco2503 (1.1.1.1 2001) open
> > >
> > >
> > >
> > > but I am not getting any thing on screen.
> > > My Cisco 2503 router is working OK and I can use regular console cable
> > with
> > > my
> > > Cisco 2503 router without any problem.
> > >
> > >
> > > Please let me know how to configure this reverse telnet with Cisco
2511
> > >
> > > Thanks
> > >
> > > TARIQ




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=8487&t=8455
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Reverse Telnet Problem. [7:8455]

2001-06-13 Thread Richard Chang

Make sure you have "transport input all" in the line config.

More on this link:
http://www.cisco.com/warp/public/793/access_dial/comm_server.html

Richard

""Tariq Azad""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello Everybody !
>
> I am trying to telnet my Cisco 2503 router from Cisco 2511 router.
> I am getting the follwing message
>
> Trying Cisco2503 (1.1.1.1 2001) open
>
>
>
> but I am not getting any thing on screen.
> My Cisco 2503 router is working OK and I can use regular console cable
with
> my
> Cisco 2503 router without any problem.
>
>
> Please let me know how to configure this reverse telnet with Cisco 2511
>
> Thanks
>
> TARIQ




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=8460&t=8455
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Reverse Telnet Problem. [7:8455]

2001-06-13 Thread Circusnuts

Show us the config.  My guess is that you have No Exec instead of No Exec
timeout on the vty's or maybe a password needs to be set.

Phil

- Original Message -
From: Tariq Azad 
To: 
Sent: Wednesday, June 13, 2001 8:55 PM
Subject: Reverse Telnet Problem. [7:8455]


> Hello Everybody !
>
> I am trying to telnet my Cisco 2503 router from Cisco 2511 router.
> I am getting the follwing message
>
> Trying Cisco2503 (1.1.1.1 2001) open
>
>
>
> but I am not getting any thing on screen.
> My Cisco 2503 router is working OK and I can use regular console cable
with
> my
> Cisco 2503 router without any problem.
>
>
> Please let me know how to configure this reverse telnet with Cisco 2511
>
> Thanks
>
> TARIQ




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=8461&t=8455
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Reverse Telnet Problem. [7:8455]

2001-06-13 Thread Bob Cisco

Show us the configuration you currently have.  Make sure that the line 1
really goes to the console port of that router.


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=8456&t=8455
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Re: Reverse telnet Problem

2001-03-06 Thread Brent Ulfig

Don't forget the "modem inout" command

Cheerz-
Brent


""N.Anand"" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi vikas,
>
> Have u configured transport input all.
>
> Regards
> N.Anand
>
> - Original Message --
> Nathan <[EMAIL PROTECTED]> wrote:
> To:[EMAIL PROTECTED]
> From:Nathan <[EMAIL PROTECTED]>
> Date:Wed, 28 Feb 2001 11:49:15 -0500
> Subject: Re: Reverse telnet Problem
>
> clear the line a few times.
>
> /n
>
> vikas patel wrote:
>
> > Hello Group,
> > I have cisco 2511 router connected with Zyxel modem rack with 16 analog
33.6
> > Kbps modems. I want to reverse telnet into all of these modems without
using
> > the console port and hyper terminal for changes to be done in all of
these
> > modems by telneting into ethernet port of the router.
> > The process i do is:
> > 1). I telnet into ethernet port IP
> > 2). then i give the command
> > Router>telnet (ip of ethernet) 2001
> > Here 2000+n, where n=1, is the first modem out of my 16 modem.
> >
> > this shows the following message
> >
> > Trying ...
> > % Connection refused by remote host
> >
> > 3). I checked that their is no user connected on this modem.
> > 4). I also checked that the line is configured for modem inout
> > 5). The show line 1 showed the following values:-
> > Modem state: Idle
> > Modem Hardware state: CTS noDSR DTR RTS
> >
> > What is wrong here, i think this is perfect way to communicate with the
> > modem thru routers. One more thing that i would tell you is that the
> > modems(16) are allready configured.
> >
> > So friends, i need your help in configuring my modems using router.
> >
> > Waiting for ur replies
> >
> > Kind regards
> > vikas
> >
_
> > Get Your Private, Free E-mail from MSN Hotmail at
http://www.hotmail.com.
> >
> > _
> > FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
> > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>
> _
> FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>
> _
> Chat with your friends as soon as they come online. Get Rediff Bol at
> http://bol.rediff.com
>
>
>
>
> _
> FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>


_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Re: Reverse telnet Problem

2001-03-06 Thread N.Anand

Hi vikas,

Have u configured transport input all.

Regards
N.Anand

- Original Message --
Nathan <[EMAIL PROTECTED]> wrote:
To:[EMAIL PROTECTED]
From:Nathan <[EMAIL PROTECTED]>
Date:Wed, 28 Feb 2001 11:49:15 -0500
Subject: Re: Reverse telnet Problem

clear the line a few times.

/n

vikas patel wrote:

> Hello Group,
> I have cisco 2511 router connected with Zyxel modem rack with 16 analog 33.6
> Kbps modems. I want to reverse telnet into all of these modems without using
> the console port and hyper terminal for changes to be done in all of these
> modems by telneting into ethernet port of the router.
> The process i do is:
> 1). I telnet into ethernet port IP
> 2). then i give the command
> Router>telnet (ip of ethernet) 2001
> Here 2000+n, where n=1, is the first modem out of my 16 modem.
>
> this shows the following message
>
> Trying ...
> % Connection refused by remote host
>
> 3). I checked that their is no user connected on this modem.
> 4). I also checked that the line is configured for modem inout
> 5). The show line 1 showed the following values:-
> Modem state: Idle
> Modem Hardware state: CTS noDSR DTR RTS
>
> What is wrong here, i think this is perfect way to communicate with the
> modem thru routers. One more thing that i would tell you is that the
> modems(16) are allready configured.
>
> So friends, i need your help in configuring my modems using router.
>
> Waiting for ur replies
>
> Kind regards
> vikas
> _
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
> _
> FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
Chat with your friends as soon as they come online. Get Rediff Bol at
http://bol.rediff.com




_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Reverse telnet Problem

2001-02-28 Thread Muhammed Khalilullah


Did you try 'transport input all' command on the
lines?
Give it a try.

Muhammad Khalilullah
Network Enginner
MCSE, CCNP

--- YY <[EMAIL PROTECTED]> wrote:
> can you reverse-telnet from console ?
> 
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> vikas patel
> Sent: Wednesday, February 28, 2001 8:26 PM
> To: [EMAIL PROTECTED]
> Subject: Reverse telnet Problem
> 
> 
> Hello Group,
> I have cisco 2511 router connected with Zyxel modem
> rack with 16 analog 33.6 
> Kbps modems. I want to reverse telnet into all of
> these modems without using 
> the console port and hyper terminal for changes to
> be done in all of these 
> modems by telneting into ethernet port of the
> router.
> The process i do is:
> 1). I telnet into ethernet port IP
> 2). then i give the command
> Router>telnet (ip of ethernet) 2001
> Here 2000+n, where n=1, is the first modem out
> of my 16 modem.
> 
> this shows the following message
> 
> Trying ...
> % Connection refused by remote host
> 
> 3). I checked that their is no user connected on
> this modem.
> 4). I also checked that the line is configured for
> modem inout
> 5). The show line 1 showed the following values:-
> Modem state: Idle
> Modem Hardware state: CTS noDSR DTR RTS
> 
> What is wrong here, i think this is perfect way to
> communicate with the 
> modem thru routers. One more thing that i would tell
> you is that the 
> modems(16) are allready configured.
> 
> So friends, i need your help in configuring my
> modems using router.
> 
> Waiting for ur replies
> 
> Kind regards
> vikas
>
_
> Get Your Private, Free E-mail from MSN Hotmail at
> http://www.hotmail.com.
> 
> _
> FAQ, list archives, and subscription info:
> http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to
> [EMAIL PROTECTED]
> 
> _
> FAQ, list archives, and subscription info:
> http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to
[EMAIL PROTECTED]


__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Reverse telnet Problem

2001-02-28 Thread Nathan

clear the line a few times.

/n

vikas patel wrote:

> Hello Group,
> I have cisco 2511 router connected with Zyxel modem rack with 16 analog 33.6
> Kbps modems. I want to reverse telnet into all of these modems without using
> the console port and hyper terminal for changes to be done in all of these
> modems by telneting into ethernet port of the router.
> The process i do is:
> 1). I telnet into ethernet port IP
> 2). then i give the command
> Router>telnet (ip of ethernet) 2001
> Here 2000+n, where n=1, is the first modem out of my 16 modem.
>
> this shows the following message
>
> Trying ...
> % Connection refused by remote host
>
> 3). I checked that their is no user connected on this modem.
> 4). I also checked that the line is configured for modem inout
> 5). The show line 1 showed the following values:-
> Modem state: Idle
> Modem Hardware state: CTS noDSR DTR RTS
>
> What is wrong here, i think this is perfect way to communicate with the
> modem thru routers. One more thing that i would tell you is that the
> modems(16) are allready configured.
>
> So friends, i need your help in configuring my modems using router.
>
> Waiting for ur replies
>
> Kind regards
> vikas
> _
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
> _
> FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Reverse telnet Problem

2001-02-28 Thread YY

can you reverse-telnet from console ?


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
vikas patel
Sent: Wednesday, February 28, 2001 8:26 PM
To: [EMAIL PROTECTED]
Subject: Reverse telnet Problem


Hello Group,
I have cisco 2511 router connected with Zyxel modem rack with 16 analog 33.6 
Kbps modems. I want to reverse telnet into all of these modems without using 
the console port and hyper terminal for changes to be done in all of these 
modems by telneting into ethernet port of the router.
The process i do is:
1). I telnet into ethernet port IP
2). then i give the command
Router>telnet (ip of ethernet) 2001
Here 2000+n, where n=1, is the first modem out of my 16 modem.

this shows the following message

Trying ...
% Connection refused by remote host

3). I checked that their is no user connected on this modem.
4). I also checked that the line is configured for modem inout
5). The show line 1 showed the following values:-
Modem state: Idle
Modem Hardware state: CTS noDSR DTR RTS

What is wrong here, i think this is perfect way to communicate with the 
modem thru routers. One more thing that i would tell you is that the 
modems(16) are allready configured.

So friends, i need your help in configuring my modems using router.

Waiting for ur replies

Kind regards
vikas
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Reverse telnet problem fixxed

2000-10-10 Thread laszlo . lakatos



and:
telnet 1.1.1.1 2001
telnet 1.1.1.1 4001
telnet 1.1.1.1 6001


**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Reverse telnet problem fixxed Thanks

2000-10-09 Thread Marco Rodrigues

I was going to tell ya to port scan the router, but I guess that works
also..!

:)


""J K"" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Mark i found out how to fix that problem with the aux port
>
> basicaly i did what you said telnet 1.1.1.1 2000
>
> but what i did was a show line aux 0 and it said that the aux was using
line
> 1 so then i did a telnet 1.1.1.1 2001 and it worked like a charm ..
>
>
> Thanks mark
> _
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
> Share information about yourself, create your own public profile at
> http://profiles.msn.com.
>
> **NOTE: New CCNA/CCDA List has been formed. For more information go to
> http://www.groupstudy.com/list/Associates.html
> _
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>


**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]