Changes between Version 6 and Version 7 of Realisations/2006-2007/Projet/Core2/J4350r4


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

--

Legend:

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

    v6 v7  
    5858interfaces {
    5959    ge-0/0/0 {
     60        description toR2viaSwitch;
    6061        unit 0 {
    6162            description toR3;
     
    7576            }
    7677            family inet6 {
    77                 address 2001:db8:20:0::1/64;
    7878                address 2001:db8:0:2001::2/64;
    7979            }
     
    119119}
    120120routing-options {
     121    rib inet6.0 {
     122        static {
     123            route 2001:db8:20::/64 next-hop 2001:db8:0:2001::3;
     124        }
     125    }
     126    static {
     127        route 10.70.0.0/16 next-hop 10.30.254.21;
     128    }
    121129    router-id 10.30.253.13;
    122130    autonomous-system 3;
     
    128136            prefix 2001:db8:0:1002::/64;
    129137        }
    130         interface ge-0/0/1.0 {
    131             managed-configuration;
    132             prefix 2001:db8:20::/64;
    133         }
    134138    }
    135139    mpls {
     
    140144    bgp {
    141145        local-as 65003;
    142         group internal {
    143             type internal;
    144             export set-nexthop-self;
    145             neighbor 10.30.253.10;
    146             neighbor 10.30.253.11;
    147             neighbor 10.30.253.12;
    148         }
    149146        group external-AS65004 {
    150147            type external;
     
    156153            }
    157154        }
     155        group internal {
     156            type internal;
     157            export set-nexthop-self;
     158            neighbor 10.30.254.21;
     159            neighbor 10.30.254.25;
     160        }
    158161    }
    159162    ospf {
     
    180183            }
    181184        }
     185        area 10.10.10.10 {
     186            interface lo0.1;
     187        }
    182188    }
    183189}