Acess list (only for me)

2001-03-01 Thread jeongwoo park
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

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
1Äê3ÔÂ1ÈÕ 16:47 Ö÷Ìâ: Acess list (only for me) >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 tc

Re: Acess list (only for me)

2001-03-01 Thread jeongwoo park
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

Re: Acess list (only for me)

2001-03-01 Thread Anthony Kim
his: >> 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 PRO

Re: Acess list (only for me)

2001-03-01 Thread Tony van Ree
.1.52 any eq telnet > > > > regards. > > > > Johnny Sun > > > > > > -Original Message- > > ·¢¼þÈË: jeongwoo park <[EMAIL PROTECTED]> > > ÐÂÎÅ×é: groupstudy.cisco > > ÊÕ¼þÈË: [EMAIL PROTECTED] <[EMAIL PROTECTED]> > >

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