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


Usage

<configuration>
    <logical-systems>
        <routing-instances>
            <instance>
                <routing-options>
                    <aggregate>
                        <route>
                            <as-path>
                                <path>path</path>
                                <origin>origin-choice</origin>
                                <atomic-aggregate/>
                                <as-number>as-number</as-number>
                                <address>address</address>
                            </as-path>
                        </route>
                    </aggregate>
                </routing-options>
            </instance>
        </routing-instances>
    </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]