[Xorp-users] BGP setup

HJ hengjuen at gmail.com
Tue Sep 18 00:08:13 PDT 2007


Hi,
I try to play around with BGP using with below configuration and test setup,
but it seems like i am not able to send a packet over the other side. Can
anyone help to access my configuration file below?
Thanks in advance.
Heng Juen

Host  (send packet / ping) -------> (Eth0) BGP Router  (Eth1) ---------->
Receiving PC
Host IP:10.0.0.2
BGP Router IP Eth0: 10.0.0.1
BGP Router IP Eth1: 10.10.10.1
Receiving PC IP: 10.10.10.2

Here is my configuration file:

 restore-original-config-on-shutdown: false
    interface eth0 {
    description: "data interface 0"
    disable: false
    /* default-system-config */
    vif eth0 {
        disable: false
        address 10.0.0.1 {
        prefix-length: 24
        broadcast: 10.0.0.255
        disable: false
        }
    }
    }
   interface eth1 {
    description: "data interface 1"
    disable: false
    /* default-system-config */
    vif eth1 {
        disable: false
        address 10.10.10.1 {
        prefix-length: 24
        broadcast: 10.10.10.255
        disable: false
        }
    }
    }
}

fea {
    unicast-forwarding4 {
    disable: false
    forwarding-entries {
        retain-on-startup: false
        retain-on-shutdown:    false
    }
    }
}

protocols {
    bgp {
    bgp-id: 10.10.10.1
    local-as: 65002
    peer 10.0.0.1 {
        local-ip: 10.10.10.1
        as: 65000
        next-hop: 10.10.10.2
        holdtime: 90
        local-port: 179
        peer-port:179
    }
    }
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ICSI.Berkeley.EDU/pipermail/xorp-users/attachments/20070918/5c49071a/attachment.html 


More information about the Xorp-users mailing list