Company Address: Flat 6, Bldg 4,South 2 of Honghualing Industrial Zone,Liuxian Road, Xili Town, Shenzhen, Guangdong, China(518055)
Tel: +86-755-26014509/4710/4711 Fax:+86-755-26014506
Website: www.cdatatec.com
57
[destination(ip-address sour-wildcard | any)] | [src-port port-list | dest-portport-list] |
[precedence procedence-value ] | [dscp dscp-value] |[time-rangetime-range-name]]
The command format based on the rules of IPv4 of delete or modify as follows:
no rule rule-id( source | destination | precedence | dscp | src-port | dest-port | time-range |
precedence | all)
【View】advaclview
【Parameter】
rule-id:ACL Rule-ID。ACLIDisthebiggerthepriority;
permit: Don'tallowtomatchtheflowthroughthemessage;
deny: The original IP address section in the ACl rules;
ip-address: The source ip address of ACL rules;
sour-wildcard
:
wildcard mask; IP address and the mask used to match with the network number
of hosts;
any: Matches any the original IP packet;
time-range-name
:
The ACL effective time period;
soure: The ACL matching the original IP address of a message;
destination:
The ACL matching theDestination IP address of a message
;
precedence: Matching IP layer priority;
dscp Matching IP layer priority;
dest-port: matching the UDP or TCP destination port;
src-port:
matching the UDP or TCP source port
;
all:Delete the whole ACL;
【Description】
rule:commond is used to creat advanced ACL rule in ACL-adv mode and
ACL6-adv mode,you can use this commond ,when you need match rules
according to the source address ,destination address,the protocol type
based IP ,aimed at the characteristics of the agreement. Successfully
create rules, you can use the command reference for packet filtering rules.
Or cooperate with QoS command used for a particular message service
quality assurance.
no rule:Command is used to delete or modify the rules of the ACL
【Example】
Example: create a senior acls to match all icmp message;
OLT(acl-adv-3000)# rule 1 permit icmp
Example: delete the rules that the ACL rule id is 1;
OLT(acl-adv-3000)# no rule 1 all
11.5rule(linkacl)