@enaiman Great! Got it! [18]|Data Returned (clear)|Cisco IOS Software, C3750 Software (C3750-IPBASE-M), Version 12.2(35)SE5, RELEASE SOFTWARE (fc1) Copyright © 1986-2007 by Cisco Systems, Inc. Compiled Thu 19-Jul-07 19:15 by nachen [18]|Data Returned (clear)|Cisco Internetwork Operating System Software IOS s72033_rp Software (s72033_rp-PK9SV-M), Version 12.2(17d)SXB11a, RELEASE SOFTWARE (fc1) Technical Support: http://www.cisco.com/techsupport Copyright © 1986-2006 by cisco Systems, Inc. Compiled I tried to get the decoded info as below.(for Cisco devices) [0]|0|00-00-00-00-00-00|127.0.20.20|static [1]|324|00-14-6A-C0-34-C3|172.17.224.82|static [2]|324|00-00-0C-07-AC-00|172.17.224.126|dynamic Add function for extract MAC address. Func _SNMPExtractMAC($strMAC) Local $extractedMACarray[7] Local $extractedMAC = "" For $i = 1 To 6 $extractedMACarray[$i] = StringMid($strMAC, 2 * $i - 1, 2) If $i = 6 Then $extractedMAC &= $extractedMACarray[$i] Else $extractedMAC &= $extractedMACarray[$i] & "-" EndIf Next Return $extractedMAC EndFunc ;==>_SNMPExtractMAC One question: For the array SNMP, I got the info as below use your function, but I should got the above info highlight with red. I guess the reason was the function didn't continued to query. [13]|Varbind 1|3013060E2B0601020104160101007F001414020100 [14]|Length|13 [15]|OID|2B0601020104160101007F001414 [16]|Data Type|02 [17]|Data Returned (hex)|00 [18]|Data Returned (clear)|0 [19]|| [20]|Varbind 2|3018060E2B0601020104160102007F0014140406000000000000 [21]|Length|18 [22]|OID|2B0601020104160102007F001414 [23]|Data Type|04 [24]|Data Returned (hex)|000000000000 [25]|Data Returned (clear)| [26]|| [27]|Varbind 3|3016060E2B0601020104160103007F00141440047F001414 [28]|Length|16 [29]|OID|2B0601020104160103007F001414 [30]|Data Type|40 [31]|Data Returned (hex)|7F001414 [32]|Data Returned (clear)|127.0.20.20 [33]|| [34]|Varbind 4|3013060E2B0601020104160104007F001414020104 [35]|Length|13 [36]|OID|2B0601020104160104007F001414 [37]|Data Type|02 [38]|Data Returned (hex)|04 [39]|Data Returned (clear)|4