xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
496
DGS-3627:admin# show ospfv3 virtual_neighbor
Command: show ospfv3 virtual_neighbor
Transit Router ID Of Virtual Neighbor
Area ID Virtual Neighbor State
--------------- ---------------- ----------------
1.1.1.1 30.30.30.30 Full
Total Entries: 1
DGS-3627:admin# show ospfv3 virtual_neighbor 6.6.6.6 20.20.20.20
Command: show ospfv3 virtual_neighbor 6.6.6.6 20.20.20.20
Transit Area ID: 1.1.1.1
Virtual Neighbor ID: 30.30.30.30
Virtual Neighbor Options: 19
Virtual Neighbor State: Full State Changes: 9 times
Total Entries: 1
config ospfv3
Purpose Used to configure OSPFv3 interface.
Syntax
config ospfv3 [ipif <ipif_name 12> | all] {area <area_id> | priority <value 0-255> |
hello_interval <sec 1-65535> | dead_interval <sec 1-65535> | instance <value 0-255> |
metric <value 1-65535> | state [enable | disable] | passive [enable | disable]}(1)
Description This command is used to configure OSPFv3 interface.
Parameters
ipif - Configure one OSPFv3 interface.
all - Configure all OSPFv3 interfaces.
area - A 32-bit number in the form of an IPv4 address that uniquely identifies the OSPFv3
area in the OSPFv3 domain.
priority - The priority used in the election of the Designated Router (DR). It is a number
between 0 and 255. Its default value is 1.
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 40.
instance - The instance ID of the interface. Its default value is 0.
metric - This field allows the entry of a number between 1 and 65,535 that is representative of
the OSPFv3 cost of reaching the selected OSPFv3 interface. Its default value is 1.
passive - The user may select Active or Passive for this OSPFv3 interface. Active interfaces
actively advertise OSPFv3 to routers on other Intranets that are not part of this specific
OSPFv3 group. Passive interface will not advertise to any other routers than those within its
OSPFv3 intranet. When this field is disabled, it denotes an active interface. Its default setting
is Disabled.
state - Used to enable or disable this interface to run OSPFv3. Its default value is Disabled.
Restrictions Only Administrator and Operator-level users can issue this command.