User's Manual
Table Of Contents
Setup and Deployment Guide
Table 1. Static NAT Mapping for an IAP, WR and SD
Wireless Subnet Address Server Subnet Address Device Type
10.0.201.1 172.xx.201.1 SD #1 Host
10.0.201.2 172.xx.201.2 SD #1 XCVR
10.0.100.2 172.xx.100.2 WR #1 XCVR
10.0.69.1 172.xx.69.1 IAP #1 Host
10.0.69.2 172.xx.69.2 IAP #1 XCVR
The following commands show how the example mapping is done. The commands must be
repeated for each device in the network. The actual address values will be based on the
equipment which is shipped in the kit.
CoreRTR#configure terminal
Enter configuration commands, one per line. End with CNTL/Z
CoreRTR(config)#ip nat inside source static 10.0.201.1 172.xx.201.1 ;#SD Host
CoreRTR(config)#ip nat inside source static 10.0.201.2 172.xx.201.2 ;#SD XCVR
CoreRTR(config)#ip nat inside source static 10.0.100.2 172.xx.100.2 ;#WR XCVR
CoreRTR(config)#ip nat inside source static 10.0.69.1 172.xx.69.1 ;#IAP HOST
CoreRTR(config)#ip nat inside source static 10.0.69.2 172.xx.69.2 ;#IAP XCVR
CoreRTR(config)#exit
CoreRTR#write memory
3d01h: %SYS-5-CONFIG_I: Configured from console by console
Building configuration...
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!![OK]
CoreRTR#copy running-config startup-config
Destination filename [startup-config]? <return>
Building configuration...
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!![OK]
CoreRTR#
19