cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
563
Views
10
Helpful
5
Replies

VLAN for Voice on Cisco 3750

MatabishiD
Level 1
Level 1

Please bear with me. I may be asking a simple question but the bottom line is I need some help.

I have a single Cisco 3750 POE Switch  (10/100Mbps) and a Cisco 2901 Router (CME).

My data network is on 192.168.5.0/24 (VLAN 500) and Voice on 192.168.4.0/24 (VLAN 400). The DHCP Server is on a WIndows Server (192.168.5.4). The CME router is on port 2 (int F4/0/2), the DHCP on port 3 and the firewall (192.168.5.1) on port 1. the user computers connection to the network via the Cisco 7945 IP Phones.

I would like to Configure the VLAN for VOICE and DATA including interVLAN routing.

I would need some sample configuration to help me started.

davison.               

1 Accepted Solution

Accepted Solutions

Davison

This should get you started

!

vlan 400

name VOICE

!

vlan 500

name DATA

!

ip routing

!

int vlan 400

desc *** VOICE ***

ip add 192.168.4.254 255.255.255.0

ip helper-address 192.168.5.4 

no shut

!

!

int vlan 500

desc *** DATA ***

ip add 192.168.5.254 255.255.255.0

no shut

!

ip route 0.0.0.0 0.0.0.0 192.168.5.1

!

int f0/1

desc *** FIREWALL ***

switchport mode host

switcport access vlan 500

!

!

int f0/2

desc *** CME ***

switchport mode host

switcport access vlan 400

!

!

int f0/3

desc *** DHCP ***

switchport mode host

switcport access vlan 500

!

in f0/4

desc *** PHONE WITH PC ***

switchport mode host

switcport access vlan 500

switcport voice vlan 400

!

!

in f0/5

desc *** PHONE WITH PC ***

switchport mode host

switcport access vlan 500

switcport voice vlan 400

!

etc etc

!

vlan 400

name VOICE

!

vlan 500

name DATA

!

ip routing

!

int vlan 400

desc *** VOICE ***

ip add 192.168.4.254 255.255.255.0

ip helper-address 192.168.5.4 

no shut

!

!

int vlan 500

desc *** DATA ***

ip add 192.168.5.254 255.255.255.0

no shut

!

ip route 0.0.0.0 0.0.0.0 192.168.5.1

!

int f0/1

desc *** FIREWALL ***

switchport mode host

switcport access vlan 500

!

!

int f0/2

desc *** CME ***

switchport mode host

switcport access vlan 400

!

!

int f0/3

desc *** DHCP ***

switchport mode host

switcport access vlan 500

!

in f0/4

desc *** PHONE WITH PC ***

switchport mode host

switcport access vlan 500

switcport voice vlan 400

!

!

in f0/5

desc *** PHONE WITH PC ***

switchport mode host

switcport access vlan 500

switcport voice vlan 400

!

etc etc

Regards,
Alex.
Please rate useful posts.

Regards, Alex. Please rate useful posts.

View solution in original post

5 Replies 5

acampbell
VIP Alumni
VIP Alumni

Davison,

Is the CME to used for inter vlan routing or the 3750.

Regards,
Alex.
Please rate useful posts.

Regards, Alex. Please rate useful posts.

Hi Alex,

The Intervlan routing will be on the 3750 switch (48 port). you offer the best way to do it.

thanks.

regards,

Davison

Davison

This should get you started

!

vlan 400

name VOICE

!

vlan 500

name DATA

!

ip routing

!

int vlan 400

desc *** VOICE ***

ip add 192.168.4.254 255.255.255.0

ip helper-address 192.168.5.4 

no shut

!

!

int vlan 500

desc *** DATA ***

ip add 192.168.5.254 255.255.255.0

no shut

!

ip route 0.0.0.0 0.0.0.0 192.168.5.1

!

int f0/1

desc *** FIREWALL ***

switchport mode host

switcport access vlan 500

!

!

int f0/2

desc *** CME ***

switchport mode host

switcport access vlan 400

!

!

int f0/3

desc *** DHCP ***

switchport mode host

switcport access vlan 500

!

in f0/4

desc *** PHONE WITH PC ***

switchport mode host

switcport access vlan 500

switcport voice vlan 400

!

!

in f0/5

desc *** PHONE WITH PC ***

switchport mode host

switcport access vlan 500

switcport voice vlan 400

!

etc etc

!

vlan 400

name VOICE

!

vlan 500

name DATA

!

ip routing

!

int vlan 400

desc *** VOICE ***

ip add 192.168.4.254 255.255.255.0

ip helper-address 192.168.5.4 

no shut

!

!

int vlan 500

desc *** DATA ***

ip add 192.168.5.254 255.255.255.0

no shut

!

ip route 0.0.0.0 0.0.0.0 192.168.5.1

!

int f0/1

desc *** FIREWALL ***

switchport mode host

switcport access vlan 500

!

!

int f0/2

desc *** CME ***

switchport mode host

switcport access vlan 400

!

!

int f0/3

desc *** DHCP ***

switchport mode host

switcport access vlan 500

!

in f0/4

desc *** PHONE WITH PC ***

switchport mode host

switcport access vlan 500

switcport voice vlan 400

!

!

in f0/5

desc *** PHONE WITH PC ***

switchport mode host

switcport access vlan 500

switcport voice vlan 400

!

etc etc

Regards,
Alex.
Please rate useful posts.

Regards, Alex. Please rate useful posts.

Hi Alex,

thanks alot. Will try that and will let you know.

Best regards,

Davison

Hi Alex,

That did the trick. thanks so very much. The world is a much better place with people like you.

My CME is up and running with phone ringing!

thank you.

regards,

Davison

Review Cisco Networking for a $25 gift card