In this tutorial, we shall look at the initial step-by-step configuration of a cisco switch in the Pocket CLI App. To get the nodes and your working area in the App, you first need to design a lab. In this case we are going to add a switch to the lab. To achieve this:

In the previous tutorial, we looked at getting used to the various prompts in the Pocket CLI App. In this tutorial, we will explore some keyboard shortcuts, and how to auto-complete commands.
There are several IOS keyboard shortcuts but we shall explore just a few, relevant to navigating around the Pocket CLI App.
At launch of the App, the only keyboard visible is your own smartphone’s keyboard. There is a ‘hidden’ keyboard (also known at the custom keyboard) that has the Tab, Ctrl, Alt, Break, and the Navigation/Arrow keys. To view this keyboard, tap on the dotted box at the top right corner of the screen as shown in the screenshot below. Tap on that same box to hide the keyboard again.

We just added a RIPv2 tutorial for the PocketCLI Network Simulator on youtube. Please check it out and don't forget to subscribe.
Primarily, the Cisco IOS offers these modes of operation: the user EXEC mode, the privileged EXEC mode, the Global Configuration mode, and other specific configuration modes such as; the Interface Configuration mode, Line Configuration Mode, and Router Configuration Mode.
The initial prompt you interface with when you first connect to a Cisco network Router or Switch is the user EXEC mode. This is denoted by a text and the greater-than (>) sign to the right of the text. See below an example of user EXEC mode prompt:
Router0>
The text represents the hostname of the device, which by default is the device type; Router or Switch. In this mode, you cannot edit or view device configurations; you can only view the device’s status and other miscellaneous information. See below a list commands you can execute in this mode:
disable Turn off privileged commands
disconnect Disconnect an existing network connection
enable Turn on privileged commands
exit Exit from the EXEC
logout Exit from the EXEC
ping Send echo messages
show Show running system information
ssh Open a secure shell client connection
telnet Open a telnet connection
terminal Set terminal line parameters
traceroute Trace route to destination
Update: Approved and released: 5/16/17
Big update with lots of improvement. We added new supported commands and features.
added privileged commands:
show ip dhcp pool
release dhcp fastethernet PORT/PORT
release dhcp serial PORT/PORT
renew dhcp fastethernet PORT/PORT
renew dhcp serial PORT/PORT
added router interface commands:
vrrp [1-255] ip A.B.C.D
vrrp [1-255] preempt
vrrp [1-255] preempt delay minimum [0-3600]
vrrp [1-255] priority [0-255]
no vrrp [1-255] ip A.B.C.D
no vrrp [1-255] preempt
no vrrp [1-255] preempt delay minimum [0-3600]
no vrrp [1-255] priority [0-255]
vrrp [1-255] track [1-500]
no vrrp [1-255]
no vrrp [1-255] track [1-500]
vrrp [1-255] track [1-500] decrement [1-255]
no vrrp [1-255] track [1-500] decrement [1-255]
improved layer 2 & layer3 path finding logic
improved DHCP address assignment speed
improved routing table update routine
improved switchport status checking
added multiple invalid entry checks and messages
added network and broadcast address checks when setting interface ip address
added lab alert for possible ip address conflict
added IPv6 address to the topology view if IPv4 is not configured
updated subinterface mac address
updated ip route and ipv6 route display
updated cisco device ping result: Sending 5 ICMP Echoes
updated ping and traceroute results for bad IP or hostname
updated resutls for: show ip dhcp server statistics
updated traceroute to use the real IP instead of HSRP/VRRP virtual address
updated hsrp mac address to hex of standby group
subinterfaces are now included in the routing protocol process
design save warns for disconnected devices or multiple networks in the lab
fixed number range checking
leading zeros on type numbers removed
ospf no longer takes 0.0.0.0 as router-id
fixed configuration issue when setting a loopback address with 255.255.255.255 mask
fixed ospf path finding
fixed app crash issue with command: show ip protocols
fixed design issue where port labels are not removed when removing a connection
Other stability improvements