D-Link DGS-3600 Switch User Manual


 
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
497
Example usage:
To configure OSPFv3 interface:
DGS-3627:admin# config ospfv3 ipif System area 0.0.0.0 priority 100 hello_interval 20
dead_interval 60 instance 1 metric 20 state enable passive disable
Command: config ospfv3 ipif System area 0.0.0.0 priority 100 hello_interval 20
dead_interval 60 instance 1 metric 20 state enable passive disable
Success.
DGS-3627:admin#
create ospfv3 virtual_link
Purpose Used to create an OSPFv3 virtual link.
Syntax
create ospfv3 virtual_link <area_id> <neighbor_id> {hello_interval <sec 1-65535> |
dead_interval <sec 1-65535> | instance <value 0-255>}
Description This command is used to create an OSPFv3 virtual link.
Parameters
<area_id> - A 32-bit number in the form of an IPv4 address that uniquely identifies the
OSPFv3 area in the OSPFv3 domain. This area is the transit area where the virtual link is
built.
<neighbor_id> - A 32-bit number in the form of an IPv4 address that uniquely identifies the
OSPFv3 virtual neighbor in the OSPFv3 domain.
hello_interval - Allows the specification of the interval between the transmission of OSPFv3
Hello packets, in seconds. Between 1 and 65535 seconds can be specified. The Hello
Interval, Dead Interval should be the same for all routers on the same link. Its default value is
10.
dead_interval - Allows the specification of the length of time between the receipt of Hello
packets from a neighbor router before the selected area declares that router down. An
interval between 1 and 65535 seconds can be specified. The Dead Interval must be evenly
divisible by the Hello Interval. Its default value is 60.
instance - The instance ID on the virtual link. Its default value is 0.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To create OSPFv3 virtual link:
DGS-3627:admin# create ospfv3 virtual_link 1.1.1.1 60.60.60.60
Command: create ospfv3 virtual_link 1.1.1.1 60.60.60.60
Success.
DGS-3627:admin#
config ospfv3 virtual_link
Purpose Used to configure an OSPFv3 virtual link.
Syntax
config ospfv3 virtual_link <area_id> <neighbor_id> {hello_interval <sec 1-65535> |
dead_interval <sec 1-65535> | instance <value 0-255>}(1)
Description This command is used to configure an OSPFv3 virtual link.
Parameters
<area_id> - A 32-bit number in the form of an IPv4 address that uniquely identifies the
OSPFv3 area in the OSPFv3 domain. This area is the transit area where the virtual link is
built.