Hi
We are an ISP and we have some SBG6580 cable modem and they do not allow remote access by the Ip Wan.
In the interface web you do not have an option to enable remote access.
Can you tell me a way to enable this remote access option by snmp in the docsis file or if you have a better option
I remain attentive to the answers
you need to set the following oid in the config file
cmConfigGuiWanManAccessEnable (1.3.6.1.4.1.1166.1.19.3.2.4.0)
This object is used to control GUI access on the WAN-MAN interface.
When this object is set to true(1) the GUI is accessible on the
WAN-MAN address if the device is in NAPT mode. This variable should
be stored in NV Ram.
Hi
Attached Docsis file that I used.
what is the correct syntax to add the line in the docsis file for allows remote access to the SBG6580 modem ?
It may be so:
SnmpMibObject cmConfigGuiWanManAccessEnable.3 INTEGER 1;
please correct me and tell me the correct way
thanks for your help
add these three lines to your config file:
SnmpMibObject 1.3.6.1.4.1.1166.1.19.3.2.4.0 Integer 1; /* HFC WAN MAN ACCESS */
SnmpMibObject 1.3.6.1.4.1.1166.1.19.3.2.2.0 Integer 1; /* HFC ACCESS */
SnmpMibObject 1.3.6.1.4.1.1166.1.19.3.2.3.0 Integer 1; /* LAN ACCESS */
Hi
I add the 3 lines to the docsis file but I cannot access the cable modem through the ip wan
What other lines do you recommend adding?
Thanks for your help
That is all you should need. what firmware version do you have?
Hi
when i send this snmp command
snmpset -r 0 -v2c -c public 10.8.193.203 1.3.6.1.4.1.1166.1.19.3.2.2.0 i 1
I have this result:
iso.3.6.1.4.1.1166.1.19.3.2.2.0 = INTEGER: 1
after this I can remotely access the modem through the wan ip, but it does not allow me get into with the username and password that I can when I do it through the ip Lan: 192.168.0.1
I add the result of these snmp commands for more information
snmpwalk -v 2c -c public 10.8.193.203 1.3.6.1.4.1.1166.1.19.3.2
iso.3.6.1.4.1.1166.1.19.3.2.2.0 = INTEGER: 1
iso.3.6.1.4.1.1166.1.19.3.2.3.0 = INTEGER: 1
iso.3.6.1.4.1.1166.1.19.3.2.9.1.1.30 = INTEGER: 30
iso.3.6.1.4.1.1166.1.19.3.2.9.1.2.30 = ""
iso.3.6.1.4.1.1166.1.19.3.2.9.1.3.30 = INTEGER: 1
iso.3.6.1.4.1.1166.1.19.3.2.9.1.4.30 = INTEGER: 1
iso.3.6.1.4.1.1166.1.19.3.2.10.1.1.30 = INTEGER: 30
iso.3.6.1.4.1.1166.1.19.3.2.10.1.2.30 = ""
iso.3.6.1.4.1.1166.1.19.3.2.10.1.3.30 = INTEGER: 1
iso.3.6.1.4.1.1166.1.19.3.2.10.1.4.30 = INTEGER: 1
iso.3.6.1.4.1.1166.1.19.3.2.11.0 = INTEGER: 1
snmpwalk -v 2c -c public 10.8.193.203 1.3.6.1.4.1.1166.1.19.3.5
iso.3.6.1.4.1.1166.1.19.3.5.1.0 = INTEGER: 2
iso.3.6.1.4.1.1166.1.19.3.5.2.0 = ""
iso.3.6.1.4.1.1166.1.19.3.5.3.0 = STRING: "admin"
iso.3.6.1.4.1.1166.1.19.3.5.4.0 = STRING: "motorola"
iso.3.6.1.4.1.1166.1.19.3.5.5.0 = STRING: "technician"
iso.3.6.1.4.1.1166.1.19.3.5.6.0 = ""
Attached screenshot with invalid username and password message when I try with ip wam
Please help me by indicating what else I can do or with which user and password to try.
thanks for your help
I look forward to your responses
That is a different question though,
Remote access is working (i.e. you can get to the webpage via the WAN ip)
What user are you trying to login as? Motorola, Admin or technician?
I believe motorola login only works locally i.e. from LAN ip.
Admin/technician should work via WAN but probably require some setup to work.
cmRegularUserPassword -- i believe goes with Admin account
cmSuperUserPassword -- goes with technician account I believe.
I could not find the manual but here is the latest CRU for latest firmware.
Hi
Someone knows what is the password for the user: technician
snmpwalk -v 2c -c public 10.8.193.203 1.3.6.1.4.1.1166.1.19.3.5
iso.3.6.1.4.1.1166.1.19.3.5.1.0 = INTEGER: 2
iso.3.6.1.4.1.1166.1.19.3.5.2.0 = ""
iso.3.6.1.4.1.1166.1.19.3.5.3.0 = STRING: "admin"
iso.3.6.1.4.1.1166.1.19.3.5.4.0 = STRING: "motorola"
iso.3.6.1.4.1.1166.1.19.3.5.5.0 = STRING: "technician"
iso.3.6.1.4.1.1166.1.19.3.5.6.0 = ""
Let me help fill this out for you:
snmpwalk -v 2c -c public 10.8.193.203 1.3.6.1.4.1.1166.1.19.3.5
iso.3.6.1.4.1.1166.1.19.3.5.1.0 = INTEGER: 2 /*
cmPasswordOfDayEnable
Value list (TC): 1: true(1)
2: false(2)
Description: Enables GUI Password of Day feature. If this set to true
then the Password is computed using the seed specified below. Note that
a password will be automatically generated each day based on the seed.
Defaults to false.
*/
iso.3.6.1.4.1.1166.1.19.3.5.2.0 = ""
/*
cmPasswordOfDaySeed
Description: Provides initial value for password of day generator. This object may
only be set in the CM config file. SNMP Sets will be ignored.
SNMP gets will return empty string. Must be alphanumeric.
*/
iso.3.6.1.4.1.1166.1.19.3.5.3.0 = STRING: "admin"
/*
cmRegularUserName
Description: Provides the user name for regular user.
Must be alphanumeric.
*/
iso.3.6.1.4.1.1166.1.19.3.5.4.0 = STRING: "motorola"
/*
cmRegularUserPassword
Description: Provides the password for regular user. Must be alphanumeric.
*/
iso.3.6.1.4.1.1166.1.19.3.5.5.0 = STRING: "technician"
/*
cmSuperUserName
Description: Provides the user name for super user. The default value is 'technician'.
Must be alphanumeric.
*/
iso.3.6.1.4.1.1166.1.19.3.5.6.0 = ""
/*
cmSuperUserPassword
Description: Provides the password for the super user. Note that this password is used
only when the Password of Day feature is disabled (false).
Always returns empty string. Must be alphanumeric.
*/
You are not using the password of the day.
I believe the default password for technician is somehow related to mac address of modem, but you can change it to be whatever you like.
Ideally this would be done in the modem config file, but if the description of the oid is to be believed, it can also be set via SNMP.
snmpset -v2c -c private 10.8.193.203 1.3.6.1.4.1.1166.1.19.3.5.6.0 s abc123
Should set the technician password to abc123.
Hi
Thank you very much for your help
using these two lines I can enable remote access and enter with the password abc123 and user technician
snmpset -r 0 -v2c -c public 10.8.193.203 1.3.6.1.4.1.1166.1.19.3.2.2.0 i 1
snmpset -v2c -c public 10.8.193.203 1.3.6.1.4.1.1166.1.19.3.5.6.0 s abc123
I ask for your help to solve another problem:
We use cable modem CISCO DPC3825 and it is very often that it is deconfigured and takes the default configuration.
with the default configuration is disabled the remote access and the management port changes to 8080
How can I enable remote access and change the management port to 80 using snmpset
what are the OIDs to use ?
Attaching the mib too, as a separate post in case it gets delayed...
This shuts the mib off:
[root@yoyo yoyo]# snmpset -r 0 -v2c -c private 10.19.115.6 1.3.6.1.4.1.1166.1.19.3.2.2.0 i 2
CM-TEST-MIB::cm.3.2.2.0 = INTEGER: 2
This turns the mib on:
[root@yoyo yoyo]# snmpset -r 0 -v2c -c private 10.19.115.6 1.3.6.1.4.1.1166.1.19.3.2.2.0 i 1
CM-TEST-MIB::cm.3.2.2.0 = INTEGER: 1