OSPF Commands
©2008 Allied Telesis Inc. All rights reserved.
Software Version 5.2.1
AlliedWare Plus
TM
Operating System Software Reference C613-50003-00 REV E
30.47
The metric, metric-type, and tag values specified on this command are applied to any
redistributed routes that are not explicitly given a different metric, metric-type, or tag value by
the route map.
Examples
The following example shows redistribution of bgp routes into ospf routing table, with metric
12.
awplus#configure terminal
awplus(config)#router ospf 100
awplus(config-router)#redistribute bgp metric 12
restart ospf graceful
Use this command to force the OSPF process to restart.
Syntax
restart ospf graceful [grace-period <1-1800>]
Mode
Privileged Exec mode
Usage
After this command is executed, the OSPF process immediately shuts down. It notifies the
system that OSPF has performed a graceful shutdown. Routes installed by OSPF are preserved
until the grace-period expires.
■
When a
restart ospf graceful
command is issued, the OSPF configuration is reloaded from
the last saved configuration. Ensure you first issue a
copy
running-config startup-config
.
Examples
awplus#restart ospf graceful grace-period 200