Configure Router F as a CE router; the configuration is similar to that for Router A:
- [edit]
- protocols {
-
- bgp {
-
- group to-provider {
- type external;
- export attached;
-
- neighbor 192.168.198.13 {
- peer-as 10045;
- }
- }
- }
- }
- policy-options {
-
- policy-statement attached {
- from protocol direct;
- then accept;
- }
- }
}