TWSD-909 Enhancement Request: Display Full CPU Model Information in 'show version' of AVX
Review Request #1132 — Created Oct. 31, 2025 and submitted — Latest diff uploaded
| Information | |
|---|---|
| ngurunathan | |
| AVX2 | |
| AVX_2_7_5 | |
| TWSD-909 | |
| Reviewers | |
| stevenku, weikai, wli | |
Made changes to display full CPU model information in "show version" of AVX.
In SNMP system description in /etc/snmpd/snmpd.conf also, full CPU model information is displayed as it is using the the same function to get cpu info. If this behaviour isn't desired, will fix this.
Before fix:
AN>sh verAVX Rel.AVX.2.7.5.2 build on Mon Oct 27 01:57:24 2025
Host name : AN System CPU : Intel(R) Xeon(R) CPU System RAM : 131518024 kbytes.AVX#snmpwalk -v 1 localhost -c public system
SNMPv2-MIB::sysDescr.0 = STRING: Hardware: Array AVX 7900 Intel(R) Xeon(R) CPU - Software: AVX Rel.AVX.2.7.5.2 build on Mon Oct 27 01:57:24 2025
SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.7564After fix:
AN>sh verAVX Rel.AVX.2.7.5.3 - untagged unofficial build by on devclient on Fri Oct 31 04:05:16 2025
Host name : AN System CPU : Intel(R) Xeon(R) Silver 4215 CPU @ 2.50GHz System RAM : 131518024 kbytes.AVX#snmpwalk -v 1 localhost -c public system
SNMPv2-MIB::sysDescr.0 = STRING: Hardware: Array AVX 7900 Intel(R) Xeon(R) Silver 4215 CPU - Software: AVX Rel.AVX.2.7.5.3 - untagged unofficial build by on devclient on Fri Oct 31 04:05:16 2025
SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.7564
