03-29-2013 05:56 AM - edited 03-07-2019 12:32 PM
how can convert IP to dyanamic to static
---
Posted by WebUser Robert Naperi from Cisco Support Community App
03-29-2013 08:00 AM
Hi,
Here are three different approaches you can use to move from using dynamic IPs, handed out by DHCP, to configuring static or permanent addresses:
This is great if you find it beneficial that all the computers and devices have a permanent IP address. Just keep in mind that you'll need to manage these addresses.
If you have more than a few clients on the network, you'll probably have to store a list of addresses and reference it when new clients join, so there isn't a conflict.
We'll step through these approaches in the next sections
In Simple words for static we define the ip address manually under the interface.
Ex:
Int f0/0
ip address 1.1.1.1 255.255.255.0 <<< This means you are statically defining the ip address to the interface.
*Set to an IP address which is unchanged for months or years at a time. This is a static IP address
.
HTH
REgards
Inayath
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide