Skip to content

Conversation

@Noppes
Copy link
Contributor

@Noppes Noppes commented Dec 12, 2025

It looks like environment mode batch was made to disable paging and other interactive elements on a nokia_isam. Plus an exit to go out of the >environment 'node'

device>#environment mode ?
batch                 ! non-interactive mode intended for scripting tools
interactive           ! interactive mode intended for human operators

device>#environment mode batch ?
[no] prompt           : the specification of the prompt
                        default = ""
[no] terminal-timeout : specify the inactivity timeout of the terminal
                        default = timeout:30
[no] print            : specifies the way the output is printed on the terminal
                        default = default
[no] screen-length    : specifies the number of lines to be printed on the
                        terminal for paging
                        default = 0

[no] inhibit-alarms   : disables the alarm reporting in the current  session

For the exit config, exit all, exits out of all 'nodes'. Which is better incase they are deep into a bunch 'nodes'.

device>#exit ?
[no] all              : set the current position to the top node
[no] one              : set the current position to the parent node ```

@ktbyers
Copy link
Owner

ktbyers commented Dec 15, 2025

@Noppes FYI, I am fixing the GitHub actions runner issue(s)

@Noppes
Copy link
Contributor Author

Noppes commented Jan 5, 2026

@Noppes FYI, I am fixing the GitHub actions runner issue(s)

Yea I figured it was something like that. Best wishes for the new year!

@ktbyers
Copy link
Owner

ktbyers commented Jan 5, 2026

Comment from earlier ISAM issue:

In my testing of netmiko with Nokia ISAM products, I was able to get some limited functionality to work 
when the device_type = autodetect. Currently there is no vendor support for it with netmiko.

The Nokia 7360 OLT, actually runs two different operating systems. The main os is the isam.

The 2nd operating, which does the switching, is similar to SROS.

For these Nokia product lines you probably want use the following disable paging command

"environment print no-more inhibit-alarms mode batch"

There are multiple types of ISAM products, and they all operate a little bit differently etc.

Reference:

#1988

@Noppes
Copy link
Contributor Author

Noppes commented Jan 6, 2026

From my understanding, the environment mode batch also includes the print no-more and inhibit-alarms, though it doesnt hurt to add them, if it works slightly different per ISAM product

@ktbyers
Copy link
Owner

ktbyers commented Jan 6, 2026

@Noppes Thanks, yes that was what I was having difficulty determining (especially for the inhibit-alarms).

@ktbyers ktbyers merged commit fa15b53 into ktbyers:develop Jan 7, 2026
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants