HEllo,

That's sad but i have the feeling there is still the same BGP problem on VC 3.0.

Case study: openmaniak.com/vyatta_case4.php
Live CD 3.0 + floppy disk


Below the router config.
When the router is loaded the BGP appears correctly for
 some seconds and then disappear.

And after show bgp routes, i have:

"BGP is not configured"


 Troopy


[EMAIL PROTECTED] show
    protocols {
        bgp {
            bgp-id: 50.0.1.2
            local-as: 65001
            export: "to-BGP"
            peer "10.0.1.1" {
                local-ip: 10.0.2.2
                as: 65001
                next-hop: 10.0.2.2
            }
            peer "100.0.2.4" {
                import: "LocalPref"
                local-ip: 100.0.2.2
                as: 65004
                next-hop: 100.0.2.2
            }
        }
        ospf4 {
            router-id: 50.0.1.2
            area 0.0.0.0 {
                interface eth0 {
                    address 10.0.2.2 {
                    }
                }
            }
            export: "to-OSPF"
        }
    }
    policy {
        policy-statement "to-OSPF" {
            term 1 {
                from {
                    protocol: "connected"
                }
                then {
                    metric: 2000
                    action: "accept"
                }
            }
            term 2 {
                from {
                    protocol: "bgp"
                }
                then {
                    metric: 2000
                    action: "accept"
                }
            }
        }
        policy-statement "to-BGP" {
            term 1 {
                from {
                    protocol: "connected"
                }
                then {
                    action: "accept"
                }
            }
            term 2 {
                from {
                    protocol: "bgp"
                }
                then {
                    action: "accept"
                }
            }
        }
        policy-statement LocalPref {
            term 1 {
                then {
                    localpref: 222
                    action: "accept"
                }
            }
        }
    }
    interfaces {
        loopback lo {
            address 50.0.1.2 {
                prefix-length: 32
            }
        }
        ethernet eth0 {
            hw-id: xxxxx
            address 10.0.2.2 {
                prefix-length: 24
            }
        }
        ethernet eth1 {
            hw-id: xxxxx
            address 100.0.2.2 {
                prefix-length: 24
            }
        }
    }
    service { 

 
______________________________________________________
Désirez vous une adresse éléctronique @suisse.com?
Visitez la Suisse virtuelle sur http://www.suisse.com

_______________________________________________
Vyatta-users mailing list
Vyatta-users@mailman.vyatta.com
http://mailman.vyatta.com/mailman/listinfo/vyatta-users

Reply via email to