CHiLL Posted March 17, 2016 Posted March 17, 2016 Last year we had a contractor install a new wired network, including HP ProCurve switches. During that configuration, GRVP has been enabled on the switch ports I have a NAS device and I am trying to configure its two NICs to work on a specific VLAN. I have configured NIC1 as DHCP so I can connect to it, and trying to configure NIC2 onto VLAN11. NIC1 - DHCP - 10.22.100.126 NIC2 - Static - 10.22.11.111 When I use the command: vlan 11 untagged 5,6 I get the following message: Dynamic VLANs cannot be configured manually. When I run this command: sh vlans It shows me all these VLANs: Status and Counters - VLAN Information Maximum VLANs to support : 256 Primary VLAN : LEGACY Management VLAN : VLAN ID Name | Status Voice Jumbo ------- -------------------------------- + ---------- ----- ----- 1 LEGACY | Port-based No No 2 GVRP_2 | Dynamic 10 GVRP_10 | Dynamic 11 GVRP_11 | Dynamic 20 NET-Mgmt | Port-based No No 22 WIFI-Mgmt | Port-based No No 30 GVRP_30 | Dynamic 31 GVRP_31 | Dynamic 32 GVRP_32 | Dynamic 34 GVRP_34 | Dynamic 36 GVRP_36 | Dynamic 40 GVRP_40 | Dynamic 60 GVRP_60 | Dynamic 80 GVRP_80 | Dynamic 100 UNAUTH | Port-based No No 103 GVRP_103 | Dynamic 160 WIFI-Staff | Port-based No No 180 WIFI-Student | Port-based No No 200 Apple | Port-based No No 240 BYOD | Port-based No No 254 GUEST | Port-based No No 256 GVRP_256 | Dynamic With the static 10.22.11.111 IP address, I cannot ping it. Can anybody advise how I can get this working?
CHiLL Posted March 17, 2016 Author Posted March 17, 2016 It does allow me to enter the VLAN ID on the interface setting page, however when I enter 11 into the setting, the interface status changes from a solid green online icon to a yellow flashing offline icon. It's in page 20 of the manual, but I can't link it at the moment as I'm on my phone and it won't copy the PDF hyperlink.
twin--turbo Posted March 17, 2016 Posted March 17, 2016 "static-vlan 11" to convert it into a static vlan. I would look to get shot of gvrp as it can do some nasty stuff. TT
pantscat Posted March 18, 2016 Posted March 18, 2016 "static-vlan 11" to convert it into a static vlan. I would look to get shot of gvrp as it can do some nasty stuff. TT That's sound advice - GVRP is a nice concept, but in practice I find it a massive PITA. Plus, I think you'll need GVRP aware NICs to properly take advantage of it - which is probably why your NAS is not behaving.
CHiLL Posted March 18, 2016 Author Posted March 18, 2016 "static-vlan 11" to convert it into a static vlan. I would look to get shot of gvrp as it can do some nasty stuff. TT Hmm, OK. Will that have a knock on effect with other systems/services if I perform this command? That's sound advice - GVRP is a nice concept, but in practice I find it a massive PITA. Plus, I think you'll need GVRP aware NICs to properly take advantage of it - which is probably why your NAS is not behaving. We had a contractor last summer implement our new HP ProCurve based network, and they're the ones who implemented the GVRP. I am not confident enough to know how to disable GVRP or know what effects disabling it may have across the network.
twin--turbo Posted March 18, 2016 Posted March 18, 2016 to disable.. 1) 1st list the vlans on the switch, then use "static-vlan x" to convert it to static. 2) ensure each inter switch link has each needed vlan tagged rather than AUTO (except the default vlan) 3) issue "no gvrp" TT
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now