cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
609
Views
0
Helpful
5
Replies

Routing between two Interface VLAN on Cisco Catalyst 4507 Layer 3 Switch

MDBC_cisco
Level 1
Level 1

Hi is possible routing between two Interfaces VLAN on the same cisco switch 4507 Layer 3

1 Accepted Solution

Accepted Solutions

Can you post your config and point out what port the pc is connected to?

You first need to create a vlan and than add the port that the pc is connected to to that vlan.

You also need to create an SVI for that vlan, give it an IP address and give the pc an IP in the same subnet as the svi

example:

config t

vlan 10

name test-vlan

exit

inter gi0/10 (PC in connected to this port)

switchport

switchport mode access

swtchport access vlan 10

exit

interface vlan 10

ip address 192.168.1.1 255.255.255.0

no sh

and give the PC IP 192.168.1.2

and test again.

make sure the interface where the pc is connected is up and up.

View solution in original post

5 Replies 5

Reza Sharifi
Hall of Fame
Hall of Fame

Yes, if the switch is currently layer-2 only, you may have to turn on IP routing to route between vlans.

HTH

Is a Layer 3 switch

Than routing between vlans should not be an issue.

HTH

how, i try ping one PC connected to vlan no answer 

Can you post your config and point out what port the pc is connected to?

You first need to create a vlan and than add the port that the pc is connected to to that vlan.

You also need to create an SVI for that vlan, give it an IP address and give the pc an IP in the same subnet as the svi

example:

config t

vlan 10

name test-vlan

exit

inter gi0/10 (PC in connected to this port)

switchport

switchport mode access

swtchport access vlan 10

exit

interface vlan 10

ip address 192.168.1.1 255.255.255.0

no sh

and give the PC IP 192.168.1.2

and test again.

make sure the interface where the pc is connected is up and up.

Review Cisco Networking products for a $25 gift card