<configuration>
        <protocols>
            <bgp>
                <path-selection>
                    <external-router-id/>
                </path-selection>
                <traceoptions>
                    <file>
                        <filename>bgp</filename>
                        <size>1000000</size>
                        <files>20</files>
                    </file>
                    <flag>
                        <name>keepalive</name>
                    </flag>
                    <flag>
                        <name>state</name>
                    </flag>
                    <flag>
                        <name>task</name>
                    </flag>
                </traceoptions>
                <log-updown/>
                <family>
                    <inet>
                        <unicast>
                        </unicast>
                        <flow>
                        </flow>
                    </inet>
                    <inet6>
                        <unicast>
                        </unicast>
                    </inet6>
                </family>
                <group>
                    <name>PEERS-GROUP-NAME</name>
                    <apply-groups>BGP-PREFIX-LIMIT</apply-groups>
                    <type>external</type>
                    <import>PUBLIC-PEER-IN</import>
                    <export>PUBLIC-PEER-OUT</export>
                    <remove-private>
                    </remove-private>
                    <local-as>
                        <as-number>13335</as-number>
                    </local-as>
                    <multipath>
                    </multipath>
                    <neighbor>
                        <name>192.168.0.1</name>
                        <description>Facebook [CDN]</description>
                        <family>
                            <inet>
                                <unicast>
                                    <prefix-limit>
                                        <maximum>100</maximum>
                                    </prefix-limit>
                                </unicast>
                            </inet>
                        </family>
                        <peer-as>32934</peer-as>
                    </neighbor>
                    <neighbor>
                        <name>172.17.17.1</name>
                        <description>Twitter [CDN]</description>
                        <family>
                            <inet>
                                <unicast>
                                    <prefix-limit>
                                        <maximum>500</maximum>
                                    </prefix-limit>
                                    <no-validate>
                                        IMPORT-FLOW-ROUTES
                                    </no-validate>
                                </unicast>
                            </inet>
                        </family>
                        <peer-as>13414</peer-as>
                    </neighbor>
                </group>
            </bgp>
        </protocols>
</configuration>
