[Xorp-users] xorp and gre tunnel

Алексей Мисюренко alexey.misyurenko at gmail.com
Fri Jan 28 10:49:02 PST 2011


Hello!

I try to use ospfv2 on my PC with OpenSUSE 11.3.
Below my last try of xorp.conf before I write to mail-list.
I try create tunnel gre1 in several way. ping work, but by tcpdump
I can't see any packets related to ospf on GRE1 tunnel.

    protocols {
        ospf4 {
            router-id: 192.168.255.129
            area 0.0.0.0 {
                area-range 192.168.130.0/30 {
                }
                area-range 192.168.255.129/32 {
                }
                interface gre1 {
                    vif gre1 {
                        address 192.168.130.2 {
                            interface-cost: 10
                        }
                    }
                }
                interface lo {
                    vif lo {
                        address 192.168.255.129 {
                            passive {
                            }
                        }
                    }
                }
            }
        }
    }
    fea {
        unicast-forwarding4 {
        }
        unicast-forwarding6 {
            disable: true
        }
    }
    interfaces {
        interface lo {
            vif lo {
                address 127.0.0.1 {
                    prefix-length: 8
                    loopback: true
                }
                address 127.0.0.2 {
                    prefix-length: 8
                    loopback: true
                }
                address 192.168.255.129 {
                    prefix-length: 32
                    loopback: true
                }
            }
        }
        interface gre1 {
            description: "Link_To_DAL"
            vif gre1 {
                address 192.168.130.2 {
                    prefix-length: 30
                }
            }
        }
    }



-- 
С Уважением, Алексей Мисюренко.



More information about the Xorp-users mailing list