Re: show ipv6 destination cache on BSD host

2014-01-31 Thread Ignatios Souvatzis
On Thu, Jan 30, 2014 at 09:20:18PM +0100, Matjaz Straus Istenic wrote: > On 30. jan. 2014, at 21:13, Nick Hilliard wrote: > > > ndp -an > Well, this is for local IPv6 ND cache only. I'm looking for a command to > display the _destination_ cache in order to check for changed Path MTU. Rui's > su

Re: show ipv6 destination cache on BSD host

2014-01-30 Thread Matjaz Straus Istenic
I've listed the appropriate commands here: http://njetwork.wordpress.com/2014/01/30/show-ipv6-destination-cache/ Cheers, Matjaž signature.asc Description: Message signed with OpenPGP using GPGMail

Re: show ipv6 destination cache on BSD host

2014-01-30 Thread Matjaz Straus Istenic
On 30. jan. 2014, at 21:13, Nick Hilliard wrote: > ndp -an Well, this is for local IPv6 ND cache only. I'm looking for a command to display the _destination_ cache in order to check for changed Path MTU. Rui's suggestions works fine: # in this example 2001::e813:a00::d25 is behind a link w

Re: show ipv6 destination cache on BSD host

2014-01-30 Thread Nick Hilliard
ndp -an ? Sent from my iWotsit. > On 30 Jan 2014, at 18:12, Matjaz Straus Istenic wrote: > > Hi list! > > I'm struggling to find a way to display IPv6 destination cache on a FreeBSD > or UNIX (not Linux) system. > > This is the way on Linux: > ip -6 route get > > Mac OS X: > netstat -f i

Re: show ipv6 destination cache on BSD host

2014-01-30 Thread Matjaz Straus Istenic
On 30. jan. 2014, at 20:33, Rui Paulo wrote: > On 30 Jan 2014, at 10:12, Matjaz Straus Istenic wrote: > >> ...Is there any other option for a BSD machine to figure out the Path MTU >> value for a certain IPv6 destination? OK, except tcpdump, of course ;-). > > How about sysctl -o net.inet.tcp

Re: show ipv6 destination cache on BSD host

2014-01-30 Thread Rui Paulo
On 30 Jan 2014, at 10:12, Matjaz Straus Istenic wrote: > Hi list! > > I'm struggling to find a way to display IPv6 destination cache on a FreeBSD > or UNIX (not Linux) system. > > This is the way on Linux: > ip -6 route get > > Mac OS X: > netstat -f inet6 -narlW > > ...and Windows: > nets

show ipv6 destination cache on BSD host

2014-01-30 Thread Matjaz Straus Istenic
Hi list! I'm struggling to find a way to display IPv6 destination cache on a FreeBSD or UNIX (not Linux) system. This is the way on Linux: ip -6 route get Mac OS X: netstat -f inet6 -narlW ...and Windows: netsh interface ipv6 show destinationcache ...but on FreeBSD (I've tried with 9 and 10