EtherNation ExtremeNetworks

Signup   |  Login
 
EtherNation ForumsEtherNation ForumsOpen DiscussionOpen DiscussionOpen forum Open forum SDK: getting ARP tables - questionSDK: getting ARP tables - question
Previous Previous
 
Next
 Disabled
New Post
 7/15/2010 7:32 AM
 
 Modified By cliffdobbs  on 7/16/2010 6:22:29 AM
OK, I've been playing on and off with the PERL/SOAP way of interacting with XOS switches. What I'd like to do is get a dump of the ARP table from any given switch. I can see how to get the FDB table, but I need the IP addresses associated with any given port. Has anyone done this with PERL? Am I just blind and not seeing the obvious?

Cheers
Cliff
New Post
 7/15/2010 12:55 PM
 

Haven't done this in Perl, but when packetalien and I were working on something back in December we found that the ARP table is not exported via XML API currently. I believe this has been added to the 'to do' list for the Extreme development team.

The way I worked around it was to use the XML API to execute a CLI command, and parse the result - easy to do with regexp.

Andy.

New Post
 7/16/2010 6:22 AM
 
I was afraid that might be the answer. Using a CLI command isn't much better than the current telnet method I'm using now and certainly not worth the effort to re-code.

Thanks.

Cliff

Previous Previous
 
Next
 Disabled
EtherNation ForumsEtherNation ForumsOpen DiscussionOpen DiscussionOpen forum Open forum SDK: getting ARP tables - questionSDK: getting ARP tables - question