Applications
Digidevice module
TX54 User Guide
711
5. To set the device to out of service:
>>> maintenance.out_of_service()
>>> maintenance.state()
'OUT_OF_SERVICE'
>>>
6. To set the device to in service:
>>> maintenance.in_service()
>>> maintenance.state()
'IN_SERVICE'
>>>
Note
Leave the interactive Python session active while completing task two, below. Once you have
completed task two, exit the interactive session by using
Ctrl-D
. You can also exit the session using
exit()
or
quit()
.
Help for the digidevice maintenance module
Get help for the digidevice maintenance module:
1. Log into the TX54 command line as a user with shell access.
Depending on your device configuration, you may be presented with an
Access selection
menu
. Type
shell
to access the device shell.
2. At the shell prompt, use the
python
command with no parameters to enter an interactive
Python session:
# python
Python 3.6.13 (default, May
9 2021, 22:49:59)
[GCC 8.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>
3. Import the
maintenance
submodule:
>>> from digidevice import maintenance
>>>
4. Use the help command with
maintenance
:
>>> help(maintenance )
Help on module digidevice.maintenance in digidevice:
NAME
digidevice.maintenance
DESCRIPTION
API for setting the device's service state. The service state is
stored
in runt.
...
Summary of Contents for TX54
Page 1: ...TX54 User Guide Firmware version 22 2 ...
Page 190: ...Interfaces Bridging TX54 User Guide 190 ...
Page 293: ...Hotspot Hotspot configuration TX54 User Guide 293 ...
Page 332: ...Hotspot Show hotspot status and statistics TX54 User Guide 332 ...
Page 584: ...Services Simple Network Management Protocol SNMP TX54 User Guide 584 4 Click Download ...