I am having an issue with static routes on a HP ProCurve 8212zl and 5412zl.
I actually had the same symptoms while configuring ospf, but decided that OSPF was unnecessary and overly complex having only six L3 switches to route to and single paths to them. This makes me believe there is an underlying issue causing the problem.
This is my first attempt at routing with HP ProCurve, as I come from mostly Cisco environments only previously implementing procurve at the access layer.
I have simplified the problem/environment by only connecting the:
CORE switch (8212zl)
1 remote site switch (5412zl) sitting next to the core switch, got tired of driving lol
1 switch (2910al) to connect firewall at remote building (at old core, waiting on isp to move d-marc)
The problem I am experiencing is that traffic is not routed past the core to the firewall (or from the core to any remote device).
Only the core can get out on the VLAN to the firewall.
CORE# sho run
Running configuration:
; J9091A Configuration Editor; Created on release #K.15.07.0008
; Ver #02:1b.2f:36
hostname "CORE"
module 1 type J9538A
module 2 type J9538A
module 6 type J9154A
module 7 type J9546A
module 8 type J9546A
module 11 type J9550A
module 12 type J9550A
trunk A4,B4 Trk1 Trunk <------------------- Link to Site 1
ip routing
vlan 1
name "DEFAULT_VLAN"
untagged A2-A3,A5-A6,A8,B2-B3,B5-B8,F1-F2,K1-K24,L1-L23
no untagged A7,G1-G8,H1-H8,L24,Trk1,Trk6
no ip address
exit
vlan 10
name "EDGE"
untagged A7 <--------------------------------------------------Link to Firewall switch
ip address 192.168.10.1 255.255.255.0
exit
vlan 111
name "Site1"
untagged Trk1
ip address 172.16.1.1 255.255.255.0
exit
vlan 200
name "SERVERS"
untagged G1-G8,H1-H8
ip address 192.168.200.1 255.255.255.0
exit
ip route 0.0.0.0 0.0.0.0 192.168.10.10
ip route 192.168.1.0 255.255.255.0 172.16.1.10
interface F1
rate-limit all in kbps 100
exit
interface F2
rate-limit all in kbps 100
exit
snmp-server community "public" unrestricted
spanning-tree
spanning-tree Trk1 priority 4
CORE# sho ip route
IP Route Entries
Destination Gateway VLAN Type Sub-Type Metric Dist.
------------------ --------------- ---- --------- ---------- ---------- -----
0.0.0.0/0 192.168.10.10 10 static 1 1
127.0.0.0/8 rejectstatic 00
127.0.0.1/32lo0 connected 1 0
172.16.1.0/24 Site1 111 connected 1 0
192.168.1.0/24 172.16.1.10 111 static 11
192.168.10.0/24 EDGE 10 connected 1 0
192.168.200.0/24 SERVERS200connected10
---------------------------------------------------------------------------------------------
Site1-MDF# sho run
Running configuration:
; J8698A Configuration Editor; Created on release #K.15.07.0008
; Ver #02:1b.2f:36
hostname "Site1-MDF"
module 3 type J9538A
module 10 type J9550A
trunk C1,C3 Trk1 Trunk
ip routing
vlan 1
name "DEFAULT_VLAN"
no untagged C2,C4-C8,J1-J24,Trk1
no ip address
exit
vlan 111
name "Site1"
untagged Trk1
ip address 172.16.1.10 255.255.255.0
exit
vlan 11
name "Site1-Local"
untagged C2,C4-C8,J1-J24
ip address 192.168.1.2 255.255.255.0
exit
ip route 0.0.0.0 0.0.0.0 172.16.1.1
snmp-server community "public" unrestricted
spanning-tree
spanning-tree Trk1 priority 4
Site1-MDF# sho ip route
IP Route Entries
Destination GatewayVLAN Type Sub-Type Metric Dist.
------------------ --------------- ------------- ---------- ---------- -----
0.0.0.0/0 172.16.1.1111 static 11
127.0.0.0/8 reject static 0 0
127.0.0.1/32 lo0 connected 10
172.16.1.0/24 Site1 111 connected 1 0
192.168.1.0/24 Site1-Local11connected10
-------------------------------------------------------------------------------------------
CORE#
CORE# ping 192.168.10.1 (local interface)
192.168.10.1 is alive, time = 1 ms
CORE# ping 192.168.10.51 (switch between itself and firewall)
192.168.10.51 is alive, time = 2 ms
CORE# ping 192.168.10.10 (firewall)
192.168.10.10 is alive, time = 2 ms
CORE# ping 8.8.8.8 (google's public dns)
8.8.8.8 is alive, time = 71 ms
CORE#
Site1-MDF#
Site1-MDF# ping 192.168.10.1 (interface on core switch)
192.168.10.1 is alive, time = 2 ms
Site1-MDF# ping 192.168.10.51 (switch between core and firewall)
Request timed out.
Site1-MDF# ping 192.168.10.10 (firewall)
Request timed out.
Site1-MDF# ping 8.8.8.8 (google's public dns)
Request timed out.
Site1-MDF#
I am sure there is a simple answer to what I am doing wrong, as I am not too familiar with configuring procurve devices.
Thanks in advance.
Josh Kelly
#staticroutevlandefaultprocurve820082168206540054125406zl