D-Link xStackTM DGS/DXS-3300 Series Switch User Manual


 
xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual
289
36
RIP COMMANDS
The RIP commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following
table.
Command Parameters
config rip [ipif <ipif_name 12> | all] {authentication [enable <password
16> | disable] | tx_mode [disable | v1_only | v1_compatible |
v2_only] | rx_mode [v1_only | v2_only | v1_or_v2 | disable]
state [enable | disable]}
config rip timer {update_interval <sec 1-65535> | timeout_interval <sec 1-
65535> | garbage_collect_interval <sec 1-65535>}
enable rip
disable rip
show rip ipif <ipif_name 12>
Each command is listed, in detail, in the following sections.
config rip
Purpose Used to configure RIP on the Switch.
Syntax
config rip [ipif <ipif_name 12> | all] {authentication [enable
<password 16> | disable] | tx_mode [disable | v1_only |
v1_compatible | v2_only] | rx_mode [v1_only | v2_only |
v1_or_v2 | disable] state [enable | disable]}
Description This command is used to configure RIP on the Switch.
Parameters
<ipif_name 12> The name of the IP interface.
all – To configure all RIP receiving mode for all IP interfaces.
authentication [enable | disable] Enables or disables
authentication for RIP on the Switch.
<password 16> Allows the specification of a case-
sensitive password.
tx_mode Determines how received RIP packets will be
interpreted – as RIP version V1 only, V2 Only, or V1 Compatible
(V1 and V2). This entry specifies which version of the RIP
protocol will be used to transfer RIP packets. The disabled entry
prevents the reception of RIP packets.
disable Prevents the transmission of RIP packets.
v1_only Specifies that only RIP v1 packets will be
transmitted.
v1_compatible – Specifies that only RIP v1 compatible
packets will be transmitted.
v2_only - Specifies that only RIP v2 packets will be
transmitted.