TIP OF THE DAY: Configuring Call Home and Query Groups

Size: px
Start display at page:

Download "TIP OF THE DAY: Configuring Call Home and Query Groups"

Transcription

1 TIP OF THE DAY: Configuring Call Home and Query Groups Today s Tip of the Day is to give you an example of how to configure Call Home and Query Groups in an ACI Fabric Solution. Please note that this steps and examples were presented using an earlier version of the APIC firmware release. As a result, you may see some changes in the screens but the general concepts of configuring has not changed. In the External Data Collectors menu, you can configure the sending of a variety of system data to Call Home, SNMP, or syslog destinations. When an event triggers the sending of a report, information from your selected queries is included in the report. You can configure a query based on a class name or a distinguished name, and you can further qualify the query based on subtrees and object properties. Call Home provides an -based notification for critical system policies. A range of message formats are available for compatibility with pager services or XML-based automated parsing applications. You can use this feature to page a network support engineer, a Network Operations Center, or use Cisco Smart Call Home services to generate a case with the Technical Assistance Center. The Call Home feature can deliver alert messages containing information about diagnostics and environmental faults and events. The Call Home feature can deliver alerts to multiple recipients, referred to as Call Home destination profiles. Each profile includes configurable message formats and content categories. A predefined destination profile is provided for sending alerts to the Cisco TAC, but you also can define your own destination profiles. When you configure Call Home to send messages, Cisco ACI fabric system delivers Call Home messages in the following formats: Short text format which provides a one or two line description of the fault that is suitable for pagers or printed reports. XML machine readable format that uses Extensible Markup Language (XML) and Adaptive Messaging Language (AML) XML schema definition (XSD). The AML XSD is published on the Cisco.com website at The XML format enables communication with the Cisco Systems Technical Assistance Center ACI Solutions Delivery Team Cisco Systems 2014 Page 1 of 27

2 The following Test Case involves configuring the Call Home feature in your Cisco ACI fabric system. This test case will show examples of configuring the Call Home feature utililizing the APIC Admin GUI and REST API (using POSTMAN). For this test case, the fabric topology consist of 8 nodes: 3 APIC controllers, 2 Spine switches, and 3 Leaf switches. In regards to the REST API examples listed in this test case, there is an assumption made that you have a REST CLIENT (like POSTMAN) installed on your workstation. This will be used for executing REST API requests to an APIC Controller. Also, while executing this test case, you may want to open the API inspector console from the APIC GUI. The API inspector displays the API POST requests used for the tasks performed. The Post Requests in the API inspector can be used for sending requests to APIC controllers. Note: For this testplan, the ACI Software for the Leaf/Spine switches did not support CALLHOME features. The configuration steps listed in the testplan are for the APIC controllers and the switches. When the support is added to the Leaf/Spine switches, the same configuration steps apply. Step 1: Create scheduler with schedule windows The CALLHOME feature will require a Scheduler Trigger for the Switch Policies. Use the GUI to a create scheduler with schedule windows. For this task, use the admin user "admin" and the password "ins3965!". Note: users, roles, and passwords may be different in your test topology. If so, just use your user credentials when "admin"\"ins3965!" are referenced in this test case. ACI Solutions Delivery Team Cisco Systems 2014 Page 2 of 27

3 After you have logged into the Admin GUI, select ADMIN-->SCHEDULERS tab. Use the Quick Start wizard to "Create a scheduler". Select "Create a scheduler. ACI Solutions Delivery Team Cisco Systems 2014 Page 3 of 27

4 --> ADD a NAME & DESCRIPTION --> Click "+" to CREATE SCHEDULE WINDOW. For this task, create a "One Time" and a "Recurring" window. ACI Solutions Delivery Team Cisco Systems 2014 Page 4 of 27

5 Create a "One Time" window. --> Click "+" to CREATE SCHEDULE WINDOW. --> Select WINDOW TYPE "One Time" --> Enter WINDOW NAME --> Select DATE --> Enter "5" for MAXIMUM CONCURRENT NODES --> Accept "unlimited" for MAXIMUM RUNNING TIME --> Click "OK" button to continue ACI Solutions Delivery Team Cisco Systems 2014 Page 5 of 27

6 Create a "Recurring" window. --> Click "+" to CREATE SCHEDULE WINDOW. --> Select WINDOW TYPE "Recurring" --> Enter WINDOW NAME --> Select "every-day" for DAY --> Enter "12" for HOUR --> Enter "0" for MINUTE --> Enter "5" for MAXIMUM CONCURRENT NODES --> Accept "unlimited" for MAXIMUM RUNNING TIME --> Click "OK" button to continue ACI Solutions Delivery Team Cisco Systems 2014 Page 6 of 27

7 --> Click "SUBMIT" to finish ACI Solutions Delivery Team Cisco Systems 2014 Page 7 of 27

8 Example of the API Source of Step 1 to be used with the POSTMAN REST API Client: method: POST payload {"trigschedp":{"attributes":{"dn":"uni/controller/schedpdeadbeef_scheduler","name":"deadbeef_scheduler","descr":"deadbeef_sc heduler added by tdeleon@cisco.com","rn":"schedpdeadbeef_scheduler","status":"created"},"children":[{"trigabswindowp": {"attributes":{"dn":"uni/controller/schedp-deadbeef_scheduler/abswinpdeadbeef_onetime","name":"deadbeef_onetime","date":" t13:57: Z","concurCap":"5","rn":"abswinpdeadbeef_onetime","status":"created"},"children":[]}}, {"trigrecurrwindowp":{"attributes":{"dn":"uni/controller/schedpdeadbeef_scheduler/recurrwinpdeadbeef_recur","name":"deadbeef_recur","hour":"12","concurcap":"5","r n":"recurrwinp-deadbeef_recur","status":"created"},"children":[]}}]}} response: {"imdata":[]} STEP 2: Create CALLHOME Query Group and CALLHOME Monitoring Destination After you have logged into the Admin GUI, select ADMIN-->EXTERNAL DATA COLLECTORS tab. TASK 2.1: Create a query group --> Use the "Quick Start" wizard to create a query group. Click "QUICK START" on the EXTERNAL DATA COLLECTORS panel on the left. ACI Solutions Delivery Team Cisco Systems 2014 Page 8 of 27

9 --> Select "Create a query group" from the "Quick Start" wizard On the CREATE QUERY wizard, Define Name and Queries. --> Add NAME --> Click "+" to ADD QUERIES --> Add NAME --> Select SUBTREE for TARGET --> Select FULL for RESPONSE SUBTREE --> Check ALL boxes for RESPONSE SUBTREE INCLUDE --> Click "OK" button to continue ACI Solutions Delivery Team Cisco Systems 2014 Page 9 of 27

10 ACI Solutions Delivery Team Cisco Systems 2014 Page 10 of 27

11 --> Click "SUBMIT" to finish ACI Solutions Delivery Team Cisco Systems 2014 Page 11 of 27

12 Example of the API Source of TASK 2.1 to be used with the POSTMAN REST API Client: method: POST payload {"callhomequerygroup":{"attributes":{"dn":"uni/fabric/chquerygroupdeadbeef_query","name":"deadbeef_query","rn":"chquerygroupdeadbeef_query","status":"created"},"children":[{"callhomequery": {"attributes":{"dn":"uni/fabric/chquerygroup-deadbeef_query/chquerydeadbeef_query","name":"deadbeef_query","target":"subtree","rspsubtree ":"full","rspsubtreeinclude":"event-logs,count,stats,state,portdeployment,tasks,relations-with-parent,health,fault-count,localprefix,config-only,record-subtree,no-scoped,relations,health-records,auditlogs,deployment,required,faults,fault-records","rn":"chquerydeadbeef_query","status":"created"},"children":[]}}]}} response: {"imdata":[]} TASK 2.2: Create a Callhome Destination Group --> Select "Monitoring Destinations" on the EXTERNAL DATA COLLECTORS panel on the left. --> Right CLICK and Select + CREATE CALLHOME DESTINATION GROUP ACI Solutions Delivery Team Cisco Systems 2014 Page 12 of 27

13 From the CREATE CALLHOME DESTINATION GROUP wizard, add values for the all the fields listed on the STEP 1 > PROFILE page. --> ADD requested values for CALLHOME DESTINATION GROUP PROFILE --> Click "NEXT" to continue ACI Solutions Delivery Team Cisco Systems 2014 Page 13 of 27

14 For STEP 2 > DESTINATIONS page, add a CALLHOME DESTINATION --> Click "+" to CREATE a DESTINATION --> Add requested values --> Click "FINISH" to finish ACI Solutions Delivery Team Cisco Systems 2014 Page 14 of 27

15 Example of the API Source of TASK 2.2 to be used with the POSTMAN REST API Client: method: POST payload {"callhomegroup":{"attributes":{"dn":"uni/fabric/chgroupdeadbeef_callhome_dg","name":"deadbeef_callhome_dg","descr":"deadbe ef_callhome_dg added by {"attributes":{"dn":"uni/fabric/chgroup-deadbeef_callhome_dg/destdeadbeef_callhome_dest","name":"deadbeef_callhome_dest"," ":"cisc {"callhomeprof":{"attributes":{"dn":"uni/fabric/chgroupdeadbeef_callhome_dg/ "Cisco Systems","addr":" Kit Creek Road","contract":" ","customer":"05002","site":" ","rn" :"prof","status":"created"},"children":[{"callhomesmtpserver":{"attributes": {"dn":"uni/fabric/chgroup-deadbeef_callhome_dg/prof/ smtp","host":" ","rn":"smtp","status":"created"},"children": [{"filersaremotehosttoepg":{"attributes":{"tdn":"uni/tn-mgmt/mgmtpdefault/oob-default","status":"created"},"children":[]}}]}}]}}]}} response: {"imdata":[]} STEP 3: Configure CALLHOME for Fabric -> Fabric Policies After you have logged into the Admin GUI, select FABRIC-->FABRIC POLICIES tab. ACI Solutions Delivery Team Cisco Systems 2014 Page 15 of 27

16 TASK 3.1: Create a Switch Policy for CALLHOME INVENTORY --> Select SWITCH POLICIES --> Click "+" to expand SWITCH POLICIES --> Click "+" to expand POLICIES --> Select CALLHOME INVENTORY POLICIES --> Right CLICK and Select + CREATE CALLHOME INVENTORY POLICY --> Add NAME --> Set Admin State to ENABLED --> Set MAXIMUM-RETRY COUNT to 3 --> Select DESTINATION GROUP that was created in STEP 2 --> Select SCHEDULER that was created in STEP 1 --> Click "SUBMIT" to finish ACI Solutions Delivery Team Cisco Systems 2014 Page 16 of 27

17 ACI Solutions Delivery Team Cisco Systems 2014 Page 17 of 27

18 Example of the API Source of TASK 3.1 to be used with the POSTMAN REST API Client: method: POST payload {"callhomeinvp":{"attributes":{"dn":"uni/fabric/chinvpdeadbeef_inventory","name":"deadbeef_inventory","maximumretrycount": "3","rn":"chinvp-deadbeef_inventory","status":"created"},"children": [{"callhomersdestgrouprel":{"attributes":{"tdn":"uni/fabric/chgroupdeadbeef_callhome_dg","status":"created"},"children":[]}}, {"callhomersinvscheduler":{"attributes": {"tntrigschedpname":"deadbeef_trigger","status":"created,modified"},"chil dren":[]}}]}} response: {"imdata":[]} TASK 3.2: Create a DEFAULT Monitoring Policy for CALLHOME/SNMP/ SYSLOG --> Select MONITORING POLICIES --> Click "+" to expand MONITORING POLICIES --> Click "+" to expand DEFAULT --> Select CALLHOME/SNMP/SYSLOG ACI Solutions Delivery Team Cisco Systems 2014 Page 18 of 27

19 --> Click "+" to CREATE CALLHOME SOURCE --> Add NAME --> Check ALL boxes for INCLUDE --> Accept ALERTS for LEVEL --> Select DESTINATION GROUP that was created in STEP 2 --> Select SCHEDULER that was created in STEP 1 --> Click "SUBMIT" to finish ACI Solutions Delivery Team Cisco Systems 2014 Page 19 of 27

20 ACI Solutions Delivery Team Cisco Systems 2014 Page 20 of 27

21 Example of the API Source of TASK 3.2 to be used with the POSTMAN REST API Client: method: POST payload {"callhomesrc":{"attributes":{"dn":"uni/fabric/monfab-default/chsrcdeadbeef_callhome_src","name":"deadbeef_callhome_src","incl":"events,a udit,faults","rn":"chsrcdeadbeef_callhome_src","status":"created"},"children": [{"callhomersdestgroup":{"attributes":{"tdn":"uni/fabric/chgroupdeadbeef_callhome_dg","status":"created"},"children":[]}}, {"callhomersquerygrouprel":{"attributes":{"tdn":"uni/fabric/ chquerygroup-deadbeef_query","status":"created"},"children":[]}}]}} response: {"imdata":[]} ACI Solutions Delivery Team Cisco Systems 2014 Page 21 of 27

22 TASK 3.3: Create a COMMON Monitoring Policy for CALLHOME/SNMP/ SYSLOG --> Select MONITORING POLICIES --> Click "+" to expand MONITORING POLICIES --> Click "+" to expand COMMON --> Select CALLHOME/SNMP/SYSLOG --> Right CLICK and Select + CREATE CALLHOME SOURCE --> Add NAME --> Check ALL boxes for INCLUDE --> Accept ALERTS for LEVEL --> Select DESTINATION GROUP that was created in STEP 2 --> Select SCHEDULER that was created in STEP 1 --> Click "SUBMIT" to finish ACI Solutions Delivery Team Cisco Systems 2014 Page 22 of 27

23 ACI Solutions Delivery Team Cisco Systems 2014 Page 23 of 27

24 Example of the API Source of TASK 3.3 to be used with the POSTMAN REST API Client: method: POST payload {"callhomesrc":{"attributes":{"dn":"uni/fabric/moncommon/chsrcdeadbeef_callhome_src","name":"deadbeef_callhome_src","incl":"events,a udit,faults","rn":"chsrcdeadbeef_callhome_src","status":"created"},"children": [{"callhomersdestgroup":{"attributes":{"tdn":"uni/fabric/chgroupdeadbeef_callhome_dg","status":"created"},"children":[]}}, {"callhomersquerygrouprel":{"attributes":{"tdn":"uni/fabric/ chquerygroup-deadbeef_query","status":"created"},"children":[]}}]}} response: {"imdata":[]} ACI Solutions Delivery Team Cisco Systems 2014 Page 24 of 27

25 STEP 4: Configure CALLHOME for Fabric -> Access Policies After you have logged into the Admin GUI, select FABRIC-->ACCESS POLICIES tab. --> Select MONITORING POLICIES --> Click "+" to expand MONITORING POLICIES --> Click "+" to expand DEFAULT --> Select CALLHOME/SNMP/SYSLOG --> Click "+" to CREATE CALLHOME SOURCE --> Add NAME --> Check ALL boxes for INCLUDE --> Accept ALERTS for LEVEL --> Select DESTINATION GROUP that was created in STEP 2 --> Select SCHEDULER that was created in STEP 1 ACI Solutions Delivery Team Cisco Systems 2014 Page 25 of 27

26 --> Click "SUBMIT" to finish ACI Solutions Delivery Team Cisco Systems 2014 Page 26 of 27

27 Example of the API Source of Step 4 to be used with the POSTMAN REST API Client: method: POST payload {"callhomesrc":{"attributes":{"dn":"uni/infra/moninfra-default/chsrcdeadbeef_callhome_src","name":"deadbeef_callhome_src","incl":"events,a udit,faults","rn":"chsrcdeadbeef_callhome_src","status":"created"},"children": [{"callhomersdestgroup":{"attributes":{"tdn":"uni/fabric/chgroupdeadbeef_callhome_dg","status":"created"},"children":[]}}, {"callhomersquerygrouprel":{"attributes":{"tdn":"uni/fabric/ chquerygroup-deadbeef_query","status":"created"},"children":[]}}]}} response: {"imdata":[]} STEP 5: Verify CALLHOME feature is working Check your Client for the DESTINATION GROUP that was created in STEP 2 to see if the account is receiving CALLHOME messages from the Cisco ACI fabric system. ACI Solutions Delivery Team Cisco Systems 2014 Page 27 of 27

Call Home and Smart Call Home Configuration

Call Home and Smart Call Home Configuration Call Home in UCS Overview, page 1 Call Home Considerations and Guidelines, page 3 Cisco UCS Faults and Call Home Severity Levels, page 4 Cisco Smart Call Home, page 5 Anonymous Reporting, page 7 Configuring

More information

Managing Events and Alarms

Managing Events and Alarms CHAPTER 8 By configuring how events are reported, you can monitor those events more effectively and take corrective action, if necessary. Cisco Fabric Manager provides the following features for reporting

More information

Events and Audit Logs

Events and Audit Logs About Events, page 1 Event Descriptions, page 2 Viewing Event Records, page 3 Log Retention Policies, page 5 About Events Note For detailed reference information about faults, events, errors, and system

More information

Sending Alerts and Incident Notifications

Sending Alerts and Incident Notifications CHAPTER 23 A Cisco Systems MARS alert action is a signal transmitted to people or devices as notification that a MARS rule has fired, and that an incident has been logged. Alert actions can only be configured

More information

Configuring Call Home for Cisco Integrated Services Routers

Configuring Call Home for Cisco Integrated Services Routers Configuring Call Home for Cisco Integrated Services Routers First Published: November 18, 2011 Revised: April 11, 2012, The Call Home feature provides e-mail-based and web-based notification of critical

More information

Configuring Call Home

Configuring Call Home The Call Home feature provides e-mail-based and web-based notification of critical system events. A versatile range of message formats are available for optimal compatibility with pager services, standard

More information

Smart Call Home Quick Start Configuration Guide

Smart Call Home Quick Start Configuration Guide Smart Call Home Quick Start Configuration Guide Smart Call Home offers proactive diagnostics and real-time alerts on click Cisco devices, which provides higher network availability and increased operational

More information

Downloading and Managing Firmware in Cisco UCS Central

Downloading and Managing Firmware in Cisco UCS Central Downloading and Managing Firmware in Cisco UCS Central This chapter includes the following sections: Downloading Firmware from Cisco.com, page 1 Firmware Library of Images, page 2 Configuring Firmware

More information

Cisco cbr Series Converged Broadband Routers Troubleshooting and Network Management Configuration Guide

Cisco cbr Series Converged Broadband Routers Troubleshooting and Network Management Configuration Guide Cisco cbr Series Converged Broadband Routers Troubleshooting and Network Management Configuration Guide First Published: 2015-03-26 Last Modified: 2017-05-04 Americas Headquarters Cisco Systems, Inc. 170

More information

Management Tools. Management Tools. About the Management GUI. About the CLI. This chapter contains the following sections:

Management Tools. Management Tools. About the Management GUI. About the CLI. This chapter contains the following sections: This chapter contains the following sections:, page 1 About the Management GUI, page 1 About the CLI, page 1 User Login Menu Options, page 2 Customizing the GUI and CLI Banners, page 3 REST API, page 3

More information

Cisco ACI Simulator Release Notes, Release 2.2(3)

Cisco ACI Simulator Release Notes, Release 2.2(3) Cisco ACI Simulator Release Notes, Release 2.2(3) This document provides the compatibility information, usage guidelines, and the scale values that were validated in testing this Cisco ACI Simulator release.

More information

Provisioning Core ACI Fabric Services

Provisioning Core ACI Fabric Services This chapter contains the following sections: Time Synchronization and NTP, page 1 Configuring a DHCP Relay Policy, page 4 Configuring a DNS Service Policy, page 7 Configuring Custom Certificate Guidelines,

More information

Configuring Call Home

Configuring Call Home CHAPTER 18 Call Home provides e-mail-based notification of critical system events. A versatile range of message formats are available for optimal compatibility with pager services, standard e-mail, or

More information

Cisco ACI Simulator Release Notes, Release 3.0(2)

Cisco ACI Simulator Release Notes, Release 3.0(2) Cisco ACI Simulator Release Notes, Release 3.0(2) This document provides the compatibility information, usage guidelines, and the scale values that were validated in testing this Cisco ACI Simulator release.

More information

Quick Start Guide (SDN)

Quick Start Guide (SDN) NetBrain Integrated Edition 7.1 Quick Start Guide (SDN) Version 7.1 Last Updated 2018-07-24 Copyright 2004-2018 NetBrain Technologies, Inc. All rights reserved. Contents 1. Discovering and Visualizing

More information

Cisco ACI Simulator VM Installation Guide

Cisco ACI Simulator VM Installation Guide Cisco ACI Simulator VM Installation Guide New and Changed Information 2 About the Application Policy Infrastructure Controller 2 About the ACI Simulator Virtual Machine 2 Simulator VM Topology and Connections

More information

Infoblox Network Insight Integration with Cisco ACI

Infoblox Network Insight Integration with Cisco ACI DEPLOYMENT GUIDE Infoblox Network Insight Integration with Cisco ACI 2017 Infoblox Inc. All rights reserved. Infoblox Network Insight Integration with Cisco ACI October 2017 Page 1 of 17 Contents Introduction...

More information

Cisco ACI Simulator Release Notes, Release 1.1(1j)

Cisco ACI Simulator Release Notes, Release 1.1(1j) Cisco ACI Simulator Release Notes, This document provides the compatibility information, usage guidelines, and the scale values that were validated in testing this Cisco ACI Simulator release. Use this

More information

Get Started with Cisco DNA Center

Get Started with Cisco DNA Center About Cisco DNA Center, on page 1 Log In, on page 1 Log In for the First Time as a Network Administrator, on page 2 Default Home Page, on page 3 Use Global Search, on page 5 Where to Start, on page 6 About

More information

HOW TO SQUELCH SNMP TRAPS FOR INTERFACE TRANSITIONS ON LEAF NODES?

HOW TO SQUELCH SNMP TRAPS FOR INTERFACE TRANSITIONS ON LEAF NODES? HOW TO SQUELCH SNMP TRAPS FOR INTERFACE TRANSITIONS ON LEAF NODES? The following technote is written against Application Policy Infrastructure Controller Version 2.2(2f) Maintenance Release. The following

More information

Configuring Call Home for the Cisco CSR 1000v

Configuring Call Home for the Cisco CSR 1000v Prerequisites for Call Home, page 1 Information About Call Home, page 2 Benefits of Using Call Home, page 2 Obtaining Smart Call Home Services, page 3 Anonymous Reporting, page 3 How to Configure Call

More information

Configuring Call Home

Configuring Call Home 23 CHAPTER Call Home provides e-mail-based notification of critical system events. A versatile range of message formats are available for optimal compatibility with pager services, standard e-mail, or

More information

HOW TO CONFIGURE "LOCATION" FOR ACI NODES THAT CAN BE RETRIEVED USING "SNMP"?

HOW TO CONFIGURE LOCATION FOR ACI NODES THAT CAN BE RETRIEVED USING SNMP? HOW TO CONFIGURE "LOCATION" FOR ACI NODES THAT CAN BE RETRIEVED USING "SNMP"? The following technote is written against Application Policy Infrastructure Controller Version 2.2(2e) Maintenance Release.

More information

ACI Terminology. This chapter contains the following sections: ACI Terminology, on page 1. Cisco ACI Term. (Approximation)

ACI Terminology. This chapter contains the following sections: ACI Terminology, on page 1. Cisco ACI Term. (Approximation) This chapter contains the following sections:, on page 1 Alias API Inspector App Center Alias A changeable name for a given object. While the name of an object, once created, cannot be changed, the Alias

More information

Configuring Communication Services

Configuring Communication Services This chapter includes the following sections: Configuring HTTP, on page 1 Configuring SSH, on page 2 Configuring XML API, on page 3 Enabling Redfish, on page 3 Configuring IPMI, on page 4 Configuring SNMP,

More information

Configuring Antivirus Devices

Configuring Antivirus Devices CHAPTER 9 Revised: November 11, 2007 Antivirus (AV) devices provide detection and prevention against known viruses and anomalies. This chapter describes how to configure and add the following devices and

More information

Using the Cisco APIC Troubleshooting Tools

Using the Cisco APIC Troubleshooting Tools This chapter introduces the tools and methodology commonly used to troubleshoot problems you may experience. These tools can assist you with monitoring traffic, debugging, and detecting issues such as

More information

Upgrading and Downgrading Firmware

Upgrading and Downgrading Firmware Firmware Management, page 1 Upgrading and Downgrading Considerations, page 3 Upgrading the Fabric, page 4 Firmware Management ACME Inc., in partnership with Cisco, has evaluated the requirements for their

More information

Cisco ACI Terminology ACI Terminology 2

Cisco ACI Terminology ACI Terminology 2 inology ACI Terminology 2 Revised: May 24, 2018, ACI Terminology Cisco ACI Term Alias API Inspector App Center Application Policy Infrastructure Controller (APIC) Application Profile Atomic Counters Alias

More information

Quick Start Guide (SDN)

Quick Start Guide (SDN) NetBrain Integrated Edition 7.1 Quick Start Guide (SDN) Version 7.1a Last Updated 2018-09-03 Copyright 2004-2018 NetBrain Technologies, Inc. All rights reserved. Contents 1. Discovering and Visualizing

More information

F5 BIG-IP Local Traffic Manager Service Insertion with Cisco Application Centric Infrastructure

F5 BIG-IP Local Traffic Manager Service Insertion with Cisco Application Centric Infrastructure F5 BIG-IP Local Traffic Manager Service Insertion with Cisco Application Centric Infrastructure Deployment Guide December 2015 2015 Cisco F5. All rights reserved. Page 1 Contents Introduction... 4 Preface...

More information

Cisco ACI with Cisco AVS

Cisco ACI with Cisco AVS This chapter includes the following sections: Cisco AVS Overview, page 1 Cisco AVS Installation, page 6 Key Post-Installation Configuration Tasks for the Cisco AVS, page 43 Distributed Firewall, page 62

More information

Cisco ACI vcenter Plugin

Cisco ACI vcenter Plugin This chapter contains the following sections: About Cisco ACI with VMware vsphere Web Client, page 1 Getting Started with, page 2 Features and Limitations, page 7 GUI, page 12 Performing ACI Object Configurations,

More information

Cisco CSPC 2.7.x. Quick Start Guide. Feb CSPC Quick Start Guide

Cisco CSPC 2.7.x. Quick Start Guide. Feb CSPC Quick Start Guide CSPC Quick Start Guide Cisco CSPC 2.7.x Quick Start Guide Feb 2018 2018 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 17 Contents Table of Contents 1. INTRODUCTION

More information

Checking System Status General Steps

Checking System Status General Steps Checking System Status General Steps Contents Overview... 3 1. Check General System Status... 3 2. Check Data Being Collected Into the System... 4 3. Check ETL Processes... 6 4. Check Data Transfers...

More information

Cisco ACI App Center. One Platform, Many Applications. Overview

Cisco ACI App Center. One Platform, Many Applications. Overview White Paper Cisco ACI App Center One Platform, Many Applications Overview Cisco Application Centric Infrastructure (Cisco ACI ) is a comprehensive software-defined networking (SDN) solution designed from

More information

Working with Cisco UCS Manager

Working with Cisco UCS Manager This chapter includes the following sections: Cisco UCS Domains and Cisco UCS Central, page 1 Registering a Cisco UCS Domain Using Cisco UCS Manager GUI, page 3 Registering a Cisco UCS Domain Using Cisco

More information

C Commands. Cisco Nexus 5500 Series NX-OS System Management Command Reference 1

C Commands. Cisco Nexus 5500 Series NX-OS System Management Command Reference 1 C s customer-id (Call Home), page 2 contract-id (Call Home), page 3 configure maintenance profile, page 4 commit (session), page 6 commit (Call Home), page 7 clear ntp statistics, page 8 clear ntp session,

More information

Network Programmability with Cisco Application Centric Infrastructure

Network Programmability with Cisco Application Centric Infrastructure White Paper Network Programmability with Cisco Application Centric Infrastructure What You Will Learn This document examines the programmability support on Cisco Application Centric Infrastructure (ACI).

More information

Identiv Connected Physical Access Manager (ICPAM)

Identiv Connected Physical Access Manager (ICPAM) Identiv Connected Physical Access Manager (ICPAM) Version 3.0 License Activation Quick Guide January 20, 2017 Table of Contents Generating an Identiv ICPAM License 2 Locating Your ICPAM Unique System Identifier

More information

Trends and challenges Managing the performance of a large-scale network was challenging enough when the infrastructure was fairly static. Now, with Ci

Trends and challenges Managing the performance of a large-scale network was challenging enough when the infrastructure was fairly static. Now, with Ci Solution Overview SevOne SDN Monitoring Solution 2.0: Automate the Operational Insight of Cisco ACI Based Infrastructure What if you could automate the operational insight of your Cisco Application Centric

More information

Cisco Identity Services Engine

Cisco Identity Services Engine 164 CISCO Cisco Identity Services Engine Configuration overview The Cisco Identity Services Engine (ISE) DSM for QRadar accepts syslog events from Cisco ISE appliances with log sources configured to use

More information

Determine the DN of an Object Within the APIC GUI

Determine the DN of an Object Within the APIC GUI Determine the DN of an Object Within the APIC GUI Document ID: 119419 Contributed by Shae Eastman and Gabriel Monroy, Cisco TAC Engineers. Jan 04, 2016 Contents Introduction Determine the DN of an Object

More information

5 days lecture course and hands-on lab $3,295 USD 33 Digital Version

5 days lecture course and hands-on lab $3,295 USD 33 Digital Version Course: Duration: Fees: Cisco Learning Credits: Kit: DCAC9K v1.1 Cisco Data Center Application Centric Infrastructure 5 days lecture course and hands-on lab $3,295 USD 33 Digital Version Course Details

More information

Cisco Integrated Management Controller (IMC) Supervisor is a management system that allows you to manage rack mount servers on a large scale.

Cisco Integrated Management Controller (IMC) Supervisor is a management system that allows you to manage rack mount servers on a large scale. Contents Introduction Prerequisites Requirements Qualified Serviers Minimum Firmware Versions Supported PCiE Cards Supported Hypervisor versions Supported Browser Versions Configure Deploying Cisco IMC

More information

IBM FlashSystem 720 & FlashSystem 820 Remote Support Overview

IBM FlashSystem 720 & FlashSystem 820 Remote Support Overview IBM FlashSystem 720 & FlashSystem 820 Remote Support Overview Copyright IBM Corporation 2014 i Applicable Products Product: IBM FlashSystem 720 Product Version(s): 6.3.1-p10, 6.3.0 Product: IBM FlashSystem

More information

3.1. Administrator s Guide TNT SOFTWARE. ELM Log Manager. Version

3.1. Administrator s Guide TNT SOFTWARE. ELM Log Manager. Version Version 3.1 TNT SOFTWARE ELM Log Manager Administrator s Guide TNT SOFTWARE ELM Log Manager 3.1 Administrator s Guide Copyright 1997-2003 TNT Software All Rights Reserved 2001 Main Street Vancouver, WA

More information

Configuring Role-Based Access Control

Configuring Role-Based Access Control Configuring Role-Based Access Control This chapter includes the following sections: Role-Based Access Control, page 1 User Accounts for Cisco UCS Manager, page 1 User Roles, page 3 Privileges, page 4 User

More information

Management Software. SmartView TM EMS (Element Management System) 1-1. Management Software. Polled Network Elements

Management Software. SmartView TM EMS (Element Management System) 1-1. Management Software. Polled Network Elements Management Software Centralized Device Management Real-time visual representations & processing of alarms Long term event storage (up to 1 year) Easy, User-Friendly Operation Interface CTC Union s SmartView

More information

Services. Service descriptions. Cisco HCS services

Services. Service descriptions. Cisco HCS services Service descriptions, page 1 Infrastructure Platform Automation Description, page 5 Infrastructure Manager Sync Introduction, page 5 Service descriptions After the installation of the Cisco HCM-F platform,

More information

Configuring Call Home

Configuring Call Home CHAPTER 4 Call Home provides an e-mail-based notification of critical system events. A versatile range of message formats are available for optimal compatibility with pager services, standard e-mail, or

More information

Cisco Prime Collaboration Deployment Configuration and Administration

Cisco Prime Collaboration Deployment Configuration and Administration Cisco Prime Collaboration Deployment Configuration and Administration Services, page 1 Limitations and Restrictions, page 5 Services After the installation of the Cisco Prime Collaboration Deployment platform,

More information

Forescout. Controller Plugin. Configuration Guide. Version 1.1

Forescout. Controller Plugin. Configuration Guide. Version 1.1 Forescout Network Module: Centralized Network Controller Plugin Version 1.1 Contact Information Forescout Technologies, Inc. 190 West Tasman Drive San Jose, CA 95134 USA https://www.forescout.com/support/

More information

Management Software. SmartView TM EMS (Element Management System) Management Software. Management Software. Polled Network Elements

Management Software. SmartView TM EMS (Element Management System) Management Software. Management Software. Polled Network Elements Centralized Device Management Real-time visual representations and processing of alarms Long term event storage (up to 1 year) Easy, User-Friendly Operation Interface CTC Union s SmartView TM Element Management

More information

Connecting the iologik 2000 to a SolarWinds NPM

Connecting the iologik 2000 to a SolarWinds NPM Moxa Technical Support Team support@moxa.com The purpose of this note is to provide a detailed example of how to connect a Moxa Smart Remote I/O device, the iologik 2000 series, with the SolarWinds Network

More information

Smart Net Total Care SNTC Deployment, Demo and Features. Hernani Crespi Technical Engagement Manager Oct 2014

Smart Net Total Care SNTC Deployment, Demo and Features. Hernani Crespi Technical Engagement Manager Oct 2014 Smart Net Total Care SNTC Deployment, Demo and Features Hernani Crespi Technical Engagement Manager Oct 2014 Customer Challenges Smart Net Total Care Service Smart Net Total Care Overview How It Works

More information

User Registration. Terminology Overview CHAPTER

User Registration. Terminology Overview CHAPTER CHAPTER 2 This chapter provides details about the user registration process of the Cisco smart portal and covers the following areas: Terminology Overview User Creation Process Overview Launch the Smart

More information

Configuring Call Home

Configuring Call Home 54 CHAPTER This chapter describes how to configure the Call Home feature in Catalyst 4500 Series Switch. Note For complete syntax and usage information for the switch commands used in this chapter, refer

More information

RSA NetWitness Logs. Trend Micro OfficeScan and Control Manager. Event Source Log Configuration Guide. Last Modified: Thursday, November 30, 2017

RSA NetWitness Logs. Trend Micro OfficeScan and Control Manager. Event Source Log Configuration Guide. Last Modified: Thursday, November 30, 2017 RSA NetWitness Logs Event Source Log Configuration Guide Trend Micro OfficeScan and Control Manager Last Modified: Thursday, November 30, 2017 Event Source Product Information: Vendor: Trend Micro Event

More information

Health Scores. Understanding Health Scores

Health Scores. Understanding Health Scores Understanding, on page 1 Understanding Faults, on page 4 How Are Calculated, on page 5 Health Score Use Cases, on page 7 Understanding ACME's Operations team has been challenged on a regular basis to answer

More information

Acronis Backup & Recovery 11 Beta Advanced Editions

Acronis Backup & Recovery 11 Beta Advanced Editions Acronis Backup & Recovery 11 Beta Advanced Editions Quick Start Guide Table of contents 1 Main components... 3 2 Supported operating systems... 3 3 Where do I install the components?... 3 4 What you need

More information

Configuring Layer 4 to Layer 7 Resource Pools

Configuring Layer 4 to Layer 7 Resource Pools Configuring Layer 4 to Layer 7 Resource Pools About Layer 4 to Layer 7 Resource Pools, page 1 About External IP Address Pools, page 2 About External Layer 3 Routed Domains and the Associated VLAN Pools,

More information

Cisco Services Platform Collector 2.7.4

Cisco Services Platform Collector 2.7.4 Cisco Services Platform Collector 2.7.4 Release Notes March 27, 2018 2018 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 9 Contents Table of Contents 1. INTRODUCTION

More information

Mobility Services CAS. wips CHAPTER

Mobility Services CAS. wips CHAPTER 13 CHAPTER This chapter briefly describes the CAS or wips services that WCS supports and gives steps for mobility procedures that are common across all services. You can refer to the Cisco Context-Aware

More information

Simplifying Blade Server Update with Dell Repository Manager

Simplifying Blade Server Update with Dell Repository Manager Simplifying Blade Server Update with Dell Repository Manager Dell Engineering December 2015 A Dell Technical White Paper Revisions Date December 2015 Description Initial release THIS WHITE PAPER IS FOR

More information

Role-Based Access Configuration

Role-Based Access Configuration Role-Based Access Control Overview, page 1 User Accounts for Cisco UCS, page 1 User Roles, page 3 Locales, page 9 Locally Authenticated User Accounts, page 11 Monitoring User Sessions, page 19 Role-Based

More information

Firepower extensible Operating System (FXOS) 2.2: Chassis Authentication and Authorization for remote management with ACS using RADIUS

Firepower extensible Operating System (FXOS) 2.2: Chassis Authentication and Authorization for remote management with ACS using RADIUS Firepower extensible Operating System (FXOS) 2.2: Chassis Authentication and Authorization for remote management with ACS using RADIUS Contents Introduction Prerequisites Requirements Components Used Configure

More information

Jeppesen Solution Integrator Overview DOCUMENT VERSION 1.0

Jeppesen Solution Integrator Overview DOCUMENT VERSION 1.0 Jeppesen Solution Integrator Overview DOCUMENT VERSION 1.0 OCTOBER 1, 2014 Jeppesen Solution Integrator Overview DOCUMENT VERSION 1.0 Contents Figures Tables v vii Introduction 1 Getting Started........................................................

More information

Release Notes for Cisco UCS Platform Emulator, Release 3.1(1ePE1)

Release Notes for Cisco UCS Platform Emulator, Release 3.1(1ePE1) Release Notes for Cisco UCS Platform Emulator, Release 3.1(1ePE1) First Published: April 12, 2016 Current Release: 3.1(1ePE1) This document describes system requirements, new features, images information,

More information

About Cisco ACI with Microsoft SCVMM

About Cisco ACI with Microsoft SCVMM This chapter contains the following sections: About, page 1 Getting Started with, page 4 Upgrading the Components, page 25 Deploying Tenant Policies, page 28 Troubleshooting the, page 34 REST API References,

More information

Installing or Recovering Cisco APIC Images

Installing or Recovering Cisco APIC Images Installation s, on page 1 Usage Guidelines, on page 2 Conditions for Recovering or Installing Cisco APIC Software Image, on page 5 Installing Cisco APIC Software Using a PXE Server, on page 5 Installing

More information

Cisco UCS Manager System Monitoring Guide, Release 3.2

Cisco UCS Manager System Monitoring Guide, Release 3.2 First Published: 2017-08-18 Last Modified: 2018-03-21 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387)

More information

ACS 5.x: LDAP Server Configuration Example

ACS 5.x: LDAP Server Configuration Example ACS 5.x: LDAP Server Configuration Example Document ID: 113473 Contents Introduction Prerequisites Requirements Components Used Conventions Background Information Directory Service Authentication Using

More information

Management. APIC Overview

Management. APIC Overview APIC Overview APIC Overview, on page 1 Configuring Protocols, on page 2 Role-Based Access Control, on page 11 Import and Export Policies, on page 14 There are a number of fundamental differences between

More information

Cisco Wide Area Application Services: Secure, Scalable, and Simple Central Management

Cisco Wide Area Application Services: Secure, Scalable, and Simple Central Management Solution Overview Cisco Wide Area Application Services: Secure, Scalable, and Simple Central Management What You Will Learn Companies are challenged with conflicting requirements to consolidate costly

More information

Networking Domains. Physical domain profiles (physdomp) are typically used for bare metal server attachment and management access.

Networking Domains. Physical domain profiles (physdomp) are typically used for bare metal server attachment and management access. This chapter contains the following sections:, on page 1 Bridge Domains, on page 2 VMM Domains, on page 2 Configuring Physical Domains, on page 4 A fabric administrator creates domain policies that configure

More information

ForeScout Extended Module for Carbon Black

ForeScout Extended Module for Carbon Black ForeScout Extended Module for Carbon Black Version 1.0 Table of Contents About the Carbon Black Integration... 4 Advanced Threat Detection with the IOC Scanner Plugin... 4 Use Cases... 5 Carbon Black Agent

More information

Managing the Capability Catalog in Cisco UCS Manager

Managing the Capability Catalog in Cisco UCS Manager Managing the Capability Catalog in Cisco UCS Manager This chapter includes the following sections: Capability Catalog, page 1 Activating a Capability Catalog Update, page 3 Verifying that the Capability

More information

How to Configure SMTP. To clearly document how to configure SMTP to send s from Eclipse.net

How to Configure SMTP. To clearly document how to configure SMTP to send  s from Eclipse.net Purpose: To clearly document how to configure SMTP to send emails from Eclipse.net Contents Windows Server 2003 - SMTP Installation... 2 Windows Server 2008 SMTP Installation... 5 Windows Server 2003/Windows

More information

Cisco Unified Customer Voice Portal

Cisco Unified Customer Voice Portal This chapter explains the procedures you must perform to configure the Cisco Unified CVP Call and OAMP servers on Side A and Side B. Validate Network Card, page 2 Configure Unified CVP Call Server, page

More information

RSA NetWitness Platform

RSA NetWitness Platform RSA NetWitness Platform Event Source Log Configuration Guide Cisco Sourcefire Defense Center (formerly Sourcefire Defense Center) Last Modified: Monday, November 5, 2018 Event Source Product Information:

More information

Cisco UCS Monitoring Resource Handbook

Cisco UCS Monitoring Resource Handbook Cisco UCS Monitoring Resource Handbook Authored by Eric Williams Jeff Foster Jason Shaw This document is intended to be a central repository of monitoring resources and recommendations for Cisco UCS Manager

More information

Initial Configuration Steps of FireSIGHT Systems

Initial Configuration Steps of FireSIGHT Systems Initial Configuration Steps of FireSIGHT Systems Document ID: 118595 Contributed by Nazmul Rajib and Jose Escobar, Cisco TAC Engineers. Oct 09, 2014 Contents Introduction Prerequisite Configuration Step

More information

The information in this document is based on these software and hardware versions:

The information in this document is based on these software and hardware versions: Contents Introduction Prerequisites Requirements Components Used Background Information Workflow Prerequisites Configure Add Credentials Add the Network Adress Cluster Applications Overview Page SI CUCDM

More information

Setting up. Discovering the Network. Planning Discovery Runs CHAPTER

Setting up. Discovering the Network. Planning Discovery Runs CHAPTER CHAPTER 3 After you install Prime NCS (WAN) and launch the browser, read the following sections to learn how to get started using Prime NCS (WAN): Discovering the Network, page 3-1 Setting Up Site Profiles,

More information

ESET REMOTE ADMINISTRATOR PLUG-IN FOR KASEYA. Technical Setup and User Guide

ESET REMOTE ADMINISTRATOR PLUG-IN FOR KASEYA. Technical Setup and User Guide ESET REMOTE ADMINISTRATOR PLUG-IN FOR KASEYA Technical Setup and User Guide ESET REMOTE ADMINISTRATOR PLUG-INFOR KASEYA Copyright 2014 by ESET, spol. s r.o. ESET REMOTE ADMINISTRATOR Plug-in FOR KASEYA

More information

User and System Administration

User and System Administration CHAPTER 2 This chapter provides information about performing user and system administration tasks and generating diagnostic information for obtaining technical assistance. The top-level Admin window displays

More information

Call-Home Profile Configuration Mode

Call-Home Profile Configuration Mode The is used to create groups of users that will receive alerts when events occur. The Smart Call Home service sends real-time alerts, remediation, and personalized web-based reports to the Cisco Technical

More information

SIEM Solution Integration With Control Manager

SIEM Solution Integration With Control Manager Contents Introduction... 3 Overview... 3 Direct Mode... 4 Bridge Mode... 5 Functional Design... 5 SNMP Trap... 6 Syslog... 6 Log Forwarder Tool... 9 Configure LogForwarder Settings... 10 Trigger Application...

More information

3.1. Administrator s Guide TNT SOFTWARE. ELM Enterprise Manager. Version

3.1. Administrator s Guide TNT SOFTWARE. ELM Enterprise Manager. Version Version 3.1 TNT SOFTWARE ELM Enterprise Manager Administrator s Guide TNT SOFTWARE ELM Enterprise Manager 3.1 Administrator s Guide Copyright 1997-2003 TNT Software All Rights Reserved 2001 Main Street

More information

ForeScout Open Integration Module: Data Exchange Plugin

ForeScout Open Integration Module: Data Exchange Plugin ForeScout Open Integration Module: Data Exchange Plugin Version 3.2.0 Table of Contents About the Data Exchange Plugin... 4 Requirements... 4 CounterACT Software Requirements... 4 Connectivity Requirements...

More information

ECDS MDE 100XVB Installation Guide on ISR G2 UCS-E and VMWare vsphere Hypervisor (ESXi)

ECDS MDE 100XVB Installation Guide on ISR G2 UCS-E and VMWare vsphere Hypervisor (ESXi) ECDS MDE 100XVB Installation Guide on ISR G2 UCS-E and VMWare vsphere Hypervisor (ESXi) Revised: November, 2013 Contents Overview, page 1 Guidelines and Limitations, page 1 Prerequisites, page 2 Installation

More information

Cisco Prime Network Client Overview

Cisco Prime Network Client Overview CHAPTER 1 Cisco Prime Network (Prime Network) provides a suite of GUI tools that offer an intuitive interface for managing the network and services, and for performing required system administration activities.

More information

Cisco APIC-EM Network Path Visualization v1

Cisco APIC-EM Network Path Visualization v1 Cisco APIC-EM Network Path Visualization v1 Last Updated: 04-DEC-2015 About This Solution Cisco Application Policy Infrastructure Controller Enterprise Module (APIC-EM) is a software-defined networking

More information

Overview of Cisco UCS Manager GUI

Overview of Cisco UCS Manager GUI Overview of Cisco UCS Manager GUI This chapter includes the following sections: Overview of Cisco UCS Manager GUI, page 1 Logging in to Cisco UCS Manager GUI through HTTPS, page 6 Logging in to Cisco UCS

More information

Toggling Between Basic and Advanced GUI Modes

Toggling Between Basic and Advanced GUI Modes This chapter contains the following sections: Toggling Between Basic and Advanced GUI Modes, page 1 About Getting Started with APIC Examples, page 2 Switch Discovery with the APIC, page 2 Configuring Network

More information

ULD Tracking System Quick Guide

ULD Tracking System Quick Guide ULD Tracking System Page 2 of 13 CONTENTS 1. FUNCTIONS. 1.1 Inventory Search 1.2 Inventory station totals 1.3 ULD Request 1.3.1 Overview 1.3.2 Create new request 1.4 UCMs 2. ADMINISTRATION 2.1 Station

More information

Embedded Event Manager (EEM)

Embedded Event Manager (EEM) CHAPTER 12 This chapter consists of the following: What is EEM? Components of Cisco IOS EEM Types of Actions What is EEM? EEM (Embedded Event Manager) is an IOS technology that runs on the control plane

More information

Frequently Asked Questions About Performance Monitor

Frequently Asked Questions About Performance Monitor APPENDIXA Frequently Asked Questions About Performance Monitor The following topics answer common questions about Performance monitor and contain troubleshooting tips: Installation, page A-1 Importing,

More information

Use Plug and Play to Deploy New Devices

Use Plug and Play to Deploy New Devices About Plug and Play, page 1 Prerequisites for Using Plug and Play, page 2 Plug and Play Workflow, page 2 Use the Plug and Play Dashboard to Monitor New Device Deployments, page 4 Create Plug and Play Profiles

More information