Endpoint and User Administration Flashcards
Which server(s) in a CUCM cluster issue NTP client requests?
Only the publisher. (Subscribers sync with the publisher)
Give the CME command that tells the router to get its time from an NTP server at 10.1.1.1.
(config)# ntp server 10.1.1.1
Give the CME command that tells the router to serve as an NTP server claiming to have stratum 3 timing.
(config)# ntp master 3
Give the CME command that tells the router to display the NTP server it’s using to set its clock.
show ntp associations
What Cisco feature relies on CDP messages generated by IP phones?
Cisco Unified Video Advantage
How many Ethernet ports does a Cisco IP phone contain? Briefly describe what each one does.
Three:
Port 0 is an internal interface.
Port 1 connects to the PC.
Port 2 connects to the access switch.
How does an IP phone how to react to incoming QoS markings from a connected PC?
The switch provides instructions via CDP.
What are the three ways an IP phone can respond to QoS markings coming in from an attached PC? What’s the default?
- Trusted
- Untrusted–change any 802.1p markings to 0.
- Configured CoS priority level–set all traffic passing through to the LAN switch at a certain 802.1p marking.
What DHCP option number is used to identify an IP phone’s TFTP server?
150
What is the recommended device count at which an enterprise should create a dedicated DHCP server?
1000
How many DHCP servers should an enterprise use?
One
For smaller enterprises that run DHCP co-resident with CUCM, where is the DHCP server usually installed?
On the publisher
Give the format of the standard IP phone configuration filename.
SEP.cnf.xml
List the first four steps in IP phone registration that are the same for both SIP and SCCP phones.
- Power up
- Load firmware image
- Learn Voice VLAN via CDP
- Obtain IP address et al via DHCP
List the final two steps in SCCP IP phone registration that are different from SIP phones.
- Obtain configuration file from TFTP server
6. Register with CUCM
List the final seven steps in SIP phone registration that are different from SCCP phones.
- Obtain Certificate Trust List from TFTP server (if cluster is secured)
- Obtain configuration file from TFTP server
- Obtain SIP dial rules from TFTP server
- Register with CUCM
- Obtain localization files from TFTP server
- Obtain softkey configurations from TFTP server
- Obtain custom ringtones (if applicable) from TFTP server
What file does an IP phone request from a TFTP server if its specific configuration file is unavailable?
XMLDefault.cnf.xml
Name three items that are always in a phone configuration file downloaded via TFTP.
- Prioritized list of CUCMs
- TCP ports for CUCM connections
- Executable load identifier
What DHCP option number may be required for third-party phones? What is its purpose?
DHCP Option 66 is the standardized version of Cisco-proprietary Option 150.
What file will an SCCP phone require to use cryptographic features? From what device is it obtained?
A Certificate Trust List, obtained from the TFTP server.
What does CUCM send to a newly registered SCCP phone?
The softkey template.
What parameter is required for a SIP phone to attempt to autoregister? How is it obtained?
The auto_registration_name is in the configuration file obtained from the TFTP server.
What is the purpose of the .Loads file for a registering SIP phone? What are the two ways a SIP phone can respond to the information in this file?
It tells the phone what image the phone should be running. If the phone has that image, it loads it. If not, it downloads it from the TFTP server and reboots.
How does a SIP phone know whether to connect to CUCM via UDP or TCP?
It’s in the configuration file from the TFTP server.