1

Topic: Enabling/Disabling Web, SNMP and Telnet without frontpanel access.

Here's how to enable or disable the services via serial terminal on the NION.

1. Dust off your propeller beanie, you need to use the vi text editor.

2. Edit /opt/pion/etc/settings/services_conf.xml to look something like this:

<?xml version="1.0" standalone="yes"?><root ><preferences ><item name="snmp_state" value="false" /><item name="telnet_state" value="true" /><item name="web_state" value="true" /></preferences></root>

3. Don't forget to save changes.

I had to figure this out today on a NION with no frontpanel display. I don't know how useful this is but it might come in handy some day.

The only true wisdom is in knowing you know nothing. -Socrates