Ip administration and route filtering commands – ADC CUDA 3 User Manual

Page 567

Advertising
background image

Cuda 12000 IP Access Switch CLI-based Administration Guide

IP Administration and Route Filtering Commands

565

IP Administration and Route Filtering Commands

Table A-4 IP Administration and Route Filtering Commands

Command

Mode

Description

access-class <list number> {in | out}
priority <priority number>

interface:cable:csi

Applies filtering rules (access-lists)
to interfaces.

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

root

interface:cable:csi

A sequential set of filtering rules to
which inbound and outbound
packets can be applied.

add arp <ip-address>
<mac-address>

interface:<type>:csi

Adds an ARP (Address Resolution
Protocol) entry to the ARP cache
on a selected interface.

arp timeout <number>

interface:<type>:csi

Sets the timeout for dynamic ARP
cache entries.

clear arp-cache

root

interface:<type>:csi

Deletes all non-static ARP entries.

clear ip igmp group
[<group-address>]

root

interface:<type>:csi

Deletes multicast group entries.

del arp <ip-address>

interface:<type>:csi

Removes an ARP (Address
Resolution Protocol) entry from the
ARP cache on a selected interface.

dhcp-authority {enable | disable}

interface:<type>:csi

Enables and configures DHCP
authority ranges on the current
interface. DHCP authority secures
all IP addresses Any address that
falls within the range are labelled
as DHCP within the ARP table
upon acknowledgement from the
host. This tagging of the ARP
cache entry ensures that another
MAC host cannot use the IP
address.

export

router:rip

router:ospf

Enters export mode. From within
this mode you can create export
Routing Information Protocol (RIP)
or Open Shortest Path First (OSPF)
route filters.

Advertising