Changes between Version 4 and Version 5 of Realisations/2006-2007/Projet/Core2/J4350r2


Ignore:
Timestamp:
Apr 19, 2007, 5:02:42 PM (18 years ago)
Author:
legoff
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Realisations/2006-2007/Projet/Core2/J4350r2

    v4 v5  
    121121}
    122122routing-options {
     123    rib inet6.0 {
     124        static {
     125            route 2001:db8:20::/64 next-hop 2001:db8:0:2002::2;
     126        }
     127    }
    123128    static {
    124129        route 10.30.0.0/16 discard;
     130        route 10.30.253.2/32 next-hop 10.30.254.22;
     131        route 10.30.253.1/32 next-hop 10.30.254.13;
    125132    }
    126133    router-id 10.30.253.11;
     
    128135}
    129136protocols {
     137    mpls {
     138        interface ge-0/0/0.0;
     139        interface ge-0/0/1.0;
     140        interface ge-0/0/2.0;
     141    }
    130142    bgp {
    131143        group core1-bgp {
     
    134146            export export-external;
    135147            peer-as 65002;
     148            multipath;
    136149            neighbor 10.30.254.6;
    137150        }
    138         group internal-21 {
     151        group internal {
    139152            type internal;
    140153            export set-nexthop-self;
    141154            neighbor 10.30.254.13;
    142         }
    143         group internal-24 {
    144             type internal;
    145             export set-nexthop-self;
    146155            neighbor 10.30.254.22;
    147         }
    148         group internal-25 {
    149             type internal;
    150             export set-nexthop-self;
    151             neighbor 10.30.254.18;
    152156        }
    153157    }
     
    180184}
    181185policy-options {
     186    policy-statement export-external {
     187        from protocol [ bgp static ];
     188        then {
     189            next-hop self;
     190            accept;
     191        }
     192    }
    182193    policy-statement filter-AS3 {
    183194        term 1 {
     
    193204        }
    194205    }
    195     pol
    196     policy-statement export-external {
    197         from protocol [ bgp static ];
    198         then {
    199             next-hop self;
    200             accept;
    201         }
    202     }
    203206    policy-statement set-nexthop-self {
    204207        from protocol bgp;
    205208        then {
    206209            next-hop self;
     210            accept;
    207211        }
    208212    }