2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 17:23:08 +00:00

Using physical entity description OID to get Vendor information

This commit is contained in:
Casandra Qiu 2018-06-07 13:18:30 -04:00
parent a1596fa3e3
commit 952dea810b

View File

@ -982,7 +982,7 @@ sub get_snmpvendorinfo {
foreach $comms(@comm_list) {
#get sysDescr.0";
my $ccmd = "snmpwalk -Os -v1 -c $comms $ip 1.3.6.1.2.1.1.1";
my $ccmd = "snmpwalk -Os -v1 -c $comms $ip 1.3.6.1.2.1.47.1.1.1.1.2.1";
if (exists($globalopt{verbose})) {
send_msg($request, 0, "Process command: $ccmd\n");
}