Re: ACL log [7:15444]

2001-08-09 Thread Tony van Ree
Hi all again, OOPs! Not reading the access-list too well try something like access-list 101 permit udp any X.X.X.0 0.0.0.255 lt 100 log > access-list 101 permit udp any X.X.X.0 0.0.0.255 gt 99 log access-list 101 permit tcp any X.X.X.0 0.0.0.255 lt 100 log > access-list 101 permit t

Re: ACL log [7:15444]

2001-08-09 Thread Tony van Ree
Hi, There are a couple of tricks here. Make sure you have logging on. Another nice little trick is to put something like, > > access-list 1 permit X.X.X.0 0.0.0.255 lt 100 log access-list 1 permit X.X.X.0 0.0.0.255 gt 99 log > > access-list 1 deny any log By doing it this way you can also

Re: ACL log [7:15444]

2001-08-09 Thread Patrick Donlon
Thanks got that clear now, it logs it in the show access-list output ""Patrick Donlon"" wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I'm experiencing a problem on a 2610 with 12.0 IOS, it seems so simple that > I must be missing something and it's not even Monday morning. I'm

Re: ACL log [7:15444]

2001-08-09 Thread Patrick Bass
did you try #sh log could we see the config ? ""Patrick Donlon"" wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I'm experiencing a problem on a 2610 with 12.0 IOS, it seems so simple that > I must be missing something and it's not even Monday morning. I'm just > trying to log the

ACL log [7:15444]

2001-08-09 Thread Patrick Donlon
I'm experiencing a problem on a 2610 with 12.0 IOS, it seems so simple that I must be missing something and it's not even Monday morning. I'm just trying to log the acl activity for the vty access class but I see nothing on the console or telnet. The acl has two lines one to permit a network and o

Re: ACL Log

2000-09-17 Thread Reinhold Fischer
your acl specifies only ip, so ip is all what the acl is looking at. the ip protocol itself has no ports, so there are no ports to look at. the sub- protocols (hope it is correct to call them this way) udp and tcp have ports, so the acl would look like: access-list 101 permit tcp any gt 0 any gt

ACL Log

2000-09-17 Thread Mohammed Hussain
Title: ACL Log Hi I applied access-list for serial inbound to see the traffic. But logging is now showing the source & destination ports. How can I see the tcp & udp ports in log? access-list 101 permit ip any any log-input 2w5d: %SEC-6-IPACCESSLOGP: list 101 permi