Motorola PBX is complaint on SIP RFC 3581 and CUCM is complaint on SIP RFC 3261. Due to this RFC compliance issue there are issues with SIP call setup between both of the Call Processing Servers, that is, CUCM and Motorola PBX Motorola PBX has an “rport” parameter in the “Via” header field of the…
Category: Unified Communication
The number of devices in a single Unified Communications VLAN
Yesterday a customer ask me if he can install a CUCM on a class B subnet which has 2046 IP address. The answer is … Thumb Rule A good rule of thumb is to limit the number of devices per VLAN to about 512, which is equivalent to two Class C subnets (that is, a…
Reason codes for LastOutOfServiceInformation
ReasonForOutOfService=10 — TCPtimedOut – The TCP connection to the Cisco Unified Communication Manager experienced a timeout error ReasonForOutOfService=12 — TCPucmResetConnection – The Cisco Unified Communication Manager reset the TCP connection ReasonForOutOfService=13 — TCPucmAbortedConnection – The Cisco Unified Communication Manager aborted the TCP connection ReasonForOutOfService=14 — TCPucmClosedConnection – The Cisco Unified Communication Manager closed the TCP…
Expressway DMI Interface
From 12.7, expressway support dedicate Management Interface(DMI). s. Instead of sharing a routing interface with other traffic, management traffic is sent and received through LAN3 and no other traffic uses that port.The DMI is disabled by default. Enabling DMI Enabling the DMI function . This switches the LAN3 Port for management Traffic. Still you can…
CIMC Upgrade
When I visited a customer, I found alarms on their UCS server. So For CIMC acces I contacted the current supplier who installed this sever. They said due to java error CIMC doesn’t work with latest browsers. So they didn’t configure the CIMC. That’s not a good practice. Always Configure CIMC and if it’s outdated…
Flex Provisioning
With flex license, you will be getting a Provisioning EMail. Even If you don’t activate the license within 30 days the billing will gets started automatically. Todays blog is about how to provision and starting a Webex messaging subscription. Open the email you received titled Provisioning information required for order…, and click Set Up Your…
Assign Missing Owner Id using DAT
70% of license warning messages I have seen at my customer sites are due to missing Owner-ID.A common question many of my friends asked, is there a tool to assign Owner-Id on devices. Yes Cisco provide a tool called, Device assignment Tool in short we call it DAT. The tool connects to your system and…
Cisco Collaboration Infrastructure Requirements
From CSR 12.7+/14+, Concept of TRC is not moving forward. Use below mentioned link to see the UC infrastructure requirements. Access Cisco Collaboration Infrastructure Requirements
SQl Query to pull Device Owner
The below SQL Query can be used to pull the details of Owner-Id assigned to the phones. Tables used. Device – This table contains device-level information like IP Phones and gateways. Enduser – This table contains information about all Enduser in CUCM. Sql Query. SQL query to List the complete devices and the Owner status. Devices with…
Sql Query to pull unassigned DNS
The below SQL Query can be used to pull the details of Unassigned Dn’s Tables used. NumPlan – This table contains information about all patterns configured in CUCM. Sql Query. run sql select dnorpattern from numplan where iscallable = ‘f’ Note:-unassociated DN IsCallable to False