Wednesday, February 3, 2021

Giving the BIRD ( bgp )

 Here's a simple bird bgp conf if you remember a post that I made a few years back


Ken Felix Security Blog: Giving the Bird to Pfsense OpenBGD (socpuppet.blogspot.com)


Will it's 6+ years later and I'm setting up a bird bgp router for diagnostics and testing.



router id 0.0.0.1 ;

protocol device {

   scan time 10;

}

protocol kernel {

   persist;

   learn;

   import all;

   export all;

}

protocol bgp SOC{

   local as 5706 ;

   neighbor x.x.x.x as 23352;

   import all;

   export none;

   preference 160;

   hold time 6;

}

More to come.



Ken Felix 

NSE ( network security expert) and Route/Switching Engineer
kfelix  -----a----t---- socpuppets ---dot---com
     ^      ^
=(  @  @ )=
         o

        /  \

No comments:

Post a Comment