python

Use python to enter the Python shell.

Syntax

python

Views

User view

Predefined user roles

network-admin

mdc-admin

Usage guidelines

In the Python shell, you can use the following items:

To return to user view from the Python shell, enter exit().

Examples

# Enter the Python shell.

<Sysname> python
Python 2.7.3 (default, Sep 22 2014, 17:10:05)
[GCC 4.4.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>
>>> exit()
<Sysname>