Configuring a 2370, 2360, or 2380 Switch for Basic Service 87WLAN—Security Switch 2300 Series Installation and Basic Configuration GuideConfiguring a Default RouteIf WLAN Management Software or Web View and a WSS are in different subnets, you need to configure a default routeon the WSS. To configure a default route, use the following command:set ip route default gateway metricTo verify the change, use the following command:show ip routeThe following commands add a default route that uses gateway 10.10.20.19 with a path cost of 1, and verify the change:2370# set ip route default 10.10.20.19 1success: change accepted.2370# show ip routeRouter table for IPv4Destination/Mask Proto Metric NH-Type Gateway VLAN:Interface_________________ _______ ______ _______ _______________ _______________0.0.0.0/ 0 Static 1 Router 10.10.20.19 vlan:4:ip10.10.10.4/24 IP 0 Direct vlan:2:ip10.10.10.4/32 IP 0 Local vlan:2:ip:10.10.10.4/2410.10.10.255/32 IP 0 Local vlan:2:ip:10.10.10.4/2410.10.20.2/24 IP 0 Direct vlan:4:ip10.10.20.2/32 IP 0 Local vlan:4:ip:10.10.20.2/2410.10.20.255/32 IP 0 Local vlan:4:ip:10.10.20.2/24224.0.0.0/ 4 IP 0 Local MULTICASTThe 0.0.0.0 route is the default route. The 10.10.10.x and 10.10.20.x routes in this example are automatically added byWSS Software when you configure the corresponding IP interfaces. The 224.0.0.0 route is for IGMP snooping. WSSSoftware automatically places this route in the configuration.Verifying IP ConnectivityTo verify that the WSS can send and receive IP traffic, use the following command:ping hostThe ping command sends an Internet Control Message Protocol (ICMP) echo packet to the specified device and listensfor a reply packet. For host, specify the IP address of a host device on the network.The following command verifies IP connectivity to IP address 10.10.20.19:2370# ping 10.10.20.19PING 10.10.20.19 (10.10.20.19) from 10.10.20.2 : 56(84) bytes of data.64 bytes from 10.10.20.19: icmp_seq=1 ttl=255 time=0.769 msNote. If you configure the Domain Name Service (DNS) or set a local alias for the hostdevice, you can specify the DNS hostname or the alias instead of the IP address of thedevice. (For information, see the WLAN 2300 System Software Configuration Guide.)