Cisco Exam 300-810 (CLICA) Review

Finally completed CCNP Collaboration!!!!! 😎😎😎😎 

It took almost 3 months from the beginning. 

There were some tricky questions about certificates and MWI.

I will briefly list some topics you need to know before taking the exam.

  • Knowledge of 350-801 CLCOR plus
  • SAML SSO - Process flow, components, Kerberos, 2FA, MFA, features
  • CIMP- High Availability, Apple Push Notification Service, Persistent chat, Federation (XMPP and SIP), services (XCP Router and XCP services)
  • CUC - Call Handler, Voicemail, Routing Rules(Direct and Forward), LDAP Integration, AXL, AA, MWI(configuration, integration, t/s and SIP security profile), Toll-Fraud prevention, Restriction table, T/S integration with CUCM, and digital networking
  • Jabber and Webex App - DNS(SRV, A record, _cisco-uds.tcp, _collab-edge.tls, nslookup, mapping, hostname), service discovery, analysis of jabber logs, phone control(CTI Manager), voicemail integration, certificates(tomcat, cup-xmpp, cup-xmpp-s2s, self-signed and trusted CA), little bit of Expressway C&E MRA, t/s messages over B2B, MRA
  • port numbers and codecs - 5060/5061 SIP, 443/8443 HTTPS, 5222 XMPP, G.711ulaw, G.711alaw, G.722 and G.729
I couldn't find an official guide unfortunately so I studied exam topics using tech notes and googling. 
Check Official Exam Topics from here

Good luck 😀😁😄👋👍

 

Python Part2 - Syntax

 Let's get started with some basic syntax!

1, print ()

It prints the specific message to the screen. 

Examples











2. input()

It takes input from the user and returns it. 

Examples







It only accepts form of a string. If you wanted to take an integer.

we need to convert it using int()

Example)







If you wanted to take a float,




Python Part1 - Installation

What is Python??

It's a programming language developed by Guido Van Rossum at 1991.
It's simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance.

For more information visit https://www.python.org/doc/essays/blurb/
Download Link https://www.python.org/downloads/

Visual Studio Code(VS Code)

It is a source-code editor developed by Microsoft for Windows, Linux and macOS. Features include support for debugging, syntax highlighting, intelligent code completion, snippets, code refactoring, and embedded Git.

Download Link https://code.visualstudio.com/download

After installation,

File > Open Folder > Create your folder for this practice > Select 
Ticked the checkbox and Hit Yes


I created a file called test.py under created folder.
Now, we need to select an interpreter. 


Choose "Python(Base)" 

Enter print("Hello") Click Run button and check output



Cisco 2960C IOS Upgrade Guide

First of all, prepare latest IOS files from Cisco

https://software.cisco.com/download/home/283915795/type/280805680/release/15.2.7E9?catid=268438038

File Name: c2960c405-universalk9-mz.152-7.E9

Next, Back up the configs. Just in case!😀

Download tftp64 https://pjo2.github.io/tftpd64/ 

We need to transfer the above file to the C2960 flash memory.

Enter command: copy tftp flash



Once completed transfer, enter sh flash: to verify


then we need to reboot the device and switch to new IOS version

enter command: reload
enter command: boot c2960c405-universalk9-mz.152-7.E9.bin
enter command: reload



enter command: show version


🙋👍👍👍

Cisco Packet Tracer Download & Installation

Navigate to https://www.netacad.com/courses/packet-tracer

Courses > Packet Tracer > View Courses > Skill For All 


Sign up with Google or Netacad account OR Create New Account


Once Signed in, navigate to https://skillsforall.com/resources/lab-downloads

Download and follow the prompt


Easy and Free :)