Show running-config
This one really is a classic inside the Cisco’s world, it’s quite possible that most of you already know (even the newbies) that in order to see the current configuration of a Cisco device we must execute “show running-config“, see below:
CUE-751> show running-config
Generating configuration:
clock timezone America/New_York
hostname CUE
system language preferred "en_US"
ntp server 172.16.1.1 prefer
ntp server 172.16.2.1
software download server url "ftp://127.0.0.1/ftp" credentials hidden "Efw40XlF2eFHnZflk2B35j0nfGWTYHfmPSd8ZZNgd+Y9J3xlk2B35j0nfGWTYHfmP"
groupname Administrators create
username admin create
groupname Administrators member admin
groupname Administrators privilege ManagePrompts
groupname Administrators privilege broadcast
groupname Administrators privilege local-broadcast
groupname Administrators privilege ManagePublicList
groupname Administrators privilege ViewPrivateList
groupname Administrators privilege vm-imap
groupname Administrators privilege ViewHistoricalReports
groupname Administrators privilege ViewRealTimeReports
groupname Administrators privilege superuser
restriction msg-notification create
restriction msg-notification min-digits 1
restriction msg-notification max-digits 30
restriction msg-notification dial-string preference 1 pattern * allowed
backup server url "ftp://127.0.0.1/ftp" credentials hidden "E/VNXHCkplNgd+Y9J3xlk2B35j0nfGWTYHfmPSd8ZZNgd+Y9J3xlk2B35j0nfGWTYHfmP"
calendar biz-schedule systemschedule
open day 1 from 00:00 to 24:00
open day 2 from 00:00 to 24:00
open day 3 from 00:00 to 24:00
open day 4 from 00:00 to 24:00
open day 5 from 00:00 to 24:00
open day 6 from 00:00 to 24:00
open day 7 from 00:00 to 24:00
end schedule
ccn application 911emergency aa
description "911emergency"
enabled
maxsessions 6
script "911.aef"
parameter "Transferto911" "2888"
parameter "Dialing911Prompt" "911Emergency.wav"
end application
ccn application autoattendant aa
description "autoattendant"
enabled
maxsessions 5
script "aa.aef"
parameter "dialByExtnAnytime" "false"
parameter "busOpenPrompt" "AABusinessOpen.wav"
parameter "dialByExtnAnytimeInputLength" "4"
parameter "operExtn" "0"
parameter "welcomePrompt" "AAWelcome.wav"
parameter "disconnectAfterMenu" "false"
parameter "dialByFirstName" "false"
parameter "busClosedPrompt" "AABusinessClosed.wav"
parameter "allowExternalTransfers" "false"
parameter "holidayPrompt" "AAHolidayPrompt.wav"
parameter "businessSchedule" "systemschedule"
parameter "MaxRetry" "3"
end application
ccn application cuemwiapp aa
description "cuemwiapp"
enabled
maxsessions 5
script "confmwi.aef"
parameter "CallControlGroupID" "0"
parameter "strMWI_OFF_DN" "5501"
parameter "strMWI_ON_DN" "5500"
end application
ccn application genpopaa aa
description "genpopaa"
enabled
maxsessions 6
script "genpopst.aef"
parameter "StoreExt" "430"
parameter "StoreHours" "NYCHours.wav"
parameter "MainMenu" "GeneralMainMenu.wav"
parameter "Location" "456Directions.wav"
end application
ccn application msgnotification aa
description "msgnotification"
enabled
maxsessions 6
script "msgnotify.aef"
parameter "logoutUri" "http://localhost/voicemail/vxmlscripts/mbxLogout.jsp"
parameter "DelayBeforeSendDTMF" "1"
end application
ccn application promptmgmt aa
description "promptmgmt"
enabled
maxsessions 1
script "promptmgmt.aef"
end application
ccn application voicemail aa
description "voicemail"
enabled
maxsessions 5
script "voicebrowser.aef"
parameter "uri" "http://localhost/voicemail/vxmlscripts/login.vxml"
parameter "logoutUri" "http://localhost/voicemail/vxmlscripts/mbxLogout.jsp"
end application
ccn engine
end engine
ccn reporting historical
database local
description "CUE"
end reporting
ccn subsystem sip
gateway address "172.16.1.1"
end subsystem
ccn trigger http urlname msgnotifytrg
application "msgnotification"
enabled
maxsessions 2
end trigger
ccn trigger http urlname mwiapp
application "cuemwiapp"
enabled
maxsessions 1
end trigger
ccn trigger sip phonenumber 240
application "voicemail"
enabled
maxsessions 5
end trigger
ccn trigger sip phonenumber 241
application "911emergency"
enabled
maxsessions 5
end trigger
ccn trigger sip phonenumber 234
application "genpopaa"
enabled
maxsessions 5
end trigger
security password lockout policy temp-lock
security pin lockout policy temp-lock
service phone-authentication
end phone-authentication
service voiceview
enable
end voiceview
voicemail default mailboxsize 1960
voicemail broadcast recording time 200
voicemail notification restriction msg-notification
end
CUE-751>
The above output of the “show run” CLI command is provided just as an example for educational purposes, and also for you to see how it looks like, please do not use it on any production environment.