
CUCM Access
I’m looking for a new set of eyes. I’m in the process of
building a CCIE voice lab. I have everything needed, but I’ve come to a bump in
the road. I can’t seem to access the server, which is on a 192.168.2.0
network. I’ve tweaked the lab so many
times, I’m sure there are a few more holes in it. I need any help I can get,
thanks for your time. Here’s a rundown on the network.
Modem
↓
Wireless Router: 192.168.6.0 DHCP 192.168.6.2 192.168.6.225
↓
Switch (Layer2): Vlan 1 192.168.6.99
↓
HQ 2610 Router:192.168.6.0 (through dhcp) and 1950 Dell Server: CUCM: 192.168.2.0
Switch2#sh vlan
VLAN Name
Status Ports
----
-------------------------------- --------- -------------------------------
1 default
active Fa0/1, Fa0/3, Fa0/6, Fa0/8,
Fa0/10, Fa0/18, Fa0/21,
Fa0/22,
Fa0/23, Gi0/1, Gi0/2
2 SERVER
active Fa0/11, Fa0/15, Fa0/17, Fa0/24
3 DATA
active Fa0/9, Fa0/13
4 VOICE
active Fa0/2, Fa0/4
1002 fddi-default
active
1003 token-ring-default
active
1004 fddinet-default
active
1005 trnet-default
active
Switch2#sh run
interface
FastEthernet0/5
description
CONNECTION TO CME ROUTER
switchport trunk encapsulation
dot1q
switchport mode trunk
!
interface FastEthernet0/7
description CONNECTION TO
WIRELESS ROUTER
duplex full
speed 100
switchport access vlan 2
switchport trunk encapsulation
dot1q
switchport mode trunk
interface FastEthernet0/13
description CONNECTION
TO LAPTOP
duplex full
speed 100
switchport access vlan 3
!
interface FastEthernet0/17
description CONNECTION TO
CUCUM SERVER
switchport access vlan 2
interface FastEthernet0/24
description CONNECTION TO CUCUM
SERVER
duplex full
speed 100
switchport access vlan 2
CMEROUTER#
ip
dhcp excluded-address 192.168.3.1 192.168.3.149
ip
dhcp excluded-address 192.168.3.171 192.168.3.254
ip dhcp excluded-address 192.168.2.2
192.168.2.250
ip dhcp excluded-address 192.168.4.1
192.168.4.250
ip dhcp pool ITS
network 192.168.4.0
255.255.255.0
default-router
192.168.4.1
option 150 ip
192.168.2.202
!
ip dhcp pool data
import all
network 192.168.3.0
255.255.255.0
default-router
192.168.3.1
dns-server 8.8.8.8
8.8.4.4
lease infinite
!
interface FastEthernet0/0.1
encapsulation dot1Q 1
ip address dhcp
ip virtual-reassembly
!
interface FastEthernet0/0.2
description SERVER
encapsulation dot1Q 2 native
ip address 192.168.2.1
255.255.255.0
!
interface FastEthernet0/0.3
description DATA LAN INTERFACE
encapsulation dot1Q 3
ip virtual-reassembly
!
interface FastEthernet0/0.4
description VOICE
encapsulation dot1Q 4
ip address 192.168.4.1
255.255.255.0
ip helper-address
192.168.2.201
ip helper-address
192.168.2.202
ip route 192.168.2.0 255.255.255.0
FastEthernet0/0.2
ip route 192.168.4.0 255.255.255.0
FastEthernet0/0.4
CMEROUTER#sh ip int bri
Interface
IP-Address OK?
Method Status Protocol
FastEthernet0/0
unassigned YES NVRAM up
up
FastEthernet0/0.1
192.168.6.12 YES DHCP up
up
FastEthernet0/0.2
unassigned YES NVRAM up
up
FastEthernet0/0.3
unassigned YES NVRAM up
up
FastEthernet0/0.4
192.168.4.1 YES NVRAM up
up
Comments
Hi,
Have you noticed this?
FastEthernet0/0.2 unassigned YES NVRAM up up
FastEthernet0/0.3 unassigned YES NVRAM up up
These interface must need to have ip for intervlan routing. Also, the best practice is to keep static IP (rather than DHCP) into the subinterfaces.
Hope you can fix it.
Thanks. Are the switch configs ok? I'm not too sure about int fa05,7, and 17.
Thanks I believe this worked.