Hi everybody,
here is the configuration file of my switch HQ SW1:
!
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname SW1
!
boot-start-marker
boot-end-marker
!
!
no network-clock-participate slot 1
no network-clock-participate slot 2
no network-clock-participate wic 0
no network-clock-participate wic 1
no network-clock-participate wic 2
no network-clock-participate aim 0
no network-clock-participate aim 1
no aaa new-model
ip subnet-zero
!
!
no ip domain lookup
ip domain name lab.local
!
ip cef
ip audit po max-events 100
no ftp-server write-enable
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet1/0
description == VMWare Servers
switchport access vlan 10
switchport trunk native vlan 12
switchport mode trunk
switchport voice vlan 11
no ip address
!
interface FastEthernet1/1
description == IP Phone
switchport access vlan 12
switchport trunk native vlan 12
switchport voice vlan 11
no ip address
shutdown
spanning-tree portfast
!
interface FastEthernet1/2
description == IP Phone
switchport access vlan 12
switchport voice vlan 11
no ip address
shutdown
spanning-tree portfast
!
interface FastEthernet1/3
description == IP Phone
switchport access vlan 12
switchport voice vlan 11
no ip address
shutdown
spanning-tree portfast
!
interface FastEthernet1/4
description == R1
switchport access vlan 12
switchport voice vlan 11
no ip address
spanning-tree portfast
!
interface FastEthernet1/5
no ip address
shutdown
!
interface FastEthernet1/6
no ip address
shutdown
!
interface FastEthernet1/7
no ip address
shutdown
!
interface FastEthernet1/8
no ip address
shutdown
!
interface FastEthernet1/9
no ip address
shutdown
!
interface FastEthernet1/10
no ip address
shutdown
!
interface FastEthernet1/11
no ip address
shutdown
!
interface FastEthernet1/12
no ip address
shutdown
!
interface FastEthernet1/13
no ip address
shutdown
!
interface FastEthernet1/14
no ip address
shutdown
!
interface FastEthernet1/15
switchport mode trunk
no ip address
!
interface Vlan1
no ip address
shutdown
!
no ip http server
no ip http secure-server
ip classless
!
!
!
!
!
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
line vty 0 4
login
!
!
end
I don't know what is missing, because when I want to install CUCM 8.6 on VMWare some errors occur. Need your help guys . Thanx.