H3C S7500 Series Ethernet Switches Command Manual

Table Of Contents
Command Manual – Routing Protocol
H3C S7500 Series Ethernet Switches Chapter 3 OSPF Configuration Commands
3-7
Examples
# Specify the number of external routes that can be imported by OSPF in each import
interval as 200.
<H3C> system-view
System View: return to User View with Ctrl+Z.
[H3C] ospf 1
[H3C-ospf-1] default limit 200
3.1.8 default tag
Syntax
default tag tag
undo default tag
View
OSPF view
Parameters
tag: Default tag, in the range 0 to 4294967295, with the default being 1.
Description
Use the default tag command to configure the default tag of OSPF imported external
routes.
Use the undo default tag command to restore the default tag.
When OSPF uses imported routes 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 commands: default type.
Examples
# Set the default tag of OSPF imported external routes of the autonomous system as
10.
<H3C> system-view
System View: return to User View with Ctrl+Z.
[H3C] ospf 1
[H3C-ospf-1] default tag 10