Command Manual – Routing Protocol
Quidway S3900 Series Ethernet Switches-Release 1510
Chapter 3 OSPF Configuration Commands
Huawei Technologies Proprietary
3-7
device. Therefore, it is necessary to limit the number of external routes imported during
each import interval.
Related command:
default interval
.
Example
# Specify the default limit on the number of external routes imported by OSPF in each
import interval as 200.
<Quidway> system-view
System View: return to User View with Ctrl+Z.
[Quidway] ospf 1
[Quidway-ospf-1] default limit 200
3.1.8 default tag
Syntax
default tag
tag
undo default tag
View
OSPF view
Parameter
tag
: Default tag, ranging from 0 to 4294967295.
Description
Use the
default tag
command to configure the default tag of OSPF when it imports an
external route.
Use the
undo default tag
command to restore the default tag of OSPF when it imports
the external route.
When OSPF imports a route found by another routing protocol in the router and uses it
as the external routing information of its own autonomous system, some additional
parameters are required, including the default cost and the default tag of the route.
Related command:
default type
.
Example
# Set the default tag of OSPF imported external route of the autonomous system as 10.
<Quidway> system-view
System View: return to User View with Ctrl+Z.
[Quidway] ospf 1
[Quidway-ospf-1] default tag 10