
Port Assignments:
CME: fa0/0 - 192.168.2.1/24
CORE SW:
fa0/2(connected to CME) - 192.168.2.2/24
fa0/3(PC1_MIS) - DHCP obtain IP
fa0/4(IP_PHONE MIS / PC2_MIS) - IP Phone can't obtain IP & DN Number BUT PC2_MIS was able to obtain DHCP IP.
the rest of the toplogy below both host and IP Phone where able to obtain IP.
all host can ping EDGE ROUTER, all IP PHONE can ping CME DEVICE via OSPF
what's the problem with my configuration why my IP PHONE directly connected to the CORE can't obtain IP from CME?
other Suggestion which best fit for my topology? im planning to deploy 14 IP phones and there will be growth in few month's time.
not yet configured:
- port security
- queuing
- priority
CCME Config:
ip dhcp excluded-address 192.168.100.1
!
ip dhcp pool VOICE
network 192.168.100.0 255.255.255.0
default-router 192.168.100.1
option 150 ip 192.168.2.1
!
interface FastEthernet0/0
ip address 192.168.2.1 255.255.255.0
ip nat inside
duplex full
speed 100
!
router ospf 100
log-adjacency-changes
network 192.168.2.0 0.0.0.255 area 0
network 192.168.100.0 0.0.0.255 area 0
!
ip classless
!
telephony-service
max-ephones 4
max-dn 4
ip source-address 192.168.2.1 port 2000
auto assign 1 to 2
auto assign 2 to 3
auto assign 3 to 4
auto assign 4 to 5
!
ephone-dn 1
number 101
!
ephone-dn 3
number 103
!
ephone-dn 4
number 104
!
ephone-dn 2
number 102
!
ephone 1
device-security-mode none
mac-address 0060.47E6.0317
type 7960
button 1:1
!
ephone 2
device-security-mode none
mac-address 0005.5EAE.5D54
type 7960
button 1:3
!
ephone 3
device-security-mode none
mac-address 0090.0C4E.8498
type 7960
button 1:4
!
line con 0
exec-timeout 0 0
logging synchronous
line vty 0 4
exec-timeout 0 0
password cisco
logging synchronous
login
!
end
CORE_SWITCH:
ip dhcp excluded-address 192.168.10.1
ip dhcp excluded-address 192.168.20.1
ip dhcp excluded-address 192.168.30.1
ip dhcp excluded-address 192.168.40.1
!
ip dhcp pool ADMIN
network 192.168.10.0 255.255.255.0
default-router 192.168.10.1
ip dhcp pool INC_ROOM1
network 192.168.30.0 255.255.255.0
default-router 192.168.30.1
ip dhcp pool MIS_ROOM
network 192.168.20.0 255.255.255.0
default-router 192.168.20.1
ip dhcp pool INC_ROOM2
network 192.168.40.0 255.255.255.0
default-router 192.168.40.1
ip routing
!
interface FastEthernet0/1
no switchport
ip address 150.150.150.2 255.255.255.0
duplex full
speed 100
!
interface FastEthernet0/2
no switchport
ip address 192.168.2.2 255.255.255.0
duplex full
speed 100
!
interface FastEthernet0/3
switchport access vlan 20
switchport mode access
switchport voice vlan 100
!
interface FastEthernet0/4
switchport access vlan 20
switchport mode access
switchport voice vlan 100
!
interface FastEthernet0/10
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface FastEthernet0/11
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface FastEthernet0/12
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface Vlan1
ip address 10.1.1.1 255.255.255.0
!
interface Vlan10
ip address 192.168.10.1 255.255.255.0
!
interface Vlan20
ip address 192.168.20.1 255.255.255.0
!
interface Vlan30
ip address 192.168.30.1 255.255.255.0
!
interface Vlan40
ip address 192.168.40.1 255.255.255.0
!
interface Vlan100
ip address 192.168.100.1 255.255.255.0
ip helper-address 192.168.2.1
!
router ospf 100
log-adjacency-changes
network 192.168.2.0 0.0.0.255 area 0
network 192.168.100.0 0.0.0.255 area 0
!
router ospf 200
log-adjacency-changes
network 150.150.150.0 0.0.0.255 area 0
network 192.168.10.0 0.0.0.255 area 0
network 192.168.20.0 0.0.0.255 area 0
network 192.168.30.0 0.0.0.255 area 0
network 192.168.40.0 0.0.0.255 area 0
!
ip classless
ip route 0.0.0.0 0.0.0.0 150.150.150.1
!
banner motd ^C
UNAUTHORIZED ACCESS PROHIBITED
^C
!
line con 0
exec-timeout 0 0
logging synchronous
line vty 0 4
exec-timeout 0 0
password cisco
logging synchronous
login
!
end
EDGE_ROUTER:
interface FastEthernet0/0
ip address 150.150.150.1 255.255.255.0
duplex full
speed 100
!
router ospf 200
log-adjacency-changes
network 150.150.150.0 0.0.0.255 area 0
network 192.168.10.0 0.0.0.255 area 0
network 192.168.20.0 0.0.0.255 area 0
network 192.168.30.0 0.0.0.255 area 0
network 192.168.40.0 0.0.0.255 area 0
!
line con 0
exec-timeout 0 0
logging synchronous
line vty 0 4
exec-timeout 0 0
password cisco
logging synchronous
login
!
end