Forum Discussion
Navd_298927
Nimbostratus
9 years agotmsh command to read external data group file
I need help with tmsh commands to read external data group file . Due to security issues, we cannot give the user access to shell . The user uses a discovery tool to discover F5 and properties and tr...
kunjan_118660
Cumulonimbus
9 years agoMay be can write a script and call it from tmsh, if you know the full path to the data-group.
cli script test {
proc script::run {} {
set fp [open "/config/filestore/files_d/Common_d/data_group_d/:Common:dg1_46552_3" r]
while { [gets $fp data] >= 0 } {
puts $data
}
}
}
(/Common)(tmos) run cli script test
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects