Routing Security

One security measure that is often overlooked onhijacking of a complete network or to completely
networks is routing security. Even on closed networks,shutdown the network with a denial of service attack.
routing security is important and many times ITWith proper routing security you can help control this
professionals overlook securing their routing protocols.problem on the network. For one, most current
Most of the time they feel that because the routinggeneration routing protocols allow for authentication to
protocols can't be compromised from outside thetake place. For example, with EIGRP you can create
network, then they disregard the fact that they can bean authentication key and use that key to authenticate
just as easily compromised from inside the network ifrouters on the network. When a router receives
not easier. Routing security can be just as important inroutes with the proper authentication key, only then will
your security policy as anything else.it allow the routes to update the routing table. If the
Many large networks with multiple internal subnets userouter receives routes that do not have the right
routing protocols across the infrastructure to automateauthentication key, it just ignores them.
route path discovery. These routers rely on sendingIt is also important to note that if you are using a
their routing tables and route information to each otherrouting protocol on your network, ensure that you are
to allow for proper network convergence. Setting upusing a current generation protocol and not an
route protocols on the network passes this informationobsolete protocol like RIP. Most of the newer protocols
across the network to allow other routers to receivelike EIGRP will only send routing table information when
the information. Some protocols broadcast this trafficroutes on the network change. This helps alleviate the
across the network for anyone to hear. By default,issue of sending route information across the network
routers configured with routing protocols such as RIP,for anyone to grab with a sniffer. Another method to
OSPF, or EIGRP will automatically update their routinghelp prevent that is to create a distribution list so that
tables regardless of where the routing updates havethe routes only get sent to specific routers in a unicast
come from. This means that anyone who knows whatfashion.
they are doing can easily forge route update packetsRouting security, while often overlooked, should be an
and send them across the network to place their ownimportant part of your network security policy. A little
routes into routers on the corporate infrastructure.common sense and some basic knowledge on routing
This is why routing security is important. Imagineprotocols can really help you secure your route
allowing an attacker to update the routes on yourinfrastructure to prevent attacks from inside the
network to pass all traffic destined for one IP addressnetwork from occurring.
to another network completely. This allows for easy