-
show running-config
Displays the active configuration in use from running memory. Use / to search the config while in this mode.
-
show startup-config
Displays the config used on boot from nvram. Use / to search the config while in this mode
-
wr
Write the active configuration from memory to nvram startup-config
-
copy nvram:startup-config ftp:[[[//[username[:password]@location] /directory]/filename]
-
copy ftp:[[[//[username[:password]@location] /directory]/filename] nvram:startup-config
Copies the startup-config used on boot to or from a remote ftp server, a reboot will required to load it into memory
-
copy system:running-config ftp:[[[//[username[:password]@location] /directory]/filename
-
copy ftp:[[[//[username[:password]@location] /directory]/filename] system:running-config
Copies the currently active configuration to an ftp server or merges the running configuration with that from the ftp server
-
reload
Reboots the switch
-
show call active voice compact
Displays all active voice calls
-
conf t
-
telephony-service
-
reset all
(followed by CTRL+Z to exit configuration mode) Forces all phone to reload, this will happen in a controlled way to prevent the tftp server from being overloaded
-
conf t
-
telephony-service
-
create cnf-files
(followed by CTRL+Z to exit configuration mode) After you’ve added a new phone to the system an XML based ‘SEP’ configuration file needs to be generated for it, this command takes care of that
If you’re configuring a Cisco CallManager Express (CME) switch this sample chapter from ‘Cisco IP Communications Express: CallManager Express with Cisco Unity Express’ does a good job at covering most of the basics.