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

How to create a device walk file for EcoStruxure IT Gateway and Data Center Expert

Troubleshooting

How to troubleshoot and solve issues configuring the EcoStruxure IT Gateway

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 Help Center
  • EcoStruxure IT Help Center Categories
  • Gateway
  • Troubleshooting
  • How to create a device walk file for EcoStruxure IT Gateway and Data Center Expert
Options
  • Subscribe to RSS Feed
  • Mark as New
  • Mark as Read
  • Bookmark
  • Subscribe
  • Email to a Friend
  • Printer Friendly Page
  • Report Inappropriate Content
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

Related Forums

  • EcoStruxure IT forum

  • APC UPS Data Center & Enterprise Solutions Forum

Previous Next

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite

EcoStruxure IT Support

Submit a support request for additional assistance with EcoStruxure IT software.

Request Support
Back to Troubleshooting
Options
  • Subscribe to RSS Feed
  • Mark as New
  • Mark as Read
  • Bookmark
  • Subscribe
  • Email to a Friend
  • Printer Friendly Page
  • Report Inappropriate Content
1 Like
5545 Views

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

Trying to translate this page to your language?
Select your language from the translate dropdown in the upper right. arrow
Translate to: English
  • (Français) French
  • (Deutsche) German
  • (Italiano) Italian
  • (Português) Portuguese
  • (Русский) Russian
  • (Español) Spanish

How to create a device walk file for EcoStruxure IT Gateway and Data Center Expert

Picard EcoStruxureIT
‎2020-05-28 03:09 AM

Last Updated: Nicholas.StPierre Cadet ‎2024-11-13 12:30 PM

This tool can walk SNMP1, SNMP3, Modbus, Redfish, NetBotz, and FTP devices, gathering current values or files to facilitate DDF development or debugging for Data Center Expert or EcoStruxure IT Gateway.

 

Specific information about how to create a walk file for different DCE versions is here.

 

Modbus.org announced it is expunging all occurrences of inappropriate language of the query and response paradigm of Modbus communications. This tool was updated to comply as of version 1.9.1. More...

 

Requirements

 

  • Windows 10+ or Windows Server 2012+
  • Admin access to Command Line or Windows PowerShell

 

Getting started

 

1. Unzip the file walker_version_Windows.zip

2. Navigate to the folder you unzipped in step 1.  There should be a file called "walk.bat" in the folder.

3. Right click the file and click Open.

 

How to run your first command

 

The general usage is:

<protocol> -ip <ip> <options>

 

Example: snmp -ip 192.169.0.10

 

Note: To read more about each command while you run the program, type help followed by the command you need help for. Example: help snmpv3

 

idea_icon_360009259237.pngidea_icon_360009259237.png There are several example commands below. Make sure to follow the structure carefully.

 

Running a command generates a walk file that is named using the IP address and a *.walk, *.json, *.txt", or *.xml extension. The file is saved to the folder where you ran the .bat script. If you are running a walk that retrieves raw files, such as FTP, these are saved as files.zip.

 

Example output: 192.169.0.10.xml
Example with file retrieval: 192.169.0.10.txt and files.zip

 

Troubleshooting

 

If you're having trouble connecting to a physical device, check with your network administrator to confirm that the device is enabled for the protocol and login credentials (if applicable) you are using to connect.

 

Device walks can take a long time to complete. A walk usually completes within 20 minutes for a slow connection.

 

If your walk fails to complete, it might be worth taking a break. Many protocols struggle to handle excessive repeated requests. If the walk seems to be hanging, try waiting a few hours and try again; this gives the device time to discard any old sessions and start accepting new ones. If the walk still fails, contact support for assistance.

 

If your Modbus poll output file does not get generated and you are running the walk.bat file as an administrator, try closing the program, right-click "walk.bat", and select "Open" (not "Run as administrator").

Usage details

 

SNMP V1

 

Defaults

 

- ip: REQUIRED

- port: 161

- file: <ip>.walk
- read: public
- write: private
- retries: 2
- timeout: 5

- enableBulkRequest: false

 

Examples

 

snmp -ip 192.169.0.10

snmp -ip 192.169.0.10 -port 8161

snmp -ip 192.169.0.10 -read pass

 

SNMP V3

 

Argument valid values

 

- authType: MD5, SHA
- encType: DES, DES3, AES128, AES192, AES256

 

Defaults

 

- ip: REQUIRED

- port: 161

- file: <ip>.walk

- username: REQUIRED

- authType:

- authPassword:

- encType:

- encPassword:

- retries: 2

- timeout: 5

- enableBulkRequest: false

 

Examples

 

snmpv3 -ip 192.169.0.10 -port 161 -username XXXX -authType MD5 -authPassword XXXX -encType DES -encPassword XXXX

 

snmpv3 -ip 192.169.0.10 -port 161 -username XXXX -authType SHA -authPassword XXXX -encType AES128 -encPassword XXXX 

 

snmpv3 -ip 192.169.0.10 -port 161 -username XXXX 

 

snmpv3 -ip 192.169.0.10 -port 161 -username XXXX -authType SHA -authPassword XXXX 

 

Modbus

 

This requires a separate text file specifying which registers to read. See input.txt for formatting and examples.

 

WARNING: Excessive Modbus requests can overwhelm the device. Keep the number of selected registers as small as possible.

 

NOTE: The walker will output an XML file with the naming convention {ip_address}-{server_id}.xml (e.g., 12.34.56.789-1.xml). If this file does not get generated and you are running the walk.bat file as an administrator, try closing the program, right-click "walk.bat", and select "Open" (not "Run as administrator").

 

Defaults

 

- <ip>: REQUIRED

- port: 502

- file:
- server: 1
- input: input.txt

- maxReads: 100

- walk: true

- function:

- start: 1

- count:

- print:

 

Examples

 

modbus -ip 192.169.0.10

 

modbus -ip 192.169.0.10 -port 5020 -server 2 -input registers.txt

 

Redfish

 

Defaults

 

- ip: REQUIRED
- port: 443
- file: <ip>.json
- username: REQUIRED
- password: REQUIRED

 

Example

 

redfish -ip 192.168.0.10 -username user1 -password pass

 

NetBotz

 

Defaults

 

- ip: REQUIRED
- port: 80
- file: <ip>.json
- username: 
- password: 

- useSSL: false

 

Examples

 

netbotz -ip 192.168.0.10 -username user1 -password pass

 

netbotz -ip 192.168.0.10 -username user1 -password pass -useSSL

 

FTP

 

Defaults

 

- ip: REQUIRED
- port: 21
- file: <ip>.json
- username: 
- password:
- walk: true
- download_file:

 

Example

 

ftp -ip 10.155.55.55 -username apc -password apc

Was this article helpful? Yes No
100% helpful (1/1)

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

Didn't find what you are looking for? Ask our Experts
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