<div dir="ltr"><div style="color:rgb(34,34,34);text-transform:none;text-indent:0px;letter-spacing:normal;font-family:Arial,Helvetica,sans-serif;font-size:small;font-style:normal;font-weight:400;word-spacing:0px;white-space:normal;background-color:rgb(255,255,255)">To all, </div><div style="color:rgb(34,34,34);text-transform:none;text-indent:0px;letter-spacing:normal;font-family:Arial,Helvetica,sans-serif;font-size:small;font-style:normal;font-weight:400;word-spacing:0px;white-space:normal;background-color:rgb(255,255,255)"><br></div><div style="color:rgb(34,34,34);text-transform:none;text-indent:0px;letter-spacing:normal;font-family:Arial,Helvetica,sans-serif;font-size:small;font-style:normal;font-weight:400;word-spacing:0px;white-space:normal;background-color:rgb(255,255,255)">I've always known what FRR is, and what it can do.  I've just never had to do it myself -- I've been lucky enough to have really good WAN admins who just delivered packet to me over an Ethernet cable and I stayed in the kernel where I could only break MY machine, not everyone else's on the Internet.  Some poor soul told me I should venture out and let me do this.... God protects the foolish so here I go....</div><div style="color:rgb(34,34,34);text-transform:none;text-indent:0px;letter-spacing:normal;font-family:Arial,Helvetica,sans-serif;font-size:small;font-style:normal;font-weight:400;word-spacing:0px;white-space:normal;background-color:rgb(255,255,255)"><br></div><div style="color:rgb(34,34,34);text-transform:none;text-indent:0px;letter-spacing:normal;font-family:Arial,Helvetica,sans-serif;font-size:small;font-style:normal;font-weight:400;word-spacing:0px;white-space:normal;background-color:rgb(255,255,255)">What I'm trying to do:</div><div style="color:rgb(34,34,34);text-transform:none;text-indent:0px;letter-spacing:normal;font-family:Arial,Helvetica,sans-serif;font-size:small;font-style:normal;font-weight:400;word-spacing:0px;white-space:normal;background-color:rgb(255,255,255)"><br></div><div style="color:rgb(34,34,34);text-transform:none;text-indent:0px;letter-spacing:normal;font-family:Arial,Helvetica,sans-serif;font-size:small;font-style:normal;font-weight:400;word-spacing:0px;white-space:normal;background-color:rgb(255,255,255)">My transit provider has given me a GRE tunnel for my IP blocks and over which I am to do BGP.  Specifically (made up IPs, but valid prefixes)</div><div style="color:rgb(34,34,34);text-transform:none;text-indent:0px;letter-spacing:normal;font-family:Arial,Helvetica,sans-serif;font-size:small;font-style:normal;font-weight:400;word-spacing:0px;white-space:normal;background-color:rgb(255,255,255)"><br></div><div style="color:rgb(34,34,34);text-transform:none;text-indent:0px;letter-spacing:normal;font-family:Arial,Helvetica,sans-serif;font-size:small;font-style:normal;font-weight:400;word-spacing:0px;white-space:normal;background-color:rgb(255,255,255)">- GRE tunnel endpoints 10.1.0.1 (their end) --- 10.1.0.2 (my end).  Tunnel works and passes packets</div><div style="color:rgb(34,34,34);text-transform:none;text-indent:0px;letter-spacing:normal;font-family:Arial,Helvetica,sans-serif;font-size:small;font-style:normal;font-weight:400;word-spacing:0px;white-space:normal;background-color:rgb(255,255,255)">- Prefixes: </div><div style="color:rgb(34,34,34);text-transform:none;text-indent:0px;letter-spacing:normal;font-family:Arial,Helvetica,sans-serif;font-size:small;font-style:normal;font-weight:400;word-spacing:0px;white-space:normal;background-color:rgb(255,255,255)">     <span> </span><a style="color:rgb(17,85,204)" href="http://199.181.204.0/24" target="_blank">199.181.204.0/24</a></div><div style="color:rgb(34,34,34);text-transform:none;text-indent:0px;letter-spacing:normal;font-family:Arial,Helvetica,sans-serif;font-size:small;font-style:normal;font-weight:400;word-spacing:0px;white-space:normal;background-color:rgb(255,255,255)">       2602:805:A000::/44</div><div style="color:rgb(34,34,34);text-transform:none;text-indent:0px;letter-spacing:normal;font-family:Arial,Helvetica,sans-serif;font-size:small;font-style:normal;font-weight:400;word-spacing:0px;white-space:normal;background-color:rgb(255,255,255)"><br></div><div style="color:rgb(34,34,34);text-transform:none;text-indent:0px;letter-spacing:normal;font-family:Arial,Helvetica,sans-serif;font-size:small;font-style:normal;font-weight:400;word-spacing:0px;white-space:normal;background-color:rgb(255,255,255)">It seems to me, I need to create an frr file like this?  (daemons has bgpd on)</div><div style="color:rgb(34,34,34);text-transform:none;text-indent:0px;letter-spacing:normal;font-family:Arial,Helvetica,sans-serif;font-size:small;font-style:normal;font-weight:400;word-spacing:0px;white-space:normal;background-color:rgb(255,255,255)">---------------------------------------------</div><div style="color:rgb(34,34,34);text-transform:none;text-indent:0px;letter-spacing:normal;font-family:Arial,Helvetica,sans-serif;font-size:small;font-style:normal;font-weight:400;word-spacing:0px;white-space:normal;background-color:rgb(255,255,255)"> version 7.5<br></div><div style="color:rgb(34,34,34);text-transform:none;text-indent:0px;letter-spacing:normal;font-family:Arial,Helvetica,sans-serif;font-size:small;font-style:normal;font-weight:400;word-spacing:0px;white-space:normal;background-color:rgb(255,255,255)">frr default traditional<br>hostname esxi<br>password 5System5!zebra<br>enable password 5System5!zebra<br>log syslog traditional<br><br>ip forward<br>ipv6 forward<br>ip forward<br>service integrated-vtysh-conf<br>router bgp 398319<br>  neighbor V4 peer-group<br>  neighbor V4 as THEIR-ASN<br>  neighbor 10.1.0.2 peer-group V4<br>  neighbor V6 peer-group<br>  neighbor V6 remote-as THEIR-ASN<br>  neighbor THEIR-V6-IP<br><br>  address-family ipv4 unicast<br>     redistribute connected<br>     neighbor V4 route-map IMPORT in<br>     neighbor V4 route-map EXPORT out<br>  exit-address-family<br><br>  address-family ipv6 unicase<br>     redistributee connected<br>     neighbor V6 activate<br>     neighbor V6 route-map INPORT in<br>     neighbor V6 route-map EXPORT out<br>  exit-address-family<br><br>route-map EXPORT deny 100<br>route-map EXPORT permit 1<br>   match interface lo<br>route-map IMPORT deny 1<br><br>line vty<br><b></b><i></i><u></u><sub></sub><sup></sup><strike></strike>---------------------------------</div><div style="color:rgb(34,34,34);text-transform:none;text-indent:0px;letter-spacing:normal;font-family:Arial,Helvetica,sans-serif;font-size:small;font-style:normal;font-weight:400;word-spacing:0px;white-space:normal;background-color:rgb(255,255,255)">Is this even close?   I just want to announce my internal prefixes out to them.  Also, I've put this in frr.conf vtysh.conf, etc.  and it never seems to be part of the config.  Clearing I'm quite worng.  Where do I go from here?</div>

</div>