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

Configuration for Router A

Configure a family inet EBGP session with Router B and export the direct routes:

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

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