Symbol Technologies WS 2000 Switch User Manual


 
WS 2000 Wireless Switch System Reference Guide10-76
WS2000>admin(network.router)> set
Description:
Sets routing information protocol (RIP) parameters.
Syntax:
Example:
admin(network.router)>set auth md5
admin(network.router)>set key 1 12345678
admin(network.router)>set key 2 87654321
admin(network.router)>show rip
rip type : off
rip direction : both
rip authentication type : md5
rip simple auth password : ********
rip md5 id 1 : 1
rip md5 key 1 : ********
rip md5 id 2 : 1
rip md5 key 2 : ********S
admin(network.router)>set type ripv1
Warning: Having RIP enabled compromises your Subnet to Subnet firewall.
admin(network.router)>show rip
rip type : ripv1
rip direction : both
rip authentication type : md5
rip simple auth password : ********
rip md5 id 1 : 1
rip md5 key 1 : ********
rip md5 id 2 : 1
rip md5 key 2 : ********
set auth
<auth>
Sets RIP authentication type to <auth> (one of none, simple, or md5).
dir
<dir>
Sets RIP direction to <dir> (one of rx = receive, tx = transmit, or both).
id
<idx> <keyid>
Sets MD5 authentication ID for key <idx> (12) to the MD5 <keyid> (1256).
key
<idx> <key>
Sets the MD5 authentication ID for key <idx> (12) to MD5 key <key> (1 to 16
characters).
passwd
<passwd>
Sets password for simple authentication to <passwd> (1 to 16 characters).
type
<type>
Sets RIP type to <type> (one of off, ripv1, ripv2, or ripv1v2).