The Two Principles Of Troubleshooting
- Never trust someone else’s configuration.
- Don’t trust your own configuration.
But in all seriousness. If you’re migrating configuration, this would be a good place to start:
- Check all your IP addresses are consistent.
- Check your masks are consistent.
- Check your interfaces are correct.
- If you’re working with peers, check your IP addresses for the peers are correct.I mean all 4 octets. Not just the last one, or two, or three. ALL FOUR. If it’s v6, then FML. Bite the bullet and write a script.
- Is there a naming convention to follow? There’s a temptation when migrating to stick with the old name, but new devices may require a different convention is adhered to. Reasons for this range from the whimsical to the valid.
If you’re coming up with something new, and it involves addressing new interfaces then start with this:
- First check your IP allocations are correct. By this, I mean check if you have any hierarchy or ordering. For example, do you reserve addresses by site, geographic location or application? If you do, then make sure these are consistent with what you’ve planned.
- Is your addressing valid? i.e: Are the subnets and host addresses you’ve assigned correct? Continue reading