How I Passed the CCNA 200-301 Cisco Exam?

I just passed the CCNA Cisco Certified Network Associate (200-301) exam, which is associate level certification for beginners by cisco. In this blog article, I’ll like to discuss about how I have been studied for the certification exam, so you might be able to use a similar. Cisco will judge your performance on the certification exam … Read more

CCNA Jobs in IT Industry

CCNA Certification Explanation Within the advance countries there are numerous possibilities available when lookin…Each form of qualification differs in delivery method and comprehension, aiming to…Certifications and short courses are highly respected qualification and highly paid. The way in which the Canada, America, UK and other advance countries it has more. Cisco offer full career track … Read more

CCNA Trainer in USA

Saeed Ahmad is widely regarded as the best CCNA trainer in the USA for online classes. With over 15 years of experience as a network instructor, Saeed is a certified professional who has a proven track record of helping students succeed in their CCNA studies. As an online instructor, Saeed is able to reach students … Read more

Configure FTP, DNS & Web with Packet Tracer

1- At the Router> prompt, issue the enable command, and provide the required password when prompted. The prompt changes to Router#, which indicates that the router is now in privileged mode. 2- Configure the FTP username and password.R#config terminalR(config)#ip ftp username testR(config)#ip ftp password testR(config)#endR# 3- Copy the configuration to the FTP server.R#copy running-config ftp:Address … Read more

Individual Live Online |CCNA

Instructor-led eLearning Attend our live online public Cisco CCNA training for individuals. An instructor teaches you online from a location of your choice. Purchase self-paced Cisco CCNA eLearning to attend training on a timeframe that works for you or your team’s schedule. Download Course Individual live online CCNA There are several potential benefits to taking … Read more

Cisco Router as DHCP Server

Step I: Create the dhcp pool by NameRouter(config)#ip dhcp pool pool1 Step II: Assign network of IP addressRouter(dhcp-config)#network 192.168.1.0 255.255.255.0 Step III: Assign a default gateway to that above mentioned poolRouter(dhcp-config)#default-router 192.168.1.1 Step IV: Assign a dns to that above mentioned poolRouter(dhcp-config)#dns-server 192.168.1.5 Router(dhcp-config)#?default-router Default routersdns-server Set name serverexit Exit from DHCP pool configuration mode … Read more

VTY(Virtual Terminal) VTY lines .

VTY(Virtual Terminal) VTY lines enable remote access using Telnet or SSH to the device. Securing VTY line access: First enter line VTY configuration mode using the line vty 0 15 command in global configuration mode. Next, specify the VTY password using the password password command. Finally, enable VTY access using the login command.