Hello.
We need some help for DHCP configuration on a CISCO 2911 router.
Our plan is to have 2 VLANs seperating VOICE and DATA.
We also like to connect the PCs to the back of the Phone 96xx series to safe ports.
This is our current DHCP configuration for the CISCO router:
ip dhcp pool DATA
network 192.168.6.0 255.255.255.0
default-router 192.168.6.1
domain-name domain.com
dns-server 8.8.8.8 8.8.4.4
option 242 ascii “L2Q=1,L2QVLAN=106,VLANTEST=0“
!
ip dhcp pool VOIP
network 192.168.106.0 255.255.255.0
default-router 192.168.106.1
domain-name domain.com
dns-server 8.8.8.8 8.8.4.4
option 242 ascii "TFTPSRVR=192.168.106.10,MCIPADD=192.168.106.10,MC PORT=1719,HTTPSRVR=192.168.106.10, L2QVLAN=106"
And this is how a switchportconfig is looking:
interface GigabitEthernet1/0/11
switchport access vlan 10
switchport mode access
switchport voice vlan 106
spanning-tree portfast
I believe, if we connect an untouched phone, the phone ignores the option 242 from the DATA VLAN to jump to our VLAN for VOICE. If we configure a phone manually to be in VLAN 106 it registers to the phonesystem. It will get an IP Address and also all other informations from option 242 in the VOICE VLAN.
What are we doing wrong?
Thank you.
Ingbert
We need some help for DHCP configuration on a CISCO 2911 router.
Our plan is to have 2 VLANs seperating VOICE and DATA.
We also like to connect the PCs to the back of the Phone 96xx series to safe ports.
This is our current DHCP configuration for the CISCO router:
ip dhcp pool DATA
network 192.168.6.0 255.255.255.0
default-router 192.168.6.1
domain-name domain.com
dns-server 8.8.8.8 8.8.4.4
option 242 ascii “L2Q=1,L2QVLAN=106,VLANTEST=0“
!
ip dhcp pool VOIP
network 192.168.106.0 255.255.255.0
default-router 192.168.106.1
domain-name domain.com
dns-server 8.8.8.8 8.8.4.4
option 242 ascii "TFTPSRVR=192.168.106.10,MCIPADD=192.168.106.10,MC PORT=1719,HTTPSRVR=192.168.106.10, L2QVLAN=106"
And this is how a switchportconfig is looking:
interface GigabitEthernet1/0/11
switchport access vlan 10
switchport mode access
switchport voice vlan 106
spanning-tree portfast
I believe, if we connect an untouched phone, the phone ignores the option 242 from the DATA VLAN to jump to our VLAN for VOICE. If we configure a phone manually to be in VLAN 106 it registers to the phonesystem. It will get an IP Address and also all other informations from option 242 in the VOICE VLAN.
What are we doing wrong?
Thank you.
Ingbert
Comment