Cisco CCNA Networking For Beginners: The Ultimate Beginners Crash Course To Learn Cisco Quickly And Easily (CCNA, Networking, IT Security, ITSM) by Adam Vardy

Cisco CCNA Networking For Beginners: The Ultimate Beginners Crash Course To Learn Cisco Quickly And Easily (CCNA, Networking, IT Security, ITSM) by Adam Vardy

Author:Adam Vardy [Vardy, Adam]
Language: eng
Format: epub
Published: 2015-08-26T22:00:00+00:00


In the output below, the only available single slot number is zero.

In the output below, you will notice that there are two FastEthernet Interfaces, which can be configured to 1 or 0.

In the final output below, take note that the main built-in interface was chosen. Once the prompt changes to config-if, it will be easy to configure different parameters such as speed, protocols, IP address, and duplex for Serial Interfaces.

Configuring DNS

In working with advanced configurations such as access lists and routing on IOS devices, you also need to refer to other devices. You can do this by either using hostnames or IP address. Taking note and using IP address of different devices is near impossible and difficult to troubleshoot. Thus, IOS offers two methods to identify names of IP address.

The most common method is to access a DNS server, which you may already have in your network. Just add the IP address of the DNS service by using the ip-name-server command. You can include as many DNS servers as you want. The IOS will communicate to these servers in a series until it receives a reply. When you have included a DNS server, each time the device discovers a name, it will resolve it through server query.

Another method is creating a name map to IP addresses within the IOS. These mappings are also known as host tables. Take note that this method doesn’t convert the IOS as a DNS server. It simply set ups a local list for the router. In order to do this, you can use the ip host name ip_address command.

Backing Up Configuration

Remember, changes in the configuration are made through the running-config that is distinct from the start-up confic viewed during the boot up. If you fail to save the running-config to the NVRAM as start-up config, the changes will be erased during the reboot.

In order to save the running-config, you need to enter the exec mode and use the copy command. You need to supply two important parameters: the source (running-config) and the destination (startup-config). Hence, the command that you must use is copy running-config startup-config as you will see below.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.