CCNA Video: Configuring IP Addresses
 

In preparation of our CCNA exam, we want to make sure we cover the various concepts that we could see on our Cisco CCNA exam. So to assist you, below we will discuss Configuring IP Addresses.

Created by Camtasia Studio 6

The Camtasia Studio video content presented here requires a more recent version of the Adobe Flash Player. If you are you using a browser with JavaScript disabled please enable it now. Otherwise, please update your version of the free Flash Player by downloading here.

An IP address must be assigned to a switch if you plan to use SNMP or connect to the switch through a Web browser or Telnet. If the switch needs to send traffic to a different IP network, the traffic is routed to a default gateway. Here’s the procedure for configuring a switch IP address:

SwitchA>enable
SwitchA#config term
SwitchA(config)#ip address 10.2.5.10 255.255.255.0
SwitchA(config)#ip default-gateway 10.2.5.2
SwitchA(config)#exit
SwitchA#show ip
 
The no ip address command resets the address to the default (0.0.0.0). Each unique IP address can have a host name associated with it. A maximum of six IP addresses can be specified as named servers. Domain Name System (DNS) is a system used to translate names into addresses. If a system sees an address it does not recognize, it refers to DNS, which is enabled by default with a server address of 255.255.255.255. The ip domain-lookup and the no ip domain-lookup commands turn DNS on and off, respectively.
 
Router IP Host Names
 
When names are used to route traffic, they must be translated into addresses. Routers must be able to associate host names with IP addresses to communicate with other IP devices. The ip host command manually assigns host names to addresses.
 
Configuring IP Addresses Summary
  •  
  • The ip address command sets the IP address and subnet mask.
  •  
  • The ip name-server command defines which hosts can provide the name service.
  •  
  • DNS translates node names into addresses.
  •  
  • The show hosts command displays host names and addresses.

    I hope you found this article to be of use and it helps you prepare for your Cisco CCNA certification. Achieving your CCNA certification is much more than just memorizing Cisco exam material. It is having the real world knowledge to configure your Cisco equipment and be able to methodically troubleshoot Cisco issues. So I encourage you to continue in your studies for your CCNA exam certification.

     
    [/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]