New and Changed Information
The following table provides an overview of the significant changes up to this current release. The table does not provide an exhaustive list of all changes or of the new features up to this release.
Cisco APIC Release Version |
Feature |
Description |
---|---|---|
Release 2.0(2f) |
- |
This article was written. In this release, Cisco Tetration Analytics became available for beta testing. |
Release 2.2(2e) |
- |
In this release, the first release of Cisco Tetration Analytics (release 1.102.21) became officially supported. |
Installing the Cisco Tetration Analytics Agent
This task describes the steps necessary to download the Cisco Tetration Analytics sensor software for installation on the switches in the APIC cluster.
Procedure
Step 1 |
In the Cisco Tetration Analytics application, click the Settings icon. |
Step 2 |
From the Settings drop-down menu, click Sensor Config. |
Step 3 |
Click the Hardware Sensor Download tab. |
Step 4 |
Choose the most current Version and click Download. |
Step 5 |
Browse to the Downloads folder on your system. |
Step 6 |
Log into APIC. |
Step 7 |
Click Admin > Firmware > Firmware Repository. |
Step 8 |
From the ACTIONS drop-down menu, click Upload Firmware to APIC. |
Step 9 |
Choose the RedHat Package Manager (RPM) file from the Downloads folder. |
Step 10 |
Click Open and Submit. |
What to do next
Overview
This article provides examples of how to configure Cisco Tetration when using the Cisco APIC. The following information applies when configuring Cisco Tetration.
-
An inband management IP address must be configured on each leaf where the Cisco Tetration agent is active.
-
Define an analytics policy and specify the destination IP address of the Cisco Tetration server.
-
Create a switch profile and include the policy group created in the previous step.
Configuring Cisco Tetration Analytics Using the GUI
Before you begin
-
Inband management IP addresses must be configured on the leafs where flows are to be sent to the Cisco Tetration server.
Procedure
Step 1 |
Navigate to . |
||
Step 2 |
From the ACTIONS drop-down list, choose Create Analytics Policy. The Create Analytics
Policy dialog box appears.
|
||
Step 3 |
Enter the following values in the Create Analytics Policy dialog box:
An Analytics Profile is created.
|
||
Step 4 |
Navigate to . |
||
Step 5 |
From the ACTIONS drop-down list, choose Create Leaf Switch Policy Group. The Create Leaf Switch Policy
Group dialog box appears.
|
||
Step 6 |
Enter the following values in the Create Leaf Switch Policy Group dialog box:
A Policy Group is created.
|
||
Step 7 |
Navigate to . |
||
Step 8 |
From the ACTIONS drop-down list, choose Create Leaf Switch Profile. The Create Leaf Switch Profile
dialog box appears.
|
||
Step 9 |
Enter the following values in the Create Leaf Switch Profile dialog box:
The configuration is pushed to the selected leafs.
|
Configuring Cisco Tetration Analytics Using the REST API
Procedure
Step 1 |
Create the analytics policy. Example:
|
Step 2 |
Associate analytics with the policy group. Example:
|
Step 3 |
Associate the policy group with the switch. Example:
|
Configuring Cisco Tetration Analytics Using the NX-OS Style CLI
Procedure
Step 1 |
configure terminal Enters global configuration mode. Example:
|
||
Step 2 |
analytics cluster cluster_name Create the analytics policy. Example:
|
||
Step 3 |
flow-exporter server_name Configure external analytics information. Example:
|
||
Step 4 |
destination ip_address Configure the destination port. Example:
|
||
Step 5 |
exit Exit command mode. Example:
|
||
Step 6 |
exit Exit command mode. Example:
|
||
Step 7 |
fabric-internal Enters fabric internal configuration mode. Example:
|
||
Step 8 |
template leaf-policy-group leaf_group_name Define leaf policy group. Example:
|
||
Step 9 |
inherit analytics-policy cluster cluster_name server server_name Associate analytics policy to leaf policy group. Example:
|
||
Step 10 |
exit Exit command mode. Example:
|
||
Step 11 |
leaf-profile lleaf_profile_name Define leaf profile. Example:
|
||
Step 12 |
leaf-group leaf_group_name Define leaf group. Example:
|
||
Step 13 |
leaf-policy-group leaf_policy_group_name Associate leaf policy group to leaf group. Example:
|
||
Step 14 |
leaf leaf_group_number Add nodes to leaf group. Example:
|
||
Step 15 |
show analytics Display analytics.
Example:
|
||
Step 16 |
show running-config analytics Display running configuration analytics. Example:
|