Using the cycli Utility : cycli Commands : cd

cd
Set a parameter prefix for subsequent commands. The prompt then changes to indicate the prefix. Entered by itself, cd returns to the top level.
Synopsis
cd [parameter(s)]
Examples
cli> cd network
network> get hostname
dingo
network> set hostname kookaburra
OK
network> cd interface eth0
network interface eth0> set
active address alias broadcast gateway method mtu netmask
ip address for interface eth0
netmask for interface eth0
network interface eth0> set address 192.168.160.10 netmask \ 255.255.255.0
OK
network interface eth0> cd ..
network interface> cd eth1
network interface eth1> set address 192.168.50.10
OK
network interface eth1> cd
cli>