1. directly connected ip address 直连接口的ip地址
2.remote ip address 下一跳地址
3.reject 是一个null值,下一跳匹配这个值的路由会被丢弃,会给源回复icmp不可达
4.discard 类似于reject 丢弃 会直接丢掉路由,不给提示
5.qualified next hop 有资格的下一跳 这个属性给浮动静态路由这种环境使用
6.lsp 走标签路径
# help reference routing-options static
static
Syntax
static {
defaults {
static-options;
}
rib-group group-name;
route destination-prefix {
next-hop;
qualified-next-hop address {
metric metric;
preference preference;
}
static-options;
}
}
[1] [2] 下一页
Hierarchy Level
[edit logical-routers logical-router-name routing-instances
routing-instance-name routing-options],
[edit logical-routers logical-router-name routing-options],
[edit logical-routers logical-router-name routing-options rib
routing-table-name],
[edit routing-instances routing-instance-name routing-options],
[edit routing-options],
[edit routing-options rib routing-table-name]
Release Information
Statement introduced before JUNOS Release 7.4.
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 options in the configuration.
Options
defaults--Specify global static route options. These options only set
default attributes inherited by all newly created static routes.