Configuring Flow Exporters
Configuring a Flow Exporter
Note: This example was added in Release 9.2(2).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
flow exporter Flow_Exprt_1
Note: The property information for this example was added in Release 9.3(3).
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
netflowNetflow |
sys/hwtelemetry/netflow |
netflowInst |
sys/hwtelemetry/netflow/inst-{mode} |
netflowCollector |
sys/hwtelemetry/netflow/inst-{mode}/collector-{[name]} |
netflowInst Properties
The following table contains information about the netflowInst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
mode | netflow:ModeT (scalar:Enum8) | It represents the mode in which netflow is running | SELECTION: 0 - netflow DEFAULT: netflow |
netflowCollector Properties
The following table contains information about the netflowCollector properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | pol:ObjName (naming:Name256) | Object name | MAX SIZE: 64 |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Deleting a Flow Exporter
Note: This example was added in Release 9.2(2).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
no flow exporter Flow_Exprt_1
Note: The property information for this example was added in Release 9.3(3).
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
netflowNetflow |
sys/hwtelemetry/netflow |
netflowInst |
sys/hwtelemetry/netflow/inst-{mode} |
netflowCollector |
sys/hwtelemetry/netflow/inst-{mode}/collector-{[name]} |
netflowInst Properties
The following table contains information about the netflowInst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
mode | netflow:ModeT (scalar:Enum8) | It represents the mode in which netflow is running | SELECTION: 0 - netflow DEFAULT: netflow |
netflowCollector Properties
The following table contains information about the netflowCollector properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | pol:ObjName (naming:Name256) | Object name | MAX SIZE: 64 |
status | mo:ModificationStatus (scalar:Bitmask32) | The upgrade status. This property is for internal use only. | SELECTION: 2 - created 4 - modified 8 - deleted 16 - replaced |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Configuring Version 9 Export
Note: This example was added in Release 9.2(2).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
flow exporter Flow_Exprt_1
version 9
Note: The property information for this example was added in Release 9.3(3).
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
netflowNetflow |
sys/hwtelemetry/netflow |
netflowInst |
sys/hwtelemetry/netflow/inst-{mode} |
netflowCollector |
sys/hwtelemetry/netflow/inst-{mode}/collector-{[name]} |
netflowInst Properties
The following table contains information about the netflowInst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
mode | netflow:ModeT (scalar:Enum8) | It represents the mode in which netflow is running | SELECTION: 0 - netflow DEFAULT: netflow |
netflowCollector Properties
The following table contains information about the netflowCollector properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | pol:ObjName (naming:Name256) | Object name | MAX SIZE: 64 |
ver | netflow:CollVersion (scalar:Enum8) | Collector Version Format | SELECTION: 1 - v5 2 - v9 3 - cisco-v1 DEFAULT: v9 |
vrfName | netflow:VrfName (l3:VrfName) | Remote Entity VRF | DEFAULT: default |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Configuring the Exporter Stats Resend Time in Seconds
Note: This example was added in Release 9.2(2).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
flow exporter Flow_Exprt_1
version 9
option exporter-stats timeout 123
Note: The property information for this example was added in Release 9.3(3).
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
netflowNetflow |
sys/hwtelemetry/netflow |
netflowInst |
sys/hwtelemetry/netflow/inst-{mode} |
netflowCollector |
sys/hwtelemetry/netflow/inst-{mode}/collector-{[name]} |
netflowInst Properties
The following table contains information about the netflowInst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
mode | netflow:ModeT (scalar:Enum8) | It represents the mode in which netflow is running | SELECTION: 0 - netflow DEFAULT: netflow |
netflowCollector Properties
The following table contains information about the netflowCollector properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | pol:ObjName (naming:Name256) | Object name | MAX SIZE: 64 |
statsTimeout | netflow:CollTimeout (scalar:Uint32) | Collector stats timeout | RANGE: [0 , 86400] DEFAULT: 0 |
ver | netflow:CollVersion (scalar:Enum8) | Collector Version Format | SELECTION: 1 - v5 2 - v9 3 - cisco-v1 DEFAULT: v9 |
vrfName | netflow:VrfName (l3:VrfName) | Remote Entity VRF | DEFAULT: default |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Deleting the Exporter Stats Resend Time in Seconds
Note: This example was added in Release 9.2(2).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
flow exporter Flow_Exprt_1
version 9
no option exporter-stats timeout
Note: The property information for this example was added in Release 9.3(3).
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
netflowNetflow |
sys/hwtelemetry/netflow |
netflowInst |
sys/hwtelemetry/netflow/inst-{mode} |
netflowCollector |
sys/hwtelemetry/netflow/inst-{mode}/collector-{[name]} |
netflowInst Properties
The following table contains information about the netflowInst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
mode | netflow:ModeT (scalar:Enum8) | It represents the mode in which netflow is running | SELECTION: 0 - netflow DEFAULT: netflow |
netflowCollector Properties
The following table contains information about the netflowCollector properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | pol:ObjName (naming:Name256) | Object name | MAX SIZE: 64 |
ver | netflow:CollVersion (scalar:Enum8) | Collector Version Format | SELECTION: 1 - v5 2 - v9 3 - cisco-v1 DEFAULT: v9 |
vrfName | netflow:VrfName (l3:VrfName) | Remote Entity VRF | DEFAULT: default |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Configuring the Interface Table Resend Time in Seconds
Note: This example was added in Release 9.2(2).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
flow exporter Flow_Exprt_1
version 9
option interface-table timeout 123
Note: The property information for this example was added in Release 9.3(3).
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
netflowNetflow |
sys/hwtelemetry/netflow |
netflowInst |
sys/hwtelemetry/netflow/inst-{mode} |
netflowCollector |
sys/hwtelemetry/netflow/inst-{mode}/collector-{[name]} |
netflowInst Properties
The following table contains information about the netflowInst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
mode | netflow:ModeT (scalar:Enum8) | It represents the mode in which netflow is running | SELECTION: 0 - netflow DEFAULT: netflow |
netflowCollector Properties
The following table contains information about the netflowCollector properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
interfaceTimeout | netflow:CollTimeout (scalar:Uint32) | Collector interface table timeout | RANGE: [0 , 86400] DEFAULT: 0 |
name | pol:ObjName (naming:Name256) | Object name | MAX SIZE: 64 |
ver | netflow:CollVersion (scalar:Enum8) | Collector Version Format | SELECTION: 1 - v5 2 - v9 3 - cisco-v1 DEFAULT: v9 |
vrfName | netflow:VrfName (l3:VrfName) | Remote Entity VRF | DEFAULT: default |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Deleting the Interface Table Resend Time in Seconds
Note: This example was added in Release 9.2(2).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
flow exporter Flow_Exprt_1
version 9
no option interface-table timeout
Note: The property information for this example was added in Release 9.3(3).
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
netflowNetflow |
sys/hwtelemetry/netflow |
netflowInst |
sys/hwtelemetry/netflow/inst-{mode} |
netflowCollector |
sys/hwtelemetry/netflow/inst-{mode}/collector-{[name]} |
netflowInst Properties
The following table contains information about the netflowInst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
mode | netflow:ModeT (scalar:Enum8) | It represents the mode in which netflow is running | SELECTION: 0 - netflow DEFAULT: netflow |
netflowCollector Properties
The following table contains information about the netflowCollector properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | pol:ObjName (naming:Name256) | Object name | MAX SIZE: 64 |
ver | netflow:CollVersion (scalar:Enum8) | Collector Version Format | SELECTION: 1 - v5 2 - v9 3 - cisco-v1 DEFAULT: v9 |
vrfName | netflow:VrfName (l3:VrfName) | Remote Entity VRF | DEFAULT: default |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Configuring the Flow Exporter Template Data Timeout Period
Note: This example was added in Release 9.2(2).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
flow exporter Flow_Exprt_1
version 9
template data timeout 123
Note: The property information for this example was added in Release 9.3(3).
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
netflowNetflow |
sys/hwtelemetry/netflow |
netflowInst |
sys/hwtelemetry/netflow/inst-{mode} |
netflowCollector |
sys/hwtelemetry/netflow/inst-{mode}/collector-{[name]} |
netflowInst Properties
The following table contains information about the netflowInst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
mode | netflow:ModeT (scalar:Enum8) | It represents the mode in which netflow is running | SELECTION: 0 - netflow DEFAULT: netflow |
netflowCollector Properties
The following table contains information about the netflowCollector properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | pol:ObjName (naming:Name256) | Object name | MAX SIZE: 64 |
templateTimeout | netflow:CollTemplateTimeout (scalar:Uint32) | Collector template data timeout | RANGE: [1 , 86400] DEFAULT: 15 |
ver | netflow:CollVersion (scalar:Enum8) | Collector Version Format | SELECTION: 1 - v5 2 - v9 3 - cisco-v1 DEFAULT: v9 |
vrfName | netflow:VrfName (l3:VrfName) | Remote Entity VRF | DEFAULT: default |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Deleting the Flow Exporter Template Data Timeout Period
Note: This example was added in Release 9.2(2).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
flow exporter Flow_Exprt_1
version 9
no template data timeout
Note: The property information for this example was added in Release 9.3(3).
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
netflowNetflow |
sys/hwtelemetry/netflow |
netflowInst |
sys/hwtelemetry/netflow/inst-{mode} |
netflowCollector |
sys/hwtelemetry/netflow/inst-{mode}/collector-{[name]} |
netflowInst Properties
The following table contains information about the netflowInst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
mode | netflow:ModeT (scalar:Enum8) | It represents the mode in which netflow is running | SELECTION: 0 - netflow DEFAULT: netflow |
netflowCollector Properties
The following table contains information about the netflowCollector properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | pol:ObjName (naming:Name256) | Object name | MAX SIZE: 64 |
ver | netflow:CollVersion (scalar:Enum8) | Collector Version Format | SELECTION: 1 - v5 2 - v9 3 - cisco-v1 DEFAULT: v9 |
vrfName | netflow:VrfName (l3:VrfName) | Remote Entity VRF | DEFAULT: default |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Configuring a Description
Note: This example was added in Release 9.2(2).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
flow exporter Flow_Exprt_1
description Some description text 123
Note: The property information for this example was added in Release 9.3(3).
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
netflowNetflow |
sys/hwtelemetry/netflow |
netflowInst |
sys/hwtelemetry/netflow/inst-{mode} |
netflowCollector |
sys/hwtelemetry/netflow/inst-{mode}/collector-{[name]} |
netflowInst Properties
The following table contains information about the netflowInst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
mode | netflow:ModeT (scalar:Enum8) | It represents the mode in which netflow is running | SELECTION: 0 - netflow DEFAULT: netflow |
netflowCollector Properties
The following table contains information about the netflowCollector properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
descr | netflow:Descr
| Collector Description | |
name | pol:ObjName (naming:Name256) | Object name | MAX SIZE: 64 |
vrfName | netflow:VrfName (l3:VrfName) | Remote Entity VRF | DEFAULT: default |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Deleting a Description
Note: This example was added in Release 9.2(2).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
flow exporter Flow_Exprt_1
no description
Note: The property information for this example was added in Release 9.3(3).
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
netflowNetflow |
sys/hwtelemetry/netflow |
netflowInst |
sys/hwtelemetry/netflow/inst-{mode} |
netflowCollector |
sys/hwtelemetry/netflow/inst-{mode}/collector-{[name]} |
netflowInst Properties
The following table contains information about the netflowInst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
mode | netflow:ModeT (scalar:Enum8) | It represents the mode in which netflow is running | SELECTION: 0 - netflow DEFAULT: netflow |
netflowCollector Properties
The following table contains information about the netflowCollector properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | pol:ObjName (naming:Name256) | Object name | MAX SIZE: 64 |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Configuring an IPv4 Export Destination
Note: This example was added in Release 9.2(2).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
flow exporter Flow_Exprt_1
destination 1.2.3.4
Note: The property information for this example was added in Release 9.3(3).
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
netflowNetflow |
sys/hwtelemetry/netflow |
netflowInst |
sys/hwtelemetry/netflow/inst-{mode} |
netflowCollector |
sys/hwtelemetry/netflow/inst-{mode}/collector-{[name]} |
netflowInst Properties
The following table contains information about the netflowInst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
mode | netflow:ModeT (scalar:Enum8) | It represents the mode in which netflow is running | SELECTION: 0 - netflow DEFAULT: netflow |
netflowCollector Properties
The following table contains information about the netflowCollector properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
dstAddr | netflow:addressIp (address:Ip) | Remote Entity IP | Value must match ipv4 or ipv6 known format |
name | pol:ObjName (naming:Name256) | Object name | MAX SIZE: 64 |
vrfName | netflow:VrfName (l3:VrfName) | Remote Entity VRF | DEFAULT: default |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Configuring an IPv6 Export Destination
Note: This example was added in Release 9.2(2).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
flow exporter Flow_Exprt_1
destination 1:2::3:4 use-vrf VRF_1
Note: The property information for this example was added in Release 9.3(3).
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
netflowNetflow |
sys/hwtelemetry/netflow |
netflowInst |
sys/hwtelemetry/netflow/inst-{mode} |
netflowCollector |
sys/hwtelemetry/netflow/inst-{mode}/collector-{[name]} |
netflowInst Properties
The following table contains information about the netflowInst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
mode | netflow:ModeT (scalar:Enum8) | It represents the mode in which netflow is running | SELECTION: 0 - netflow DEFAULT: netflow |
netflowCollector Properties
The following table contains information about the netflowCollector properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
dstAddr | netflow:addressIp (address:Ip) | Remote Entity IP | Value must match ipv4 or ipv6 known format |
name | pol:ObjName (naming:Name256) | Object name | MAX SIZE: 64 |
vrfName | netflow:VrfName (l3:VrfName) | Remote Entity VRF | DEFAULT: default |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Deleting an Export Destination
Note: This example was added in Release 9.2(2).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
flow exporter Flow_Exprt_1
no destination
Note: The property information for this example was added in Release 9.3(3).
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
netflowNetflow |
sys/hwtelemetry/netflow |
netflowInst |
sys/hwtelemetry/netflow/inst-{mode} |
netflowCollector |
sys/hwtelemetry/netflow/inst-{mode}/collector-{[name]} |
netflowInst Properties
The following table contains information about the netflowInst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
mode | netflow:ModeT (scalar:Enum8) | It represents the mode in which netflow is running | SELECTION: 0 - netflow DEFAULT: netflow |
netflowCollector Properties
The following table contains information about the netflowCollector properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
dstAddr | netflow:addressIp (address:Ip) | Remote Entity IP | Value must match ipv4 or ipv6 known format |
name | pol:ObjName (naming:Name256) | Object name | MAX SIZE: 64 |
vrfName | netflow:VrfName (l3:VrfName) | Remote Entity VRF | DEFAULT: default |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Configuring DSCP for Flow Exporter Datagrams
Note: This example was added in Release 9.2(2).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
flow exporter Flow_Exprt_1
dscp 2
Note: The property information for this example was added in Release 9.3(3).
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
netflowNetflow |
sys/hwtelemetry/netflow |
netflowInst |
sys/hwtelemetry/netflow/inst-{mode} |
netflowCollector |
sys/hwtelemetry/netflow/inst-{mode}/collector-{[name]} |
netflowInst Properties
The following table contains information about the netflowInst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
mode | netflow:ModeT (scalar:Enum8) | It represents the mode in which netflow is running | SELECTION: 0 - netflow DEFAULT: netflow |
netflowCollector Properties
The following table contains information about the netflowCollector properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
dscp | netflow:flowDscp (qosp:DscpCP) | DSCP Value of Remote Entity | RANGE: [0 , 63] DEFAULT: 0 |
name | pol:ObjName (naming:Name256) | Object name | MAX SIZE: 64 |
vrfName | netflow:VrfName (l3:VrfName) | Remote Entity VRF | DEFAULT: default |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Deleting DSCP for Flow Exporter Datagrams
Note: This example was added in Release 9.2(2).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
flow exporter Flow_Exprt_1
no dscp
Note: The property information for this example was added in Release 9.3(3).
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
netflowNetflow |
sys/hwtelemetry/netflow |
netflowInst |
sys/hwtelemetry/netflow/inst-{mode} |
netflowCollector |
sys/hwtelemetry/netflow/inst-{mode}/collector-{[name]} |
netflowInst Properties
The following table contains information about the netflowInst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
mode | netflow:ModeT (scalar:Enum8) | It represents the mode in which netflow is running | SELECTION: 0 - netflow DEFAULT: netflow |
netflowCollector Properties
The following table contains information about the netflowCollector properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | pol:ObjName (naming:Name256) | Object name | MAX SIZE: 64 |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Configuring the Source Address for IGMPv3 Channel
Note: This example was added in Release 9.2(2).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
flow exporter Flow_Exprt_1
source ethernet 1/2
Note: The property information for this example was added in Release 9.3(3).
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
netflowNetflow |
sys/hwtelemetry/netflow |
netflowInst |
sys/hwtelemetry/netflow/inst-{mode} |
netflowCollector |
sys/hwtelemetry/netflow/inst-{mode}/collector-{[name]} |
netflowInst Properties
The following table contains information about the netflowInst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
mode | netflow:ModeT (scalar:Enum8) | It represents the mode in which netflow is running | SELECTION: 0 - netflow DEFAULT: netflow |
netflowCollector Properties
The following table contains information about the netflowCollector properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | pol:ObjName (naming:Name256) | Object name | MAX SIZE: 64 |
srcIf | nw:IfId (base:IfIndex) | Source Interface of the sender | Must match first field in the output of `show intf brief`. Example: Eth1/1 or Vlan100 |
vrfName | netflow:VrfName (l3:VrfName) | Remote Entity VRF | DEFAULT: default |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Deleting the Source Address for IGMPv3 Channel
Note: This example was added in Release 9.2(2).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
flow exporter Flow_Exprt_1
no source
Note: The property information for this example was added in Release 9.3(3).
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
netflowNetflow |
sys/hwtelemetry/netflow |
netflowInst |
sys/hwtelemetry/netflow/inst-{mode} |
netflowCollector |
sys/hwtelemetry/netflow/inst-{mode}/collector-{[name]} |
netflowInst Properties
The following table contains information about the netflowInst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
mode | netflow:ModeT (scalar:Enum8) | It represents the mode in which netflow is running | SELECTION: 0 - netflow DEFAULT: netflow |
netflowCollector Properties
The following table contains information about the netflowCollector properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | pol:ObjName (naming:Name256) | Object name | MAX SIZE: 64 |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Configuring UDP as the Transport Protocol
Note: This example was added in Release 9.2(2).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
flow exporter Flow_Exprt_1
transport udp 123
Note: The property information for this example was added in Release 9.3(3).
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
netflowNetflow |
sys/hwtelemetry/netflow |
netflowInst |
sys/hwtelemetry/netflow/inst-{mode} |
netflowCollector |
sys/hwtelemetry/netflow/inst-{mode}/collector-{[name]} |
netflowInst Properties
The following table contains information about the netflowInst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
mode | netflow:ModeT (scalar:Enum8) | It represents the mode in which netflow is running | SELECTION: 0 - netflow DEFAULT: netflow |
netflowCollector Properties
The following table contains information about the netflowCollector properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
dstPort | netflow:flowPort (scalar:Uint16) | Remote Entity L4 Port | RANGE: [0 , 0xffff] DEFAULT: 9995 |
name | pol:ObjName (naming:Name256) | Object name | MAX SIZE: 64 |
vrfName | netflow:VrfName (l3:VrfName) | Remote Entity VRF | DEFAULT: default |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
Deleting UDP as the Transport Protocol
Note: This example was added in Release 9.2(2).
CLI Commands
The CLI commands are equivalent to the payload examples displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.
flow exporter Flow_Exprt_1
no transport udp
Note: The property information for this example was added in Release 9.3(3).
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
netflowNetflow |
sys/hwtelemetry/netflow |
netflowInst |
sys/hwtelemetry/netflow/inst-{mode} |
netflowCollector |
sys/hwtelemetry/netflow/inst-{mode}/collector-{[name]} |
netflowInst Properties
The following table contains information about the netflowInst properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
mode | netflow:ModeT (scalar:Enum8) | It represents the mode in which netflow is running | SELECTION: 0 - netflow DEFAULT: netflow |
netflowCollector Properties
The following table contains information about the netflowCollector properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
name | pol:ObjName (naming:Name256) | Object name | MAX SIZE: 64 |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html