Chapter 46: Command Line Descriptions
STANDARD Revision 1.0
C4® CMTS Release 8.3 User Guide
© 2016 ARRIS Enterprises LLC. All Rights Reserved.
1212
configure access-list * udp
Purpose
Configures an extended Access Control List (ACL) on the CMTS if the protocol value is UDP.
Default Access Level
15
Command Syntax
configure access-list <ext-acl-num> <permit | deny> udp <src-ip> [src-oper] <dst-ip> [dst-oper] [dscp
<0
-63>] [precedence <uint>] [tos <0-15>] [fragments]
configure access-list <ext-acl-num> <permit | deny> udp <src-ip> [src-oper] <dst-ip> [dst-oper] [dscp
<0-63>]
[precedence <uint>] [tos <0-15>] [fragments] no
Supplemental
Information
To remove an extended ACL, use the no option.
Parameters
<ext-acl-num>
The numeric identifier of the access list This is a number from 100-199.
<permit | deny>
permit: Permits access if the condition is matched.
deny: Denies access if the condition is matched.
udp
If the protocol value is UDP, the C4 CMTS supports the additional optional parameter string
[operator [port]]
after both the
source and source-wildcard options. This function compares source or destination ports. Possible source operators can be:
lt (less
than)
gt
(greater than),
eq
(equal),
neq
(not equal),
range
(inclusive range). If the operator is positioned after the source and
source-wildcard, it must match the source port. If the operator is positioned after the destination and destination-wildcard, it must
match the destination port. The range operator requires two port numbers. All other operators require one port number.
<src-ip>
This can be the {host <IP> | any | <IP> [mask]}
<dst-ip>
This can be the {host <IP> | any | <IP> [mask]}