查看完整版本: 贴个最基本的配置:Olive-做MBGP-VPN的环境

芬必达 2007-11-17 09:26

贴个最基本的配置:Olive-做MBGP-VPN的环境

c1 {
    interfaces {
        fxp2 {
             unit 17 {
                 vlan-id 17;
                 family inet {
                     address 192.168.33.2/30;
                 }
             }
        }
        lo0 {
             unit 41 {
                 family inet {
                     address 200.200.41.41/32;
                 }
             }
        }
    }
    protocols {
        bgp {
             group external {
                 type external;
                 multihop;
                 export ext;
                 peer-as 65502;
                 neighbor 200.200.3.3;
             }
        }
    }
    policy-options {
        policy-statement ext {
             term 1 {
                 from protocol bgp;
                 then {
                     next-hop self;
                 }
             }
             term default {
                 then accept;
             }
        }
    }
    routing-options {
        static {
             route 200.200.3.3/32 next-hop 192.168.33.1;
        }
        autonomous-system 65411;
    }
}
c2 {
    interfaces {
        fxp2 {
             unit 19 {
                 vlan-id 19;
                 family inet {
                     address 192.168.44.2/30;
                 }
             }
        }
        lo0 {
             unit 42 {
                 family inet {
                     address 200.200.42.42/32;
                 }
             }
        }
    }
    protocols {
        bgp {
             group external {
                 type external;
                 multihop;
                 export ext;
                 peer-as 65502;
                 neighbor 200.200.4.4;
             }
        }
    }
    policy-options {
        policy-statement ext {
             term 1 {
                 from protocol bgp;
                 then {
                     next-hop self;
                 }
             }
             term default {
                 then accept;
             }
        }
    }
    routing-options {
        static {
             route 200.200.4.4/32 next-hop 192.168.44.1;
        }
        autonomous-system 65422;
    }
}
c3 {
    interfaces {
        fxp2 {
             unit 20 {
                 vlan-id 20;
                 family inet {
                     address 192.168.55.2/30;
                 }
             }
        }
        lo0 {
             unit 43 {
                 family inet {
                     address 200.200.43.43/32;
                 }
             }
        }
    }
    protocols {
        bgp {
             group external {
                 type external;
                 multihop;
                 local-address 200.200.43.43;
                 export ext;
                 peer-as 65502;
                 neighbor 200.200.5.5;
             }
        }
    }
    policy-options {
        policy-statement ext {
             term 1 {
                 from protocol bgp;
                 then {
                     next-hop self;
                 }
             }
             term default {
                 then accept;
             }
        }
    }
    routing-options {
        static {
             route 200.200.5.5/32 next-hop 192.168.55.1;
        }
        autonomous-system 65433;
    }
}
r1 {
    interfaces {
        fxp1 {
             unit 11 {
                 vlan-id 11;
                 family inet {
                     address 192.168.13.1/30;
                 }
                 family iso;
             }
             unit 12 {
                 vlan-id 12;
                 family inet {
                     address 192.168.14.1/30;
                 }
                 family iso;
             }
             unit 13 {
                 vlan-id 13;
                 family inet {
                     address 192.168.12.1/30;
                 }
                 family iso;
             }
        }
        fxp2 {
             unit 40 {
                 vlan-id 40;
                 family inet {
                     address 10.10.16.1/30;
                 }
             }
        }
        lo0 {
             unit 1 {
                 family inet {
                     address 200.200.1.1/32;
                 }
                 family iso {
                     address 49.0000.0000.0000.2002.0000.1001.00;
                 }
             }
        }
    }
    protocols {
        bgp {
             group external {
                 type external;
                 multihop;
                 local-address 200.200.1.1;
                 export ext;
                 neighbor 200.200.6.6 {
                     peer-as 65512;
                 }
             }
             group internal {
                 type internal;
                 local-address 200.200.1.1;
                 export ext;
                 peer-as 65502;
                 neighbor 200.200.3.3 {
                     cluster 2.2.2.2;
                 }
                 neighbor 200.200.4.4 {
                     cluster 2.2.2.2;
                 }
                 neighbor 200.200.2.2 {
                     cluster 3.3.3.3;
                 }
             }
        }
        ospf {
             area 0.0.0.0 {
                 interface fxp1.11;
                 interface fxp1.12;
                 interface fxp1.13;
                 interface lo0.1;
             }
        }
    }
    policy-options {
        policy-statement int {
             term ospf-to-bgp {
                 from protocol ospf;
                 then accept;
             }
             term 1 {
                 from protocol bgp;
                 then {
                     next-hop self;
                 }
             }
             term default {
                 then accept;
             }
        }
        policy-statement ext-to-int {
             term next-hop-self {
                 from protocol bgp;
                 then {
                     next-hop self;
                     accept;
                 }
             }
        }
        policy-statement ext {
             term 1 {
                 from protocol bgp;
                 then {
                     next-hop self;
                 }
             }
             term default {
                 then accept;
             }
        }
    }
    routing-options {
        static {
             route 200.200.6.6/32 next-hop 10.10.16.2;
        }
        autonomous-system 65502;
    }
}
r10 {
    interfaces {
        fxp1 {
             unit 25 {
                 vlan-id 25;
                 family inet {
                     address 172.16.70.2/30;
                 }
                 family iso;
             }
             unit 30 {
                 vlan-id 30;
                 family inet {
                     address 172.16.0.1/30;
                 }
             }
        }
        fxp2 {
             unit 28 {
                 vlan-id 28;
                 family inet {
                     address 172.16.90.2/30;
                 }
                 family iso;
             }
        }
        lo0 {
             unit 10 {
                 family inet {
                     address 200.200.10.10/32;
                 }
                 family iso {
                     address 47.0000.0000.0001.2002.0001.0010.00;
                 }
             }
        }
    }
    protocols {
        bgp {
             group internal {
                 type internal;
                 local-address 200.200.10.10;
                 export ext;
                 peer-as 65512;
                 neighbor 200.200.7.7 {
                     cluster 5.5.5.5;
                 }
                 neighbor 200.200.9.9 {
                     cluster 5.5.5.5;
                 }
             }
             group external {
                 type external;
                 multihop;
                 local-address 200.200.10.10;
                 export ext;
                 peer-as 65455;
                 neighbor 172.16.22.1;
             }
        }
        isis {
             interface fxp1.25 {
                 level 1 disable;
             }
             interface fxp2.28 {
                 level 1 disable;
             }
             interface lo0.10 {
                 level 1 disable;
             }
        }
    }
    policy-options {
        policy-statement ext {
             term 1 {
                 from protocol bgp;
                 then {
                     next-hop self;
                 }
             }
             term default {
                 then accept;
             }
        }
    }
    routing-options {
        static {
             route 172.16.22.1/32 next-hop 172.16.0.2;
        }
        autonomous-system 65512;
    }
}
r2 {
    interfaces {
        fxp1 {
             unit 14 {
                 vlan-id 14;
                 family inet {
                     address 192.168.24.2/30;
                 }
                 family iso;
             }
             unit 15 {
                 vlan-id 15;
                 family inet {
                     address 192.168.25.2/30;
                 }
                 family iso;
             }
             unit 50 {
                 vlan-id 50;
                 family inet {
                     address 10.10.27.1/30;
                 }
             }
        }
        fxp2 {
             unit 13 {
                 vlan-id 13;
                 family inet {
                     address 192.168.12.2/30;
                 }
                 family iso;
             }
        }
        lo0 {
             unit 2 {
                 family inet {
                     address 200.200.2.2/32;
                 }
                 family iso {
                     address 49.0000.0000.0000.2002.0000.2002.00;
                 }
             }
        }
    }
    protocols {
        bgp {
             group internal {
                 type internal;
                 local-address 200.200.2.2;
                 export int;
                 peer-as 65502;
                 neighbor 200.200.1.1 {
                     cluster 3.3.3.3;
                 }
                 neighbor 200.200.4.4 {
                     cluster 1.1.1.1;
                 }
                 neighbor 200.200.5.5 {
                     cluster 1.1.1.1;
                 }
             }
             group external {
                 type external;
                 local-address 200.200.2.2;
                 peer-as 65512;
                 neighbor 200.200.7.7;
             }
        }
        ospf {
             area 0.0.0.0 {
                 interface fxp1.14;
                 interface fxp1.15;
                 interface lo0.2;
                 interface fxp2.13;
             }
        }
    }
    policy-options {
        policy-statement int {
             term 1 {
                 from protocol bgp;
                 then {
                     next-hop self;
                 }
             }
             term default {
                 then accept;
             }
        }
    }
    routing-options {
        static {
             route 200.200.7.7/32 next-hop 10.10.27.2;
        }
        autonomous-system 65502;
    }
}
r3 {
    interfaces {
        fxp1 {
             unit 16 {
                 vlan-id 16;
                 family inet {
                     address 192.168.34.1/30;
                 }
                 family iso;
             }
             unit 17 {
                 vlan-id 17;
                 family inet {
                     address 192.168.33.1/30;
                 }
                 family iso;
             }
        }
        fxp2 {
             unit 11 {
                 vlan-id 11;
                 family inet {
                     address 192.168.13.2/30;
                 }
                 family iso;
             }
        }
        lo0 {
             unit 3 {
                 family inet {
                     address 200.200.3.3/32;
                 }
                 family iso {
                     address 49.0000.0000.0000.2002.0000.3003.00;
                 }
             }
        }
    }
    protocols {
        bgp {
             group external {
                 type external;
                 multihop;
                 local-address 200.200.3.3;
                 peer-as 65411;
                 neighbor 200.200.41.41;
             }
             group internal {
                 type internal;
                 local-address 200.200.3.3;
                 export int;
                 peer-as 65502;
                 neighbor 200.200.1.1 {
                     cluster 2.2.2.2;
                 }
                 neighbor 200.200.4.4 {
                     cluster 2.2.2.2;
                 }
             }
        }
        ospf {
             area 0.0.0.0 {
                 interface fxp1.16;
                 interface fxp1.17;
                 interface fxp2.11;
             }
        }
    }
    policy-options {
        policy-statement int {
             term 1 {
                 from protocol bgp;
                 then {
                     next-hop self;
                 }
             }
             term default {
                 then accept;
             }
        }
    }
    routing-options {
        static {
             route 200.200.41.41/32 next-hop 192.168.33.2;
        }
        autonomous-system 65502;
    }
}
r4 {
    interfaces {
        fxp1 {
             unit 19 {
                 vlan-id 19;
                 family inet {
                     address 192.168.44.1/30;
                 }
                 family iso;
             }
        }
        fxp2 {
             unit 12 {
                 vlan-id 12;
                 family inet {
                     address 192.168.14.2/30;
                 }
                 family iso;
             }
             unit 14 {
                 vlan-id 14;
                 family inet {
                     address 192.168.24.1/30;
                 }
                 family iso;
             }
             unit 16 {
                 vlan-id 16;
                 family inet {
                     address 192.168.34.2/30;
                 }
                 family iso;
             }
             unit 18 {
                 vlan-id 18;
                 family inet {
                     address 192.168.45.1/30;
                 }
                 family iso;
             }
        }
        lo0 {
             unit 4 {
                 family inet {
                     address 200.200.4.4/32;
                 }
                 family iso {
                     address 49.0000.0000.0000.2002.0000.4004.00;
                 }
             }
        }
    }
    protocols {
        bgp {
             group external {
                 type external;
                 multihop;
                 local-address 200.200.4.4;
                 peer-as 65422;
                 neighbor 200.200.42.42;
             }
             group internal {
                 type internal;
                 local-address 200.200.4.4;
                 export int;
                 peer-as 65502;
                 neighbor 200.200.1.1 {
                     cluster 2.2.2.2;
                 }
                 neighbor 200.200.2.2 {
                     cluster 1.1.1.1;
                 }
                 neighbor 200.200.3.3 {
                     cluster 2.2.2.2;
                 }
                 neighbor 200.200.5.5 {
                     cluster 1.1.1.1;
                 }
             }
        }
        ospf {
             area 0.0.0.0 {
                 interface fxp1.19;
                 interface fxp2.12;
                 interface fxp2.14;
                 interface fxp2.16;
                 interface fxp2.18;
                 interface lo0.4;
             }
        }
    }
    policy-options {
        policy-statement int {
             term 1 {
                 from protocol bgp;
                 then {
                     next-hop self;
                 }
             }
             term default {
                 then accept;
             }
        }
    }
    routing-options {
        static {
             route 200.200.42.42/32 next-hop 192.168.44.2;
        }
        autonomous-system 65502;
    }
}
r5 {
    interfaces {
        fxp1 {
             unit 18 {
                 vlan-id 18;
                 family inet {
                     address 192.168.45.2/30;
                 }
                 family iso;
             }
             unit 20 {
                 vlan-id 20;
                 family inet {
                     address 192.168.55.1/30;
                 }
                 family iso;
             }
        }
        fxp2 {
             unit 15 {
                 vlan-id 15;
                 family inet {
                     address 192.168.25.1/30;
                 }
                 family iso;
             }
        }
        lo0 {
             unit 5 {
                 family inet {
                     address 200.200.5.5/32;
                 }
                 family iso {
                     address 49.0000.0000.0000.2002.0000.5005.00;
                 }
             }
        }
    }
    protocols {
        bgp {
             group external {
                 type external;
                 multihop;
                 local-address 200.200.5.5;
                 export ext;
                 peer-as 65433;
                 neighbor 200.200.43.43;
             }
             group internal {
                 type internal;
                 local-address 200.200.5.5;
                 export int;
                 cluster 1.1.1.1;
                 peer-as 65502;
                 neighbor 200.200.4.4;
                 neighbor 200.200.2.2;
             }
        }
        ospf {
             area 0.0.0.0 {
                 interface fxp1.18;
                 interface fxp1.20;
                 interface fxp2.15;
                 interface lo0.5;
             }
        }
    }
    policy-options {
        policy-statement ext {
             term 1 {
                 from protocol bgp;
                 then {
                     next-hop self;
                 }
             }
             term default {
                 then accept;
             }
        }
        policy-statement int {
             term 1 {
                 from protocol bgp;
                 then {
                     next-hop self;
                 }
             }
             term default {
                 then accept;
             }
        }
    }
    routing-options {
        static {
             route 200.200.43.43/32 next-hop 192.168.55.2;
        }
        autonomous-system 65502;
    }
}
r6 {
    interfaces {
        fxp1 {
             unit 21 {
                 vlan-id 21;
                 family inet {
                     address 172.16.68.1/30;
                 }
                 family iso;
             }
             unit 22 {
                 vlan-id 22;
                 family inet {
                     address 172.16.69.1/30;
                 }
                 family iso;
             }
             unit 23 {
                 vlan-id 23;
                 family inet {
                     address 172.16.67.1/30;
                 }
                 family iso;
             }
             unit 40 {
                 vlan-id 40;
                 family inet {
                     address 10.10.16.2/30;
                 }
             }
        }
        lo0 {
             unit 6 {
                 family inet {
                     address 200.200.6.6/32;
                 }
                 family iso {
                     address 47.0000.0000.0001.2002.0000.6006.00;
                 }
             }
        }
    }
    protocols {
        bgp {
             group internal {
                 type internal;
                 local-address 200.200.6.6;
                 export ext;
                 peer-as 65512;
                 neighbor 200.200.8.8 {
                     cluster 4.4.4.4;
                 }
                 neighbor 200.200.9.9 {
                     cluster 4.4.4.4;
                 }
                 neighbor 200.200.7.7 {
                     cluster 3.3.3.3;
                 }
             }
             group external {
                 type external;
                 multihop;
                 local-address 200.200.6.6;
                 export ext;
                 neighbor 200.200.1.1 {
                     peer-as 65502;
                 }
             }
        }
        isis {
             interface fxp1.21 {
                 level 1 disable;
             }
             interface fxp1.22 {
                 level 1 disable;
             }
             interface fxp1.23 {
                 level 1 disable;
             }
             interface lo0.6 {
                 level 1 disable;
             }
        }
    }
    policy-options {
        policy-statement ext {
             term default {
                 then accept;
             }
             term 1 {
                 from protocol bgp;
                 then {
                     next-hop self;
                 }
             }
        }
        policy-statement int {
             term isis-to-bgp {
                 from protocol isis;
                 then accept;
             }
        }
    }
    routing-options {
        static {
             route 200.200.1.1/32 next-hop 10.10.16.1;
        }
        autonomous-system 65512;
    }
}
r7 {
    interfaces {
        fxp2 {
             unit 23 {
                 vlan-id 23;
                 family inet {
                     address 172.16.67.2/30;
                 }
                 family iso;
             }
             unit 24 {
                 vlan-id 24;
                 family inet {
                     address 172.16.79.1/30;
                 }
                 family iso;
             }
             unit 25 {
                 vlan-id 25;
                 family inet {
                     address 172.16.70.1/30;
                 }
                 family iso;
             }
             unit 50 {
                 vlan-id 50;
                 family inet {
                     address 10.10.27.2/30;
                 }
             }
        }
        lo0 {
             unit 7 {
                 family inet {
                     address 200.200.7.7/32;
                 }
                 family iso {
                     address 47.0000.0000.0001.2002.0000.7007.00;
                 }
             }
        }
    }
    protocols {
        bgp {
             group internal {
                 type internal;
                 local-address 200.200.7.7;
                 export ext;
                 peer-as 65512;
                 neighbor 200.200.6.6 {
                     cluster 3.3.3.3;
                 }
                 neighbor 200.200.9.9 {
                     cluster 5.5.5.5;
                 }
                 neighbor 200.200.10.10 {
                     cluster 5.5.5.5;
                 }
             }
             group external {
                 type external;
                 local-address 200.200.7.7;
                 export ext;
                 peer-as 65502;
                 neighbor 200.200.2.2;
             }
        }
        isis {
             interface fxp2.23 {
                 level 1 disable;
             }
             interface fxp2.24 {
                 level 1 disable;
             }
             interface fxp2.25 {
                 level 1 disable;
             }
             interface lo0.7 {
                 level 1 disable;
             }
        }
    }
    policy-options {
        policy-statement ext {
             term 1 {
                 from protocol bgp;
                 then {
                     next-hop self;
                 }
             }
             term default {
                 then accept;
             }
             from protocol bgp;
        }
    }
    routing-options {
        static {
             route 200.200.2.2/32 next-hop 10.10.27.1;
        }
        autonomous-system 65512;
    }
}
r8 {
    interfaces {
        fxp1 {
             unit 27 {
                 vlan-id 27;
                 family inet {
                     address 172.16.88.1/30;
                 }
             }
        }
        fxp2 {
             unit 21 {
                 vlan-id 21;
                 family inet {
                     address 172.16.68.2/30;
                 }
                 family iso;
             }
             unit 26 {
                 vlan-id 26;
                 family inet {
                     address 172.16.89.1/30;
                 }
                 family iso;
             }
        }
        lo0 {
             unit 8 {
                 family inet {
                     address 200.200.8.8/32;
                 }
                 family iso {
                     address 47.0000.0000.0001.2002.0000.8008.00;
                 }
             }
        }
    }
    protocols {
        bgp {
             group internal {
                 type internal;
                 local-address 200.200.8.8;
                 export ext;
                 peer-as 65512;
                 neighbor 200.200.9.9 {
                     cluster 4.4.4.4;
                 }
                 neighbor 200.200.6.6 {
                     cluster 4.4.4.4;
                 }
             }
             group external {
                 type external;
                 multihop;
                 local-address 200.200.8.8;
                 export ext;
                 peer-as 65444;
                 neighbor 172.16.11.1;
             }
        }
        isis {
             interface fxp2.21 {
                 level 1 disable;
             }
             interface fxp2.26 {
                 level 1 disable;
             }
             interface lo0.8 {
                 level 1 disable;
             }
        }
    }
    policy-options {
        policy-statement ext {
             term 1 {
                 from protocol bgp;
                 then {
                     next-hop self;
                 }
             }
             term default {
                 then accept;
             }
        }
    }
    routing-options {
        static {
             route 172.16.11.1/32 next-hop 172.16.88.2;
        }
        autonomous-system 65512;
    }
}
r9 {
    interfaces {
        fxp1 {
             unit 24 {
                 vlan-id 24;
                 family inet {
                     address 172.16.79.2/30;
                 }
                 family iso;
             }
             unit 28 {
                 vlan-id 28;
                 family inet {
                     address 172.16.90.1/30;
                 }
                 family iso;
             }
             unit 29 {
                 vlan-id 29;
                 family inet {
                     address 172.16.99.1/30;
                 }
             }
        }
        fxp2 {
             unit 22 {
                 vlan-id 22;
                 family inet {
                     address 172.16.69.2/30;
                 }
                 family iso;
             }
        }
        lo0 {
             unit 9 {
                 family inet {
                     address 200.200.9.9/32;
                 }
                 family iso {
                     address 47.0000.0000.0001.2002.0000.9009.00;
                 }
             }
        }
    }
    protocols {
        bgp {
             group internal {
                 type internal;
                 local-address 200.200.9.9;
                 export ext;
                 peer-as 65512;
                 neighbor 200.200.6.6 {
                     cluster 4.4.4.4;
                 }
                 neighbor 200.200.7.7 {
                     cluster 5.5.5.5;
                 }
                 neighbor 200.200.8.8 {
                     cluster 4.4.4.4;
                 }
                 neighbor 200.200.10.10 {
                     cluster 5.5.5.5;
                 }
             }
             group external {
                 type external;
                 multihop;
                 local-address 200.200.9.9;
                 export ext;
                 peer-as 65455;
                 neighbor 172.16.22.1;
             }
        }
        isis {
             interface fxp1.0;
             interface fxp1.24 {
                 level 1 disable;
             }
             interface fxp1.28 {
                 level 1 disable;
             }
             interface fxp2.22 {
                 level 1 disable;
             }
             interface lo0.9 {
                 level 1 disable;
             }
        }
    }
    policy-options {
        policy-statement ext {
             term 1 {
                 from protocol bgp;
                 then {
                     next-hop self;
                 }
             }
             term default {
                 then accept;
             }
        }
    }
    routing-options {
        static {
             route 172.16.22.1/32 next-hop 172.16.99.2;
        }
        autonomous-system 65512;
    }
}
t1 {
    interfaces {
        fxp2 {
             unit 27 {
                 vlan-id 27;
                 family inet {
                     address 172.16.88.2/24;
                 }
             }
        }
        lo0 {
             unit 31 {
                 family inet {
                     address 172.16.11.1/32;
                 }
             }
        }
    }
    protocols {
        bgp {
             group external {
                 type external;
                 multihop;
                 local-address 172.16.11.1;
                 export ext;
                 peer-as 65512;
                 neighbor 200.200.8.8;
             }
        }
    }
    policy-options {
        policy-statement ext {
             term 1 {
                 from protocol bgp;
                 then {
                     next-hop self;
                 }
             }
             term default {
                 then accept;
             }
        }
    }
    routing-options {
        static {
             route 200.200.8.8/32 next-hop 172.16.88.1;
        }
        autonomous-system 65444;
    }
}
t2 {
    interfaces {
        fxp2 {
             unit 29 {
                 vlan-id 29;
                 family inet {
                     address 172.16.99.2/24;
                 }
             }
             unit 30 {
                 vlan-id 30;
                 family inet {
                     address 172.16.0.2/30;
                 }
             }
        }
        lo0 {
             unit 33 {
                 family inet {
                     address 172.16.22.1/32;
                 }
             }
        }
    }
    protocols {
        bgp {
             group external {
                 type external;
                 multihop;
                 local-address 172.16.22.1;
                 export ext;
                 peer-as 65512;
                 neighbor 200.200.9.9;
                 neighbor 200.200.10.10;
             }
        }
    }
    policy-options {
        policy-statement ext {
             term 1 {
                 from protocol bgp;
                 then {
                     next-hop self;
                 }
             }
             term default {
                 then accept;
             }
        }
    }
    routing-options {
        static {
             route 200.200.9.9/32 next-hop 172.16.99.1;
             route 200.200.10.10/32 next-hop 172.16.0.1;
        }
        autonomous-system 65455;
    }
}


IP已记录

flyfishyufeigo
Newbie



注册: 2006-7月-27
所在地: China
在线状态:  
发帖数: 11
   发表:  2006-8月-03 10:23
下面是各个路由器的路由表:


[edit]
yufei@JUNOS-lab# run show route logical-router r1 | no-more

inet.0: 44 destinations, 98 routes (44 active, 0 holddown, 6 hidden)
+ = Active Route, - = Last Active, * = Both

10.10.16.0/30      *[Direct/0] 6d 00:15:07
                     > via fxp2.40
                     [BGP/170] 6d 00:15:00, localpref 100, from 200.200.6.6
                        AS path: 65512 I
                     > to 10.10.16.2 via fxp2.40
10.10.16.1/32      *[Local/0] 6d 16:23:22
                        Local via fxp2.40
10.10.27.0/30      *[BGP/170] 1d 22:00:09, localpref 100, from 200.200.2.2
                        AS path: I
                     > to 192.168.12.2 via fxp1.13
                     [BGP/170] 1d 22:21:38, localpref 100, from 200.200.4.4
                        AS path: I
                     > to 192.168.14.2 via fxp1.12
                     [BGP/170] 1d 22:02:29, localpref 100, from 200.200.6.6
                        AS path: 65512 I
                     > to 10.10.16.2 via fxp2.40
172.16.0.0/30      *[BGP/170] 1d 22:02:29, localpref 100, from 200.200.6.6
                        AS path: 65512 I
                     > to 10.10.16.2 via fxp2.40
172.16.11.1/32     *[BGP/170] 1d 22:02:29, localpref 100, from 200.200.6.6
                        AS path: 65512 I
                     > to 10.10.16.2 via fxp2.40
172.16.22.1/32     *[BGP/170] 1d 22:02:29, localpref 100, from 200.200.6.6
                        AS path: 65512 I
                     > to 10.10.16.2 via fxp2.40
172.16.67.0/30     *[BGP/170] 6d 00:15:00, localpref 100, from 200.200.6.6
                        AS path: 65512 I
                     > to 10.10.16.2 via fxp2.40
172.16.68.0/30     *[BGP/170] 6d 00:15:00, localpref 100, from 200.200.6.6
                        AS path: 65512 I
                     > to 10.10.16.2 via fxp2.40
172.16.69.0/30     *[BGP/170] 6d 00:15:00, localpref 100, from 200.200.6.6
                        AS path: 65512 I
                     > to 10.10.16.2 via fxp2.40
172.16.70.0/30     *[BGP/170] 6d 00:15:00, MED 20, localpref 100, from 200.200.6.6
                        AS path: 65512 I
                     > to 10.10.16.2 via fxp2.40
172.16.79.0/30     *[BGP/170] 6d 00:15:00, MED 20, localpref 100, from 200.200.6.6
                        AS path: 65512 I
                     > to 10.10.16.2 via fxp2.40
172.16.88.0/24     *[BGP/170] 1d 22:02:29, localpref 100, from 200.200.6.6
                        AS path: 65512 65444 I
                     > to 10.10.16.2 via fxp2.40
172.16.88.0/30     *[BGP/170] 1d 22:02:29, localpref 100, from 200.200.6.6
                        AS path: 65512 I
                     > to 10.10.16.2 via fxp2.40
172.16.89.0/30     *[BGP/170] 6d 00:15:00, MED 20, localpref 100, from 200.200.6.6
                        AS path: 65512 I
                     > to 10.10.16.2 via fxp2.40
172.16.90.0/30     *[BGP/170] 6d 00:15:00, MED 20, localpref 100, from 200.200.6.6
                        AS path: 65512 I
                     > to 10.10.16.2 via fxp2.40
172.16.99.0/24     *[BGP/170] 1d 22:02:29, localpref 100, from 200.200.6.6
                        AS path: 65512 65455 I
                     > to 10.10.16.2 via fxp2.40
172.16.99.0/30     *[BGP/170] 1d 22:02:28, localpref 100, from 200.200.6.6
                        AS path: 65512 I
                     > to 10.10.16.2 via fxp2.40
192.168.12.0/30    *[Direct/0] 6d 00:15:07
                     > via fxp1.13
                     [BGP/170] 1d 22:00:09, localpref 100, from 200.200.2.2
                        AS path: I
                     > to 192.168.12.2 via fxp1.13
                     [BGP/170] 1d 22:01:34, MED 2, localpref 100, from 200.200.4.4
                        AS path: I
                     > to 192.168.14.2 via fxp1.12
                        to 192.168.12.2 via fxp1.13
192.168.12.1/32    *[Local/0] 6d 16:23:22
                        Local via fxp1.13
192.168.13.0/30    *[Direct/0] 6d 00:15:07
                     > via fxp1.11
                     [BGP/170] 1d 22:21:39, localpref 100, from 200.200.3.3
                        AS path: I
                     > to 192.168.13.2 via fxp1.11
                     [BGP/170] 1d 22:01:34, MED 2, localpref 100, from 200.200.4.4
                        AS path: I
                     > to 192.168.13.2 via fxp1.11
                        to 192.168.14.2 via fxp1.12
192.168.13.1/32    *[Local/0] 6d 16:23:22
                        Local via fxp1.11
192.168.14.0/30    *[Direct/0] 6d 00:15:07
                     > via fxp1.12
                     [BGP/170] 1d 22:21:38, localpref 100, from 200.200.4.4
                        AS path: I
                     > to 192.168.14.2 via fxp1.12
                     [BGP/170] 1d 22:00:09, MED 2, localpref 100, from 200.200.2.2
                        AS path: I
                     > to 192.168.14.2 via fxp1.12
                        to 192.168.12.2 via fxp1.13
                     [BGP/170] 1d 22:01:35, MED 2, localpref 100, from 200.200.3.3
                        AS path: I
                     > to 192.168.13.2 via fxp1.11
                        to 192.168.14.2 via fxp1.12
192.168.14.1/32    *[Local/0] 6d 16:23:22
                        Local via fxp1.12
192.168.24.0/30    *[OSPF/10] 1d 22:00:21, metric 2
                        to 192.168.14.2 via fxp1.12
                     > to 192.168.12.2 via fxp1.13
                     [BGP/170] 1d 22:00:09, localpref 100, from 200.200.2.2
                        AS path: I
                     > to 192.168.12.2 via fxp1.13
                     [BGP/170] 1d 22:21:38, localpref 100, from 200.200.4.4
                        AS path: I
                     > to 192.168.14.2 via fxp1.12
                     [BGP/170] 1d 22:21:39, MED 2, localpref 100, from 200.200.3.3
                        AS path: I
                        to 192.168.13.2 via fxp1.11
                     > to 192.168.14.2 via fxp1.12
192.168.25.0/30    *[OSPF/10] 1d 22:00:21, metric 2
                     > to 192.168.12.2 via fxp1.13
                     [BGP/170] 1d 22:00:09, localpref 100, from 200.200.2.2
                        AS path: I
                     > to 192.168.12.2 via fxp1.13
                     [BGP/170] 1d 22:01:34, MED 2, localpref 100, from 200.200.4.4
                        AS path: I
                        to 192.168.14.2 via fxp1.12
                     > to 192.168.12.2 via fxp1.13
                     [BGP/170] 1d 22:12:32, MED 3, localpref 100, from 200.200.3.3
                        AS path: I
                        to 192.168.13.2 via fxp1.11
                     > to 192.168.14.2 via fxp1.12
192.168.33.0/30    *[OSPF/10] 1d 22:00:21, metric 2
                     > to 192.168.13.2 via fxp1.11
                     [BGP/170] 1d 22:21:39, localpref 100, from 200.200.3.3
                        AS path: I
                     > to 192.168.13.2 via fxp1.11
                     [BGP/170] 1d 22:21:38, MED 2, localpref 100, from 200.200.4.4
                        AS path: I
                     > to 192.168.13.2 via fxp1.11
                        to 192.168.14.2 via fxp1.12
                     [BGP/170] 1d 22:00:09, MED 3, localpref 100, from 200.200.2.2
                        AS path: I
                     > to 192.168.14.2 via fxp1.12
                        to 192.168.12.2 via fxp1.13
192.168.34.0/30    *[OSPF/10] 1d 22:00:21, metric 2
                     > to 192.168.13.2 via fxp1.11
                        to 192.168.14.2 via fxp1.12
                     [BGP/170] 1d 22:21:39, localpref 100, from 200.200.3.3
                        AS path: I
                     > to 192.168.13.2 via fxp1.11
                     [BGP/170] 1d 22:21:38, localpref 100, from 200.200.4.4
                        AS path: I
                     > to 192.168.14.2 via fxp1.12
                     [BGP/170] 1d 22:00:09, MED 2, localpref 100, from 200.200.2.2
                        AS path: I
                     > to 192.168.14.2 via fxp1.12
                        to 192.168.12.2 via fxp1.13
192.168.44.0/30    *[OSPF/10] 1d 22:00:21, metric 2
                     > to 192.168.14.2 via fxp1.12
                     [BGP/170] 1d 22:21:38, localpref 100, from 200.200.4.4
                        AS path: I
                     > to 192.168.14.2 via fxp1.12
                     [BGP/170] 1d 22:00:09, MED 2, localpref 100, from 200.200.2.2
                        AS path: I
                     > to 192.168.14.2 via fxp1.12
                        to 192.168.12.2 via fxp1.13
                     [BGP/170] 1d 22:21:39, MED 2, localpref 100, from 200.200.3.3
                        AS path: I
                     > to 192.168.13.2 via fxp1.11
                        to 192.168.14.2 via fxp1.12
192.168.45.0/30    *[OSPF/10] 1d 22:00:21, metric 2
                     > to 192.168.14.2 via fxp1.12
                     [BGP/170] 1d 22:21:38, localpref 100, from 200.200.4.4
                        AS path: I
                     > to 192.168.14.2 via fxp1.12
                     [BGP/170] 1d 22:00:09, MED 2, localpref 100, from 200.200.2.2
                        AS path: I
                     > to 192.168.14.2 via fxp1.12
                        to 192.168.12.2 via fxp1.13
                     [BGP/170] 1d 22:21:39, MED 2, localpref 100, from 200.200.3.3
                        AS path: I
                     > to 192.168.13.2 via fxp1.11
                        to 192.168.14.2 via fxp1.12
192.168.55.0/30    *[OSPF/10] 1d 22:00:21, metric 3
                        to 192.168.14.2 via fxp1.12
                     > to 192.168.12.2 via fxp1.13
                     [BGP/170] 1d 22:00:09, MED 2, localpref 100, from 200.200.2.2
                        AS path: I
                     > to 192.168.12.2 via fxp1.13
                     [BGP/170] 1d 22:21:38, MED 2, localpref 100, from 200.200.4.4
                        AS path: I
                     > to 192.168.14.2 via fxp1.12
                     [BGP/170] 1d 22:21:39, MED 3, localpref 100, from 200.200.3.3
                        AS path: I
                        to 192.168.13.2 via fxp1.11
                     > to 192.168.14.2 via fxp1.12
200.200.1.1/32     *[Direct/0] 6d 16:23:22
                     > via lo0.1
                     [BGP/170] 6d 00:15:00, localpref 100, from 200.200.6.6
                        AS path: 65512 I
                     > to 10.10.16.2 via fxp2.40
200.200.2.2/32     *[OSPF/10] 1d 22:00:21, metric 1
                     > to 192.168.12.2 via fxp1.13
                     [BGP/170] 1d 22:00:09, localpref 100, from 200.200.2.2
                        AS path: I
                     > to 192.168.12.2 via fxp1.13
                     [BGP/170] 1d 22:21:38, MED 1, localpref 100, from 200.200.4.4
                        AS path: I
                     > to 192.168.14.2 via fxp1.12
                        to 192.168.12.2 via fxp1.13
                     [BGP/170] 1d 22:00:21, MED 2, localpref 100, from 200.200.3.3
                        AS path: I
                     > to 192.168.13.2 via fxp1.11
                        to 192.168.14.2 via fxp1.12
                     [BGP/170] 1d 22:02:29, localpref 100, from 200.200.6.6
                        AS path: 65512 I
                     > to 10.10.16.2 via fxp2.40
200.200.3.3/32     *[OSPF/10] 1d 22:00:21, metric 1
                     > to 192.168.13.2 via fxp1.11
                     [BGP/170] 1d 22:21:39, localpref 100, from 200.200.3.3
                        AS path: I
                     > to 192.168.13.2 via fxp1.11
                     [BGP/170] 1d 22:21:38, MED 1, localpref 100, from 200.200.4.4
                        AS path: I
                     > to 192.168.13.2 via fxp1.11
                        to 192.168.14.2 via fxp1.12
200.200.4.4/32     *[OSPF/10] 1d 22:00:21, metric 1
                     > to 192.168.14.2 via fxp1.12
                     [BGP/170] 1d 22:21:38, localpref 100, from 200.200.4.4
                        AS path: I
                     > to 192.168.14.2 via fxp1.12
                     [BGP/170] 1d 22:00:09, MED 1, localpref 100, from 200.200.2.2
                        AS path: I
                     > to 192.168.14.2 via fxp1.12
                        to 192.168.12.2 via fxp1.13
                     [BGP/170] 1d 22:21:39, MED 1, localpref 100, from 200.200.3.3
                        AS path: I
                     > to 192.168.13.2 via fxp1.11
                        to 192.168.14.2 via fxp1.12
200.200.5.5/32     *[OSPF/10] 1d 22:00:21, metric 2
                        to 192.168.14.2 via fxp1.12
                     > to 192.168.12.2 via fxp1.13
                     [BGP/170] 1d 22:00:09, MED 1, localpref 100, from 200.200.2.2
                        AS path: I
                     > to 192.168.12.2 via fxp1.13
                     [BGP/170] 1d 22:21:38, MED 1, localpref 100, from 200.200.4.4
                        AS path: I