[Xorp-users] Updates Received: 0, Updates Sent: 0

Florin Dinu fd2 at cs.rice.edu
Sun Nov 25 19:34:25 PST 2007


Me bothering again :(

it still does not work..after changing some stuff stuff
So, basically there are no updates sent.I cannot see any of them with 
either tcpdump or traceoptions.Only keep alives are sent.
With show bgp peers detail i can see that all sessions are ESTABLISHED

In my boot file i have

        bgp-id: 10.1.6.2
        local-as: 65001

        peer 10.1.6.3 { 
            local-ip: 10.1.6.2
            as: 65003
            next-hop: 10.1.6.2
        }
        peer 10.1.3.3 {
            local-ip: 10.1.3.2      //another of this router's ips
            as: 65002
            next-hop: 10.1.3.2
        }
        network4 10.1.5.0/24 {
            next-hop: 10.1.5.2
            unicast: true
            multicast: true
        }
        network4 10.1.8.0/24 {
            next-hop: 10.1.8.3
            unicast: true
            multicast: true
        }

10.1.5.2 and 10.1.8.3 are both reachable (respond to pings ok)
Typing route i get
10.1.8.0        *               255.255.255.0   U     0      0        0 eth3
10.1.5.0        *               255.255.255.0   U     0      0        0 eth2
10.1.6.0        *               255.255.255.0   U     0      0        0 eth4
10.1.6.0        *               255.255.255.0   U     0      0        0 eth3
10.1.3.0        *               255.255.255.0   U     0      0        0 eth5
so here you can also see that those next-hops are connected.

I also wrote two policies ( one for import one for export) that only 
have a then clause that says accept.
It seems this way all routes received are matched.

Any ideas what am i missing?
Thank you
Florin



More information about the Xorp-users mailing list