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


Usage

<configuration>
    <protocols>
        <bgp>
            <group>
                <neighbor>
                    <local-as>
                        <as-number>as-number</as-number> <!-- mandatory -->
                        <loops>loops</loops>
                        <private/>
                    </local-as>
                </neighbor>
            </group>
        </bgp>
    </protocols>
</configuration>

Description

Local autonomous system number.

Contents

<as-number>— Autonomous system number in plain number or 'higher 16bits'.'Lower 16 bits' (asdot notation) format.

<loops>—Maximum number of times this AS can be in an AS path.

<private>—Hide this local AS in paths learned from this peering.


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