clear policy rule
9-12 Policy Classification Configuration
Examples
Thisexampleshowshow touseTable 9‐3toassignaruletopolicyprofile3thatwillfilterEthernet
IIType1526framestoVLAN7:
C2(su)->set policy rule 3 ether 1526 vlan 7
ThisexampleshowshowtouseTable 9‐3toassignaruletopolicyprofile5thatwillforwardUDP
framesfromsourceport45:
C2(su)->set policy rule 5 udpportsource 45 forward
ThisexampleshowshowtouseTable 9‐3toassignaruletopolicyprofile1thatwilldropIP
sourcetrafficfromIP address1.2.3.4.Ifmask32isnotspecifiedasshown,adefaultmaskof48bits
(IPaddress+port)wouldbeapplied:
C2(su)->set policy rule 1 ipsourcesocket 1.2.3.4 mask 32 drop
clear policy rule
Usethiscommandtodeletepolicyclassificationruleentries.
Syntax
Thiscommandhastwoformsofsyntax—onetoclearanadminrule(forpolicyID0),andthe
othertoclearaclassificationrule.
clear policy rule admin-profile {vlantag data [mask mask]
clear policy rule profile-index {all-pid-entries | {ether | icmptype | ipproto|
ipdestsocket| ipsourcesocket | iptos | macdest | macsource | tcpdestport |
tcpsourceport | udpdestport | udpsourceport}}
Parameters
Thefollowingparametersapplytodeletinganadminrule.
Thefollowingparametersapplytodeletingaclassificationrule.
Destination or Source UDP port:
udpsourceport
udpdestport
UDP Port Number:
0 - 65535 or 0 - 0xFFFF
1 - 16
vlantag VLAN tag: 1- 4094 1 -12
Table 9-3 Valid Values for Policy Classification Rules (Continued)
Classification Rule Parameter data value mask bits
admin‐profile SpecifiesthattheruletobedeletedisanadminruleforpolicyID0.
vlantagdata DeletestherulebasedonVLANtagspecifiedbydata.Valueofdatacan
rangefrom1to4094or0xFFF.
maskmask (Optional)Specifiesthenumberofsignificantbitstomatch,dependent
on
thedatavalueentered.Valueofmaskcanrangefrom1to12.
RefertoTable 9‐3forvalidvaluesforeachclassificationtypeanddata
value.