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


Example: Configuring Independent Preferences for an IPv4 Static Route

The following example configures:

Example: Configuring Independent Preferences for an IPv6 Static Route

Configure the following qualified next hops:

Example: Configuring Independent Preferences for an Unnumbered Ethernet Interface

The following example configures a static route to 5.5.5.2/32 with a next hop through unnumbered Gigabit Ethernet interface ge-0/0/0.0, with a metric 5 and preference 6.

[edit] 
routing-options {
    static {
        route 5.5.5.2/32 {
            qualified-next-hop ge-0/0/0.0 {
                metric 5;
                preference 6;
            }
        }
    }
}

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