Re: NBAR or ACL's?

From: But Nicky (lyredhair@gmail.com)
Date: Fri Oct 03 2008 - 13:31:36 ART


Hi,
I think you the equivalence between NBAR and ACL as below:

NBAR
!
class-map match-all SMTP
match protocol smtp
!
class-map match-all HTTP
match protocol http
!
!
ACL
!
!
class-map match-all HTTP
match access-group 100
!
class-map match-all SMTP
match access-group 101
!
access-list 100 permit tcp any any eq www
access-list 100 permit tcp any eq www any
access-list 101 permit tcp any any eq smtp
access-list 101 permit tcp any eq smtp any
!
Need more discussion.

Thanks and regards
But Nguyen.

Blogs and organic groups at http://www.ccie.net



This archive was generated by hypermail 2.1.4 : Sat Nov 01 2008 - 15:35:19 ARST