Page 491 / 757 Scroll up to view Page 486 - 490
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
487
config ospfv3 router_id
Parameters
router_id
- User may enter a 32-bit number in the form of an IPv4 address that uniquely
identifies the router in the OSPFv3 domain. Set 0.0.0.0 means auto-selected. Switch will
select the largest IPv4 address among the IP interfaces to be the router ID. The default value
of OSPFv3 router ID is 0.0.0.0 (auto-selected).
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To set OSPFv3 router ID:
DGS-3627:admin# config ospfv3 router_id 1.1.1.1
Command: config ospfv3 router_id 1.1.1.1
Success.
DGS-3627:admin#
enable ospfv3
Purpose
Used to enable OSPFv3 on the switch.
Syntax
enable ospfv3
Description
This command is used to enable OSPFv3 on the switch.
Parameters
None.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To enable OSPFv3:
DGS-3627:admin# enable ospfv3
Command: enable ospfv3
Success.
DGS-3627:admin#
disable ospfv3
Purpose
Used to disable OSPFv3 on the switch.
Syntax
disable ospfv3
Description
This command is used to disable OSPFv3 on the switch.
Parameters
None.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To disable OSPFv3:
Page 492 / 757
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.
Page 493 / 757
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
489
create ospfv3 area
enable
- Import inter-area prefix LSA into this stub area.
disable
- Do not import inter-area prefix LSA into this stub area.
metric
- Specifies the default cost of OSPFv3 stub area. The range of value is 0 to 65535.
The default setting is 1.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To create OSPFv3 areas:
DGS-3627:admin# create ospfv3 area 1.1.1.1 type normal
Command: create ospfv3 area 1.1.1.1 type normal
Success.
DGS-3627:admin# create ospfv3 area 2.2.2.2 type stub stub_summary enable
Command: create ospfv3 area 2.2.2.2 type stub stub_summary enable
Success.
DGS-3627:admin#
delete ospfv3 area
Purpose
Used to delete an OSPFv3 area.
Syntax
delete ospfv3 area <area_id>
Description
This command is used to delete an OSPFv3 area. The backbone area (0.0.0.0) can not be
deleted.
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.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To delete an OSPFv3 area:
DGS-3627:admin# delete ospfv3 area 1.1.1.1
Command: delete ospfv3 area 1.1.1.1
Success.
DGS-3627:admin#
config ospfv3 area
Purpose
Used to configure an OSPFv3 area.
Syntax
config ospfv3 area <area_id> type [normal | stub {stub_summary [enable | disable] |
metric <value 0-65535>}]
Description
This command is used to configure an OSPFv3 area. The backbone area (0.0.0.0) can not
be configured to be stub area.
Parameters
area
- Specifies the OSPFv3 area’s ID. It is a 32-bit number in the form of an IPv4 address
Page 494 / 757
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
490
config ospfv3 area
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.
enable
- Import inter-area prefix LSA into this stub area.
disable
- Do not import inter-area prefix LSA into this stub area.
metric
- Specifies the default cost of OSPFv3 stub area. The range of value is 0 to 65535.
The default setting is 1.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To create OSPFv3 areas:
DGS-3627:admin# config ospfv3 area 2.2.2.2 type normal
Command: config ospfv3 area 2.2.2.2 type normal
Success.
DGS-3627:admin#
show ospfv3 area
Purpose
Used to display OSPFv3 area configurations or information.
Syntax
show ospfv3 area {<area_id>}
Description
This command is used to display OSPFv3 area configurations or information.
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.
Restrictions
None.
Example usage:
To display OSPFv3 areas:
Page 495 / 757
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.

Rate

4.5 / 5 based on 2 votes.

Bookmark Our Site

Press Ctrl + D to add this site to your favorites!

Share
Top