Agi Subagio wrote:
I have one cisco router that run bgp in it and that ip is 172.16.4.1/16.
Do you mean like this:

# This file was created by the pfSense package manager.  Do not edit!

AS 65001
holdtime 60
listen on 172.16.1.252/16
network 172.16.100.0/24
group "bgp lintasarta" {
    remote-as 65002
        neighbor 172.16.4.1/16 {
        descr "bgp lintasarta"
announce none }
}
deny from any
deny to any
allow from 172.16.4.1/16
allow to 172.16.4.1/16


Evgeny Yurchenko wrote:
Chris Buechler wrote:
On Tue, Oct 6, 2009 at 10:42 PM, Agi Subagio <[email protected]> wrote:
I have pf 1.2-RELEASE and OpenBGP 0.5 installed.
I have configure bgpd.conf using webGUI like this:

# This file was created by the pfSense package manager.  Do not edit!

AS 65001
holdtime 60
listen on 172.16.1.252/16
router-id 100
network 172.16.100.0/24
deny from any
deny to any

But the bpgd won't start. Should I use pf 1.2.3 to use OpenBGP 0.5?

You must use 1.2.2 or newer.

You can skip specification of 'listen on' and 'router-id' or provide IP-addresses for both parameters. Plus you have to specify at least one neighbor.


I mean like this:

AS 65001
holdtime 60
listen on 172.16.1.252
network 172.16.100.0/24
group "bgp lintasarta" {
   remote-as 65002
       neighbor 172.16.4.1 {
       descr "bgp lintasarta"
}
}
deny from any
deny to any
allow from 172.16.4.1
allow to 172.16.4.1

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Commercial support available - https://portal.pfsense.org

Reply via email to