Monday, September 10, 2018

Intervlan routing Aruba 2930F

Hi, I am trying to setup an HP Aruba 2930F. I am encountering an issue whereby I am unable to communicate between the vlan 1 "DEFAULT_VLAN" and vlan 63 "VLAN63".

If I connect my laptop directly to one of the untagged ports on VLAN 63 I get given an IP address and can ping 192.168.63.1 successfully which indicates to me the laptop is communicating with the switch.

If I give laptop2 a static address on the .60 network that laptop can ping the VLAN60 interface on 192.168.60.1 and it can access the management webpage for the switch.

I don't understand why the two VLANS can't communicate. I thought the switch just required the "IP Routing" command which I have input to the switch. Any guidance would be greatly appreciated. I have added the config below.

hostname "XXXX" module 1 type jl262a timesync ntp ntp server x.x.x.x ip route 0.0.0.0 0.0.0.0 x.x.x.x ip route x.x.x.x 255.255.255.0 10.10.10.1 ip route x.x.x.x 255.255.255.0 10.10.10.1 ip routing no snmp-server enable vlan 1 name "DEFAULT_VLAN" no untagged 7-11,14-52 untagged 1-6,12-13 ip address 192.168.60.1 255.255.255.0 exit vlan 2 name "***VPLS***" untagged 48 ip address x.x.x.x 255.255.255.0 exit vlan 63 name "VLAN63" untagged 7-11,14-47,49-52 ip address 192.168.63.1 255.255.255.0 dhcp-server exit management-vlan 1 spanning-tree no tftp server no autorun no dhcp config-file-update no dhcp image-file-update no dhcp tr69-acs-url dhcp-server pool "VLAN63" authoritative default-router "192.168.63.1" dns-server "192.168.60.20,192.168.60.10" lease 00:04:00 network 192.168.63.0 255.255.255.0 range 192.168.63.2 192.168.63.254 exit dhcp-server enable password manager password operator 


No comments:

Post a Comment