- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- CLI differences between HP/HPE products
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
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
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
09-23-2018 11:11 PM
09-23-2018 11:11 PM
Hello all,
I'm a bit confused with the CLI on two HPE switches I worked with yesterday. Commands were different than the usual HP product I used.
For example first difference is that you can do show commands. Instead of display current config I could so show run and it worked. I used Huawei, HP and HPE products and it was always display this or display current config.
Than, forming a trunk/tagging vlans is different. On previous switches port is configured, similar to Cisco, as port link-type trunk and access. But on these two switches you need to get into vlan and tag/untag, similar to Brocade. I found this approach very cumbersome, beacuse I cannot easily check which vlans are on athe interface. Only way to check is to check each vlan and check if its taged on the interface or not. Imagine that with 3000 vlans!
Any input/clarification will be very helpful.
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2018 12:20 AM
09-24-2018 12:20 AM
Re: CLI differences between HPE switches
What switch models? There are Comware, Procurve and Aruba.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2018 01:20 AM
09-24-2018 01:20 AM
Re: CLI differences between HPE switches
Hi Dennis,
Thansk for the reply. I wanted to include the switch models in my first post, but was not able to check. I will post the exact models.
Still, I've worked with HP, HPE and Huawei until now, and they all had dis cur conf instead of sh run, and show commands were completely unspupported. Also, on all those models you would for a trunk with the link port-type trunk command, but on these two switches I had to tag the port under the vlan sub menu and that's what suprised me the most.
Beucause that's fundamentaly different than what I saw before...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2018 03:23 AM
09-24-2018 03:23 AM
Re: CLI differences between HPE switches
AFAIK - just to say - the most evident difference you can use to understand which type of HP/HPE/Aruba switch you're working with (CLI Commands aliases apart) is display (Comware 5/7) versus show (ProVision/ArubaOS-Switch)...with regards to some VLAN related commands some old ProCurve switches use a different approach in taggin/untagging an interface to a (or to more) VLAN(s).
I'm not an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2018 05:06 AM
09-24-2018 05:06 AM
Re: CLI differences between HP/HPE products
Hi,
Here is a CLI complarison guide of the Aruba/Procurve VS Comware VS Cisco.
I hope this guide is of help to you.
Link :- http://h20628.www2.hp.com/km-ext/kmcsdirect/emr_na-c04793912-4.pdf
I am an HPE employee
-------------------------------------------------------------------------
Was the post useful? Click on Kudos Thumb below
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2018 05:22 AM
09-24-2018 05:22 AM
Re: CLI differences between HP/HPE products
...better the latest 3.3 Edition of the same guide: ArubaOS-Switch, Comware and Cisco IOS CLI Reference Guide.
I'm not an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2018 01:14 PM
09-24-2018 01:14 PM
Re: CLI differences between HP/HPE products
Thank you.
You are righjt, it looks this is Arista:
HP-2530-48G
Just a question that bothers me with tagging untagging vlan system.
Imagine this command on port 24 for example: switchport trunk allowed vlan 10,20,30,40,50,60,70,80,90,100,110,120,130...
How would you discover which vlans are on this trunk with the Arista method?
You could go vlan by vlan and check if its tagged on port 24. Obviously it's not a great method if you have hundreds or thousands vlans on one inteface (I work for a large ISP and we have huge trunk links for example).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2018 03:21 PM
09-24-2018 03:21 PM
SolutionMate...HP 2530 is not Arista...it was HP ProCurve 2530...now called/rebranded Aruba 2530 (no matter the old faceplate, what's important is the software version it is currently running on...say YA./YB.mm.nnnn? ...as example YA.16.06.0006 to say one...the quite latest one...just to name one of many actually available).
Said so...to check which VLANs a physical or logical interface (say your physical interface 24) is untagged and also tagged (so VLANs it permits) into you could issue the CLI Command show vlan ports 24 (and its more detailed variant show vlan ports 24 detail), pretty simple.
I'm not an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2018 10:23 PM - edited 09-24-2018 10:24 PM
09-24-2018 10:23 PM - edited 09-24-2018 10:24 PM
Re: CLI differences between HP/HPE products
Well, that's why I said I'm confused, right? :)
I'm confusing Arista with Aruba sometimes, obviously.
Yes, I guess that was the command I was looking for!!! Thanks a lot ;)