Vladimir Kotal wrote:
> 
> While trying to reproduce a bug, I've failed to find how to easily get
> expiration info for entries in NDP table or delete a particular NCE.
> Being used to do that on *BSD with /usr/sbin/ndp all the time this
> surprises me. Surely there must be a way how to get there in Solaris.
> Any clues ?

The "netstat -pn" command shows some of this information.  It should
probably show more than it does.

To get the actual timers, I think you'll need to use the ::nce or ::ncec
 command in "mdb -k" and look at the actual data structures.  (Not sure
why there are two of these commands or why they seem to duplicate what
the existing ::netstat command was supposed to do ...)

As for manipulating the table, there is no such command on Solaris.
There's an ancient outstanding RFE to create one.  Perhaps you'd want to
take a whack it it?

-- 
James Carlson         42.703N 71.076W         <[email protected]>
_______________________________________________
networking-discuss mailing list
[email protected]

Reply via email to