Configure Virtual Private Networking (VPN)
IPsec parameters
Digi TransPort WR Routers User Guide
432
smem command: Display memory information
smem
Displays the amount of memory allocated, in use and available for use by the MySQL server on the
router.
Transact SQL commands
To query a SQL database manually using transact SQL statements, use the following commands:
Connect to the SQL server and database
sqlcon <host> <user> <pwd> <database>
For example:
sqlcon 192.168.0.50 sqluser sqlpass eroute-db
Issue transact SQL statements
sqldo <"cmd">
For example:
sqldo "select * from site where subnet='10.110.100.0' limit 3"
Limit the
sqldo
command to only act on specified fields
sqlfields “<field1> <field2> <field3>”
After issuing the
sqlfields
command, all further
sqldo
commands will apply to these fields only.
For example:
sqlfields “remmsk password peerip”
Close the SQL server connection correctly
sqlclose
Use the SQL “debug” command
If the database being queried is held locally on the router, you can precede these transact SQL
commands with the SQL
debug
command to get extra feedback on any commands issued.
▪
To enable the SQL debug:
sql 0 debug_opts 3
▪
To view the debug data via the ASY 0 port:
debug 0
▪
To view the debug data via telnet:
debug t
▪
To disable the SQL debug:
sql 0 debug_opts 0
debug off
Содержание TransPort WR11
Страница 1: ...User Guide Digi TransPort WR Routers ...
Страница 215: ...Configure network interfaces Configure mobile cellular interfaces Digi TransPort WR Routers User Guide 215 ...
Страница 650: ...Configure system settings NTP parameters Digi TransPort WR Routers User Guide 650 ...
Страница 661: ...Configure system settings General system parameters Digi TransPort WR Routers User Guide 661 ...
Страница 662: ...Configure system settings General system parameters Digi TransPort WR Routers User Guide 662 ...
Страница 663: ...Configure system settings General system parameters Digi TransPort WR Routers User Guide 663 ...
Страница 682: ...Configure Remote Management SNMP parameters Digi TransPort WR Routers User Guide 679 ...
Страница 683: ...Configure Remote Management SNMP parameters Digi TransPort WR Routers User Guide 680 ...
Страница 813: ...Manage networks and connections Top Talkers Digi TransPort WR Routers User Guide 808 ...
Страница 814: ...Manage networks and connections Top Talkers Digi TransPort WR Routers User Guide 809 ...
Страница 815: ...Manage networks and connections Top Talkers Digi TransPort WR Routers User Guide 810 ...
Страница 816: ...Manage networks and connections Top Talkers Digi TransPort WR Routers User Guide 811 ...
Страница 817: ...Manage networks and connections Top Talkers Digi TransPort WR Routers User Guide 812 ...
Страница 818: ...Manage networks and connections Top Talkers Digi TransPort WR Routers User Guide 813 ...
Страница 855: ...Device administration Reboot the router Digi TransPort WR Routers User Guide 844 ...