This post will be of zero interest to anyone who doesn't need to create very large ACLs on HPE Comware switches. If you are normal, look away now. I had a need to understand the ACL scaling limits on HP5130 switches. ACLs elsewhere on the network consist of a handful of rules to permit/deny specific... Continue Reading →
Python MAC address manipulation
Every vendor has their favourite format for MAC addresses and it is common to need to create strings to pass as CLI commands. This post shows to check the string is a valid address and how to convert between formats. If you run HPE/Aruba switches the discussion on custom formats will be useful. The python... Continue Reading →
MAC Address Formats in Ansible
How to change the format of MAC address strings in Ansible.
Upgrading comware IRF stacks with no downtime (kind of)
Upgrading a stack of comware switches is easy. Upload the file and reboot. If you serve users who might notice 10-15 minutes down time you need to read this article to understand how to perform an (almost) zero downtime upgrade.
Enabling Traceroute on Comware Switches
Unlike any other vendor I've worked on, comware switches and routers do not reply to traceroute attempts by default. If you traceroute through a router you'll get no response on that hop: C:\>tracert switch1 Tracing route to switch1 [10.4.228.2] over a maximum of 30 hops: 1 <1 ms <1 ms <1 ms router2 [1.1.1.76] 2... Continue Reading →