
Configure DynDNS Dynamic DNS in Cisco Router
85
This article shows you how to configure DDNS on Cisco Router that receives dynamic Public IP address from Internet provider. After setting this up, your router can be accessed from anywhere via Domain Name. 
Configure Site to Site IPSec VPN Tunnel between Cisco Router and Paloalto Firewall
307
One end of IPSec tunnel is a Paloalto Firewall with Static Public IP address and the other end is Cisco router with Dynamic IP address and behind an Internet modem. You can refer for step by step guide to establish IPSec VPN tunnel between Paloalto Firewall and Cisco Router. 
How to convert voices recorded on iphone into Cisco UCCX supported format?
188
Cisco UCCX supports .wav audio files with attributes of CCIT U-Law, Sample Size: 8bit and Sample Rate: 8KHz However iphone’s Voice Memo app generates audios on .m4a (MPEG 4 Audio) format. It is compatible with Apple devices, but not with Cisco UCCX. Hence .m4a must be converted to proper .wav format. .. Recover Cisco Switch Ports from err-disabled State
213
How to view and recover Cisco Switch ports from err-disabled state Find out bandwidth used on Cisco Switch
303
#show interface summary command provides bandwidth utilization of each Cisco switch interface, VLAN and port channels. You can either measure bits per sec using RXBS/TXBS fields or packets per sec using RXPS/TXPS fields. Additionally you also get to know counts of pkts dropped in the interface. .. 
UCCX: updating script caused error: Error while performing the operation. Please look into logs for more information.
455
An error has occurred while saving a new UCCX script file in UCCX Publisher node. The message was “Error while performing the operation. Please look into logs for more information.” If you encounter similar error, first identify the server roles, ensure they are properly set and finally try to apply .. 
UCCX: Determine which server is currently the Master?
422
In UCCX, there is no concept of Publisher/Subscriber, instead we have Master and Slave concept in UCCX. You can identify the role by following few steps. Login to each UCCX Server Navigate to Cisco Unified CCX Serviceability page Choose Tools > Control Center – Network Services menu Select the Server. .. 
Cisco CUCM – Get User List Who have Logged into Phone
344
As a Cisco CUCM administration, you may have to find out at some point of time, which users have logged in and to which Cisco phone. Here is how you can check. Login to CUCM Choose Devices > Phone Select ‘Actively Logged in Device Report’ from the drop-down list in the upper, right corner .. 
POE, POE+ vs UPOE: What’s the difference?
504
You need to calculate the power requirements for all the powered devices that you plan to connect to switch. Also be careful while laying longer network cable, as some power is lost over the length of cable. Display debugging on ssh session or console
855
To display Cisco debug output on the current SSH or Telnet session, switch# terminal monitor To turn off Cisco debug output switch# terminal no monitor To display Cisco debug output on the Console switch# logging console To turn off Cisco debug output switch# no logging console