cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
778
Views
0
Helpful
2
Replies

CME cnf-files for 6921 - How do I obtain these?

Joshua Engels
Level 1
Level 1

Hey guys,

I am setting up my first lab.  Im starting with CME and the issue I am running into is that I seem to be missing the configuration files for my test phones which are 6921's.  I can see in the TFTP log that the phone is looking for the following files but not sure what my next step is.

XMLDefault.cnf.xml

SEP44D3A253572.cnf.xml

CTLSEP44D3A253572.tlv

Thanks for your help!

-Josh

2 Replies 2

Joshua Engels
Level 1
Level 1

also, here is my config:

site-A#sho run

Building configuration...

Current configuration : 1839 bytes

!

! Last configuration change at 08:06:11 UTC Mon Nov 12 2012

!

version 15.1

service timestamps debug datetime msec

service timestamps log datetime msec

no service password-encryption

!

hostname site-A

!

boot-start-marker

boot-end-marker

!

!

!

no aaa new-model

!

dot11 syslog

ip source-route

!

!

ip cef

!

!

ip dhcp pool LAN

   network 10.10.10.0 255.255.255.0

   default-router 10.10.10.1

   option 150 ip 10.10.10.1

!

!

no ipv6 cef

multilink bundle-name authenticated

!

!

!

!

!

!

!

!

!

!

!

voice-card 0

!

crypto pki token default removal timeout 0

!

!

!

!

license udi pid CISCO2811 sn FTX1242A1WV

!

!

!

!

!

!

!

interface Loopback0

no ip address

!

interface FastEthernet0/0

no ip address

shutdown

duplex auto

speed auto

!

interface FastEthernet0/1

ip address 10.10.10.1 255.255.255.0

duplex auto

speed auto

!

interface Async0/1/0

no ip address

encapsulation slip

!

ip forward-protocol nd

no ip http server

no ip http secure-server

!

!

!

logging esm config

!

!

!

control-plane

!

!

voice-port 0/3/0

!

voice-port 0/3/1

!

voice-port 0/3/2

!

voice-port 0/3/3

!

!

!

mgcp profile default

!

!

!

!

telephony-service

no auto-reg-ephone

max-ephones 20

max-dn 20

system message ENGELS ENTERPRISES

max-conferences 8 gain -6

transfer-system full-consult

create cnf-files version-stamp 7960 Nov 11 2012 17:00:11

!

!

ephone-dn  1  dual-line

number 2222

description Mr. Engels

!

!

ephone-dn  2  dual-line

number 2223

description Nelda Rodriguez

!

!

ephone  1

mac-address 44D3.CA25.3572

max-calls-per-button 2

type 6921

button  1:1

!

!

!

ephone  2

mac-address 0007.7DDF.F0A0

button  1:2

!

!

!

!

line con 0

line aux 0

line 0/1/0

stopbits 1

speed 115200

flowcontrol hardware

line vty 0 4

login local

transport input all

!

scheduler allocate 20000 1000

end

Joshua Engels
Level 1
Level 1

I figured it out!

I was missing once command:

"ip source-address 10.10.10.1"  under telephony-service.

Feel free to mark this answer as correct so this shows up as answered. 

thanks everyone.