- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2016 05:49 PM - edited 03-08-2019 03:28 AM
Hi is possible routing between two Interfaces VLAN on the same cisco switch 4507 Layer 3
Solved! Go to Solution.
- Labels:
-
LAN Switching
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2016 06:23 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2016 05:53 PM
Yes, if the switch is currently layer-2 only, you may have to turn on IP routing to route between vlans.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2016 06:08 PM
Is a Layer 3 switch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2016 06:12 PM
Than routing between vlans should not be an issue.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2016 06:17 PM
how, i try ping one PC connected to vlan no answer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2016 06:23 PM
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.
