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


Usage

<configuration>
    <logical-systems>
        <protocols>
            <bgp>
                <group>
                    <local-as>
                        <as-number>as-number</as-number> <!-- mandatory -->
                        <loops>loops</loops>
                        <private/>
                    </local-as>
                </group>
            </bgp>
        </protocols>
    </logical-systems>
</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]