template bgp ipeers { local as OWNAS; neighbor as OWNAS; direct; path metric 1; ipv4 { next hop self; import all; export all; }; ipv6 { next hop self; import all; export all; }; }