Changes between Version 6 and Version 7 of Realisations/2006-2007/Projet/Core2/J4350r1
- Timestamp:
- Apr 19, 2007, 5:02:11 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Realisations/2006-2007/Projet/Core2/J4350r1
v6 v7 110 110 address 127.0.0.1/32; 111 111 } 112 family inet6; 112 113 } 113 114 } … … 122 123 } 123 124 routing-options { 125 rib inet6.0 { 126 static { 127 route 2001:db8:20::/64 next-hop 2001:db8:0:2003::2; 128 } 129 } 124 130 static { 125 131 route 10.30.0.0/16 discard; 132 route 10.30.253.1/32 next-hop 10.30.254.18; 126 133 } 127 134 router-id 10.30.253.10; … … 130 137 protocols { 131 138 router-advertisement { 132 interface ge-0/0/3.0 { 133 managed-configuration; 134 prefix 2001:db8:0:3000::/64; 135 } 139 interface ge-0/0/0.0 { 140 no-managed-configuration; 141 prefix 2001:db8:0:1000::/64; 142 } 143 } 144 mpls { 145 interface ge-0/0/0.0; 146 interface ge-0/0/1.0; 147 interface ge-0/0/2.0; 136 148 } 137 149 bgp { 138 150 group core1-ebgp { 139 151 type external; 140 import filter-AS3;152 import [ drop-myprefixes filter-AS3 ]; 141 153 export export-external; 142 154 peer-as 65002; 155 multipath; 143 156 neighbor 10.30.254.2; 144 157 } … … 152 165 type internal; 153 166 export set-nexthop-self; 154 neighbor 10.30.253.11; 155 neighbor 10.30.253.12; 156 neighbor 10.30.253.13; 167 neighbor 10.30.254.18; 168 neighbor 10.30.254.14; 157 169 } 158 170 } … … 181 193 } 182 194 policy-options { 195 policy-statement drop-myprefixes { 196 from { 197 route-filter 10.30.0.0/16 orlonger reject; 198 } 199 } 183 200 policy-statement export-external { 184 201 from protocol [ bgp static ]; … … 201 218 } 202 219 } 203 pol204 220 policy-statement set-nexthop-self { 205 221 from protocol bgp;