################################################# Host Sunrise ################################################# # # Config by ERS for OSPF/SUNRISE # traceoptions "/var/log/gated" size 1m files 5 route; rip no{}; ospf yes { traceoptions "/var/log/gated.ospf" size 1m files 5 hello lsabuild spf dd ack; backbone { authtype simple; interface 10.0.2.1 { authkey "test";}; interface 10.0.3.1 { authkey "ethbat";}; }; }; import proto ospfase { ALL; }; export proto ospfase type 1 { proto ospfase { All metric 1;}; proto static { ALL metric 1;}; proto direct { ALL metric 1;}; }; ################################################# Host Ghost ################################################# # # Config by ERS for OSPF/GHOST # traceoptions "/cisco/log/gated" size 1m files 5 route; rip no{}; ospf yes { traceoptions "/cisco/log/gated.ospf" size 1m files 5 hello lsabuild spf dd ack; backbone { authtype simple; interface 10.0.1.1 { authkey "test";}; interface 10.0.3.2 { authkey "ethbat";}; }; }; import proto ospfase { ALL; }; export proto ospfase { proto ospfase { All metric 1;}; proto static { ALL metric 1;}; proto direct { ALL metric 1;}; };