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


Usage

<configuration>
    <logical-systems>
        <routing-options>
            <rib>
                <static>
                    <route>
                        <as-path>
                            <path>path</path>
                            <origin>origin-choice</origin>
                            <atomic-aggregate/>
                            <as-number>as-number</as-number>
                            <address>address</address>
                        </as-path>
                    </route>
                </static>
            </rib>
        </routing-options>
    </logical-systems>
</configuration>

Description

Autonomous system path.

Contents

<address>—Address of BGP system that formed the route.

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

<atomic-aggregate>—Add ATOMIC_AGGREGATE path attribute to route.

<origin>—No documentation is available yet.

<path>—Autonomous system path.


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