D-Link DGS-3600 Switch User Manual


 
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
488
DGS-3627:admin# disable ospfv3
Command: disable ospfv3
Success.
DGS-3627:admin#
show ospfv3
Purpose Used to display the OSPFv3 configurations or OSPFv3 interfaces information.
Syntax
show ospfv3 {[ipif <ipif_name 12> | all]}
Description This command is used to display OSPFv3 configurations, including global state, router ID,
OSPFv3 interfaces, areas, virtual links and area aggregations. If the parameter is set, it is
used to display the information of one or all OSPFv3 interfaces.
Parameters
ipif - Display the information of one OSPFv3 interface.
all - Display the information off all OSPFv3 interfaces.
Restrictions None.
Example usage:
To display OSPFv3 configuration for System:
DGS-3627:admin# show ospfv3 ipif System
Command: show ospfv3 ipif System
Interface Name: System Link Local Address: FE80::201:2FF:FE03:400 (Link
Up)
Network Medium Type: BROADCAST Metric: 10
Area ID: 0.0.0.0 Administrative State: Disabled
Priority: 1 DR State: DOWN
DR ID: None Backup DR ID: None
Hello Interval: 10 Dead Interval: 40
Transmit Delay: 1 Retransmit Time: 5
Passive Mode: Disabled Instance ID: 0
Total Entries: 1
DGS-3627:admin#
create ospfv3 area
Purpose Used to create an OSPFv3 area.
Syntax
create ospfv3 area <area_id> type [normal | stub {stub_summary [enable | disable] |
metric <value 0-65535>}]
Description This command is used to create an OSPFv3 area.
Parameters
area - Specifies the OSPFv3 area’s ID. It is a 32-bit number in the form of an IPv4 address
that uniquely identifies the OSPFv3 area in the OSPFv3 domain.
type - The OSPFv3 area mode of operation. There are two types:
normal - Define the OSPFv3 area created as a normal area.
stub - Define the OSPFv3 area created as a stub area.
stub_summary - Specifies the OSPFv3 stub area to import inter-area prefix LSA
advertisements or not.