Posts

Showing posts with the label Cisco Security

Integrate Cisco Umbrella with Cisco SecureX

Image
In this article we're going to take a look at how to integrate Cisco Umbrella with the Cisco SecureX dashboard. The process is rather straight-forward in that the administrator only needs to enable single sign-on within Umbrella in order for this to work. To enable single sign-on within Umbrella, complete the following steps: Login into Cisco Umbrella and navigate to Admin > Authentication Enable single sign-on and select 'Cisco Secure Sign-On' and click 'NEXT' Verify the Cisco Secure Sign-On by testing the configuration. If unsuccessful, follow the on-screen instructions. When successful, the pop-up page with appear to let you know that SAML is configured correctly and you should also see a small green tick on the Umbrella page (as shown in the screenshots below). For step 3 you will need to Save and Notify users that SAML has been configured. Read the on-screen information and if happy to proceed, mark the two check boxes and click 'SAVE AND NOTIFY USERS...

Installing Cisco Configuration Professional Express

Image
In this article we are going to take a look at how to install Cisco Configuration Professional Express. Prerequisites Ensure that you have compatible Cisco devices that support CCP Step 1. Download CCP from the  Cisco website  and unzip the folder (CCP Express is FREE) Step 2. Download a TFTP server of your choice – in my example I selected Solarwinds Step 3. Select the correct directory on the TFTP server and ensure the Cisco files downloaded previously are reachable from that directory Step 4. Configure your end device so that it is reachable from the Cisco device Step 5. Configure the Cisco device – the following configurations are taken from my lab example:   username wizkid privilege 15 secret algorytm-type scrypt  PASSWORD interface GigabitEthernet1 ip address 192.168.50.254 255.255.255.0 ip domain name cisco.com hostname R1 ip http server ip http authentication local ip http secure-server   You don’t have to generate RSA keys but if you choose to, the ...