User manual

Motorola RF Switch CLI Reference Guide
5-34
access to the network. The IPSec tunnel is only between the client and the switch. After
that the packets on the trusted side are sent without encryption.
1. Create and configure a WLAN.
RFSwitch(config)#
RFSwitch(config)#wireless
RFSwitch(config-wireless)#wlan 2 enable
RFSwitch(config-wireless)#wlan 2 ssid MONARCH2
RFSwitch(config-wireless)#wlan 2 vlan 2
2. Create and configure DHCP.
RFSwitch(config)#ip dhcp pool vlan2
RFSwitch(config-dhcp)#address range 10.1.1.2 10.1.1.254
RFSwitch(config-dhcp)#default-router 10.1.1.1
RFSwitch(config-dhcp)#network 10.1.1.0/24
3. Create and configure a VLAN interface named vlan2.
RFSwitch(config)#interface vlan2
RFSwitch(config-if)#ip address 10.1.1.1/24
4. Create and configure another VLAN interface named vlan3.
RFSwitch(config)#interface vlan 3
RFSwitch(config-if)#ip address dhcp
Use the commands below to configure IPSec VPN on the switch:
1. Create an Extended ACL.
RFSwitch(config-ext-nacl)#ip access-list extended 101
2. Configure the local subnet and remote subnet as interesting traffic.
RFSwitch(config-ext-nacl)# permit ip 10.1.1.0/24 any
RFSwitch(config-ext-nacl)# permit ip 192.168.0.0/24 any
3. Configure a private pool address.
RFSwitch(config)# ip local pool lo 192.168.0.2 hi 192.168.0.10
4. Specify DNS/WINS for the remote client.
RFSwitch(config)#crypto isakmp client configuration group
default
NOTE: The example below is for a IPSec-L2TP connection over a mobile
unit. Use a windows default client for this configuration.