Cisco Cisco TelePresence MCU 4510 Developer's Guide

Page of 296
system.xml
file
You can derive some information about the MCU from its system.xml file. You can download this file via
HTTP from the MCU's root.
Example
system.xml
<?xml version="1.0"?>
<system>
<manufacturer>Cisco</manufacturer>
<model>MCU 5320</model>
<serial>SM220074</serial>
<softwareVersion>4.3(1.14)</softwareVersion>
<buildVersion>6.18(1.14)</buildVersion>
<hostName></hostName>
<totalVideoPorts>50</totalVideoPorts>
<totalAudioOnlyPorts>50</totalAudioOnlyPorts>
<totalStreamingAndContentPorts>50</totalStreamingAndContentPorts>
<videoPortAllocation>
<hd>50</hd>
</videoPortAllocation>
<portReservationMode>disabled</portReservationMode>
<maxVideoResolution>max</maxVideoResolution>
<uptimeSeconds>109887</uptimeSeconds>
<clusterType>unclustered</clusterType>
</system>
Node name
Node contents
manufacturer
Name of the manufacturer. May be Cisco on newer hardware or Codian.
model
Model number.
serial
Unique serial number if known, blank otherwise.
softwareVersion
Software version (release reference number).
buildVersion
Software build version (internal reference number).
hostName
DNS name of the MCU if known, blank otherwise.
totalVideoPorts
Count of all video ports.
totalAudioOnlyPorts
Count of all audio-only ports. Only included if clusterType is not slave
and the count is greater than 0.
totalStreamingAndContentPorts
Count of all dedicated streaming and content ports, if it is greater than 0.
Excluded otherwise.
videoPortAllocation
Excluded if totalVideoPorts is 0. Contains a subnode for each type of
video port allocated. These nodes contain the number of ports of that type.
e.g. <hd>10</hd><nhd>40</nhd><sd>40</sd>, or
<hdPlus>10</hdPlus>
. The subnodes are only included if the count of
allocated ports of that type is greater than 0.
portReservationMode
enabled
or disabled determines whether the MCU allows conferences to
reserve media ports. Only included if clusterType is not slave.
System XML contents
Cisco TelePresence MCU API 2.10
Page 181 of 296
Related information
system.xml file