A SERVICE OF

logo

142 CHAPTER 6: IP SERVICES COMMANDS
The following command adds an explicit route from a WX switch to any
host on the 192.168.4.x subnet through the local router 10.5.4.2, and
gives the route a cost of 1:
WX4400# set ip route 192.168.4.0 255.255.255.0 10.5.4.2 1
success: change accepted.
The following command adds another explicit route, using CIDR notation
to specify the subnet mask:
WX4400# set ip route 192.168.5.0/24 10.5.5.2 1
success: change accepted.
See Also
“clear ip route” on page 111
“display interface” on page 118
“display ip route” on page 123
set ip snmp server Enables or disables the SNMP service on the wireless LAN switch.
Syntaxset ip snmp server {enable | disable}
enable
— Enables the SNMP service.
disable — Disables the SNMP service.
Defaults — The SNMP service is disabled by default.
Access — Enabled.
History — Introduced in MSS Version 3.0.
Examples — The following command enables the SNMP server on a WX
switch:
WX4400# set ip snmp server enable
success: change accepted.
See Also
“clear snmp trap receiver” on page 114
“display snmp configuration” on page 127
“set port trap” on page 81
“set snmp community” on page 149