05-19-2018 05:07 AM - edited 03-18-2019 12:25 PM
Hey guys,
right know, I want to get some basic knowledge about CME for my CCNA Collaboration. Therefore, I've got an 1861 Integrated Service Router.
I currently have some struggle to connect to my 8961 IP Phone and my pc. Maybe I did some basic knowledge error in my configuration, but I can't find it.
My goal is, to have a vlan10 for data traffic und vlan20 for voice traffic. My pc should receive the ip via DHCP from the 1861, the phone also. Therefore, I've created 2 dhcp ip ools.
But nothing does work currently. I do not get
Would someone of you be so kind, to have look over my current configuration? Does it make sense? I hope so, its quite hard to do the Collaboration stuff without so much R&S experience.
Current configuration : 2811 bytes
!
! Last configuration change at 12:31:13 UTC Sat May 19 2018
version 15.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
network-clock-participate wic 1
!
!
!
ip dhcp excluded-address 192.168.10.1 192.168.10.5
ip dhcp excluded-address 192.168.20.1 192.168.20.5
!
ip dhcp pool DATA10
network 192.168.10.0 255.255.255.0
default-router 192.168.10.1
!
ip dhcp pool VOICE20
network 192.168.20.0 255.255.255.0
default-router 192.168.20.1
option 150 ip 192.168.20.1
!
!
!
no ip domain lookup
ip cef
no ipv6 cef
multilink bundle-name authenticated
!
!
!
!
!
!
voice service voip
allow-connections h323 to sip
allow-connections sip to h323
allow-connections sip to sip
!
!
!
!
!
voice-card 0
!
!
!
license udi pid C1861-SRST-B/K9 sn FCZ12326011
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 192.168.5.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/0.10
encapsulation dot1Q 10
ip address 192.168.10.1 255.255.255.0
!
interface FastEthernet0/0.20
encapsulation dot1Q 20
ip address 192.168.20.1 255.255.255.0
!
interface FastEthernet0/1/0
switchport access vlan 10
switchport voice vlan 20
no ip address
!
interface FastEthernet0/1/1
switchport access vlan 10
switchport voice vlan 20
no ip address
!
interface FastEthernet0/1/2
no ip address
!
interface FastEthernet0/1/3
no ip address
!
interface FastEthernet0/1/4
no ip address
!
interface FastEthernet0/1/5
no ip address
!
interface FastEthernet0/1/6
no ip address
!
interface FastEthernet0/1/7
switchport access vlan 10
switchport voice vlan 20
no ip address
!
interface FastEthernet0/1/8
no ip address
!
interface BRI0/1/0
no ip address
!
interface BRI0/1/1
no ip address
!
interface Vlan1
no ip address
!
interface Vlan10
no ip address
!
interface Vlan20
mtu 256
no ip address
!
ip forward-protocol nd
!
no ip http server
ip route 0.0.0.0 0.0.0.0 192.168.1.1
!
!
!
!
control-plane
!
!
voice-port 0/0/0
!
voice-port 0/0/1
!
voice-port 0/0/2
!
voice-port 0/0/3
!
voice-port 0/1/0
!
voice-port 0/1/1
!
voice-port 0/4/0
auto-cut-through
signal immediate
input gain auto-control
description Music On Hold Port
!
!
!
!
!
!
mgcp profile default
!
!
!
!
telephony-service
max-ephones 10
max-dn 20 no-reg both
ip source-address 192.168.20.1 port 2000
max-conferences 4 gain -6
transfer-system full-consult
!
!
ephone-dn 1
number 1001 no-reg both
label 1001
description ciscophone_1001
!
!
ephone 1
description cisco8861
mac-address 3037.A617.9BD6
button 1:1
!
!
!
line con 0
exec-timeout 0 0
logging synchronous
no modem enable
speed 115200
line aux 0
line vty 0 4
login
transport input all
!
!
end
Any suggestions?
Best Regards
Jan
05-19-2018 06:05 AM
when you give your pc a static ip address in the data vlan can you actually ping the router?
(configure a port just only in vlan 10 data and connect the pc to that, then try dhcp on the same port)
05-19-2018 07:52 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide