Changes between Version 6 and Version 7 of Realisations/2006-2007/Projet/Core2/J4350r4
- Timestamp:
- Apr 19, 2007, 5:04:12 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Realisations/2006-2007/Projet/Core2/J4350r4
v6 v7 58 58 interfaces { 59 59 ge-0/0/0 { 60 description toR2viaSwitch; 60 61 unit 0 { 61 62 description toR3; … … 75 76 } 76 77 family inet6 { 77 address 2001:db8:20:0::1/64;78 78 address 2001:db8:0:2001::2/64; 79 79 } … … 119 119 } 120 120 routing-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 } 121 129 router-id 10.30.253.13; 122 130 autonomous-system 3; … … 128 136 prefix 2001:db8:0:1002::/64; 129 137 } 130 interface ge-0/0/1.0 {131 managed-configuration;132 prefix 2001:db8:20::/64;133 }134 138 } 135 139 mpls { … … 140 144 bgp { 141 145 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 }149 146 group external-AS65004 { 150 147 type external; … … 156 153 } 157 154 } 155 group internal { 156 type internal; 157 export set-nexthop-self; 158 neighbor 10.30.254.21; 159 neighbor 10.30.254.25; 160 } 158 161 } 159 162 ospf { … … 180 183 } 181 184 } 185 area 10.10.10.10 { 186 interface lo0.1; 187 } 182 188 } 183 189 }