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
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
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
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
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
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
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
7 matches
Mail list logo