- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- HP ProCurve 5400 and Netware servers
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2007 04:41 AM
08-06-2007 04:41 AM
our customer is installing Procurve 5400 and 3500 switches, but he has some problems "to see" netware servers; the network connection (ping) is ok, but the problem is to see services (a kind of novell active directoy, etc..)
In 3Com and Catalyst he has had to disable IGMP snooping (see the attachment).
Is there something like this on Procurve ?
thanks in advance
kind regards
Davide
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2007 10:40 AM
08-06-2007 10:40 AM
Re: HP ProCurve 5400 and Netware servers
5400(config)# vlan 1
5400(vlan-1)# ip igmp
To disable
5400(vlan-1)# no ip igmp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2007 06:50 PM
08-06-2007 06:50 PM
Re: HP ProCurve 5400 and Netware servers
make sure by sniffing, that DHCP type 8 ("Inform", used for service locator protocol) is delivered to dhcp server, and the answer really is delivered to the client.
Regards
haegi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2007 07:30 PM
08-06-2007 07:30 PM
Re: HP ProCurve 5400 and Netware servers
I think their stations dont see NetWare tree - this is the most frequently error .This is relative to spanning tree protocol and resolved simple - the ports connected with such stations must be set to "Fast Mode" instead of "Normal" , by default in Spanning Tree Menu.
IGMP snooping dont relate to this problem ,IMHO.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2007 10:26 AM
08-07-2007 10:26 AM
Re: HP ProCurve 5400 and Netware servers
5400(config)# spanning-tree
With the latest releases you should not need to do it, but there is a small bug at the moment which causes unnecessary topology changes so in the meantime I would recommend setting your edge-ports with the 'admin-edge-port' command.
5400(config)# spanning-tree
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2007 08:10 PM
08-07-2007 08:10 PM
SolutionAnother issue may be happened when UDP broadcast packets from Netware clients cannot reach NetWare servers if they are not reside on
same VLAN . The decision are here -
Assume Netware server is in vlan4 and had IP address 1.1.1.19 and clients are in vlan5 (no matters for us their IP addresses ).
(config)#ip broadcast-forward
(config)#vlan 5
(config-vlan-5)#ip forward-protocol udp 1.1.1.19 427
(config-vlan-5)#ip forward-protocol udp 1.1.1.19 524
(config-vlan-5)# wri me
If Yuor customer had many servers of tree and that servers are in one vlan (let it be, by example 1.1.1.0/24) you may write like this
config)#ip broadcast-forward
(config)#vlan 5
(config-vlan-5)#ip forward-protocol udp 1.1.1.255 427
(config-vlan-5)#ip forward-protocol udp 1.1.1.255 524
(config-vlan-5)# wri me
And may be some woodoo with Novell Clients on workstations, but it is not HP issue 8)))))
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2007 10:29 PM
08-07-2007 10:29 PM
Re: HP ProCurve 5400 and Netware servers
My customer thought that Procurve 5400 was a simple L2 switch and the udp forwarding was the last of his problems.
Now all is working fine.
regards
Davide