Changes between Version 4 and Version 5 of Realisations/2006-2007/Projet/Core2/J4350r2
- Timestamp:
- Apr 19, 2007, 5:02:42 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Realisations/2006-2007/Projet/Core2/J4350r2
v4 v5 121 121 } 122 122 routing-options { 123 rib inet6.0 { 124 static { 125 route 2001:db8:20::/64 next-hop 2001:db8:0:2002::2; 126 } 127 } 123 128 static { 124 129 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; 125 132 } 126 133 router-id 10.30.253.11; … … 128 135 } 129 136 protocols { 137 mpls { 138 interface ge-0/0/0.0; 139 interface ge-0/0/1.0; 140 interface ge-0/0/2.0; 141 } 130 142 bgp { 131 143 group core1-bgp { … … 134 146 export export-external; 135 147 peer-as 65002; 148 multipath; 136 149 neighbor 10.30.254.6; 137 150 } 138 group internal -21{151 group internal { 139 152 type internal; 140 153 export set-nexthop-self; 141 154 neighbor 10.30.254.13; 142 }143 group internal-24 {144 type internal;145 export set-nexthop-self;146 155 neighbor 10.30.254.22; 147 }148 group internal-25 {149 type internal;150 export set-nexthop-self;151 neighbor 10.30.254.18;152 156 } 153 157 } … … 180 184 } 181 185 policy-options { 186 policy-statement export-external { 187 from protocol [ bgp static ]; 188 then { 189 next-hop self; 190 accept; 191 } 192 } 182 193 policy-statement filter-AS3 { 183 194 term 1 { … … 193 204 } 194 205 } 195 pol196 policy-statement export-external {197 from protocol [ bgp static ];198 then {199 next-hop self;200 accept;201 }202 }203 206 policy-statement set-nexthop-self { 204 207 from protocol bgp; 205 208 then { 206 209 next-hop self; 210 accept; 207 211 } 208 212 }