Re: Telnet established

From: Nigel Taylor (nigel_taylor@xxxxxxxxxxx)
Date: Sat Sep 15 2001 - 11:24:51 GMT-3


   
This would depend on which router you wanted to apply the access-list on.
If it's R1 then simply denying incoming "tcp to port 23" should take care of
it.

R1
int serial 0
ip address 10.10.10.1 255.255.255.0
ip access-group 101 in

access-list 101 deny tcp host 10.10.10.2 any eq telnet
access-list 101 permit ip any any

HTH

Nigel

----- Original Message -----
From: "CCIE Cisco" <c_ccie@hotmail.com>
To: <ccielab@groupstudy.com>
Sent: Saturday, September 15, 2001 8:35 AM
Subject: Telnet established

> Hi,
>
> I am having R1 and R2 connected on serial link.
>
>
> R1--------------------R2
> (10.10.10.1) (10.10.10.2)
>
>
> I am at R1 and I want to telnet to R2 but I don't want to allow R2 to
telnet
> into R1.
>
> Can any one suggest access-lsit and where to apply (serial in/out)
>
> Thnaks in advance
>
> Mer
>



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:32:18 GMT-3