HP 9300 Configuration
This document outlines the steps necessary to configure flow exports on HP 9300 devices.
Prerequisites
- Ensure that Motadata's collector port (UDP 2055) is reachable for Motadata NetFlow exports.
Steps to Configuring HP 9300
Enter global configuration mode on the router.
config t
Enable flow export and specify MOTADATA_NETFLOW version and destination.
ip flow-export enable
ip flow-export version 5
ip flow-export destination {MOTADATA_NETFLOW_SERVER_IP} {MOTADATA_NETFLOW_SERVER_LISTENER_PORT}
Set timeout values for flow cache.
ip flow-cache timeout active 1
ip flow-cache timeout inactive 15
Specify the source interface for flow exports.
ip flow-export source {LOOPBACK_INTERFACE_NAME}
Enable flow caching on each interface where flow statistics are needed.
interface {INTERFACE_NAME}
ip route-cache flow
exit
info
Replace {MOTADATA_NETFLOW_SERVER_IP}, {MOTADATA_NETFLOW_SERVER_LISTENER_PORT}, {LOOPBACK_INTERFACE_NAME}, and {INTERFACE_NAME} with actual device values.
After completing the configuration, navigate to Menu > Flow Explorer and select the Event Source(s) and the associated Interface(s) from the drop-downs to view the active flow data.