[Xorp-users] XORP OSPFv3 not functional

L Janovszki strauss69 at gmail.com
Thu Dec 4 06:28:41 PST 2008


Hi,

I've OSPFv3 in a triangle router setup (R1,R2,R3) and R4 (cisco) connected
to R3. See picture:

                  LAN1
                   |
                  R1
                 /  \
                /    \
       LAN2---R2-----R3 ---- R4 ----FW

Xorp (1.5~cvs.20080128) is running under ubuntu hardy. Segments
R1-LAN1,R1-R2,R2-LAN are not seen in the cisco.
I also downloaded the 1.5 latest and compiled which looks better I see every
segment distributed from R3 to R4 but after shut down R2 completely routing
messed  up. When the network is changing routing get unstable, segments are
missing again.

Config files are the same, only router-ids are different (10.4.6.1, 10.4.6.2,
10.4.6.3, 10.4.6.4) for the routers.

   protocols {
        ospf6 0 {
            router-id: 10.4.6.1
            area 0.0.0.0 {
                interface eth0 {
                    vif eth0 {
                    }
                }
                interface eth1 {
                    vif eth1 {
                    }
                }
                interface eth2 {
                    vif eth2 {
                    }
                }
            }
        }
    }
    fea {
        unicast-forwarding6 {
        }
    }
    interfaces {
        interface eth0 {
            description: "Ethernet"
            default-system-config
        }
        interface eth1 {
            description: "Ethernet"
            default-system-config
        }
        interface eth2 {
            description: "Ethernet"
            default-system-config {
            }
        }
    }


Was it tested before? For me it looks early implementation.
Any help would be appreciated !

Regards,
Levente
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ICSI.Berkeley.EDU/pipermail/xorp-users/attachments/20081204/973aa93f/attachment.html 


More information about the Xorp-users mailing list