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


Usage

<configuration>
    <dynamic-profiles>
        <class-of-service>
            <forwarding-policy>
                <next-hop-map>
                    <forwarding-class>
                        <name>name</name> <!-- identifier -->
                        <next-hop>...</next-hop>
                        <lsp-next-hop>...</lsp-next-hop>
                        <non-lsp-next-hop/>
                        <discard/>
                    </forwarding-class>
                </next-hop-map>
            </forwarding-policy>
        </class-of-service>
    </dynamic-profiles>
</configuration>

Description

Forwarding class from which to map.

Contents

<discard>—Discard next hop.

<lsp-next-hop>—Regular expression for LSP next hop.

<name>—Forwarding class.

<next-hop>—Next-hop identifier to which to map.

<non-lsp-next-hop>—Any non-RSVP LSP next hop.


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