Configure Router L to act as the end customer for the carrier-of-carriers VPN service:
- [edit]
- protocols {
-
- bgp {
-
- group to-routerI {
- export attached;
- peer-as 21;
- neighbor 192.168.197.197;
- }
- }
- }
- policy-options {
-
- policy-statement attached {
- from protocol direct;
- then accept;
- }
- }