-
detail the following in CLI.
2 lines extensions 1000 and 1001
phone 1 mac add x.x.x
button 2 extension 1000
phone 2 mac add y.y.y
button 2 ext. 1000
button 3 extension 1001
- config t
- ephone-dn 1
- number 1000
- ephone-dn 2
- number 1001
- ephone 1
- mac add x.x.x
- button 2:1
- ephone 2
- mac add y.y.y
- button 2:1
- button 3:2
-
detail cli (CME) syntax for associating a ephone to a dn.
ephone dn 3
ephone 1
button #2
mac address cccc.bbbb.aaaa
- config t
- ephone 1
- mac-address cccc.bbbb.aaaa
- button 2:3
-
detail CLI (CME) syntax for assigning a mac address to an ephone.
- conf t
- ephone 1
- mac-address *mac*
verify with sh ephone
-
detail CLI (CME) syntax for single line and dual line setup.
- conf t
- ephone-dn 1
- number 1000
- exit
- ephone-dn 2 dual-line
- number 1001
- exit
-
Detail CLI input (CME) for basic IP Phone config.
- config t
- telephony-services
- ip source-address 172.16.1.1
- max-ephones 10
- max-dn 20
-
detail DHCP setup procedures using CLI on CME.
192.168.1.0/24
exclude .1-.9
name VOICE_SCOPE
default router is 192.168.1.1
TFTP server is 192.168.1.5
- conf t
- ip dhcp excluded-address 192.168.1.1 192.168.1.9
- ip dhcp pool VOICE-SCOPE
- network 192.168.1.0 255.255.255.0
- default-router 192.168.1.1
- option 150 192.168.1.5
-
detail vlan setup.
voice vlan 10
data vlan 20
- conf t
- int fa0/1
- switchport mode access
- switchport access vlan 20
- switchport voice vlan 10
- spanning-tree portfast
-
-
-
You want extension 1000 (ephone-dn 5) to be the third line button on a Cisco 7961 ip phone (ephone 12). What syntax does this?
- config t
- ephone-dn 12
- button 3:5
-
What is the simplest way for an ephone-dn to respond to both an internal extension and a call from outside (10 digit number - 4805551001)?
assign a secondary number using the num cmd.
- ephone-dn 2
- dual-line number 1001 secondary 4805551001
-
-
What is required in CME (minimal) to prepare rtr to accept IP phone registrations?
- conf t
- ip source-address 172.16.1.1
- max-ephones 40
- max-dn 60
- Note: IP add and numbers are for example.
-
-
-
Describe setting up a router for use with CCP.
- conf t
- username ninja privlege 15 secret cisco
- int fa 0/0 ip add *x.x.x.x y.y.y.y*
- no shut
- exit
- ip http server
- ip http secure server (rtr generates RSA keys)
- line vty 0 4
- login local
- transport input telnet ssh
(telnet and ssh are two seperate entities, unsecure and secure connections)
-
Detail how to setup calls to go to receptionist using PLAR.
port 2/0/0
port 2/0/1
ext 1500
- conf t
- voice-port 2/0/0
- connection plar 1500
- exit
- voice-port 2/0/1
- connection plar 1500
- exit
-
Detail PLAR cli syntax
voice port 0/0/0 dn num 1102
- config t
- voice-port 0/0/1
- connection plar 1102
- as soon as user lifts handset, ext 1102 is dialed. Private Line Automatic Ringdown
-
-
Detail voip dial peer using CLI
extension block 2...
ip address of outbound port 10.1.1.1
ip address of other end port 10.1.1.2
codec g711ulaw
- config t
- dial-peer voice 2000 voip
- destination-pattern 2...
- session target ipv4:10.1.1.2
- codec g711ulaw
-
-
-
Detail CME CLI for the following.
phone 1 x1101 fxs 0/0/0
phone 2 x1102 fxs 0/0/1
call each other.
- config t
- dial-peer voice 1101 pots
- destination-pattern 1101 port 0/0/0
- dial-peer voice 1102 pots
- destination-pattern 1102 port 0/0/1
- verify: sh dial-peer voice summ
- debug: debug voip dialpeer
-
Detail CLI for configuring the CME rtr as a Web Server.
- conf t
- ip http server
- ip http secure-server (rsa keys are generated)
- ip http path flash:/gui
- ip http authentication local
- next: setup CME Web Admin Account and Permissions
- conf t
- web admin system name NINJA secret 0
- cisco dn-webedit (this allows DN changes in the website, off by default)
- time-webedit (this allows time changes by website, off by default)
-
detail after-hours block patterns.
any long distance
any international
dial 9 to start
any 900 number 24/7
- conf t
- telephony-services
- after-hours block pattern 1 91……….
- after-hours block pattern 2 9011T
- after-hours block pattern 3 91900……. 7 * 24
-
detail CLI syntax for after hours block
Sat and Sun all day
Mon and Tue block 1700 to 0800
block xmas all day
- config t
- telephony-service
- after-hours day sat 00:00 00:00
- after-hours day sun 00:00 00:00
- after-hours day mon 17:00 8:00
- after-hours day tue 17:00 8:00
- after-hours date dec 25 00:00 00:00
-
detail cli syntax for setting up unicast paging.
dn 80 number 5555
group members: ephone 1, ephone 2
- conf t
- ephone-dn 80
- number 5555
- paging
- exit
- ephone 1
- paging-dn 80
- exit
- ephone 2
- paging-dn 80
- exit
bonus info: you can also multicast, ephones listen for a certain ip address for paging.
- CLI syntax:
- ephone-dn 80
- paging ip 239.1.1.100 port 2000
- network must be configured to support multicast.
-
-
detail CLI syntax for intercom setup
dn 60 A100 label the other end (A101 “Manager”)
dn 61 A101 label the other end (A100 “Assistant”)
- conf t
- ephone-dn 60
- number A100 intercom A101 label “Manager”
- exit
- ephone-dn 61
- number A101 intercom A100 label “Assistant”
- exit
- ephone 1
- button 2:60
- restart
- ephone 2
- button 2:61
- restart
Note: intercom uses speed-dial and autoanswer (in mute) speed-dial.
-
detail call pickup CLI syntax.
group 5509
dn 1
dn 2
group 5510
dn 3
dn 4
- conf t
- ephone-dn 1
- pickup-group 5509
- ephone-dn 2
- pickup-group 5509
- exit
- ephone-dn 3
- pickup-group 5510
- ephone-dn 4
- pickup-group 5510
- Note: when you assign the first ephone to a group, CME creates the call pickup group for you.
-
-
Detail CLI syntax to permit transfers to a certain range of numbers outside your locally managed CME.
pattern 5...
pattern 9..........
- conf t
- telephony-service
- transfer-pattern 5...
- transfer-pattern 9..........
-
detail CLI call transfer setup for full consult.
- conf t
- telephony-service
- transfer-system full-consult
-
detail steps for call forward from CLI.
dn 21 fwd to 1599 25 seconds rining
bonus. what are the call forward options in the CLI?
- conf t
- ephone-dn 21
- call-forward busy 1599
- call-forward noan 1599 timeout 25
bonus. all, busy, noan, max-length, night-service
-
detail configuring CME local directory.
dn 20 Mike Bell
dn 21 Sue Ball
- config t
- ephone-dn 20
- name Mike Bell
- exit
- ephone-dn 21
- name Sue Ball
- exit
-
|
|