[Contents] [Prev] [Next] [Index] [Report an Error]

Configuration for Router A

In this example, Router A represents an end customer. You configure this router as a CE device.

[edit]
protocols {
bgp {
group to-routerB {
export attached;
peer-as 21;
neighbor 192.168.197.169;
}
}
}
policy-options {
policy-statement attached {
from protocol direct;
then accept;
}
}

[Contents] [Prev] [Next] [Index] [Report an Error]