File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ const struct tok oui_values[] = {
2727 { OUI_IANA , "IANA" },
2828 { OUI_NORTEL , "Nortel Networks SONMP" },
2929 { OUI_CISCO_90 , "Cisco bridged" },
30+ { OUI_ITU_T , "ITU-T" },
3031 { OUI_RFC2684 , "Ethernet bridged" },
3132 { OUI_ATM_FORUM , "ATM Forum" },
3233 { OUI_CABLE_BPDU , "DOCSIS Spanning Tree" },
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ extern const struct tok smi_values[];
2121#define OUI_IANA 0x00005E /* IANA */
2222#define OUI_NORTEL 0x000081 /* Nortel SONMP */
2323#define OUI_CISCO_90 0x0000f8 /* Cisco bridging */
24+ #define OUI_ITU_T 0x0019a7 /* International Telecommunication Union - Telecommunication Standardization Sector */
2425#define OUI_RFC2684 0x0080c2 /* RFC 2427/2684 bridged Ethernet */
2526#define OUI_ATM_FORUM 0x00A03E /* ATM Forum */
2627#define OUI_CABLE_BPDU 0x00E02F /* DOCSIS spanning tree BPDU */
Original file line number Diff line number Diff line change 11 1 2025-09-23 15:00:00.000000 OSSP, length 52
2- OUI: Unknown (0x0019a7)
2+ OUI: ITU-T (0x0019a7)
33 0x0000: 0001 1000 0000 0100 0404 0000 0000 0000
44 0x0010: 0000 0000 0000 0000 0000 0000 0000 0000
55 0x0020: 0000 0000 0000 0000 0000 0000 0000 0000
You can’t perform that action at this time.
0 commit comments