Hi!
It is not exactly like that. Make an access-list as
access-list 1 permit host 192.168.1.52
and then
!
line vty 0 4
   access-class 1 in
!

This access-list will be assigned on all the VTY lines
where you log on.

Muhammad Khalilullah
Network Engineer
MCSE, CCNP

It will work what you want to do
--- jeongwoo park <[EMAIL PROTECTED]> wrote:
> Hi all
> I am playing with 3620 router that has an ethernet.
> There are several hosts hanging off the ethernet.
> I want nobody but myself to telnet to this router.
> So, I made access list as following;
> 
> access-list 101 permit tcp host 192.168.1.52 eq
> telnet any
> !
> ip access-group 101 in
> 
> 192.168.1.52 is my ip address
> 
> I couldn't telnet in.
> What am I missing?
> 
> Thanks in adv.
> 
> 
> 
> --
> jeongwoo
> 
> 
> _________________________________
> 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]

Reply via email to