[Xorp-users] BGP on Windows

Andy Deyek30 at hotmail.com
Thu May 19 06:50:46 PDT 2016


We have managed to successfully get a BGP session up and active but we are not sending an update message with our advertised routes. I can't help but feel like there is one small thing missing from our simple and straight forward configuration. Please help!

interfaces {
    interface Ethernet3 {
vif Ethernet3 {
   address 172.23.2.26 {
prefix-length: 30
   }
}
    }
}

fea {
    unicast-forwarding4 {
disable: false
    }
}

policy {
   policy-statement "static-to-bgp" {
      term a {
        from {
          protocol: "static"
          metric: 1
        }
        to {
          neighbor: 172.23.2.25
        }
        then {
          med: 13
          accept
        }
      }
   }
 }

protocols {
    static {
        route 172.23.31.0/24 {
            next-hop: 172.23.2.26
            metric: 1
            }
        }
    bgp {
bgp-id: 172.23.2.26
local-as: 65111
export: "static-to-bgp"

peer 172.23.2.25 {
   local-ip: 172.23.2.26
   as: 30624
   next-hop: 172.23.2.26
}

/*
traceoptions {
   flag {
verbose
message-in
message-out
state-change
policy-configuration
   }
}
*/
    }
}

Thanks,
Andrew
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ICSI.Berkeley.EDU/pipermail/xorp-users/attachments/20160519/b69f87a3/attachment.html 


More information about the Xorp-users mailing list