ADC CUDA 3 User Manual

Page 335

Advertising
background image

Cuda 12000 IP Access Switch CLI-based Administration Guide

Creating Access Lists

333

For example, the following access list permits TCP traffic on port 23 (Telnet)
from host 172.16.19.200 to any IP address destination.

cli:172.16.19.10:root# access-list 5 permit 1 tcp 172.16.19.200

0.0.0.0 any eq 23

Creating UDP

Access Lists

To create a UDP access list, perform the following task in either root mode or
interface configuration mode:

The following example will prevent UDP traffic from host 172.16.10.200
from traveling over port 50:

cli:172.16.19.10:root# access-list 6 deny 1 udp 172.16.19.200

0.0.0.0 any eq 50

Task

Command

Create an UDP access
list.

access-list <list number> {deny | permit} <rule number>
udp [<source IP address> <source IP mask> | host
<ip address> | any } {<destination IP address>
<destination IP mask> | host <destination ip address> |
any} {<ip address> <IP mask> | host <ip address> |
<operator> <port> [<port>] | any}] {< IP address>
< mask > | any | host <ip address> [<operator> <port>
[<port>] ] [established] [tos <tos> <tos mask>]
[change-tos <tos>]

Advertising