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

CME 2821 "File Not Found XMLDEFAULT

MohamedHussen
Level 1
Level 1

Hi Team

I am getting "File Not Found XMLDEFAULT"error message on my home lab, 1st time set up, my config on the router is as below, pls help, what am I missing? the cisco 7940 phone is attached to switch 1, the phone gets the correct ip address then the tfp i believe is the issue.

============

SIT2620B#sh flash:
-#- --length-- -----date/time------ path
1     51054864 Jan 21 2009 20:33:28 +00:00 c2800nm-advipservicesk9-mz.124-15.T3.bin
2       129356 Aug 8 2016 12:48:38 +00:00 P00307000200.bin
3          461 Aug 8 2016 12:49:10 +00:00 P00307000200.loads
4       668424 Aug 8 2016 12:49:40 +00:00 P00307000200.sb2
5       129760 Aug 8 2016 12:50:04 +00:00 P00307000200.sbn
6            0 Aug 14 2016 10:51:46 +00:00 its

==========

SIT2620B#sh run
Building configuration...

Current configuration : 3672 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname SIT2620B
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
!
!
ip cef
no ip dhcp use vrf connected
ip dhcp excluded-address 172.16.100.1 172.16.100.10
ip dhcp excluded-address 172.16.200.1 172.16.200.10
!
ip dhcp pool Voice
   network 172.16.100.0 255.255.255.0
   option 150 ip 172.16.100.1
   default-router 172.16.100.1
!
ip dhcp pool Data
   network 172.16.200.0 255.255.255.0
   default-router 172.16.200.5
!
!
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
multilink bundle-name authenticated
!
!
voice-card 0
 no dspfarm
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
crypto pki trustpoint TP-self-signed-2670313565
 enrollment selfsigned
 subject-name cn=IOS-Self-Signed-Certificate-2670313565
 revocation-check none
 rsakeypair TP-self-signed-2670313565
!

!
archive
 log config
  hidekeys
!
!
!
!
!
!
!
!
interface GigabitEthernet0/0 <<<<<<<< to switch
 no ip address
 duplex auto
 speed auto
!
interface GigabitEthernet0/0.100
 description voice vlan
 encapsulation dot1Q 100
 ip address 172.16.100.1 255.255.255.0
!
interface GigabitEthernet0/0.200
 description data
 encapsulation dot1Q 200
 ip address 172.16.200.1 255.255.255.0
!
interface GigabitEthernet0/1
 description tft
 ip address 172.16.2.200 255.255.255.0
 shutdown
 duplex auto
 speed auto
!
ip forward-protocol nd
!
!
ip http server
ip http secure-server
ip http path flash:
!
!
!
!
!
!
tftp-server flash:P00307000200.bin alias P00307000200.bin
tftp-server flash:P00307000200.loads alias P00307000200.loads
tftp-server flash:P00307000200.sb2 alias P00307000200.sb2
tftp-server flash:P00307000200.sbn alias P00307000200.sbn
!
control-plane
!
!
!
!
!
!
!
!
!
!
telephony-service
 load 7960-7940 P00307000200
 max-ephones 5
 max-dn 5
 ip source-address 172.16.100.1 port 2000
 cnf-file location flash:
 cnf-file perphone
 max-conferences 8 gain -6
 transfer-system full-consult
!
!
ephone-dn  1
 number 1001
 name Sahan Office
!
!
ephone  1
 device-security-mode none
 mac-address 000D.29D8.1F35
 button  1:1
!
!
!
line con 0
line aux 0
line vty 0 4
 password cisco123
 login
!
scheduler allocate 20000 1000
!
end

1 Accepted Solution

Accepted Solutions

Under you ephone 1 put the command 'type 7940'

View solution in original post

2 Replies 2

Under you ephone 1 put the command 'type 7940'

Thank you Bro, worked :)