Hey All! I'm the one that worked with Pete to get the HP support added into SwitchMap. We've only tested it with Comware switches so far, because that is all that I have.. So far we've tested it with an HP 10508, 7506, and some of their 5900 switches.
The VLAN column showing as "routed" is a known issue. We got all of the other code in, but then I got side tracked with other work and have not had time to get back to this. I'm planning to work on it some more, but it will probably be after June before I have time to work on this any more..
To answer the other question, there was no HP support before this last version, so nope, it wasn't working earlier..
Pete was very receptive to any work/improvements that I offered, so If someone has the time to go dig up the right HP MIBs and work on the code a little bit, I'm sure he'd be happy to take a look at it..
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i set up 13.1 this week and i use HP switches too.
All of my ports are "routed" in VLAN column and all ports gets "etherchanneled with 4 23 29 24 41 45 34 26 27 8 46 25 28 5 30 20 40 Dyn1 43 31 39 38 37 16 3 15 32 14 44 36 11 48 35 10 6 22 13 21 12 9 42 19 47 18 33 17". But i have mac address and NIC MAnufacturer and few ip address.
Regards,
Kévin
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Same problem here. Maybe this has something to do with the fact that (judging by the mib-file and hardcoded OID in HpMibConstants.pm), shwitchmap was tested with HP-sitches of "the other kind", i.e. ex-3COM/Huawei-switches. I just commented out the call to PopulateEtherChannels::PopulateEtherChannels in Switch.pm. This cleaned the output. Not sure (yet), how to handle the routed VLAN issue.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Tried implementing 13.1 in our network of HP switches.
Couple of things I've noticed...
VLAN column is always populated with "routed"
All port also gets info similar tho this:
etherchanneled with 43 24 47 11 35 6 15 8 22 13 20 37 7 10 46 48 2 45 29 9 40 18 27 12 5 34 32 38 30 19 21 14 23 42 36 17 39 31 4 16 28 3 44 33
Anyone else use switchmap with HP switches?
Hey All! I'm the one that worked with Pete to get the HP support added into SwitchMap. We've only tested it with Comware switches so far, because that is all that I have.. So far we've tested it with an HP 10508, 7506, and some of their 5900 switches.
The VLAN column showing as "routed" is a known issue. We got all of the other code in, but then I got side tracked with other work and have not had time to get back to this. I'm planning to work on it some more, but it will probably be after June before I have time to work on this any more..
To answer the other question, there was no HP support before this last version, so nope, it wasn't working earlier..
Pete was very receptive to any work/improvements that I offered, so If someone has the time to go dig up the right HP MIBs and work on the code a little bit, I'm sure he'd be happy to take a look at it..
Hello,
i set up 13.1 this week and i use HP switches too.
All of my ports are "routed" in VLAN column and all ports gets "etherchanneled with 4 23 29 24 41 45 34 26 27 8 46 25 28 5 30 20 40 Dyn1 43 31 39 38 37 16 3 15 32 14 44 36 11 48 35 10 6 22 13 21 12 9 42 19 47 18 33 17". But i have mac address and NIC MAnufacturer and few ip address.
Regards,
Kévin
Any news on this...?
Has it worked in earlier versions or is support for HP new...?
Same problem here. Maybe this has something to do with the fact that (judging by the mib-file and hardcoded OID in HpMibConstants.pm), shwitchmap was tested with HP-sitches of "the other kind", i.e. ex-3COM/Huawei-switches. I just commented out the call to PopulateEtherChannels::PopulateEtherChannels in Switch.pm. This cleaned the output. Not sure (yet), how to handle the routed VLAN issue.