

- Cisco webex teams full#
- Cisco webex teams code#
- Cisco webex teams series#
- Cisco webex teams download#
Cisco webex teams download#
From the main Webex Teams page, you may download the Desktop App or continue to use Teams via the web.Once authenticated, you will be returned to the main Webex Teams page.Enter your RCS ID and your RCS password, then click Login. After pressing the Next button, the standard RPI Shibboleth Identity Provider page will be display.Enter your RPI email address in the space provided. You will be automatically taken to the login page.Once you have been added, you will be able to successfully activate your account using the instructions below.
Cisco webex teams full#
Please provide your RPI email address, full name, and affiliation with the campus community.

If you receive an error, please submit a Help Request and select Webex Support and Training as the MultiMedia Request Category. If you are new to the Rensselaer community, you may need to have your RPI email address added to Webex before you will be able to successfully perform the procedure below. In order to use Webex Teams, your account must be activated first, by following these instructions. Ask a question or leave a comment below.Webex Teams is a cloud-based application that provides video conferencing & online collaboration space. DevNet has further explanations about other Cisco DNA Center topics. In the meantime, if you would like to learn more about Cisco DNA Center, you could visit Cisco DevNet.
Cisco webex teams series#
There are a number of other blogs in this series on Cisco DNA Center.

It would be simple to extend this simple example to create a new room for handling P1 cases, automatically adding people to the room. Click “subscribe” and the subscription will be created for the selected events.Ĭongratulations, you now have a working integration between your DNA Center and the python webhook server into webex teams. Create Subscriptionįor the simple example, there is no authentication, but this is easy to add. You also need to select the HTTP Method (POST). Select the “created a new endpoint option.” For this example, we need the IP address of the server and the port (9000 was the default). You can then click top left “subscribe,” and then “Create a new subscription.” You will see the screen below. Then click top right “Manage Subscriptions.” A tip is to make sure you click “show more” a few times so all 53 issues can be selected. Only the first 10 are shown by default. The first step is to go to Assurance->Manage->Issue Settings Manage Issues This has changed a lot from earlier releases and is now real time (vs 15min delay). I am going to focus on the 1.3.1 configuration. If you want to take a look at the payloads, you can look at the source of the issues in the github directory: The server will display the JSON payload, as well as sending it to the Webex Teams room. You need to change directory into the WebHookServer directory.
Cisco webex teams code#
The first step is to download the code and create a python virtual environment (the virtual environment is optional). Getting StartedĪs with all of my examples, the sample code is posted on github. Version 1.3.1 of Cisco DNA Center provides native email integration, so I will focus on the Webex Teams integration. This blog post provides a simple python script to send a notification to a Webex Teams room, or email server. The next question is what to do with the events? Some customers would like to send them to an email system, where as others would like to create a message in an instant messaging system.įortunately, there is a webhook based notification that can be used to process and handle issue notifications. Read previous blogs in Adam’s Cisco DNA Center series Find out about network issues before your users do!Ĭisco DNA center has a powerful issue correlation engine for enterprise wired and wireless networks. Taking real time feeds of network telemetry it is able to identify issues and provide context for resolution.
