D-Link DGS-3600 Switch User Manual


 
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
491
DGS-3627:admin# show ospfv3 area
Command: show ospfv3 area
OSPFv3 Area Settings
Area ID Type Stub Import Summary LSA Stub Default Cost
--------------- ------ ----------------------- -----------------
0.0.0.0 Normal None None
2.2.2.2 Normal None None
Total Entries: 2
DGS-3627:admin# show ospfv3 area 0.0.0.0
Command: show ospfv3 area 0.0.0.0
Area ID: 0.0.0.0 Area Type: Normal
SPF Algorithm Runs For Area 0.0.0.0: 1 time
Number Of LSA In This Area: 2 Checksum Sum: 0x0
Number Of ABR In This Area: 0 Number Of ASBR In This Area: 0
Total Entries: 1
DGS-3627:admin#
create ospfv3 aggregation
Purpose Used to create an OSPFv3 area aggregation.
Syntax
create ospfv3 aggregation <area_id> <ipv6networkaddr> advertise [enable | disable]
Description This command is used to create an OSPFv3 area aggregation.
Parameters
<area_id> - Specify the area where the aggregation belongs to.
<ipv6networkaddr> - Specify the IPv6 network address of the aggregation.
advertise - See below:
enable - OSPFv3 ABR will use this aggregation to aggregate the intra-area routes
when it advertise these routes to another area.
disable - OSPFv3 ABR will not use this aggregation to aggregate the intra-area
routes when it advertise these routes to another area.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To create an OSPFv3 area aggregation:
DGS-3627:admin# create ospfv3 aggregation 2.2.2.2 2000::/16 advertise enable
Command: create ospfv3 aggregation 2.2.2.2 2000::/16 advertise enable
Success.
DGS-3627:admin#
delete ospfv3 aggregation
Purpose Used to delete an OSPFv3 area aggregation.