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


static

Syntax

static {
    defaults {
        
static-options ;
    }
    rib-group
group-name;
    route
destination-prefix {
        
next-hop ;
        
qualified-next-hop address {
            
metric metric;
            
preference preference;
        }
        
(active | passive) ;
        
as-path <as-path> <origin (egp | igp | incomplete)> <atomic-aggregate>
            <aggregator as-number in-address>;
        community [ community-ids ];
        (install | no-install);
        (metric | metric2 | metric3 | metric4) value <type type>;
        (preference | preference2 | color | color2) preference <type type>;
        (readvertise | no-readvertise);
        (resolve | no-resolve);
        (no-retain | retain);
    }
}

Hierarchy Level

[edit routing-options rib inet6.0]

Description

Configure static routes to be installed in the routing table. You can specify any number of routes within a single static statement, and you can specify any number of static statements in the configuration.

Options

destination-prefix—Destination of the generated route, specified as:

next-hop—How to reach the destination, specified as:

qualified-next-hop—An independent metric or preference for a static route.

The remaining statements are explained separately.

Usage Guidelines

See Configure Static Routes.

Required Privilege Level

routing—To view this statement in the configuration.
routing-control—To add this statement to the configuration.


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