User guide
Appendix A
Privileged Exec Mode Commands
SCE 1000 2xGBE Release 2.0.10 User Guide
A-62 OL-7117-02
cd new-path
Changes the path of the current working directory.
Authorization admin
Mode Privileged EXEC
P
ARAMETERS
new-path The path name of the new directory. This can be either a full path or
a relative path.
U
SAGE GUIDELINES
• The new path should already have been created in the local flash file system.
E
XAMPLE:
The following example shows the current directory and then changes the directory to the log
directory located under the root directory.
SCE 1000#pwd
tffs0
SCE 1000#cd log
SCE 1000#pwd
tffs0:log
SCE 1000#
clear arp-cache
Deletes all dynamic entries from the ARP cache.
The Address Resolution Protocol (ARP) is a TCP/IP protocol that converts IP addresses to
physical addresses. Dynamic entries are automatically added to and deleted from the cache during
normal use. Entries that are not reused age and expire within a short period of time. Entries that
are reused have a longer cache life.
Authorization admin
Mode Privileged EXEC
E
XAMPLE:
The following example clears the ARP cache.
SCE 1000#clear arp-cache
SCE 1000#