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

Basic Router Configuration Review

Verification Commands Common verification commands include the following: •show ip interface brief •show running-config interface interface-type number •show interfaces •show ip interface •show ip route •ping In each case, replace ip with ipv6 for the IPv6 version of the command. Filter Command Output Filtering commands can be used to display specific sections of output. To enable the filtering command, enter … Read more

Configure IP Default Static Routes

Default Static Route •A default route is a static route that matches all packets. A single default route represents any network that is not in the routing table. •Routers commonly use default routes that are either configured locally or learned from another router. The default route is used as the Gateway of Last Resort. •Default … Read more

Types of Static Routes

Static routes are commonly implemented on a network. This is true even when there is a dynamic routing protocol configured. Static routes can be configured for IPv4 and IPv6. Both protocols support the following types of static routes: •Standard static route •Default static route •Floating static route •Summary static route Static routes are configured using … Read more

Troubleshoot Static IPv4

Troubleshoot IPv4 Static and Default Route Configuration Network Changes Networks fail for a number of reasons: •An interface can fail •A service provider drops a connection •Links can become oversaturated •An administrator may enter a wrong configuration. Network administrators are responsible for pinpointing and solving the problem. To efficiently find and solve these issues, it … 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 Training Classes in Virginia Beach

Get online CCNA 200-301 Training in Virginia, We offers CCNA classes in Virginia Beach, Virginia in several format, where as get official course, one on one live training with certified only mentor. For most Cisco CCNA courses, we offer both public online training for individuals online training for private groups. Contact on live chat for … 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.

New CCNA 200-301 Course

Target Audience The Cisco Networking Academy® CCNA® 7.0 curriculum is designed for participants who are seeking associate-level jobs in the ICT industry or hope to fulfill prerequisites to pursue more specialized ICT skills. The CCNA 7.0 curriculum provides an integrated and comprehensive coverage of networking topics including: IP routing and switching fundamentals, network security and … Read more