Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - #Configuration of bino's ROUTER-B
 - log syslog all;
 - router id 10.0.0.2;
 - protocol device {
 - scan time 10;
 - }
 - protocol kernel {
 - export all;
 - scan time 15;
 - }
 - protocol static {
 - import all;
 - }
 - protocol ospf {
 - import all;
 - export filter {
 - ospf_metric1 = 1000;
 - if source = RTS_STATIC then accept; else reject;
 - };
 - area 0 {
 - interface "bat0" {
 - cost 1000;
 - type broadcast;
 - hello 5; retransmit 2; wait 10; dead 60;
 - authentication none;
 - };
 - };
 - }
 
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment