
Access control list configuration task list
220
IPLink Software Configuration Guide
19 • Access control list configuration
Where the syntax is:
Example:
Create TCP, UDP or SCTP access control list entries
Select the access-list profile named WanRx and create the rules for:
Permitting any TCP traffic to host 193.14.2.10 via port 80, and permitting UDP traffic from host 62.1.2.3 to
host 193.14.2.11 via any port in the range from 1024 to 2048.
IPLink(cfg)#profile acl WanRx
IPLink(pf-acl)[WanRx]#permit tcp any host 193.14.2.10 eq 80
IPLink(pf-acl)[WanRx]#permit udp host 62.1.2.3 host 193.14.2.11 range 1024 2048
IPLink(pf-acl)[WanRx]#exit
IPLink(cfg)#
Keyword
Meaning
src
The source address to be included in the rule. An IP address in dotted-decimal-format,
e.g. 64.231.1.10.
src-wildcard
A wildcard for the source address. Expressed in dotted-decimal format this value specifies
which bits are significant for matching. One-bits in the wildcard indicate that the corre-
sponding bits are ignored. An example for a valid wildcard is 0.0.0.255, which speci-
fies a class C network.
any
Indicates that IP traffic to or from all IP addresses is to be included in the rule.
host src
The address of a single source host.
eq port
Optional. Indicates that a packets port must be equal to the specified port in order to
match the rule.
lt port
Optional. Indicates that a packets port must be less than the specified port in order to
match the rule.
gt port
Optional. Indicates that a packets port must be greater than the specified port in order to
match the rule
range from to
Optional. Indicates that a packets port must be equal or greater than the specified from
port and less than the specified to port to match the rule.
dest
The destination address to be included in the rule. An IP address in dotted-decimal-for-
mat, e.g. 64.231.1.10.
dest-wildcard
A wildcard for the destination address. See
src-wildcard
.
host dest
The address of a single destination host.
cos
Optional. Specifies that packets matched by this rule belong to a certain Class of Service
(CoS). For detailed description of CoS configuration refer to chapter 14,
“Link scheduler
configuration”
on page 148.
cos-rtp
Optional. Specifies that the rule is intended to filter RTP/RTCP packets. In this mode you
can specify different CoS groups for data packets (even port numbers) and control pack-
ets (odd port numbers). Note: this option is only valid when protocol UDP is selected.
group
CoS group name.
group-data
CoS group name for RTP data packets. Only valid when the rtp option has been specified
group-ctrl
CoS group name for RTCP control packets. Only valid when the rtp option has been spec-
ified.
Содержание IPLink Series
Страница 309: ...309 Appendix B Mode summary Chapter contents Introduction 310...
Страница 312: ...Introduction 312 IPLink Software Configuration Guide B Mode summary...
Страница 325: ...325 Appendix D Internetworking terms acronyms Chapter contents Abbreviations 326...
Страница 330: ...330 Appendix E Used IP ports in the IPLink software Chapter contents Used IP ports in the IPLink software 331...