Sunday, March 26, 2006

Had Now Idea that I can't import from a class

Taking a intro to java class and I found that I couldn't shortcut an assignment by using the "correct class". I found that its not possible to import a class from inside the class :((

Sunday, March 12, 2006

netflow data on a cisco catalyst 65k

Found out recently that you need both commands in order to support Cisco Netflow exports on a catalyst 65k.


ip flow-export source Loopback0
ip flow-export version 5
ip flow-export destination 1x6.2x1.xx.xx0 9995

The NDE config for the C6509 is shown below....
set mls nde 1x6.2x1.xx.xx0 9995
set mls nde enable

More info at:
Here is a URL that may help.
Here is a URL that may help.
http://www.cisco.com/univercd/cc/td/doc/product/lan/cat6000/sft_6_1/configgd/nde.htm#xtocid220905

How to mount a flash drive under solaris 9?

This actually isn't as hard as it sounds. Really all that you need to do is to:

1. Plug the drive in
2. Restart the volmgmt servie in /etc/init.d (stop && start)
at this point the volume manager should take care of it.