xStack
®
DGS-3400 Series Layer 2 Gigabit Ethernet Managed Switch CLI Manual
500
config ripng
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-3450:admin#config ripng method poison_reverse
Command: config ripng method poison_reverse
Success.
DGS-3450:admin#
config ripng ipif
Purpose
Used to specify the RIPng state and metric value for one or all interfaces
Syntax
config ripng ipif [<ipif_name 12> | all] {state [enable | disable] | metric <value 1-15>}(1)
Description
This command is used to specify the RIPng state or metric value for one or all interfaces.
Parameters
all
- Specifies 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-3450:admin# config ripng ipif System state enable
Command: config ripng ipif System state enable
Success.
DGS-3450:admin#
debug ripng state
Purpose
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.
Restrictions
Only Administrator-level users can issue this command.
Example usage: