xStack DGS-3612G Layer 3 Gigabit Ethernet Managed Switch CLI Manual
Usage example:
To configure an OSPF host route:
DGS-3612G:4#config ospf host_route 10.48.74.122 area 10.1.1.1 metric 2
Command: config ospf host_route 10.48.74.122 area 10.1.1.1 metric 2
Success.
DGS-3612G:4#
show ospf host_route
Syntax
show ospf host_route {<ipaddr>}
Description
This command will display the current OSPF host route table.
Parameters
<ipaddr>
−
The IP address of the host.
Restrictions None.
Purpose
Used to display the current OSPF host route table.
Usage example:
To display the current OSPF host route table:
DGS-3612G:4#show ospf host_route
Command: show ospf host_route
Host Address Metric Area_ID
--------------- --------------- -----------
10.48.73.21 2 10.1.1.1
10.48.74.122 1 10.1.1.1
Total Entries: 2
DGS-3612G:4#
create ospf aggregation
Purpose
Used to configure OSPF area aggregation settings.
Syntax
create ospf aggregation <area_id> <network_address> lsdb_type
[summary {advertise [enable | disable]} | nssa_ext {advertise [enable
| disable]}]
Description
This command is used to create an OSPF area aggregation.
Parameters
<area_id>
−
A 32-bit number in the form of an IP address
(xxx.xxx.xxx.xxx) that uniquely identifies the OSPF area in the OSPF
domain.
<network_address>
−
The 32-bit number in the form of an IP address that
uniquely identifies the network that corresponds to the OSPF Area.
lsdb_type
−
The type of address aggregation. The user has two choices
for the LSDB type:
•
•
advertise [enable | disable]
−
Allows for the advertisement
trigger to be enabled or disabled.
•
summary
– Choosing this LSDB type will summarize routes that
are entering the OSPF area by redistribution.
nssa_ext
– Choosing this LSDB type will summarize routes that
are entering the OSPF NSSA from an external source.
258