11
M# ・・・・・・・・・・・・・・・・・・・・・・ Privileged mode
M# configure ・・・・・・・・・・・・ Privileged mode
⇒ Global configuration mode
M(config)# ・・・・・・・・・・・・・・ Global configuration mode
interface command
・ The interface command enables to move from Global configuration mode to
Interface configuration mode.
M(config)# ・・・・・・・・・・・・・・ Global configuration mode
M(config)# interface vlan1 Global configuration mode
⇒ Interface
configuration mode (vlan1)
M(config-if)# exit ・・・・・・・・ Interface configuration mode
⇒ Global configuration mode
M(config)# interface gigabitethernet0/1
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・ Global configuration mode
⇒ Interface
configuration mode (interface1)
M(config-if)# ・・・・・・・・・・・・ Interface configuration mode
M(config)# ・・・・・・・・・・・・・・ Global configuration mode
exit command
・ The exit command enables to return to the previous mode.
M(config-if)# exit ・・・・・・・・ Interface configuration mode
⇒ Global configuration mode
M(config)# exit ・・・・・・・・・・ Global configuration mode
⇒ Privileged mode
M# exit ・・・・・・・・・・・・・・・・・・ Privileged mode
⇒ User mode
M> ・・・・・・・・・・・・・・・・・・・・・・ User mode
end command
・ The end command enables to move from configuration modes to Privileged
mode.
M(config-if)# end ・・・・・・・・ Interface configuration mode
⇒ Privileged mode
M# config
M(config)# end ・・・・・・・・・・ Global configuration mode
⇒ Privileged mode
? command
・ Entering a question mark (?) in each mode displays executable elements in the
mode.
M> ?
enable - Turn on privileged mode command
exit - Exit current mode and down to previous mode
logout - To logout from the CLI shell
ping - Send ICMP ECHO_REQUEST to network hosts
M>
Fig. 1-2 ? Command