• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/15

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

15 Cards in this Set

  • Front
  • Back
What are three power sources for a Cisco VoIP phone?
1. Cisco Switch PoE
2. Power Patch Panel PoE
3. Power Brick
What PoE standards are acceptable for a Cisco VoIP phone?
1. 802.3af
2. Cisco prestandard
A VLAN is synonymous with ...
A broadcast domain
An IP subnet
When a Cisco VoIP phone sends data packets to the Cisco switch, which packets are tagged and which are untagged?
1. Voice packets tagged
2. Data packets from PC untagged
How is the switchport on the Cisco switch configured? Trunk or access?
It is an access port supporting tagged voice vlan traffic.
What are the IOS commands to setup voice and data vlans?
#conf term
#vlan <number>
#name VOICE
#vlan <number>
#name DATA
#end
#show vlan brief
What are the IOS commands to configure a switchport for a VoIP phone and PC?
#conf term
#int gi<n>
#switchport mode access
#spanning-tree portfast
#switchport access vlan <x>
#switchport voice vlan <y>
#end
#show vlan brief
Describe the six-step boot process for a Cisco VoIP phone
1. Phone receives power
2. Switch delivers VLAN info via CDP
3. Phone uses DHCP to request IP addr
4. DHCP offer includes option 150 tftp server
5. Phone downloads config file from tftp
6. Phone contacts call processing server from list in config
List the IOS commands to configure a DHCP pool for PCs
#conf t
#ip dhcp excluded-addr <start ip> <end ip>
#dhcp pool <NAME>
#network <addr> <mask>
#default-router <addr>
#dns-server <addr>
#exit
List the IOS commands to configure a DHCP pool for phones
#conf t
#ip dhcp excluded-addr <start ip> <end ip>
#dhcp pool <NAME>
#network <addr> <mask>
#default-router <addr>
#option 150 ip <addr>
#dns-server <addr>
#exit
Describe the format of the configuration file name for a Cisco VoIP phone.
SEP<Phone MAC>.cnf.xml
What are the most important contents of the VoIP phone config file?
THe IP addresses of up to 3 CUCM or CME servers used for registration.
If no configuration file exists on the tftp server for a phone, what is the default file name and what is its use?
XMLDefault.cnf.xml is used for auto-registration
What is the IOS command to configure a Cisco switch/router for NTP?
#conf term
#ntp server <ip addr>
#clock timezone <NAME> <OFFSET>
#end
#show clock
Describe the phone registration process.
After phone receives config from tftp, it attempts to contact first tftp server on list. Moves down list until sucess. Then uses SCCP (skinny) or SIP to register, depending on firmware.