In this example, Router L is the end customer’s CE router. Configure Router L:
- [edit]
- protocols {
-
- bgp {
-
- group to-I {
- export attached;
- peer-as 21;
- neighbor 192.168.197.197;
- }
- }
- }
- policy-options {
-
- policy-statement attached {
- from protocol direct;
- then accept;
- }
- }