Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PP8600 R Module ACL

Status
Not open for further replies.

HelpTheWestie

Technical User
Jan 27, 2004
20
GB
Hello,

Has anyone set-up an ACL Filter using the New 8630GBR modules??

I'm Running Software Version 4.0.5

I'm trying to block/filter any Ping traffic from my default VLAN1 to my Voice Vlan3.... I'm using device manager and i'm getting very lost!!

Any help would be great

Help The Westie
 
Hi

I have set-up an ACL filter from VLAN1 to VLAN3. This filter drops any traffic going to VLAN3, which i have working. But when i try allowing one host address from VLAN1 to VLAN3 it is still getting blocked.... Can anyone point my in the right direction??

filter act 1 create name "Vlan Filter"
filter act 1 ethernet vlan
filter act 1 ip srcIp,dstIp
filter act 1 apply
filter acl 1 create inPort act 1 name "Vlan Filter ACL"
filter acl 1 port add 2/2

filter acl 1 ace 1 create name "Allow_Admin"
filter acl 1 ace 1 action permit
filter acl 1 ace 1 debug count enable
filter acl 1 ace 1 ip src-ip eq 129.201.2.245
filter acl 1 ace 1 enable
filter acl 1 ace 100 create name "Deny_Voice"
filter acl 1 ace 100 action deny
filter acl 1 ace 100 debug count enable
filter acl 1 ace 100 ethernet vlan-id eq 3
filter acl 1 ace 100 enable


Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top