I?appear to be?having a problem with my?Vyatta BGP configuration. My ISP is telling me that they are?not seeing any routes being received from my router. I have a single static route that I am trying to advertise it?back to them.?
My router appears to be talking with it's peer. When I do show BGP peers, I get (ip's changed to protect the innocent):: Peer IP????????? AS???? State??? Ver? Msg Rx???? Msg Tx? Update Rx? Update Tx -------????????? --???? -----??? ---? ------???? ------? ---------? --------- 1.1.1.7???????? 22222? ESTAB??? 4??? 8959?????? 8996???????? 1????????? 11 My isp sent me the following show BGP?summary on their side: ? isp-router#show ip bgp sum | i 11111 1.1.1.8?11111 ESTAB 3h13m22s 0 0 1 0 When I do show BGP routes, I get the following [EMAIL PROTECTED]> show bgp routes Status Codes: * valid route, > best route Origin Codes: i IGP, e EGP, ? incomplete 1.1.1.8?11111 ESTAB 3h13m22s 0 0 1 0 When I do show BGP routes, I get the following [EMAIL PROTECTED]> show bgp routes Status Codes: * valid route, > best route Origin Codes: i IGP, e EGP, ? incomplete ?? Prefix???????????? Nexthop????????? BGP-ID?????????? MED LP? AS-Path ?? ------???????????? -------????????? ------?????????? --- --- ------- *> 1.1.1.2/27????? 1.1.1.3????????? 0.0.0.0????????????? 100???? ? *> 0.0.0.0/0????????1.1.1.7???????? ?1.1.1.9?????????? 0 100????22222 i Why would it be showing ? for the AS-Path and not the local AS number? I am guessing that is the problem, but I haven't determined how to resolve it. When I do a show route, I get the following: [EMAIL PROTECTED]> show route Routes: 5/5, Paths: 5/5 0.0.0.0/0???????????????? [static(1)]???? > to 1.1.1.7????? via eth2 10.0.0.65/32??????????? [connected(0)]? > to 10.0.0.65????????? via lo 1.1.1.6/30?????????????? [connected(0)]? > to 1.1.1.8????? via eth2 127.0.0.0/8???????????? [connected(0)]? > to 127.0.0.1????????? via lo 1.1.1.2/27?????????????? [connected(0)]? > to 1.1.1.3???? via eth3 This?is my current configuration: [EMAIL PROTECTED]> ??? protocols { ??????? bgp { ??????????? bgp-id: 1.1.1.8 ??????????? local-as:?11111 ??????????? export: "REDIST_LOCAL" ??????????? peer "1.1.1.7" { ??????????????? local-ip: 1.1.1.8 ??????????????? as:?22222 ??????????????? next-hop: 1.1.1.8 ??????????? } ??????? } ??????? static { ??????????? route 1.1.1.2/27 { ??????????????? next-hop: 1.1.1.3 ??????????? } ??????????? route 0.0.0.0/0 { ??????????????? next-hop:?1.1.1.7 ??????????? } ??????? } ??? } ??? policy { ??????? policy-statement "REDIST_LOCAL" { ??????????? term 1 { ??????????????? from { ??????????????????? protocol: "connected" ??????????????????? network4: 1.1.1.2/27 ??????????????? } ??????????????? then { ??????????????????? action: "accept" ??????????????? } ??????????? } ??????? }??? ??? interfaces { ??????? loopback lo { ??????????? address 10.0.0.65 { ??????????????? prefix-length: 32 ??????????? } ??????? } ??????? ethernet eth0 { ??????????? hw-id: 00:00:00:00:00:00 ??????? } ??????? ethernet eth1 { ??????????? hw-id: 00:00:00:00:00:00 ??????? } ??????? ethernet eth2 { ??????????? hw-id: 00:00:00:00:00:0 ??????????? address 1.1.1.8 { ??????????????? prefix-length: 30 ??????????? } ??????? } ??????? ethernet eth3 { ??????????? hw-id: 00:00:00:00:00:00 ??????????? address 1.1.1.3 { ??????????????? prefix-length: 27 ??????????? } ??????? } ??? } Can anyone tell me what is incorrect in my configuration? Any help or suggestions?are appreciated. ________________________________________________________________________ More new features than ever. Check out the new AOL Mail ! - http://webmail.aol.com
_______________________________________________ Vyatta-users mailing list Vyatta-users@mailman.vyatta.com http://mailman.vyatta.com/mailman/listinfo/vyatta-users