Routing Security

Architecture for Securing the Routing Infrastructure


Home
People
Publications
References
Download
 
Computer Security Group

Every machine running Zebra runs two daemons. The first daemon that should be run is zebra. zebra is Zebra's kernel routing manager. Zebra's protocol specific daemons like ripd, ospfd or bgpd should be run after that. Before running any protocol, the protocol should be configured by changing its configuration file in /usr/local/etc.

/usr/local/etc/zebra.conf on router foxtrot

/usr/local/etc/ripd.conf on router golf

/usr/local/etc/ospfd.conf on router bravo

/usr/local/etc/bgpd.conf on router foxtrot

The Zebra documentation should be referred for more information about the configuration file parameters.


Administrator