I'll summarized everything that I've read from cisco manual book, so it'll be easier to see. this is the configuration for a common cisco router that support netflow
Login and entering privilege setting in cisco device:
router#enable
Password:*****
router#conf t
Activating netflow agent on every interface that will be monitor*:
router_A(config)#inter FastEthernet 0/1
router_A(config-if)#ip route-cache flow
router_A(config-if)#exit
*: repeat these commands to enable NetFlow for each interface
Configuring Netflow Global Config for exporting netflow data:
router_A(config)#ip flow-export destination ip_address_nfc_server_here 9996
router_A(config)#ip flow-export source FastEthernet 0/1
router_A(config)#ip flow-export version 5
router_A(config)#ip flow-cache timeout active 1
router_A(config)#ip flow-cache timeout inactive 180
router_A(config)#snmp-server ifindex persist
router_A(config)#^Z
To check if the netflow agent is active
router_A#show ip flow export
router_A#show ip cache flow
router_A#show ip cache verbose flow
Finalize setting
router_A#wr
There are 2 ways to mount iso file in hp-ux 1) using LVM method (to copy ISO into a logical volume) is the same as for older HP-UX releases: 1. Find out the size of the ISO image: # du -k /data/myImage.iso NOTE: The size will be in Kb. 2. Create a logical volume for the ISO image: # lvcreate -L -n iso /dev/vg00 NOTE: The name of the logical volume will be /dev/vg00/iso 3. Copy the ISO file to the raw logical volume: # dd if=/data/myImage.iso of=/dev/vg00/riso bs=64k 4. Create a temporary directory and mount the /dev/vg00/iso volume # mkdir /iso_image # mount /dev/vg00/iso /iso_image NOTE: For HP-UX 11.11 you must install the latest CDFS patches: PHCO_25841 Add Rock Ridge extension to mount_cdfs(1M) PHKL_26269 Rock Ridge extension for ISO-9660 PHKL_34153 CDFS cumulative patch 2) Available in HP-UX 11.31 0909: ISOIMAGE-ENH. Provides a new DLKM module fspd. Required to mount, read and umount the ISO image file. The comm...
Comments
[/url] ? What is your best take in cost vs performance among those three? I need a good advice please... Thanks in advance!