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.