Page 601 / 757 Scroll up to view Page 596 - 600
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
597
config rspan vlan redirect
The redirect function will only work when RSPAN is enabled.
Multiple RSPAN VLANs can be configured with the redirect setting at the same time.
A RSPAN VLAN can be configured with the source setting and the redirect setting at the
same time.
Parameters
vlan
- See below:
vlan_name
- Specify the RSPAN VLAN by VLAN name.
vlan_id
- Specify the RSPAN VLAN by VLAN ID.
redirect
- Specify output portlist for the RSPAN VLAN packets. If the redirect port is a Link
Aggregation port, there will perform the Link Aggregation behavior for RSPAN packets.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To add or delete redirect ports for special RSPAN VLAN on intermediate or destination switch:
DGS-3627:admin# config rspan vlan vlan_name vlan2 redirect add ports 18
Command: config rspan vlan vlan_name vlan2 redirect add ports 18
Success.
DGS-3627:admin#
show rspan
Purpose
Used to display RSPAN configuration.
Syntax
show rspan {[vlan_name <vlan_name> | vlan_id <vlanid 1-4094>]}
Description
This command displays the RSPAN configuration.
Parameters
vlan_name
- Specify the RSPAN VLAN by VLAN name
vlan_id
- Specify the RSPAN VLAN by VLAN ID.
Restrictions
None.
Example usage:
Display the specific settings:
DGS-3627:admin# show rspan vlan_id 63
Command: show rspan vlan_id 63
RSPAN
: Enabled
RSPAN VLAN ID : 63
-------------------
Mirror Group ID
: 1
Target Port
: 1:1
Source Ports
RX
: 1:2-1:5
TX
: 1:2-1:5
Redirect Ports
: 1:9
Total RSPAN VLAN : 1
DGS-3627:admin#
Page 602 / 757
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
598
Display all settings:
DGS-3627:admin# show rspan
Command: show rspan
RSPAN: Enabled
RSPAN VLAN ID: 1
--------------------
Mirror Group ID
: 1
Target Port
: 1:1
Source Ports
RX:
TX:
RSPAN VLAN ID: 2
--------------------
Redirect Ports
: 1:6
RSPAN VLAN ID: 3
----------------------
Redirect Ports
: 1:6
Total RSPAN VLAN :3
DGS-3627:admin#
Page 603 / 757
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
599
77
RIPNG COMMANDS
The RIPng commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the
following table.
Command
Parameters
enable ripng
disable ripng
show ripng
{ipif <ipif_name 12>}
config ripng
{method [no_horizon | split_horizon | poison_reverse] | update <sec 5-65535> |
expire <sec 1-65535> | garbage_collection <sec 1-65535>}(1)
config ripng ipif
[<ipif_name 12> | all] {metric <value 1-15> | state [enable | disable] }(1)
debug ripng state
[enable | disable]
debug ripng show flag
debug ripng flag
[{interface | packet [all | rx | tx] | route}(1) | all] state [enable | disable]
Each command is listed, in detail, in the following sections.
enable ripng
Purpose
This command is used to enable RIPng globally for the Switch.
Syntax
enable ripng
Description
This command is used to enable RIPng globally for the Switch.
Parameters
None.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To enable RIPng globally:
DGS-3627:admin# enable ripng
Command: enable ripng
Success.
DGS-3627:admin#
disable ripng
Purpose
This command is used to disable RIPng globally for the Switch.
Syntax
disable ripng
Description
This command is used to disable RIPng globally on the Switch. The default setting is
disabled.
Parameters
None.
Page 604 / 757
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
600
disable ripng
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To disable RIPng globally:
DGS-3627:admin# disable ripng
Command: disable ripng
Success.
DGS-3627:admin#
show ripng
Purpose
This command is used to display the RIPng state on all or specified interfaces.
Syntax
show ripng {ipif <ipif_name 12>}
Description
This command displays the RIPng state on all or specified interfaces.
Parameters
ipif
- Specify that the RIPng configuration will be displayed on a specific interface.
Restrictions
None.
Example usage:
To display RIPng configurations:
DGS-3627:admin# show ripng
Command: show ripng
Global State
: Disabled
Method
: Poison Reverse
Update Time
: 30 seconds
Expire Time
: 180 seconds
Garbage Collection Time
: 120 seconds
Interface
State
Metric
-----------------------------------------------------
int8
Disabled
1
int14
Disabled
1
Total Entries : 2
DGS-3627:admin#
config ripng
Purpose
This command is used to configure the RIPng algorithm and timer.
Syntax
config ripng {method [no_horizon | split_horizon | poison_reverse] | update <sec 5-
65535> | expire <sec 1-65535> | garbage_collection <sec 1-65535>}(1)
Description
This command is used to specify the RIPng method and timer.
Parameters
update
- The value (in seconds) of the update timer.
expire
- The interval (in seconds) when the update expires.
Page 605 / 757
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
601
config ripng
garbage_collection
- The value (in seconds) of the garbage-collection timer.
method
- See below:
no_horizon
- Configured to not use any horizon.
split_horizon
- Configured to use basic split horizon. This is the default setting.
poison_reverse
- Configured to use split horizon with poison reverse.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To configure the RIPng method as poison reverse:
DGS-3627:admin# config ripng method poison_reverse
Command: config ripng method poison_reverse
Success.
DGS-3627:admin#
config ripng ipif
Purpose
This command is used to specify the RIPng state and metric value for one or all interfaces
Syntax
config ripng ipif [<ipif_name 12> | all] {metric <value 1-15> | state [enable | disable] }(1)
Description
This command is used to specify the RIPng state or metric value for one or all interfaces.
Parameters
all
- Specify that settings will be applied to all IP interfaces.
metric
- The cost value of an interface. The RIPng route that was learned from the interface
will add this value as a new route metric. The default value is 1.
state
- Enable or disable the RIPng state on the specific IP interface. If the state is disabled,
then RIPng packets will not be transmitted or received by the interface. The default setting is
disabled.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To enable the RIPng interface state:
DGS-3627:admin# config ripng ipif System state enable
Command: config ripng ipif System state enable
Success.
DGS-3627:admin#
debug ripng state
Purpose
This command is used to enable or disable the RIPng debug state globally.
Syntax
debug ripng state [enable | disable]
Description
This command is used to enable or disable RIPng debug globally.
Parameters
state
- The state of the RIPng debug. The default setting is disabled.
enable
- Enable RIPng debug.
disable
- Disable RIPng debug.

Rate

4.5 / 5 based on 2 votes.

Bookmark Our Site

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

Share
Top