Hi!
ipaccess-config can now set the nanoBTS NVRAM flags. It has the following syntax:
ipaccess-config <IP-addr> -n flags/mask
so e.g.
ipaccess-config 1.2.3.4 -n 0x400/0x400
will set bit number 10 in NVRAM, whereas
ipaccess-config 1.2.3.4 -n 0x000/0x400
will clear that very bit.
A list of known bits that you can set:
0 Static Interface IP configuration 1 Static IP Gateway configuration 8 Secondary OML enable (incoming TCP port 3006) 10 CLI enable (command line interface on serial port) 11 HTTP enable (https server on TCP port 443) 13 SNMP enable
If somebody wants to add a '--help' message to ipaccess-config, patches are always welcome.
Cheers,