Policy Classification Configuration Command Set
Assigning Classification Rules to Policy Profiles
Matrix DFE-Platinum and Diamond Series Configuration Guide 8-47
8.3.2.10 set policy allowed-type
Use this command to assign a list of traffic rules that can be applied to the admin profile for one or
more ports.
set policy allowed-type port-string traffic-rule rule-list [append | clear]
Syntax Description
Command Defaults
If append or clear is not specified, rule(s) will be appended to the port’s current
list.
Command Type
Switch command.
Command Mode
Read-Write.
Examples
This example shows how to allow only rule type 1 (source MAC address classification) to be
applied to the admin profile for port ge.1.5:
This example shows how to clear only rule type 27 (VLAN classification) from the allowed rule
type list on port ge.1.5. Any other allowed rule types on the port will still remain assigned to that
port:
port-string Specifies port(s) on which to apply traffic rules.
traffic-rule rule-list Specifies traffic rules to be allowed. This is a numeric
value displayed in the show policy allowed-type output
(Section 8.3.2.8). Entering “none” means that no traffic
rules will be allowed on this port.
append | clear (Optional) Appends traffic rule(s) to the port(s) current
rules, or clears specified rules.
Matrix(rw)->set policy allowed-type ge.1.5 traffic-rule 1
Matrix(rw)->set policy allowed-type ge.1.5 traffic-rule 27 clear