event manager applet wrmem
 !! This applet is to Create SSID in AP!!
event none sync yes
 action 1.1     cli command "enable"
 action 2.1     cli command "telnet $NewBVIIPAddress" pattern "Username:"
 action 2.2     cli command "cisco" pattern "Password:"
 action 2.3     cli command "cisco" pattern "#"
 action 2.4     cli command "write memory" pattern "#"
 action 2.5     cli command "exit" pattern "#"
 action 2.6     cli command "exit"