Probably my description was not clear. I didn't mean I was expecting own IPs: /32s to be advertised by default. But other interface subnets, such as
172.31.68.0/23
69.168.201.48/30 (see the bottom for the interface config)
would be advertised if default action is "accept". To me it's acting as the default is "reject". As a matter of fact, if I removed the prefix-list from the from statement and left only "protocol direct" in the policy, all of these are advertised.
I'm guessing there are two default behaviors involving this case: 1) default for BGP protocol, and 2) default for policy-statement, which is reject/deny. And in the documentation I so far haven't found section describing 2).
Toshi
<config>
interfaces {
ge-0/0/0 {
description "MGMT Interface - DO NOT DELETE";
unit 0 {
family inet {
address 172.31.68.68/23;
}
}
}
ge-0/0/1 {
description "Internet Path";
unit 0 {
family inet {
address 69.168.201.50/29;
}
}
}
fe-0/0/2 {
unit 0 {
description "Internal LAN";
family inet {
address 192.168.1.99/24;
}
}
}
<snip>
#BGP#routingpolicy