Configure Router I to connect to the basic Internet service customer (Router L):
- [edit]
- protocols {
-
- mpls {
- interface fe-1/0/1.0;
- interface fe-1/1/3.0;
- }
-
- bgp {
-
- group int {
- type internal;
- local-address 10.255.14.181;
- neighbor 10.255.14.177;
- neighbor 10.255.14.179;
- neighbor 10.255.14.175;
- neighbor 10.255.14.176;
- neighbor 10.255.14.178;
- }
-
- group to-vpn-green {
- peer-as 1;
- neighbor 192.168.197.198;
- }
- }
-
- ospf {
-
- area 0.0.0.0 {
-
- interface lo0.0 {
- passive;
- }
-
- interface fe-1/0/1.0 {
- passive;
- }
- interface fe-1/1/3.0;
- }
- }
- }