Course Content
Address Resolution
Explain how ARP and ND enable communication on a network
0/3
CCNA: Switching, Routing, and Wireless Essentials
The second course in the CCNA curriculum focuses on switching technologies and router operations that support small-to-medium business networks and includes wireless local area networks (WLAN) and security concepts.
0/15
CCNA: Enterprise Networking, Security, and Automation
The third CCNA course describes the architectures and considerations related to designing, securing, operating, and troubleshooting enterprise networks – including wide area network (WAN) technologies & quality of service (QoS) mechanisms for secure remote access, along with software-defined networking, virtualization, & automation concepts supporting network digitization.
0/14
CCNA Course
About Lesson

Configure IP Addressing

Configure a host device with an IP address.

Manual IP Address Configuration for End Devices

End devices on the network need an IP address in order to communicate with other devices on the network. IPv4 address information can be entered into end devices manually, or automatically using Dynamic Host Configuration Protocol (DHCP).

  • To manually configure an IPv4 address on a Windows PC, open the Control Panel > Network Sharing Center > Change adapter settings and choose the adapter. Next right-click and select Properties to display the Local Area Connection Properties.
  • Next, click Properties to open the Internet Protocol Version 4 (TCP/IPv4) Properties window. Then configure the IPv4 address and subnet mask information, and default gateway.

Automatic IP Address Configuration for End Devices

DHCP enables automatic IPv4 address configuration for every end device that is DHCP-enabled. End devices are typically by default using DHCP for automatic IPv4 address configuration.

  • To configure DHCP on a Windows PC, open the Control Panel > Network Sharing Center > Change adapter settings and choose the adapter. Next right-click and select Properties to display the Local Area Connection Properties.
  • Next, click Properties to open the Internet Protocol Version 4 (TCP/IPv4) Properties window, then select Obtain an IP address automatically and Obtain DNS server address automatically.

Switch Virtual Interface Configuration

To access the switch remotely, an IP address and a subnet mask must be configured on the SVI. To configure an SVI on a switch:

  • Enter the interface vlan 1 command in global configuration mode.
  • Next assign an IPv4 address using the ip address ip-address subnet-mask command.
  • Finally, enable the virtual interface using the no shutdown command.

   

Other related topics

 

Topic Title Topic Objective
Cisco IOS Access Explain how to access a Cisco IOS device for configuration purposes.
Cisco IOS Navigation Explain how to navigate Cisco IOS to configure network devices.
Cisco IOS Command Structure Describe the command structure of Cisco IOS software.
Basic Cisco Device Configuration Configure a Cisco IOS device using CLI.
Save Cisco IOS Configurations Use IOS commands to save the running configuration.
Ports and Addresses Explain how devices communicate across network media.
Configure IP Addressing Configure a host device with an IP address.

Other useful information

 

Join the conversation