cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3461
Views
5
Helpful
3
Replies

exporting arp cache

hi all

is there any command we can use to export the arp cache in the cisco 6509 switch to TFTP server

Karthik

1 Accepted Solution

Accepted Solutions

aserov
Level 1
Level 1

Hi

It depend on version of your device. In newer version you can do it by:

sh ip arp vrf | redirect tftp:

or just

sh arp | redirect tftp:

for oldest version you need to write tcl script which will be copy output of "sh arp" in local file and then copy this file to tftp sever.

But simplest way is to get arp table by SNMP.

regards.

View solution in original post

3 Replies 3

aserov
Level 1
Level 1

Hi

It depend on version of your device. In newer version you can do it by:

sh ip arp vrf | redirect tftp:

or just

sh arp | redirect tftp:

for oldest version you need to write tcl script which will be copy output of "sh arp" in local file and then copy this file to tftp sever.

But simplest way is to get arp table by SNMP.

regards.

thanks it worked

Thanks, works very good.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: