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


Specify When the Route Can Be Readvertised

By default, static routes are eligible to be readvertised (that is, exported) by dynamic routing protocols. To mark an IPv4 static route as being ineligible for readvertisement, include the no-readvertise statement at the [edit routing-options static (defaults | route)]:

[edit routing-options static (defaults | route)] 
no-readvertise; 

To mark an IPv6 static route as being ineligible for readvertisement, include the no-readvertise statement at the [edit routing-options rib inet6.0 static (defaults | route)] hierarchy level:

[edit routing-options rib inet6.0 static (defaults | route)] 
no-readvertise; 

To explicitly readvertise IPv4 static routes, include the readvertise statement at the [edit routing-options static (defaults | route)] hierarchy level. Include the readvertise statement when configuring an individual route in the route portion of the static statement to override a retain statement specified in the defaults portion of the statement.

[edit routing-options static (defaults | route)] 
readvertise; 

To explicitly readvertise IPv6 static routes, include the readvertise statement at the [edit routing-options rib inet6.0 static (defaults | route)] hierarchy level. Include the readvertise statement when configuring an individual route in the route portion of the static statement to override a retain option specified in the defaults portion of the statement.

[edit routing-options rib inet6.0 static (defaults | route)] 
readvertise; 

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