<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://bgp.exa.org.uk, bgp.exa.org.uk/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://bgp.exa.org.uk, bgp.exa.org.uk/feed.php">
        <title>Exa Networks bgp</title>
        <description></description>
        <link>http://bgp.exa.org.uk, bgp.exa.org.uk/</link>
        <image rdf:resource="http://bgp.exa.org.uk, bgp.exa.org.uk/lib/images/favicon.ico" />
       <dc:date>2010-09-05T07:23:03+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://bgp.exa.org.uk, bgp.exa.org.uk/bgp/abnf?rev=1266232742&amp;do=diff"/>
                <rdf:li rdf:resource="http://bgp.exa.org.uk, bgp.exa.org.uk/bgp/bitsonwire?rev=1262723626&amp;do=diff"/>
                <rdf:li rdf:resource="http://bgp.exa.org.uk, bgp.exa.org.uk/bgp/examples?rev=1266233133&amp;do=diff"/>
                <rdf:li rdf:resource="http://bgp.exa.org.uk, bgp.exa.org.uk/bgp/faq?rev=1277799181&amp;do=diff"/>
                <rdf:li rdf:resource="http://bgp.exa.org.uk, bgp.exa.org.uk/bgp/flowspec?rev=1266173874&amp;do=diff"/>
                <rdf:li rdf:resource="http://bgp.exa.org.uk, bgp.exa.org.uk/bgp/start?rev=1278427537&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://bgp.exa.org.uk, bgp.exa.org.uk/lib/images/favicon.ico">
        <title>Exa Networks</title>
        <link>http://bgp.exa.org.uk, bgp.exa.org.uk/</link>
        <url>http://bgp.exa.org.uk, bgp.exa.org.uk/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://bgp.exa.org.uk, bgp.exa.org.uk/bgp/abnf?rev=1266232742&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-15T11:19:02+01:00</dc:date>
        <title>bgp:abnf</title>
        <link>http://bgp.exa.org.uk, bgp.exa.org.uk/bgp/abnf?rev=1266232742&amp;do=diff</link>
        <description>This is an attempt to describe the configuration file format using RFC 5234


From RFC 3986

 IPv6address   =                            6( h16 &quot;:&quot; ) ls32
               /                       &quot;::&quot; 5( h16 &quot;:&quot; ) ls32
               / [               h16 ] &quot;::&quot; 4( h16 &quot;:&quot; ) ls32
               / [ *1( h16 &quot;:&quot; ) h16 ] &quot;::&quot; 3( h16 &quot;:&quot; ) ls32
               / [ *2( h16 &quot;:&quot; ) h16 ] &quot;::&quot; 2( h16 &quot;:&quot; ) ls32
               / [ *3( h16 &quot;:&quot; ) h16 ] &quot;::&quot;    h16 &quot;:&quot;   ls32
               / [ *4( h16 &quot;:&quot; ) h1…</description>
    </item>
    <item rdf:about="http://bgp.exa.org.uk, bgp.exa.org.uk/bgp/bitsonwire?rev=1262723626&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-05T20:33:46+01:00</dc:date>
        <title>bgp:bitsonwire</title>
        <link>http://bgp.exa.org.uk, bgp.exa.org.uk/bgp/bitsonwire?rev=1262723626&amp;do=diff</link>
        <description>Bits On Wire


This is a copy from the google cache of &lt;http://slidersv.startlogic.com/bitsonwire/?p=46&gt; which content seems to have now vanished from the net (hopefully not for ever).

Basic NLRI BGP

Synopsis

Main reason for the test is to see how exactly does BGP session establishment and update exchange look on the packet level. Debugs are included to complete the picture.</description>
    </item>
    <item rdf:about="http://bgp.exa.org.uk, bgp.exa.org.uk/bgp/examples?rev=1266233133&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-15T11:25:33+01:00</dc:date>
        <title>bgp:examples</title>
        <link>http://bgp.exa.org.uk, bgp.exa.org.uk/bgp/examples?rev=1266233133&amp;do=diff</link>
        <description>IPv4 example
 neighbor 192.168.127.128 {
    description &quot;a quagga test peer&quot;;
    router-id 192.168.127.1;
    local-address 192.168.127.1;
    local-as 65000;
    peer-as 65000;
    graceful-restart;
 
    static {
       route 10.0.1.0/24 {
          next-hop 10.0.255.254;
       }
       route 10.0.2.0/24 {
          next-hop 10.0.255.254;
          community 30740:30740;
       }
       route 10.0.3.0/24 {
          next-hop 10.0.255.254;
          community [ 30740:30740 30740:0 ];
       …</description>
    </item>
    <item rdf:about="http://bgp.exa.org.uk, bgp.exa.org.uk/bgp/faq?rev=1277799181&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-06-29T09:13:01+01:00</dc:date>
        <title>bgp:faq</title>
        <link>http://bgp.exa.org.uk, bgp.exa.org.uk/bgp/faq?rev=1277799181&amp;do=diff</link>
        <description>Anticipated Users FAQ


Q: Where do I report bugs - ask for help ?? 

A: &lt;sigh&gt; ... contact me: thomas . mangin AT exa - networks . co . uk

Q: Where is the documentation ? 

A: Here and in the code .. really do you need more ??

Q: Is this code supported ? 

A: YES - Should you find any bug, please report it.</description>
    </item>
    <item rdf:about="http://bgp.exa.org.uk, bgp.exa.org.uk/bgp/flowspec?rev=1266173874&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-14T18:57:54+01:00</dc:date>
        <title>bgp:flowspec</title>
        <link>http://bgp.exa.org.uk, bgp.exa.org.uk/bgp/flowspec?rev=1266173874&amp;do=diff</link>
        <description>An example of FlowSpec setup
 neighbor 82.219.123.221 {
    [....] 
    flow {
       route {
          match {
             source 10.0.0.1/32;
             destination 192.168.0.1/32;
             port =80;
             destination-port =3128 &gt;8080&amp;&lt;8088;
             source-port &gt;1024;
             protocol tcp;
          }
          then {
             discard;
          }
       }
    }
 } thomas@router&gt; show configuration protocols bgp 
 local-as 30740;
 group flow {
    type external;
   …</description>
    </item>
    <item rdf:about="http://bgp.exa.org.uk, bgp.exa.org.uk/bgp/start?rev=1278427537&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-07-06T15:45:37+01:00</dc:date>
        <title>bgp:start</title>
        <link>http://bgp.exa.org.uk, bgp.exa.org.uk/bgp/start?rev=1278427537&amp;do=diff</link>
        <description>ExaBGP - A BGP Route Injector


 WE MOVED TO GOOGLE CODE 

Please go to ExaBGP for up-to-date information.

What is it ?


A BGP speaker which can inject routes with arbitrary next-hops into your network to source some ipv4/ipv6 routes (using both IPv4 and IPv6 TCP connections) and/or mitigate DDOS using flowspec.</description>
    </item>
</rdf:RDF>
