HPE Aruba Networking & ProVision-based
1830481 Members
2610 Online
110005 Solutions
New Discussion

HP5406zl whithout routing

 
SOLVED
Go to solution
xconsole
Occasional Contributor

HP5406zl whithout routing

It sounds simple...

- 2 VLANs - each with a IP-Address, "conf t " + "ip routing"

- set correct def gw on clients

BUT it's to difficult... only the 5406zl is able to reach the clients on each vlan.

Please help - did i forgot something?

as appendix here is the show run and the sho ip route

Thanks!

 

 

HP5406 .19.70_U3 S1# sho run

Running configuration:

; J8697A Configuration Editor; Created on release #K.15.02.0005

hostname "HP5406 .19.70_U3 S1"
module 1 type J9637A
module 2 type J9637A
interface A1
   name "Uplink RFS Sec Vlan 1"
   no power-over-ethernet
exit
interface A2
   name "Uplink RFS Sec Vlan 2100"
   no power-over-ethernet
exit
interface A6
   name "NAS-Kamera .100 "
exit
interface A7
   name "Vlan110 Wartung/Reserve"
exit
interface A13
   name "Uplink .67 Port 25"
exit
interface A15
   name "Uplink .63 Port 25"
exit
interface A17
   name "Uplink .71 Port 27"
exit
interface B13
   name "Uplink .68 Port 27"
exit
interface B15
   name "Uplink .64 Port 27"
exit
interface B17
   name "Uplink .72 Port 27"
exit
trunk A13 Trk1 Trunk
trunk B13 Trk2 Trunk
trunk A15 Trk3 Trunk
trunk B15 Trk4 Trunk
trunk A17 Trk5 Trunk
trunk B17 Trk6 Trunk
trunk A24,B24 Trk7 Trunk
ip routing
vlan 1
   name "DEFAULT_VLAN"
   untagged A1,A8-A12,A14,A16,A18-A23,B1-B12,B14,B16,B18-B23
   ip address 172.19.19.70 255.255.255.0
   tagged Trk1-Trk7
   no untagged A2-A7
   exit
vlan 2100
   name "AP-MGMT"
   untagged A2
   tagged Trk1-Trk7
   no ip address
   exit
vlan 110
   name "Kamera"
   untagged A3-A7
   ip address 192.168.16.1 255.255.255.0
   tagged Trk1-Trk7
   exit
vlan 100
   name "VLAN100"
   ip address 192.168.17.1 255.255.255.0
   tagged Trk1-Trk7
   exit
qos type-of-service diff-services
fault-finder bad-driver sensitivity high
fault-finder bad-transceiver sensitivity high
fault-finder bad-cable sensitivity high
fault-finder too-long-cable sensitivity high
fault-finder over-bandwidth sensitivity high
fault-finder broadcast-storm sensitivity high
fault-finder loss-of-link sensitivity high
fault-finder duplex-mismatch-hdx sensitivity high
fault-finder duplex-mismatch-fdx sensitivity high
ip route 0.0.0.0 0.0.0.0 172.19.19.50
snmp-server community "public" unrestricted
snmp-server location "Rhenus_Meerane "
spanning-tree
spanning-tree Trk1 priority 4
spanning-tree Trk2 priority 4
spanning-tree Trk3 priority 4
spanning-tree Trk4 priority 4
spanning-tree Trk5 priority 4
spanning-tree Trk6 priority 4
spanning-tree Trk7 priority 4
management-vlan 1

 

_____________________________________________________

 

                                                 IP Route Entries

  Destination        Gateway         VLAN Type      Sub-Type   Metric     Dist.
  ------------------ --------------- ---- --------- ---------- ---------- -----
  0.0.0.0/0          172.19.19.50    1    static               1          1
  127.0.0.0/8        reject               static               0          0
  127.0.0.1/32       lo0                  connected            1          0
  172.19.19.0/24     DEFAULT_VLAN    1    connected            1          0
  192.168.16.0/24    Kamera          110  connected            1          0
  192.168.17.0/24    VLAN100         100  connected            1          0

 

 

P.S. This thread has been moved from Switches, Hubs, Modems (Legacy ITRC forum) to ProCurve / ProVision-Based. - Hp Forum Moderator

 

3 REPLIES 3
EckerA
Respected Contributor
Solution

Re: HP5406zl whithout routing

Hi

 

from a quick look....

ur management vlan might be the problem.. the management vlan isn't routed even with ip routing enabled.

 

try..

no management-vlan 1

 

hth

 

alex

xconsole
Occasional Contributor

Re: HP5406zl whithout routing

Thank!
That works - but where is the document that describe to do this like now?

 

showneek
Respected Contributor

Re: HP5406zl whithout routing

The secure management vlan is not set by default. It is described in official manuals (Advance Traffic Management Guide):

http://bizsupport2.austin.hp.com/bc/docs/support/SupportManual/c03277364/c03277364.pdf

 

BR, Jan