Specifications
Security Configuration Command Set
Configuring Access Lists
13-154 Matrix DFE-Gold Series Configuration Guide
Command Mode
Global configuration: Matrix>Router1(config)#
Command Defaults
• If insert, replace or move are not specified, the new entry will be appended to
the access list.
• If source2 is not specified with move, only one entry will be moved.
Examples
This example shows how to allow access to only those hosts on the three specified networks. The
wildcard bits apply to the host portions of the network addresses. Any host with a source address
that does not match the access list statements will be rejected:
This example moves entry 16 to the beginning of ACL 22:
Matrix>Router1(config)#access-list 1 permit 192.5.34.0 0.0.0.255
Matrix>Router1(config)#access-list 1 permit 128.88.0.0 0.0.255.255
Matrix>Router1(config)#access-list 1 permit 36.0.0.0 0.255.255.255
Matrix>Router1(config)#access-list 22 move 1 16