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


 
xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual
290
config rip
rx_mode Determines how received RIP packets will be
interpreted – as RIP version V1 only, V2 Only, or V1 or V2.
This entry specifies which version of the RIP protocol will be
used to receive RIP packets. The Disabled entry prevents the
reception of RIP packets.
v1_only Specifies that only RIP v1 packets will be
transmitted.
v2_only - Specifies that only RIP v2 packets will be
transmitted.
v1_or_v2 - Specifies that only RIP v1 or v2 packets will be
transmitted.
state [enable | disable] Allows RIP to be enabled and disabled
on the Switch.
Restrictions Only administrator-level users can issue this command.
Example Usage:
To change the RIP receive mode for the IP interface System:
DGS-3324SRi:4#config rip ipif System rx_mode v1_only
Command: config rip ipif System rx_mode v1_only
Success.
DGS-3324SRi:4#
config rip timer
Purpose Used to configure the timers for the RIP function on the Switch.
Syntax
config rip timer {update_interval <sec 1-65535> |
timeout_interval <sec 1-65535> | garbage_collect_interval <sec
1-65535>}
Description This command is used to configure RIP timers on the Switch. The
switch administrator can now configure RIP timers for the RIP update
interval, the route timeout value and the garbage collection interval.
These timers, if properly configured, can reduce the amount of
unnecessary traffic passing through the Switch.
Parameters update_interval <sec 1-65535> - This interval is used to determine
the time unsolicited response messages containing the complete
routing table are sent to all neighboring routers. The user may select
an update interval between 1 – 65535 seconds with a default setting
of 30 seconds.
timeout_interval <sec 1-65535> - Choose this parameter to establish
the time a given route is valid on the network. Once this timeout has
expired, the route will be retained in the routing table for a short
period of time so neighbor routers can be notified that the route has
been dropped. The user may set this time between 1 – 65535
seconds with a default setting of 180 seconds.
garbage_collect_interval <sec 1-65535>- This interval represents the
time the route will be retained in the routing table before being
dropped by the Switch. The user may set this time between 1 –
65535 seconds with a default setting of 120 seconds.