Hi,

I have setup openbgp on two routers (Config below). I am connecting to
two uplink routers at my ISP.

My ISP Complains that one of the his sessions allways is idle. (He is
running a cisco
12000 IOS 12.0.something) and this is filling his logs.

He asked me to accept the bgp session on both routers and
only anounce my network on one of them.

Is this something taht can be done with openBGPD ?

Thanks in advance for any hints.


Manon


############################# CFG Router 1
peer_mesh_edge1_dus1="xx.xx.213.17"
peer_mesh_edge2_dus1="xx.xx.213.25"

# global configuration
#AS 65001
AS 65112
router-id xx.xx.152.246
log updates
network xx.xx.213.32/27

# neighbors and peers
group "peering ASN25074" {
        remote-as 25074
        neighbor $peer_mesh_edge1_dus1 {
                descr   "Primary Peer Mesh"
                local-address xx.xx.213.19
                announce self
                depend on carp1124
                tcp md5sig password XXXXXXYYYY
        }
        neighbor $peer_mesh_edge2_dus1 {
                descr "Secondary Peer Mesh"
                local-address 213.203.213.27
                announce self
                depend on carp1146
                tcp md5sig password XXXXXXYYYY
        }
}

############################# CFG Router 2
peer_mesh_edge1_dus1="xx.xx.213.17"
peer_mesh_edge2_dus1="xx.xx.213.25"

# global configuration
#AS 65001
AS 65111
router-id xx.xx.152.245
log updates
network xx.xx.213.32/27

# neighbors and peers
group "peering ASN25074" {
        remote-as 25074
        neighbor $peer_mesh_edge1_dus1 {
                descr   "Primary Peer Mesh"
                local-address xx.xx.213.18
                announce self
                depend on carp1124
                tcp md5sig password XXXXYYYYYYYYY
        }
        neighbor $peer_mesh_edge2_dus1 {
                descr "Secondary Peer Mesh"
                local-address xx.xx.213.26
                announce self
                depend on carp1146
                tcp md5sig password YYYYYYYXXXXXXXXX
        }
}

[demime 1.01d removed an attachment of type application/pgp-signature]

Reply via email to