- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- ip address planning guide
Switches, Hubs, and Modems
1819933
Members
3440
Online
109607
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-14-2004 10:03 PM
тАО09-14-2004 10:03 PM
Hello,
I'm working on a project for a customer that needs to migrate his lan (campus style lan, with some buildings) from one ip address class to another.
Is there any planning guide or docs with checklist to follow to make a good job ?
thanks in advance
kind regards
Davide
I'm working on a project for a customer that needs to migrate his lan (campus style lan, with some buildings) from one ip address class to another.
Is there any planning guide or docs with checklist to follow to make a good job ?
thanks in advance
kind regards
Davide
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-15-2004 05:21 AM
тАО09-15-2004 05:21 AM
Solution
Don't know of anything canned other than
http://www.cisco.com/univercd/cc/td/doc/cisintwk/idg4/nd2002.htm or the CCDA training manual.
The major steps are:
Site Survey: What do you have now, where is it, if static what is its IP address and what operating system does it use, who controls it, how do we contact them, do they know how to change the IP.
Design and Document New Network: What range will we need, is it big enough for growth, should we break it up into smaller subnets, what static IPs will be needed and who get them. Do we need more routers, switches, NICs, cables etc.
Prepare: Notify customers of date of change and their responsibility, Provide step by step instructions for changing IP data or switching to DHCP for all known types of operatings system, Assign new static IPs where required. Shorten lease time on DHCP (verify that you have admin passwords for DNS and know how to do to change the address pool). Add secondary addresses to routers or secondary NICs to server or consider NAT. Freeze changes after a certain date until after changeover. Publish number to call if it doesn't work. Order any required equipment.
Changeover. Reconfigure DNS servers, reconfigure static IPs on servers, have DHCP users reboot or release and renew. Test connections to major servers.
Cleanup. Fix the 10% who didn't get the word.
I assume you are talking about moving from something like 192.168.x.0 255.255.255.0 to 172.16.0.0 255.255.0.0 or 10.0.0.0 255.0.0.0. Is this all one big flat network or are you breaking it up into many smaller subnets?
A lot depends on the original setup. Are you using DHCP? If so, are there some servers and printers which have static addresses? You will need to locate all of these ahead of time and make sure that the administrator a. Still has the admin password and b. Knows the new address, mask, gateway, DNS, WNS and c. Knows how to change them and d. Knows when. Then you will need to get the word out to everyone using DHCP that they will need to reboot their system after the changeover. If a microsoft network do you have SMS so you can do things remotely?
If you are using static then you have to find every one of them and get its owner to change the setup. There will always be a few you don't find or who are on vacation.
One way to ease the transistion if you have Cisco routers (and possibly others) is to assign a secondary addresses in the new subnet and perhaps also use NAT or a second interface to make your major servers respond to both the old and new addresses for a change. With DHCP you can shorten the lease period in the weeks before changeover so that the machines will try to renew on their own even if the owner isn't around.
Ron
http://www.cisco.com/univercd/cc/td/doc/cisintwk/idg4/nd2002.htm or the CCDA training manual.
The major steps are:
Site Survey: What do you have now, where is it, if static what is its IP address and what operating system does it use, who controls it, how do we contact them, do they know how to change the IP.
Design and Document New Network: What range will we need, is it big enough for growth, should we break it up into smaller subnets, what static IPs will be needed and who get them. Do we need more routers, switches, NICs, cables etc.
Prepare: Notify customers of date of change and their responsibility, Provide step by step instructions for changing IP data or switching to DHCP for all known types of operatings system, Assign new static IPs where required. Shorten lease time on DHCP (verify that you have admin passwords for DNS and know how to do to change the address pool). Add secondary addresses to routers or secondary NICs to server or consider NAT. Freeze changes after a certain date until after changeover. Publish number to call if it doesn't work. Order any required equipment.
Changeover. Reconfigure DNS servers, reconfigure static IPs on servers, have DHCP users reboot or release and renew. Test connections to major servers.
Cleanup. Fix the 10% who didn't get the word.
I assume you are talking about moving from something like 192.168.x.0 255.255.255.0 to 172.16.0.0 255.255.0.0 or 10.0.0.0 255.0.0.0. Is this all one big flat network or are you breaking it up into many smaller subnets?
A lot depends on the original setup. Are you using DHCP? If so, are there some servers and printers which have static addresses? You will need to locate all of these ahead of time and make sure that the administrator a. Still has the admin password and b. Knows the new address, mask, gateway, DNS, WNS and c. Knows how to change them and d. Knows when. Then you will need to get the word out to everyone using DHCP that they will need to reboot their system after the changeover. If a microsoft network do you have SMS so you can do things remotely?
If you are using static then you have to find every one of them and get its owner to change the setup. There will always be a few you don't find or who are on vacation.
One way to ease the transistion if you have Cisco routers (and possibly others) is to assign a secondary addresses in the new subnet and perhaps also use NAT or a second interface to make your major servers respond to both the old and new addresses for a change. With DHCP you can shorten the lease period in the weeks before changeover so that the machines will try to renew on their own even if the owner isn't around.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-15-2004 07:14 PM
тАО09-15-2004 07:14 PM
Re: ip address planning guide
Thank you very much Ron for your explanation.
regards Davide
regards Davide
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-08-2007 12:17 AM
тАО08-08-2007 12:17 AM
Re: ip address planning guide
Thread closed
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP