6850E Port Based ACL

Post Reply
dmendj

6850E Port Based ACL

Post by dmendj »

Hi All,

Can I configure port based / Service Based ACLs on 6850E .

For Example - I need to allow only http (80), https (443) , LDAP (1521) traffic going through the port 1/20 (Like a firewall action).

Can I use QoS for this.

Thank you...
silvio
Alcatel Unleashed Certified Guru
Alcatel Unleashed Certified Guru
Posts: 2111
Joined: 01 Jul 2008 10:51
Location: Germany

Re: 6850E Port Based ACL

Post by silvio »

you have to write three separate conditions/rules.
policy condition 20_http destination tcp port 80 destination port 1/20
policy condition 20_https destination tcp port 442 destination port 1/20
policy condition 20_ldap destination tcp port 1521 destination port 1/20
policy condition 20_rest destination port 1/20
policy action allow
policy actio deny disposition deny
policy rule 20_http condition 20_http action allow precedence 100
policy rule 20_https condition 20_https action allow precedence 100
policy rule 20_ldap condition 20_ldap action allow precedence 100
policy rule 20_rest condition 20_rest action deny precedence 10
qos apply
with service groups you can also summarize your tcp ports to one group. So you need only one condition/rule for allowed traffic.

Also you can use an other actions like dscp or 802.1p for priorization of allowed traffic.

regards
Silvio
Post Reply

Return to “OmniSwitch 6850 / 6850E”