Details
-
Vendor Bug
-
Resolution: Fixed
-
Trivial
-
None
-
Professional Edition
-
None
Description
Hi,
All HPE devices we own, have their interfaces marked as "dot1Q" even if it is an access port. I think you first need to check if an interface is present in any VLAN in dot1qVlanCurrentUntaggedPorts
This will return a hex table so some form of conversion needs to be done
dot1qVlanStaticUntaggedPorts.1354 = "
3C 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 "
3C = 0011 1100
VLAN 1354 is untagged on port with index 3,4,5,6 (gi-1/0/3-6)
I have attached pictures that will help describe the case, and a debug (-d -m ports)
Regards
Christian