show running-config ipfix
Use this command to display a detailed view of the current IPFIX configurations, including flow exporters, flow monitors, and interface settings applied to the device.
Command Syntax
Copy
show running-config ipfix
Parameters
None
Default
None
Command Mode
Execution mode
Applicability
Introduced in OcNOS version 6.5.1.
Example
The show command output displays the current IPFIX configurations applied on the device.
Copy
OcNOS#show running-config ipfix
hardware-profile statistics cfm-lm enable
!
ip-flow-exporter FLOW-EXPORTER
source xe5
collector destination 192.0.2.89
template-id 500
template-refresh-interval 600
samples-per-message 1
!
ip-flow-monitor FLOW-MONITOR
flow-exporter FLOW-EXPORTER
sampling-rate 100
observation-domain-id 16
!
interface xe4
ip address 198.51.100.4/24
flow-monitor FLOW-MONITOR
!
interface xe5
ip address 192.0.2.88/24
!