Re: Acess list (only for me)

2001-03-01 Thread Muhammed Khalilullah
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 d

re: Acess list (only for me)

2001-03-01 Thread Johnny Sun
Hi Jeongwoo, Just change the access-list like this: access-list 101 permit tcp host 192.168.1.52 any eq telnet regards. Johnny Sun -Original Message- ·¢¼þÈË: jeongwoo park <[EMAIL PROTECTED]> ÐÂÎÅ×é: groupstudy.cisco ÊÕ¼þÈË: [EMAIL PROTECTED] <[EMAIL PROTECTED]> ÈÕÆÚ: 2001Äê3ÔÂ1ÈÕ 16:

Re: Acess list (only for me)

2001-03-01 Thread jeongwoo park
didn't work anyway thanks for your reply. J ""Johnny Sun"" <[EMAIL PROTECTED]> wrote in message 000601bf73a6$f70f3e80$[EMAIL PROTECTED]">news:000601bf73a6$f70f3e80$[EMAIL PROTECTED]... > Hi Jeongwoo, > > Just change the access-list like this: > access-list 101 permit tcp host 192.168.1.52 any eq

Re: Acess list (only for me)

2001-03-01 Thread Anthony Kim
access-list 1 permit 192.168.1.52 line vt 0 4 login password secret access-class 1 in HTH. Your homework: how would you hash this password so it doesn't show up in clear text with sh runn? Have fun. On Thu, Mar 01, 2001 at 05:28:54PM -0800, jeongwoo park wrote: >didn't work >anyway thanks for

Re: Acess list (only for me)

2001-03-01 Thread Tony van Ree
Hi, Do you mean telnet into the router ie EXEC. if so define your access-list as a standard list say access-list 1 permit 192.168.1.52 then on your line vty as well as your usual login password details add line vty 0 4 (usual login stuff) access-class 1 in If you mean to gain acce

re: Acess list (only for me)

2001-03-01 Thread Johnny Sun
TED]> ÐÂÎÅ×é: groupstudy.cisco ÊÕ¼þÈË: [EMAIL PROTECTED] <[EMAIL PROTECTED]> ÈÕÆÚ: 2001Äê3ÔÂ2ÈÕ 9:53 Ö÷Ìâ: Re: Acess list (only for me) >didn't work >anyway thanks for your reply. >J > >""Johnny Sun"" <[EMAIL PROTECTED]> wrote in message >000601