Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Notifications
Login / Register
Community
Community
Notifications
close
  • Forums
  • Knowledge Center
  • Events & Webinars
  • Ideas
  • Blogs
Help
Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Login / Register
Sustainability
Sustainability

Join our "Ask Me About" community webinar on May 20th at 9 AM CET and 5 PM CET to explore cybersecurity and monitoring for Data Center and edge IT. Learn about market trends, cutting-edge technologies, and best practices from industry experts.
Register and secure your Critical IT infrastructure

WALK file for SNMP v3 device

EcoStruxure IT forum

Schneider Electric support forum about installation and configuration for DCIM including EcoStruxure IT Expert, IT Advisor, Data Center Expert, and NetBotz

cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Home
  • Schneider Electric Community
  • EcoStruxure IT
  • EcoStruxure IT forum
  • WALK file for SNMP v3 device
Options
  • Subscribe to RSS Feed
  • Mark Topic as New
  • Mark Topic as Read
  • Float this Topic for Current User
  • Bookmark
  • Subscribe
  • Mute
  • Printer Friendly Page
Invite a Co-worker
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send Invite Cancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Send New Invite Close
Top Experts
User Count
Cory_McDonald
Admiral Cory_McDonald Admiral
124
Jef
Admiral Jef Admiral
108
gsterling
Captain gsterling Captain
71
APC_Steve
Captain APC_Steve Captain
62
View All

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite
Solved Go to Solution
Back to EcoStruxure IT forum
Solved
DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 03:43 PM . Last Modified: ‎2024-04-08 12:52 AM

0 Likes
10
1786
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-07-03 03:43 PM . Last Modified: ‎2024-04-08 12:52 AM

WALK file for SNMP v3 device

Hello!

I know, that useful description, how to generate WALK file is here:

http://www.apc.com/lv/en/faqs/FA158391/

 

But also using this template I failed to generate WALK file for SNMP v3 device.

The customer uses SNMP v3 for device I need to scan. Can someone please provide me an example with the text, which I need to write in devlist to scan SNMP v3 device, if the credentials are following:

 

 

Best regards,

Janis Magazeinis 

 

(CID:117999958)

Labels
  • Labels:
  • Data Center Expert
  • DDF
Reply

Link copied. Please paste this link to share this article on your social media post.

  • All forum topics
  • Previous Topic
  • Next Topic

Accepted Solutions
DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 03:43 PM . Last Modified: ‎2024-04-08 12:52 AM

0 Likes
7
1788
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-07-03 03:43 PM . Last Modified: ‎2024-04-08 12:52 AM

Hi Janis Magazeinis,

Here is an example of the contents of the devlist file for your case on the screenshot, i.e. for securitylevel nAnP (Authentication Protocol: None, Privacy Protocol: None):

192.168.0.139 v3 nAnP apcsnmpprofile4 MD5 skfhbkjdvhfnvldfkgjlokgagsdfyags sdfbjkerhfkjgtkghonbmgfnbjkdfhbf

And the confirmation of a successful scan result in the form of sapnwalk.log:

textsapnwalk.log - nAnPThu May 04 10:11:34 2017 : BASIC : LOG: sapnwalk started on inputfile = devlist Thu May 04 10:11:34 2017 : BASIC : LOG: thread started. Thu May 04 10:11:34 2017 : BASIC : .\sapwalk2 -i 192.168.0.139 -v v3 -l nAnP -u apcsnmpprofile4 -o walkfiles\192.168.0.139.walk -s 1.3 -f 1 Thu May 04 10:11:34 2017 : BASIC : TRACE: system returned from sapwalk Thu May 04 10:11:39 2017 : BASIC : LOG: sapnwalk completed

An example of the contents of the devlist file for securitylevel AnP (Authentication Protocol: MD5, Privacy Protocol: None):

192.168.0.139 v3 AnP apcsnmpprofile4 MD5 skfhbkjdvhfnvldfkgjlokgagsdfyags sdfbjkerhfkjgtkghonbmgfnbjkdfhbf

And the confirmation of a successful scan result in the form of sapnwalk.log:

textsapnwalk.log - AnPThu May 04 10:04:16 2017 : BASIC : LOG: sapnwalk started on inputfile = devlist Thu May 04 10:04:16 2017 : BASIC : LOG: thread started. Thu May 04 10:04:16 2017 : BASIC : .\sapwalk2 -i 192.168.0.139 -v v3 -l AnP -u apcsnmpprofile4 -xt MD5 -xa skfhbkjdvhfnvldfkgjlokgagsdfyags -o walkfiles\192.168.0.139.walk -s 1.3 -f 1 Thu May 04 10:05:05 2017 : BASIC : TRACE: system returned from sapwalk Thu May 04 10:05:07 2017 : BASIC : LOG: sapnwalk completed

Another example of the contents of the devlist file for securitylevel AP (Authentication Protocol: MD5, Privacy Protocol: DES):

192.168.0.139 v3 AP apcsnmpprofile4 MD5 skfhbkjdvhfnvldfkgjlokgagsdfyags sdfbjkerhfkjgtkghonbmgfnbjkdfhbf

And the confirmation of a successful scan result in the form of sapnwalk.log:

textsapnwalk.log - APThu May 04 09:56:14 2017 : BASIC : LOG: sapnwalk started on inputfile = devlist Thu May 04 09:56:14 2017 : BASIC : LOG: thread started. Thu May 04 09:56:14 2017 : BASIC : .\sapwalk2 -i 192.168.0.139 -v v3 -l AP -u apcsnmpprofile4 -xt MD5 -xa skfhbkjdvhfnvldfkgjlokgagsdfyags -xp sdfbjkerhfkjgtkghonbmgfnbjkdfhbf -o walkfiles\192.168.0.139.walk -s 1.3 -f 1 Thu May 04 10:01:27 2017 : BASIC : TRACE: system returned from sapwalk Thu May 04 10:01:30 2017 : BASIC : LOG: sapnwalk completed

I hope this helps.

(CID:118000266)

See Answer In Context

Reply

Link copied. Please paste this link to share this article on your social media post.

Replies 10
DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 03:43 PM . Last Modified: ‎2024-04-08 12:52 AM

0 Likes
0
1788
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-07-03 03:43 PM . Last Modified: ‎2024-04-08 12:52 AM

Hi Janis Magazeinis,

Can you show a fragment of your devlist file for SNMP v3 devices (while hiding private information)?

In addition, can you show a screenshot of the error that you get when you try to scan SNMP v3 devices?

With best regards.

(CID:117999985)

Reply

Link copied. Please paste this link to share this article on your social media post.

DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 03:43 PM . Last Modified: ‎2024-04-08 12:52 AM

0 Likes
7
1789
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-07-03 03:43 PM . Last Modified: ‎2024-04-08 12:52 AM

Hi Janis Magazeinis,

Here is an example of the contents of the devlist file for your case on the screenshot, i.e. for securitylevel nAnP (Authentication Protocol: None, Privacy Protocol: None):

192.168.0.139 v3 nAnP apcsnmpprofile4 MD5 skfhbkjdvhfnvldfkgjlokgagsdfyags sdfbjkerhfkjgtkghonbmgfnbjkdfhbf

And the confirmation of a successful scan result in the form of sapnwalk.log:

textsapnwalk.log - nAnPThu May 04 10:11:34 2017 : BASIC : LOG: sapnwalk started on inputfile = devlist Thu May 04 10:11:34 2017 : BASIC : LOG: thread started. Thu May 04 10:11:34 2017 : BASIC : .\sapwalk2 -i 192.168.0.139 -v v3 -l nAnP -u apcsnmpprofile4 -o walkfiles\192.168.0.139.walk -s 1.3 -f 1 Thu May 04 10:11:34 2017 : BASIC : TRACE: system returned from sapwalk Thu May 04 10:11:39 2017 : BASIC : LOG: sapnwalk completed

An example of the contents of the devlist file for securitylevel AnP (Authentication Protocol: MD5, Privacy Protocol: None):

192.168.0.139 v3 AnP apcsnmpprofile4 MD5 skfhbkjdvhfnvldfkgjlokgagsdfyags sdfbjkerhfkjgtkghonbmgfnbjkdfhbf

And the confirmation of a successful scan result in the form of sapnwalk.log:

textsapnwalk.log - AnPThu May 04 10:04:16 2017 : BASIC : LOG: sapnwalk started on inputfile = devlist Thu May 04 10:04:16 2017 : BASIC : LOG: thread started. Thu May 04 10:04:16 2017 : BASIC : .\sapwalk2 -i 192.168.0.139 -v v3 -l AnP -u apcsnmpprofile4 -xt MD5 -xa skfhbkjdvhfnvldfkgjlokgagsdfyags -o walkfiles\192.168.0.139.walk -s 1.3 -f 1 Thu May 04 10:05:05 2017 : BASIC : TRACE: system returned from sapwalk Thu May 04 10:05:07 2017 : BASIC : LOG: sapnwalk completed

Another example of the contents of the devlist file for securitylevel AP (Authentication Protocol: MD5, Privacy Protocol: DES):

192.168.0.139 v3 AP apcsnmpprofile4 MD5 skfhbkjdvhfnvldfkgjlokgagsdfyags sdfbjkerhfkjgtkghonbmgfnbjkdfhbf

And the confirmation of a successful scan result in the form of sapnwalk.log:

textsapnwalk.log - APThu May 04 09:56:14 2017 : BASIC : LOG: sapnwalk started on inputfile = devlist Thu May 04 09:56:14 2017 : BASIC : LOG: thread started. Thu May 04 09:56:14 2017 : BASIC : .\sapwalk2 -i 192.168.0.139 -v v3 -l AP -u apcsnmpprofile4 -xt MD5 -xa skfhbkjdvhfnvldfkgjlokgagsdfyags -xp sdfbjkerhfkjgtkghonbmgfnbjkdfhbf -o walkfiles\192.168.0.139.walk -s 1.3 -f 1 Thu May 04 10:01:27 2017 : BASIC : TRACE: system returned from sapwalk Thu May 04 10:01:30 2017 : BASIC : LOG: sapnwalk completed

I hope this helps.

(CID:118000266)

Reply

Link copied. Please paste this link to share this article on your social media post.

DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 03:43 PM . Last Modified: ‎2024-04-08 12:52 AM

In response to DCIM_Support
0 Likes
0
1788
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-07-03 03:43 PM . Last Modified: ‎2024-04-08 12:52 AM

Hello!

Thank you for the answer, but I still have some unclarities.

It seems to me, that you did not changed Authentication and Privacy Protocols and also Passphrases respectively in the examples for devlist:

So, if my assumption is correct, it would be great if you can provide examples once again.

 

Would it be correct to write following for my nAnP example:

"192.168.0.139 v3 nAnP username"?

 

Best regards,

Janis Magazeinis

(CID:118001885)

Reply

Link copied. Please paste this link to share this article on your social media post.

DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 03:43 PM . Last Modified: ‎2024-04-08 12:52 AM

In response to DCIM_Support
0 Likes
0
1786
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-07-03 03:43 PM . Last Modified: ‎2024-04-08 12:52 AM

Hi Janis Magazeinis,

According readme.txt from above said archive isxc_devicewalk.zip follows:

2) edit devlist to list the devices to walk.  Change the sample device communication line for the first device.  Add lines in the same format if more than 1 device.  If snmp version is v3, instead of community name specify securitylevel (nAnP/AnP/AP), username, authtype (MD5/SHA), authpass and privpass.

I.e., the sequence of parameters is desired to strictly observe.

Therefore, for your example, when both passphrases are given, but no authentication and privacy protocols are set, i.e. Securitylevel=nAnP, is enough use:

192.168.0.139 v3 nAnP apcsnmpprofile4

Q1: Maybe you did not configure both passphrases?

Q2: In addition, some error or problem you see in sapnwalk.log file?

Q3: In Access Control option for SNMP v3 on device you enabled access or not?

Q4: On you device SNMPv3 Access enabled or not?

With best regards.

(CID:118001931)

Reply

Link copied. Please paste this link to share this article on your social media post.

DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 03:43 PM . Last Modified: ‎2024-04-08 12:52 AM

In response to DCIM_Support
0 Likes
0
1786
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-07-03 03:43 PM . Last Modified: ‎2024-04-08 12:52 AM

I too am having issues walking to SNMP V3 devices.  Here is a pic of the settings from a PDU that we use.  ISX/DCE 7.4.2 sees all the oids perfectly using these settings, I just want to be able to do an SNMP walk.  SNMP v1 will only give me a comms link not all the other sensors.  Insert any word you like in the blank 'Security Name' as an example. box as an example.

(CID:122096430)

Reply

Link copied. Please paste this link to share this article on your social media post.

DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 03:44 PM . Last Modified: ‎2024-04-08 12:52 AM

In response to DCIM_Support
0 Likes
0
1789
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-07-03 03:44 PM . Last Modified: ‎2024-04-08 12:52 AM

Hi Jeff Harrold,

I.e., with the above SNMP v3 settings your DCE-server works fine? But you can not do just snmpwalk from the command line of the PC? Did I understand you correctly?

With respect.

(CID:122685175)

Reply

Link copied. Please paste this link to share this article on your social media post.

DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 03:44 PM . Last Modified: ‎2024-04-08 12:52 AM

In response to DCIM_Support
0 Likes
0
1789
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-07-03 03:44 PM . Last Modified: ‎2024-04-08 12:52 AM

Yes you did, the SNMP v3 settings work fine with our DCE-server.  No I cannot run a command line snmpwalk command from the command line.  We usually just use the APC SNMPwalk program as it has always worked fine for V1.  Just never been able to get it to work for V3.

(CID:122685370)

Reply

Link copied. Please paste this link to share this article on your social media post.

DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 03:44 PM . Last Modified: ‎2024-04-08 12:52 AM

In response to DCIM_Support
0 Likes
0
1786
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-07-03 03:44 PM . Last Modified: ‎2024-04-08 12:52 AM

Its ok now, I managed to download an SNMPwalk tool & when I use it via command line, I can successfully get a walk to an SNMPv3 device.

 

Thanks.

(CID:122685379)

Reply

Link copied. Please paste this link to share this article on your social media post.

DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 03:44 PM . Last Modified: ‎2024-04-08 12:52 AM

In response to DCIM_Support
0 Likes
0
1788
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-07-03 03:44 PM . Last Modified: ‎2024-04-08 12:52 AM

Hi Jeff Harrold,

Thanks for the feedback: was glad to help 😀.

(CID:122685433)

Reply

Link copied. Please paste this link to share this article on your social media post.

DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 03:44 PM . Last Modified: ‎2023-10-22 04:16 AM

0 Likes
0
1788
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-07-03 03:44 PM . Last Modified: ‎2023-10-22 04:16 AM

superhero.png

This question is closed for comments. You're welcome to start a new topic if you have further comments on this issue.

Reply

Link copied. Please paste this link to share this article on your social media post.

To The Top!

Forums

  • APC UPS Data Center Backup Solutions
  • EcoStruxure IT
  • EcoStruxure Geo SCADA Expert
  • Metering & Power Quality
  • Schneider Electric Wiser

Knowledge Center

Events & webinars

Ideas

Blogs

Get Started

  • Ask the Community
  • Community Guidelines
  • Community User Guide
  • How-To & Best Practice
  • Experts Leaderboard
  • Contact Support
Brand-Logo
Subscribing is a smart move!
You can subscribe to this board after you log in or create your free account.
Forum-Icon

Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.

Register today for FREE

Register Now

Already have an account? Login

Terms & Conditions Privacy Notice Change your Cookie Settings © 2025 Schneider Electric

This is a heading

With achievable small steps, users progress and continually feel satisfaction in task accomplishment.

Usetiful Onboarding Checklist remembers the progress of every user, allowing them to take bite-sized journeys and continue where they left.

of