[Xorp-users] Peer error

Atanu Ghosh atanu@ICSI.Berkeley.EDU
Mon, 23 Aug 2004 15:55:03 -0700


>>>>> "Nathan" == Nathan K <doesnotcount@hotmail.com> writes:

    Nathan> It seems as though I want to make my own bgp daemon that
    Nathan> uses the BGPPeer class without a peer handler as I'm not
    Nathan> interested in the plumbing. I have two goals, send
    Nathan> customized Update packets to routers where different routers
    Nathan> get different update packets targeted to them. The second
    Nathan> goal is to parse incoming update packets from routers to
    Nathan> determine AS to Subnet mappings.

    Nathan> Is there any reason why I couldn't design a daemon that
    Nathan> creates a list of BGPPeer objects and sends out specific
    Nathan> updates to each BGPPeer object? And as well has these
    Nathan> BGPPeer objects receiving updates from other routers and
    Nathan> storing information about those routes?

I don't see why this wouldn't work.

  Atanu.