| 1 | set version 20230616.051920_builder.r1345402 | ||
| 2 | set interfaces eth1 unit 0 family inet | ||
| 3 | set interfaces eth1 unit 0 family inet6 | ||
| 4 | set policy-options policy-statement expo term announce4 from route-filter 1.2.3.0/24 exact | ||
| 5 | set policy-options policy-statement expo term announce4 then accept | ||
| 6 | set policy-options policy-statement expo term announce6 from route-filter fd99::/64 exact | ||
| 7 | set policy-options policy-statement expo term announce6 then accept | ||
| 8 | set policy-options policy-statement expo then reject | ||
| 9 | set routing-options rib inet6.0 static route fd99::/64 discard | ||
| 10 | set routing-options router-id 1.2.3.2 | ||
| 11 | set routing-options autonomous-system 46 | ||
| 12 | set routing-options static route 1.2.3.0/24 discard | ||
| 13 | set protocols bgp group unnumbered type external | ||
| 14 | set protocols bgp group unnumbered family inet unicast extended-nexthop | ||
| 15 | set protocols bgp group unnumbered family inet6 unicast | ||
| 16 | set protocols bgp group unnumbered export expo | ||
| 17 | set protocols bgp group unnumbered peer-as 33 | ||
| 18 | set protocols bgp group unnumbered dynamic-neighbor bgp_unnumbered peer-auto-discovery family inet6 ipv6-nd | ||
| 19 | set protocols bgp group unnumbered dynamic-neighbor bgp_unnumbered peer-auto-discovery interface eth1 | ||
| 20 | set protocols router-advertisement interface eth1 | ||