xStack
®
DGS-3400 Series Layer 2 Gigabit Ethernet Managed Switch CLI Manual
499
Example usage:
To disable RIPng globally:
DGS-3450:admin#disable ripng
Command: disable ripng
Success.
DGS-3450:admin#
show ripng
Purpose
Used to display the RIPng state on all or specified interfaces.
Syntax
show ripng {ipif <ipif_name 12>}
Description
This command is used to display the RIPng state on all or specified interfaces.
Parameters
ipif
- Specifies that the RIPng configuration will be displayed on a specific interface.
Restrictions
None.
Example usage:
To display RIPng configurations:
DGS-3450:admin# show ripng
Command: show ripng
Global State: Enabled
Method: Split Horizon
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-3450: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.
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.