The display ospfv3 abr-summary-list command displays information about OSPFv3 summary routes on an area border router (ABR).
The display ospfv3 asbr-summary command displays information about OSPFv3 summary routes on an AS boundary router (ASBR).
Parameter | Description | Value |
---|---|---|
process-id |
Specifies the ID of an OSPFv3 process. |
The value is an integer ranging from 1 to 4294967295. |
prefix |
Specifies an IPv6 address. |
The value is a 32-digit hexadecimal number in the format of X:X::X:X. |
prefix-length |
Specifies the prefix length of an IPv6 address. |
The value is an integer ranging from 0 to 128. |
verbose |
Displays detailed information about summary routes. |
- |
Usage Scenario
After route summarization is configured on an ABR using the abr-summary command, you can run the display ospfv3 abr-summary-list command to view information about summary routes, which facilitates troubleshooting.
Route summarization reduces the amount of routing information transmitted between areas in an AS and the routing table size and improves device performance. After route summarization is configured on an ASBR using the asbr-summary command, you can run the display ospfv3 asbr-summary command to view information about summary routes, which facilitates troubleshooting.The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display ospfv3 abr-summary-list
OSPFv3 Process (1)
Area ID : 0.0.0.1
Prefix Prefix-Len Matched Status
2001:DB8:: 32 1 [Active] Advertised
<HUAWEI> display ospfv3 asbr-summary verbose
OSPFv3 Process (1)
Total summary address count: 1
Summary Address
Prefix : 2001:DB8::
Prefix length : 16
Tag : 1 (Not Configured)
Status : Advertised
Cost : 2 (Not Configured)
Delay : 0 (Not Configured)
Type : 2 (Larger than any link state path)
The Count of Route is: 3
Destination Mask Protocol Proc Type Metric
2001:DB8:2::1 128 Static 0 2 1
2001:DB8:3::1 128 Static 0 2 1
2001:DB8:4::1 128 Static 0 2 1
<HUAWEI> display ospfv3 asbr-summary
OSPFv3 Process (1)
Prefix Prefix-Len Matched Status
2001:DB8:: 16 3 [Active] Advertised
Item | Description |
---|---|
OSPFv3 Process (1) | OSPFv3 process ID. |
Area ID | Area ID. |
Prefix | Prefix of a summary route. |
Prefix length | Prefix length. |
Prefix | IPv6 prefix. |
Prefix-Len | Prefix length. |
Matched | Status of a summary route. |
Status | Advertisement information about the summary route:
|
Total summary address count | Number of summary routes generated using the asbr-summary command. |
Summary Address | Detailed information about a summary route. |
Tag | Tag of a summary route.
|
Cost | Cost of a summary route. |
Delay | Delay for advertising a summary route. |
Type | Type of AS external routes:
|
The Count of Route is | Number of summary routes. |
Destination | Destination IP address of a summary route. |
Mask | Mask of a summary route. |
Protocol | Protocol of a summary route. |
Proc | ID of the protocol to which a summary route belongs. |
Metric | Cost of summary route. |