I've been in the situation before were I needed to discover the neighbors of a Cisco device programmatically. This is useful in a case where you want to crawl a network without hard-coding a list of devices into your script. By default, all Cisco devices have Cisco Discovery Protocol (CDP …
Finding Cisco Neighbors with SNMP
Posted on in Networking
If you are at all familiar with
I've got a Class C (/24, subnet of 256 IPs) that I assign glue addresses for point-to-point links out of. Although all these little /30 subnets are in the same location, they are not guaranteed to be on the same router. So, the question is, how can I see which …
Generally speaking, a route server is a network device that does not participate directly in routing, but carries an entire routing table that other devices may refer to. Often times, this is a router that carries the entire Internet BGP routing table (currently over 220,000 routes).
You might have a situation where you have multiple network segments utilizing
This isn't late breaking information, but there's an interesting post in the
Let me start by saying this article is not about server load-balancing. That's a different topic, and I apologize if that's what you were looking for. That said, interface load-balancing is an interesting topic and one that comes up quite frequently.
On most networks, there is a subset of IP addresses assigned to "management" hosts. These hosts might be the workstations of network administrators or monitoring servers. One of the keys to network security is restricting who has access to the device. Generally, we think of access restriction in terms of …