Specifications
Security Configuration Command Set
Configuring Access Lists
14-108 Matrix E1 Series (1G58x-09 and 1H582-xx) Configuration Guide
• If operator and port are not specified, access parameters will be applied to all
TCP or UDP ports.
• If established is not specified, TCP restriction will be applied to all
connections.
Examples
This example shows how to define access list 101 to deny ICMP transmissions from any source and
for any destination:
This example shows how to define access list 102 to deny TCP packets transmitted from IP source
10.1.2.1 with a port number of 42 to any destination:
Matrix>Router(config)#access-list 101 deny ICMP any any
Matrix>Router(config)#access-list 102 deny TCP host 10.1.2.1 eq 42 any