Switches, Hubs, and Modems
1753947 Members
7586 Online
108811 Solutions
New Discussion юеВ

Routing Issues with Procurve 5412

 
Jason Strayer
New Member

Routing Issues with Procurve 5412

I am trying to get these VLANS to talk to the VLAN 101 production. The TRK1 carries the information to the router. When I get on the ports for VLAN 111, it does not speak to the 10.1.101.0 network.. I need help with this intervlan routing.

ip routing
vlan 1
name "Management"
untagged Trk1
no untagged A1-A24,B1-B24,C1-C24,D1-D24,E1-E24,F1-F22
no ip address
exit
vlan 101
name "Production"
untagged A1-A24,B1-B24,C1-C24,D1-D24,E1-E24,F1-F14,F21-F22
ip address 10.1.101.248 255.255.255.0
tagged Trk1
exit
vlan 111
name "WirelessInfrastructure"
untagged F15-F20
ip address 10.1.111.2 255.255.255.0
tagged Trk1
exit

IP Route Entries

Destination Gateway VLAN Type Sub-Type Metric Dist.
------------------ --------------- ---- --------- ---------- ---------- -----
0.0.0.0/0 10.1.101.254 101 static 1 1
10.1.101.0/24 Production 101 connected 1 0
10.1.111.0/24 WirelessInfr... 111 connected 1 0
127.0.0.0/8 reject static 0 0
127.0.0.1/32 lo0 connected 1 0
3 REPLIES 3
cenk sasmaztin
Honored Contributor

Re: Routing Issues with Procurve 5412

hi Jason

for routing between vlan's unneccessary another router

for example

ip routing
vlan 101
name "Production"
untagged A1-A24,B1-B24,C1-C24,D1-D24,E1-E24,F1-F14,F21-F22
ip address 10.1.101.248 255.255.255.0
exit
vlan 111
name "WirelessInfrastructure"
untagged F15-F20
ip address 10.1.111.2 255.255.255.0
exit

vlan 101 member pc connect vlan 101 untag port and this pc default gateway address must have vlan 101 ip address (10.1.101.248)

and connect

vlan 111 member pc connect vlan 111 untag port and this pc default gateway address must have vlan 111 ip address (10.1.111.2)

if you want use another router for this operation
in this way use tagged port

trunk port unlike cisco trunk command
trunk command on hp switch for link agregation

cenk

Jason Strayer
New Member

Re: Routing Issues with Procurve 5412

Im sorry that is confusing.

Here is whats going on.

When I get on a PC that is on the 111 vlan, I am not able to ping 10.1.101.254 (vlan 101 gateway)

All the internet works on the 101 vlan, but I cannot access internet connectivity of the 111 Vlan.. yet I have the Trk1 port tagged..
Trevor Commulynx
Regular Advisor

Re: Routing Issues with Procurve 5412

If you are on the same switch, Tagging should 'nt have anything to do with it as you have ip routing enabled on the switch

Can you're PC in the 111 VLAN ping itself and its gateway?

because you want to do interrvlan routing and the switch has routing enabled, keep your default route to your router and your Default gateway for you PC's etc pointing to each vlan ip you have assigned to each vlan on the switch. remove the tag to your router and make it an untagged member of the vlan you want it to be in (i'm assuming vlan 101)and make sure it has a route on it to get to vlan 111 via the switches vlan 101 address.

Trev.