Nokia MW1122 Computer Monitor User Manual


 
Managing MW1122
E Copyright Nokia Networks Oy
C33902001SE_00
5-7
Static route for an interface that learns the next hop automatically:
MW1122(conf-common)# ip route 131.132.133.0
255.255.255.0 0.0.0.0 vcc1
Static route for an interface that requires a static next hop:
MW1122(conf-common)# ip route 131.132.133.0
255.255.255.0 1.3.5.1 vcc1
MW1122 can have only one default gateway. The interfaces that can
learn gateway/peer address dynamically can use value 0.0.0.0 instead
of the next hop address.
5.2.3 Encrypting wireless connection
The minimal WEP encryption configuration is very simple. WEP
mode has to be selected, at least one key has to be configured and the
key has to be selected. In MW1122, the possible keys are numbered
from 1 to 4. In some WLAN products the numbering may be from 0 to
3. In those cases, key 0 equals key 1 in MW1122. Four keys are
available to enable easy change of keys when the keys are changed at
different times for different clients. A simple WEP configuration is
shown in the following example:
MW1122(conf-wlan)# wep mode required
MW1122(conf-wlan)# wep key-entry 1 40-bit 0987654321
MW1122(conf-wlan)# wep default-key 1
MW1122(conf-wlan)#
If you want to use 128-bit keys, you must enter a key of 32 characters:
MW1122(conf-wlan)# wep key-entry 1 128-bit
1234567890abcdef1234567890abcdef
MW1122(conf-wlan)#
The MAC Client table and station-specific keys are configured in the
following example:
MW1122(conf-wlan)# sta pc_1 00:11:22:33:44:55
MW1122(conf-wlan)# sta pc_2 00:11:22:33:44:55 40-bit
1234567890
MW1122(conf-wlan)# sta pc_3 00:11:22:33:44:55 128-bit
1234567890abcdef1234567890abcdef
The first line is the Client table entry only. The second and third lines
configure the WEP key also.