INS_CNGE11FX3TX8MS[POE][HO] Rev. 11.6.17 PAGE 271
INSTRUCTION MANUAL
CNGE11FX3TX8MS[POE][HO]
TECH SUPPORT: 1.888.678.9427
Changing Between ICLI Modes
! Initial mode for this example is Unprivileged Exec. Raise level
! (and change mode):
my-device> enable
Password: ***
my-device#
! Note how the prompt changed from ‘>’ to ‘#’ to indicate the privileged exec mode
! Enter global configuration mode: my-device# configure terminal
! Now create VLAN 100 and give it a name. This enters the VLAN sub-mode, as ! indicated by a
new prompt: my-device(config)# vlan 100 my-device(config-vlan)# name MyVlan
!
Change directly from VLAN sub-mode into Ethernet interface sub-mode for !
interface instance 4 on switch 1, and set link speed to ‘auto’ my-device(config-vlan)# interface
GigabitEthernet 1/4
my-device(config-if)# speed auto
! Then enter a command from the global configuration mode; this leaves Ethernet ! interface sub-
mode
my-device(config-if)# hostname my-device
! Exit global configuration mode and go back to Privileged Exec
my-device(config)# end
! And use ‘disable’ to go back to Unprivileged Exec:
my-device# disable
my-device>