User`s guide

22 XSR Users Guide
Utilizing the Command Line Interface Chapter 2
Managing the XSR
where arp is the command and type of table to be filled or modified, 1.1.1.1
is the IP address corresponding to the MAC address
e45e.ffe5.ffee.
NOTE
ARP is a table type, as well as a command, that fills or modifies entries in
the ARP table.
A second example is entered as follows:
XSR(config)#access-list 1 deny any
where access-list is the command and the type of table to be filled or
modified,
1 is the ID of the table to be modified, deny is the type of operation
authorized and
any is the host that should be denied.
Deleting Table Entries
There are two ways to delete an entry from a table depending on the table
type. For example, typing the following:
XSR(config)#no arp 1.1.1.1 e45e.ffe5.ffee
removes the arp entry related to row 1.1.1.1. where no is the command
that negates the previous operation and
arp is the associated table type. A
second example is entered as follows:
XSR(config)#no access-list 1
removes access-list 1 where no is the command that clears the access-list.
Modifying Table Entries
For some tables, you must first remove the entry then add the same entry
with new values. For the ARP table the syntax is similar to the
add command
where you enter the command and entry ID with a new value which replaces
the old value in the ARP table.
For example, typing the following:
XSR(config)#arp 1.1.1.1 e45e.ffe5.efef
XSR(config)#arp 1.1.1.1 e45e.ffe5.3434