End of my rope w/ Comcast Gateway

jakeradden

Distinguished
Dec 11, 2006
49
0
18,530
Hi there.
Sorry for the wall of text, but I've been through a lot of iterations and want to make my situation as clear as possible.

Been working on this problem for two days now without a working solution.

Here's my network setup:
Gateway is a SMCD3G-CCR currently in Bridge mode (according to Comcast)
Router is a Netgear WNDR3300 w/ DD-WRT

My goal is to open the ports required for Mumble and Source Dedicated Server, or get my computer into a DMZ to achieve the same goal.


The beginning:
Old network setup worked fine, with no open ports. Router was only device attached to the D3G-CCR, internet worked, I could access either the router just fine, and I could access the modem's options by switching my PC's ethernet cable to the modem's port.

First, I enabled DMZ on my router - set to the static IP of my computer - 192.168.1.129.

No luck, all ports closed.

After some research, I determined that my D3G-CCR was in routing mode and was applying its own firewall rules to my connection - so I enabled the modem's DMZ. I connected my PC directly to the modem and enabled DMZ on the modem's subnet - 10.1.10.10 for my PC.

No luck, all ports closed.

Confused, I instead decided to call Comcast and have them bridge the modem's connection to my router - some googling lead me to the conclusion that this was the solution I needed. I unplugged my router from the modem and plugged my PC in, then called up Comcast and had them set to work.

After a long and arduous phone call, the modem's settings were set, reset, changed around, and messed with remotely by Comcast.

The modem booted up, and connected. Great, I thought, I'm done!

Not.

I could not ping the modem. I could not reach its options page through its IP (10.1.10.1). I did, however, have internet. My WAN and LAN IPs were now synchronized - the modem was no longer acting as a router and its subnet was disabled.


Unfortunately....... the ports are still closed.

At this point my helpful Comcast rep seemed to run out of steam - he had no idea why I couldn't ping or connect to the modem, nor had an answer as to why my ports were still closed.

Thinking that perhaps I needed to re-introduce the router to the equation in order to finalize the network tree, I did so. First I reset DD-WRT to factory settings, then re-enabled DMZ to make sure it wouldn't block any connections.

Ports still closed.

That's where I stand - my PC connected through my default-settings (w/ DMZ) WNDR3300, and my D3G-CCR is acting as a bridge, inaccessible via web interface. My ports are still not opened. If I disable DMZ on my 3300 and set up port forwarding, there is no change.

I'm at the end of my knowledge and experience, here. I don't know what else to try, what else to ask Comcast to do.

Any help or advice would be greatly, hugely appreciated.

Thank you for taking the time out of your day to help me out.
 

citizenkepler

Honorable
Jun 9, 2012
1
0
10,510
I have the same router and am quite unhappy with the level of access comcast provides to its costumers. This is what I have found out about this router:

The SMCD3G-CCR router had a default admin account made for comcast techs called mso. This account had a password D0nt4g3tme. On 2011-02-04 this became a problem for comcast. This security bulletin was posted.

Finding 1: Static Credentials
CVE: CVE-2011-0885

All D3G-CCR gateways provided by Comcast have an administrative
login of "mso" with the password of "D0nt4g3tme". These passwords
are not provided as a part of the installation of the device and are
not recommended to be changed, thus the majority of users are unaware
of the default configuration.

With these default credentials, internal attackers can modify device
configurations to leverage more significant attacks, including redirection
of DNS requests, creation of a remote VPN termination point, and
modification of NAT entries. These credentials provide access to the web
interface for management, as well as a telnet interface that provides shell
access to the device. The mso login provides shell as UID 0 (root).
-- https://www.trustwave.com/spiderlabs/advisories/TWSL2011-002.txt

Comcast now issues their techs a pdf for each month that has a differnt password for each day. I am concluding that they are changing the mso password each day.

After telneting into the device I noticed that PAM (Pluggable authentication module) was installed. Also this login told us if an account was setup on the device or not.
SMCD3G-CCR login: _Unknown_User_
username not known
login: pam_authenticate call failed: User not known to the underlying authentication module (10)

SMCD3G-CCR login: mso
Password:
login: pam_authenticate call failed: Permission denied (6)
Login incorrect

SMCD3G-CCR login: root
username not known
login: pam_authenticate call failed: Authentication failure (7)

Above these three users pam errors (with bad passwords) lets us check if a user is valid on a system, that I get a different error for root than I do for mso. I am concluding that because of security policys these two users are being treated differently via PAM. With this and that the password changes each day that comcast is using PAM to apply security policies and update the password daily. Also I have found where to set the mso password localy and I have done so, but pam is no longer using the local password for the mso account.

It makes since that Comcast reacted to this leaked password by devising a way to update it daily remotely, However that sucks for people like us that want to be able to control this router.

I would like to be able to keep this router because it provides great speed and has advanced features like zebra, rip, & arp routing. These and many other features are all locked out to the cusadmin user.

Today through some social hacking I got the mso password for today and have been looking into the router for some way to disable PAM, or unlock the mso account so the password does not change.

At this point I am lost. Below I am going to post relevant code snippets.
Configuration File Parameters:
******************************
Network_Access = 1
Baseline_Privacy :
Authorized_Timeout = 10
Re-Authorized_Wait_Timeout = 10
Authorization_Grace_Time = 600
Operational_Wait_Timeout = 10
Re-key_Wait_Timeout = 10
TEK_Grace_Time = 600
Authorization_Reject_Wait_Timeout = 60
SA_Map_Wait_Timeout = 1
SA_Map_Max_Retries = 4
Software_Upgrade_TFTP_Server = [69.252.216.78]
Maximum_Number_of_CPEs = 5
Upstream_Service_Flow_Encoding :
Service_Flow_Reference = 1
QoS_Parameters_Set_Type = 07
Upstream_Maximum_Traffic_Rate = 2200000
Service_Flow_Scheduling_Type = 2
Service_Class_Name ="hsd"
Max_Traffic_Burst = 10000000
Max_Concatinated_Burst = 6088
Downstream_Service_Flow_Encoding :
Service_Flow_Reference = 2
QoS_Parameters_Set_Type = 07
Downstream_Maximum_Traffic_Rate = 13200000
Traffic_Priority = 1
Max_Traffic_Burst = 20000000
Privacy_Enable = 1
SNMP_MIB_Object = 30 82 00 0f 06 0a 2b 06 01 02 01 45 01 03 03 00 02 01 02
SNMP_MIB_Object = 30 13 06 0b 2b 06 01 02 01 45 01 02 01 02 01 40 04 44 55 00 00
SNMP_MIB_Object = 30 13 06 0b 2b 06 01 02 01 45 01 02 01 03 01 40 04 ff ff 00 00
SNMP_MIB_Object = 30 17 06 0b 2b 06 01 02 01 45 01 02 01 04 01 04 08 68 44 61 46 48 4a 47 37
SNMP_MIB_Object = 30 10 06 0b 2b 06 01 02 01 45 01 02 01 05 01 02 01 03
SNMP_MIB_Object = 30 11 06 0b 2b 06 01 02 01 45 01 02 01 06 01 04 02 40 00
SNMP_MIB_Object = 30 10 06 0b 2b 06 01 02 01 45 01 02 01 07 01 02 01 04
SNMP_MIB_Object = 30 13 06 0b 2b 06 01 02 01 45 01 02 01 02 02 40 04 44 56 00 00
SNMP_MIB_Object = 30 13 06 0b 2b 06 01 02 01 45 01 02 01 03 02 40 04 ff fe 00 00
SNMP_MIB_Object = 30 17 06 0b 2b 06 01 02 01 45 01 02 01 04 02 04 08 68 44 61 46 48 4a 47 37
SNMP_MIB_Object = 30 10 06 0b 2b 06 01 02 01 45 01 02 01 05 02 02 01 03
SNMP_MIB_Object = 30 11 06 0b 2b 06 01 02 01 45 01 02 01 06 02 04 02 40 00
SNMP_MIB_Object = 30 10 06 0b 2b 06 01 02 01 45 01 02 01 07 02 02 01 04
SNMP_MIB_Object = 30 13 06 0b 2b 06 01 02 01 45 01 02 01 02 03 40 04 45 fc 00 00
SNMP_MIB_Object = 30 13 06 0b 2b 06 01 02 01 45 01 02 01 03 03 40 04 ff ff 00 00
SNMP_MIB_Object = 30 17 06 0b 2b 06 01 02 01 45 01 02 01 04 03 04 08 68 44 61 46 48 4a 47 37
SNMP_MIB_Object = 30 10 06 0b 2b 06 01 02 01 45 01 02 01 05 03 02 01 03
SNMP_MIB_Object = 30 11 06 0b 2b 06 01 02 01 45 01 02 01 06 03 04 02 40 00
SNMP_MIB_Object = 30 10 06 0b 2b 06 01 02 01 45 01 02 01 07 03 02 01 04
SNMP_MIB_Object = 30 13 06 0b 2b 06 01 02 01 45 01 02 01 02 04 40 04 4c 60 00 00
SNMP_MIB_Object = 30 13 06 0b 2b 06 01 02 01 45 01 02 01 03 04 40 04 ff ff 80 00
SNMP_MIB_Object = 30 17 06 0b 2b 06 01 02 01 45 01 02 01 04 04 04 08 68 44 61 46 48 4a 47 37
SNMP_MIB_Object = 30 10 06 0b 2b 06 01 02 01 45 01 02 01 05 04 02 01 03
SNMP_MIB_Object = 30 11 06 0b 2b 06 01 02 01 45 01 02 01 06 04 04 02 40 00
SNMP_MIB_Object = 30 10 06 0b 2b 06 01 02 01 45 01 02 01 07 04 02 01 04
SNMP_MIB_Object = 30 13 06 0b 2b 06 01 02 01 45 01 02 01 02 05 40 04 45 f1 00 00
SNMP_MIB_Object = 30 13 06 0b 2b 06 01 02 01 45 01 02 01 03 05 40 04 ff ff 80 00
SNMP_MIB_Object = 30 17 06 0b 2b 06 01 02 01 45 01 02 01 04 05 04 08 68 44 61 46 48 4a 47 37
SNMP_MIB_Object = 30 10 06 0b 2b 06 01 02 01 45 01 02 01 05 05 02 01 03
SNMP_MIB_Object = 30 11 06 0b 2b 06 01 02 01 45 01 02 01 06 05 04 02 40 00
SNMP_MIB_Object = 30 10 06 0b 2b 06 01 02 01 45 01 02 01 07 05 02 01 04
SNMP_MIB_Object = 30 13 06 0b 2b 06 01 02 01 45 01 02 01 02 06 40 04 ac 10 00 00
SNMP_MIB_Object = 30 13 06 0b 2b 06 01 02 01 45 01 02 01 03 06 40 04 ff f0 00 00
SNMP_MIB_Object = 30 17 06 0b 2b 06 01 02 01 45 01 02 01 04 06 04 08 68 44 61 46 48 4a 47 37
SNMP_MIB_Object = 30 10 06 0b 2b 06 01 02 01 45 01 02 01 05 06 02 01 03
SNMP_MIB_Object = 30 11 06 0b 2b 06 01 02 01 45 01 02 01 06 06 04 02 40 00
SNMP_MIB_Object = 30 10 06 0b 2b 06 01 02 01 45 01 02 01 07 06 02 01 04
SNMP_MIB_Object = 30 13 06 0b 2b 06 01 02 01 45 01 02 01 02 07 40 04 18 28 00 00
SNMP_MIB_Object = 30 13 06 0b 2b 06 01 02 01 45 01 02 01 03 07 40 04 ff ff c0 00
SNMP_MIB_Object = 30 17 06 0b 2b 06 01 02 01 45 01 02 01 04 07 04 08 68 44 61 46 48 4a 47 37
SNMP_MIB_Object = 30 10 06 0b 2b 06 01 02 01 45 01 02 01 05 07 02 01 03
SNMP_MIB_Object = 30 11 06 0b 2b 06 01 02 01 45 01 02 01 06 07 04 02 40 00
SNMP_MIB_Object = 30 10 06 0b 2b 06 01 02 01 45 01 02 01 07 07 02 01 04
SNMP_MIB_Object = 30 13 06 0b 2b 06 01 02 01 45 01 02 01 02 08 40 04 18 28 40 00
SNMP_MIB_Object = 30 13 06 0b 2b 06 01 02 01 45 01 02 01 03 08 40 04 ff ff f0 00
SNMP_MIB_Object = 30 17 06 0b 2b 06 01 02 01 45 01 02 01 04 08 04 08 68 44 61 46 48 4a 47 37
SNMP_MIB_Object = 30 10 06 0b 2b 06 01 02 01 45 01 02 01 05 08 02 01 03
SNMP_MIB_Object = 30 11 06 0b 2b 06 01 02 01 45 01 02 01 06 08 04 02 40 00
SNMP_MIB_Object = 30 10 06 0b 2b 06 01 02 01 45 01 02 01 07 08 02 01 04
SNMP_MIB_Object = 30 13 06 0b 2b 06 01 02 01 45 01 02 01 02 09 40 04 93 bf 00 00
SNMP_MIB_Object = 30 13 06 0b 2b 06 01 02 01 45 01 02 01 03 09 40 04 ff ff 00 00
SNMP_MIB_Object = 30 17 06 0b 2b 06 01 02 01 45 01 02 01 04 09 04 08 68 44 61 46 48 4a 47 37
SNMP_MIB_Object = 30 10 06 0b 2b 06 01 02 01 45 01 02 01 05 09 02 01 03
SNMP_MIB_Object = 30 11 06 0b 2b 06 01 02 01 45 01 02 01 06 09 04 02 40 00
SNMP_MIB_Object = 30 10 06 0b 2b 06 01 02 01 45 01 02 01 07 09 02 01 04
SNMP_MIB_Object = 30 13 06 0b 2b 06 01 02 01 45 01 02 01 02 0a 40 04 a5 89 00 00
SNMP_MIB_Object = 30 13 06 0b 2b 06 01 02 01 45 01 02 01 03 0a 40 04 ff ff 00 00
SNMP_MIB_Object = 30 17 06 0b 2b 06 01 02 01 45 01 02 01 04 0a 04 08 68 44 61 46 48 4a 47 37
SNMP_MIB_Object = 30 10 06 0b 2b 06 01 02 01 45 01 02 01 05 0a 02 01 03
SNMP_MIB_Object = 30 11 06 0b 2b 06 01 02 01 45 01 02 01 06 0a 04 02 40 00
SNMP_MIB_Object = 30 10 06 0b 2b 06 01 02 01 45 01 02 01 07 0a 02 01 04
SNMP_MIB_Object = 30 13 06 0b 2b 06 01 02 01 45 01 02 01 02 0b 40 04 a9 98 00 00
SNMP_MIB_Object = 30 13 06 0b 2b 06 01 02 01 45 01 02 01 03 0b 40 04 ff ff 00 00
SNMP_MIB_Object = 30 17 06 0b 2b 06 01 02 01 45 01 02 01 04 0b 04 08 68 44 61 46 48 4a 47 37
SNMP_MIB_Object = 30 10 06 0b 2b 06 01 02 01 45 01 02 01 05 0b 02 01 03
SNMP_MIB_Object = 30 11 06 0b 2b 06 01 02 01 45 01 02 01 06 0b 04 02 40 00
SNMP_MIB_Object = 30 10 06 0b 2b 06 01 02 01 45 01 02 01 07 0b 02 01 04
SNMP_MIB_Object = 30 13 06 0b 2b 06 01 02 01 45 01 02 01 02 0c 40 04 0a 20 00 00
SNMP_MIB_Object = 30 13 06 0b 2b 06 01 02 01 45 01 02 01 03 0c 40 04 ff fc 00 00
SNMP_MIB_Object = 30 17 06 0b 2b 06 01 02 01 45 01 02 01 04 0c 04 08 68 44 61 46 48 4a 47 37
SNMP_MIB_Object = 30 10 06 0b 2b 06 01 02 01 45 01 02 01 05 0c 02 01 03
SNMP_MIB_Object = 30 11 06 0b 2b 06 01 02 01 45 01 02 01 06 0c 04 02 40 00
SNMP_MIB_Object = 30 10 06 0b 2b 06 01 02 01 45 01 02 01 07 0c 02 01 04
SNMP_MIB_Object = 30 0f 06 0a 2b 06 01 02 01 45 01 06 01 00 02 01 01
SNMP_MIB_Object = 30 0f 06 0a 2b 06 01 02 01 45 01 06 03 00 02 01 02
SNMP_MIB_Object = 30 11 06 0c 2b 06 01 02 01 45 01 06 02 01 02 0c 02 01 04
SNMP_MIB_Object = 30 11 06 0c 2b 06 01 02 01 45 01 06 02 01 03 0c 02 01 00
SNMP_MIB_Object = 30 11 06 0c 2b 06 01 02 01 45 01 06 02 01 04 0c 02 01 01
SNMP_MIB_Object = 30 12 06 0c 2b 06 01 02 01 45 01 06 02 01 05 0c 02 02 08 00
SNMP_MIB_Object = 30 11 06 0c 2b 06 01 02 01 45 01 06 02 01 02 0d 02 01 04
SNMP_MIB_Object = 30 11 06 0c 2b 06 01 02 01 45 01 06 02 01 03 0d 02 01 00
SNMP_MIB_Object = 30 11 06 0c 2b 06 01 02 01 45 01 06 02 01 04 0d 02 01 01
SNMP_MIB_Object = 30 12 06 0c 2b 06 01 02 01 45 01 06 02 01 05 0d 02 02 08 06
SNMP_MIB_Object = 30 11 06 0c 2b 06 01 02 01 45 01 06 02 01 02 0e 02 01 04
SNMP_MIB_Object = 30 11 06 0c 2b 06 01 02 01 45 01 06 02 01 03 0e 02 01 00
SNMP_MIB_Object = 30 11 06 0c 2b 06 01 02 01 45 01 06 02 01 04 0e 02 01 01
SNMP_MIB_Object = 30 13 06 0c 2b 06 01 02 01 45 01 06 02 01 05 0e 02 03 00 86 dd
SNMP_MIB_Object = 30 82 00 11 06 0c 2b 06 01 02 01 45 01 06 04 01 02 10 02 01 04
SNMP_MIB_Object = 30 82 00 11 06 0c 2b 06 01 02 01 45 01 06 04 01 04 10 02 01 00
SNMP_MIB_Object = 30 82 00 11 06 0c 2b 06 01 02 01 45 01 06 04 01 05 10 02 01 03
SNMP_MIB_Object = 30 82 00 11 06 0c 2b 06 01 02 01 45 01 06 04 01 0b 10 02 01 11
SNMP_MIB_Object = 30 82 00 12 06 0c 2b 06 01 02 01 45 01 06 04 01 0e 10 02 02 00 87
SNMP_MIB_Object = 30 82 00 12 06 0c 2b 06 01 02 01 45 01 06 04 01 0f 10 02 02 00 8b
SNMP_MIB_Object = 30 82 00 11 06 0c 2b 06 01 02 01 45 01 06 04 01 02 12 02 01 04
SNMP_MIB_Object = 30 82 00 11 06 0c 2b 06 01 02 01 45 01 06 04 01 04 12 02 01 00
SNMP_MIB_Object = 30 82 00 11 06 0c 2b 06 01 02 01 45 01 06 04 01 05 12 02 01 03
SNMP_MIB_Object = 30 82 00 11 06 0c 2b 06 01 02 01 45 01 06 04 01 0b 12 02 01 06
SNMP_MIB_Object = 30 82 00 12 06 0c 2b 06 01 02 01 45 01 06 04 01 0e 12 02 02 00 87
SNMP_MIB_Object = 30 82 00 12 06 0c 2b 06 01 02 01 45 01 06 04 01 0f 12 02 02 00 8b
SNMP_MIB_Object = 30 82 00 11 06 0c 2b 06 01 02 01 45 01 06 04 01 02 30 02 01 04
SNMP_MIB_Object = 30 82 00 11 06 0c 2b 06 01 02 01 45 01 06 04 01 04 30 02 01 02
SNMP_MIB_Object = 30 82 00 11 06 0c 2b 06 01 02 01 45 01 06 04 01 05 30 02 01 01
SNMP_MIB_Object = 30 82 00 11 06 0c 2b 06 01 02 01 45 01 06 04 01 0b 30 02 01 11
SNMP_MIB_Object = 30 82 00 12 06 0c 2b 06 01 02 01 45 01 06 04 01 0e 30 02 02 04 38
SNMP_MIB_Object = 30 82 00 12 06 0c 2b 06 01 02 01 45 01 06 04 01 0f 30 02 02 04 38
SNMP_MIB_Object = 30 82 00 11 06 0c 2b 06 01 02 01 45 01 06 04 01 02 32 02 01 04
SNMP_MIB_Object = 30 82 00 11 06 0c 2b 06 01 02 01 45 01 06 04 01 04 32 02 01 02
SNMP_MIB_Object = 30 82 00 11 06 0c 2b 06 01 02 01 45 01 06 04 01 05 32 02 01 01
SNMP_MIB_Object = 30 82 00 11 06 0c 2b 06 01 02 01 45 01 06 04 01 0b 32 02 01 06
SNMP_MIB_Object = 30 82 00 12 06 0c 2b 06 01 02 01 45 01 06 04 01 0e 32 02 02 04 38
SNMP_MIB_Object = 30 82 00 12 06 0c 2b 06 01 02 01 45 01 06 04 01 0f 32 02 02 04 38
SNMP_MIB_Object = 30 82 00 11 06 0c 2b 06 01 02 01 45 01 06 04 01 02 40 02 01 04
SNMP_MIB_Object = 30 82 00 11 06 0c 2b 06 01 02 01 45 01 06 04 01 04 40 02 01 02
SNMP_MIB_Object = 30 82 00 11 06 0c 2b 06 01 02 01 45 01 06 04 01 05 40 02 01 01
SNMP_MIB_Object = 30 82 00 11 06 0c 2b 06 01 02 01 45 01 06 04 01 0b 40 02 01 11
SNMP_MIB_Object = 30 82 00 11 06 0c 2b 06 01 02 01 45 01 06 04 01 0c 40 02 01 44
SNMP_MIB_Object = 30 82 00 11 06 0c 2b 06 01 02 01 45 01 06 04 01 0d 40 02 01 44
SNMP_MIB_Object = 30 82 00 11 06 0c 2b 06 01 02 01 45 01 06 04 01 0e 40 02 01 43
SNMP_MIB_Object = 30 82 00 11 06 0c 2b 06 01 02 01 45 01 06 04 01 0f 40 02 01 43
SNMP_MIB_Object = 30 82 00 11 06 0c 2b 06 01 02 01 45 01 06 04 01 02 42 02 01 04
SNMP_MIB_Object = 30 82 00 11 06 0c 2b 06 01 02 01 45 01 06 04 01 04 42 02 01 01
SNMP_MIB_Object = 30 82 00 11 06 0c 2b 06 01 02 01 45 01 06 04 01 05 42 02 01 01
SNMP_MIB_Object = 30 82 00 11 06 0c 2b 06 01 02 01 45 01 06 04 01 0b 42 02 01 11
SNMP_MIB_Object = 30 82 00 11 06 0c 2b 06 01 02 01 45 01 06 04 01 0c 42 02 01 43
SNMP_MIB_Object = 30 82 00 11 06 0c 2b 06 01 02 01 45 01 06 04 01 0d 42 02 01 43
SNMP_MIB_Object = 30 82 00 11 06 0c 2b 06 01 02 01 45 01 06 04 01 0e 42 02 01 44
SNMP_MIB_Object = 30 82 00 11 06 0c 2b 06 01 02 01 45 01 06 04 01 0f 42 02 01 44
SNMP_MIB_Object = 30 82 00 11 06 0c 2b 06 01 02 01 45 01 06 04 01 02 44 02 01 04
SNMP_MIB_Object = 30 82 00 11 06 0c 2b 06 01 02 01 45 01 06 04 01 04 44 02 01 00
SNMP_MIB_Object = 30 82 00 11 06 0c 2b 06 01 02 01 45 01 06 04 01 05 44 02 01 03
SNMP_MIB_Object = 30 82 00 11 06 0c 2b 06 01 02 01 45 01 06 04 01 0b 44 02 01 06
SNMP_MIB_Object = 30 82 00 12 06 0c 2b 06 01 02 01 45 01 06 04 01 0e 44 02 02 01 bd
SNMP_MIB_Object = 30 82 00 12 06 0c 2b 06 01 02 01 45 01 06 04 01 0f 44 02 02 01 bd
SNMP_MIB_Object = 30 11 06 0c 2b 06 01 02 01 45 01 06 04 01 02 46 02 01 04
SNMP_MIB_Object = 30 11 06 0c 2b 06 01 02 01 45 01 06 04 01 03 46 02 01 01
SNMP_MIB_Object = 30 11 06 0c 2b 06 01 02 01 45 01 06 04 01 04 46 02 01 02
SNMP_MIB_Object = 30 11 06 0c 2b 06 01 02 01 45 01 06 04 01 05 46 02 01 03
SNMP_MIB_Object = 30 11 06 0c 2b 06 01 02 01 45 01 06 04 01 06 46 02 01 01
SNMP_MIB_Object = 30 14 06 0c 2b 06 01 02 01 45 01 06 04 01 07 46 40 04 00 00 00 00
SNMP_MIB_Object = 30 14 06 0c 2b 06 01 02 01 45 01 06 04 01 08 46 40 04 00 00 00 00
SNMP_MIB_Object = 30 14 06 0c 2b 06 01 02 01 45 01 06 04 01 09 46 40 04 ef 20 00 00
SNMP_MIB_Object = 30 14 06 0c 2b 06 01 02 01 45 01 06 04 01 0a 46 40 04 ff fc 00 00
SNMP_MIB_Object = 30 11 06 0c 2b 06 01 02 01 45 01 06 04 01 0b 46 02 01 06
SNMP_MIB_Object = 30 11 06 0c 2b 06 01 02 01 45 01 06 04 01 0c 46 02 01 01
SNMP_MIB_Object = 30 13 06 0c 2b 06 01 02 01 45 01 06 04 01 0d 46 02 03 00 ff ff
SNMP_MIB_Object = 30 11 06 0c 2b 06 01 02 01 45 01 06 04 01 0e 46 02 01 01
SNMP_MIB_Object = 30 13 06 0c 2b 06 01 02 01 45 01 06 04 01 0f 46 02 03 00 ff ff
SNMP_MIB_Object = 30 11 06 0c 2b 06 01 02 01 45 01 06 04 01 02 47 02 01 04
SNMP_MIB_Object = 30 11 06 0c 2b 06 01 02 01 45 01 06 04 01 03 47 02 01 01
SNMP_MIB_Object = 30 11 06 0c 2b 06 01 02 01 45 01 06 04 01 04 47 02 01 02
SNMP_MIB_Object = 30 11 06 0c 2b 06 01 02 01 45 01 06 04 01 05 47 02 01 03
SNMP_MIB_Object = 30 11 06 0c 2b 06 01 02 01 45 01 06 04 01 06 47 02 01 01
SNMP_MIB_Object = 30 14 06 0c 2b 06 01 02 01 45 01 06 04 01 07 47 40 04 00 00 00 00
SNMP_MIB_Object = 30 14 06 0c 2b 06 01 02 01 45 01 06 04 01 08 47 40 04 00 00 00 00
SNMP_MIB_Object = 30 14 06 0c 2b 06 01 02 01 45 01 06 04 01 09 47 40 04 ef 20 00 00
SNMP_MIB_Object = 30 14 06 0c 2b 06 01 02 01 45 01 06 04 01 0a 47 40 04 ff fc 00 00
SNMP_MIB_Object = 30 11 06 0c 2b 06 01 02 01 45 01 06 04 01 0b 47 02 01 11
SNMP_MIB_Object = 30 11 06 0c 2b 06 01 02 01 45 01 06 04 01 0c 47 02 01 01
SNMP_MIB_Object = 30 13 06 0c 2b 06 01 02 01 45 01 06 04 01 0d 47 02 03 00 ff ff
SNMP_MIB_Object = 30 11 06 0c 2b 06 01 02 01 45 01 06 04 01 0e 47 02 01 01
SNMP_MIB_Object = 30 13 06 0c 2b 06 01 02 01 45 01 06 04 01 0f 47 02 03 00 ff ff
SNMP_MIB_Object = 30 11 06 0c 2b 06 01 02 01 45 01 06 04 01 02 48 02 01 04
SNMP_MIB_Object = 30 11 06 0c 2b 06 01 02 01 45 01 06 04 01 03 48 02 01 01
SNMP_MIB_Object = 30 11 06 0c 2b 06 01 02 01 45 01 06 04 01 04 48 02 01 02
SNMP_MIB_Object = 30 11 06 0c 2b 06 01 02 01 45 01 06 04 01 05 48 02 01 03
SNMP_MIB_Object = 30 11 06 0c 2b 06 01 02 01 45 01 06 04 01 06 48 02 01 01
SNMP_MIB_Object = 30 14 06 0c 2b 06 01 02 01 45 01 06 04 01 07 48 40 04 00 00 00 00
SNMP_MIB_Object = 30 14 06 0c 2b 06 01 02 01 45 01 06 04 01 08 48 40 04 00 00 00 00
SNMP_MIB_Object = 30 14 06 0c 2b 06 01 02 01 45 01 06 04 01 09 48 40 04 e8 34 00 00
SNMP_MIB_Object = 30 14 06 0c 2b 06 01 02 01 45 01 06 04 01 0a 48 40 04 ff fc 00 00
SNMP_MIB_Object = 30 11 06 0c 2b 06 01 02 01 45 01 06 04 01 0b 48 02 01 06
SNMP_MIB_Object = 30 11 06 0c 2b 06 01 02 01 45 01 06 04 01 0c 48 02 01 01
SNMP_MIB_Object = 30 13 06 0c 2b 06 01 02 01 45 01 06 04 01 0d 48 02 03 00 ff ff
SNMP_MIB_Object = 30 11 06 0c 2b 06 01 02 01 45 01 06 04 01 0e 48 02 01 01
SNMP_MIB_Object = 30 13 06 0c 2b 06 01 02 01 45 01 06 04 01 0f 48 02 03 00 ff ff
SNMP_MIB_Object = 30 11 06 0c 2b 06 01 02 01 45 01 06 04 01 02 49 02 01 04
SNMP_MIB_Object = 30 11 06 0c 2b 06 01 02 01 45 01 06 04 01 03 49 02 01 01
SNMP_MIB_Object = 30 11 06 0c 2b 06 01 02 01 45 01 06 04 01 04 49 02 01 02
SNMP_MIB_Object = 30 11 06 0c 2b 06 01 02 01 45 01 06 04 01 05 49 02 01 03
SNMP_MIB_Object = 30 11 06 0c 2b 06 01 02 01 45 01 06 04 01 06 49 02 01 01
SNMP_MIB_Object = 30 14 06 0c 2b 06 01 02 01 45 01 06 04 01 07 49 40 04 00 00 00 00
SNMP_MIB_Object = 30 14 06 0c 2b 06 01 02 01 45 01 06 04 01 08 49 40 04 00 00 00 00
SNMP_MIB_Object = 30 14 06 0c 2b 06 01 02 01 45 01 06 04 01 09 49 40 04 e8 34 00 00
SNMP_MIB_Object = 30 14 06 0c 2b 06 01 02 01 45 01 06 04 01 0a 49 40 04 ff fc 00 00
SNMP_MIB_Object = 30 11 06 0c 2b 06 01 02 01 45 01 06 04 01 0b 49 02 01 11
SNMP_MIB_Object = 30 11 06 0c 2b 06 01 02 01 45 01 06 04 01 0c 49 02 01 01
SNMP_MIB_Object = 30 13 06 0c 2b 06 01 02 01 45 01 06 04 01 0d 49 02 03 00 ff ff
SNMP_MIB_Object = 30 11 06 0c 2b 06 01 02 01 45 01 06 04 01 0e 49 02 01 01
SNMP_MIB_Object = 30 13 06 0c 2b 06 01 02 01 45 01 06 04 01 0f 49 02 03 00 ff ff
SNMP_MIB_Object = 30 18 06 13 2b 06 01 06 03 12 01 01 01 08 72 65 61 64 77 72 69 74 65 02 01 04
SNMP_MIB_Object = 30 1f 06 13 2b 06 01 06 03 12 01 01 01 02 72 65 61 64 77 72 69 74 65 04 08 68 44 61 46 48 4a 47 37
SNMP_MIB_Object = 30 23 06 13 2b 06 01 06 03 12 01 01 01 03 72 65 61 64 77 72 69 74 65 04 0c 72 65 61 64 77 72 69 74 65 73 65 63
SNMP_MIB_Object = 30 18 06 13 2b 06 01 06 03 12 01 01 01 07 72 65 61 64 77 72 69 74 65 02 01 02
SNMP_MIB_Object = 30 1d 06 18 2b 06 01 06 03 10 01 02 01 05 01 0c 72 65 61 64 77 72 69 74 65 73 65 63 02 01 04
SNMP_MIB_Object = 30 2a 06 18 2b 06 01 06 03 10 01 02 01 03 01 0c 72 65 61 64 77 72 69 74 65 73 65 63 04 0e 72 65 61 64 77 72 69 74 65 67 72 6f 75 70
SNMP_MIB_Object = 30 1d 06 18 2b 06 01 06 03 10 01 02 01 04 01 0c 72 65 61 64 77 72 69 74 65 73 65 63 02 01 02
SNMP_MIB_Object = 30 1d 06 18 2b 06 01 06 03 10 01 02 01 05 02 0c 72 65 61 64 77 72 69 74 65 73 65 63 02 01 04
SNMP_MIB_Object = 30 2a 06 18 2b 06 01 06 03 10 01 02 01 03 02 0c 72 65 61 64 77 72 69 74 65 73 65 63 04 0e 72 65 61 64 77 72 69 74 65 67 72 6f 75 70
SNMP_MIB_Object = 30 1d 06 18 2b 06 01 06 03 10 01 02 01 04 02 0c 72 65 61 64 77 72 69 74 65 73 65 63 02 01 02
SNMP_MIB_Object = 30 21 06 1c 2b 06 01 06 03 10 01 04 01 09 0e 72 65 61 64 77 72 69 74 65 67 72 6f 75 70 00 01 01 02 01 04
SNMP_MIB_Object = 30 21 06 1c 2b 06 01 06 03 10 01 04 01 04 0e 72 65 61 64 77 72 69 74 65 67 72 6f 75 70 00 01 01 02 01 01
SNMP_MIB_Object = 30 31 06 1c 2b 06 01 06 03 10 01 04 01 05 0e 72 65 61 64 77 72 69 74 65 67 72 6f 75 70 00 01 01 04 11 64 6f 63 73 69 73 4d 61 6e 61 67 65 72 56 69 65 77
SNMP_MIB_Object = 30 31 06 1c 2b 06 01 06 03 10 01 04 01 06 0e 72 65 61 64 77 72 69 74 65 67 72 6f 75 70 00 01 01 04 11 64 6f 63 73 69 73 4d 61 6e 61 67 65 72 56 69 65 77
SNMP_MIB_Object = 30 21 06 1c 2b 06 01 06 03 10 01 04 01 08 0e 72 65 61 64 77 72 69 74 65 67 72 6f 75 70 00 01 01 02 01 02
SNMP_MIB_Object = 30 21 06 1c 2b 06 01 06 03 10 01 04 01 09 0e 72 65 61 64 77 72 69 74 65 67 72 6f 75 70 00 02 01 02 01 04
SNMP_MIB_Object = 30 21 06 1c 2b 06 01 06 03 10 01 04 01 04 0e 72 65 61 64 77 72 69 74 65 67 72 6f 75 70 00 02 01 02 01 01
SNMP_MIB_Object = 30 31 06 1c 2b 06 01 06 03 10 01 04 01 05 0e 72 65 61 64 77 72 69 74 65 67 72 6f 75 70 00 02 01 04 11 64 6f 63 73 69 73 4d 61 6e 61 67 65 72 56 69 65 77
SNMP_MIB_Object = 30 31 06 1c 2b 06 01 06 03 10 01 04 01 06 0e 72 65 61 64 77 72 69 74 65 67 72 6f 75 70 00 02 01 04 11 64 6f 63 73 69 73 4d 61 6e 61 67 65 72 56 69 65 77
SNMP_MIB_Object = 30 21 06 1c 2b 06 01 06 03 10 01 04 01 08 0e 72 65 61 64 77 72 69 74 65 67 72 6f 75 70 00 02 01 02 01 02
SNMPv1v2c_Coexistence_Configuration :
SNMPv1v2c_Community_Name ="1Mcl0c41$"
SNMPv1v2c_Transport_Address_Access :
SNMPv1v2c_Transport_Address = 00 00 00 00 00 00
SNMPv1v2c_Transport _Address_Mask = 00 00 00 00 00 00
SNMPv1v2c_AccessView_Type = 1
SNMPv1v2c_AccessView_Name ="docsisManagerView"
SNMPv1v2c_Coexistence_Configuration :
SNMPv1v2c_Community_Name ="1e6ukpf4"
SNMPv1v2c_Transport_Address_Access :
SNMPv1v2c_Transport_Address = 00 00 00 00 00 00
SNMPv1v2c_Transport _Address_Mask = 00 00 00 00 00 00
SNMPv1v2c_AccessView_Type = 2
SNMPv1v2c_AccessView_Name ="docsisManagerView"
SNMPv1v2c_Coexistence_Configuration :
SNMPv1v2c_Community_Name ="xygi7vnz"
SNMPv1v2c_Transport_Address_Access :
SNMPv1v2c_Transport_Address = 00 00 00 00 00 00
SNMPv1v2c_Transport _Address_Mask = 00 00 00 00 00 00
SNMPv1v2c_AccessView_Type = 1
SNMPv1v2c_AccessView_Name ="docsisManagerView"
SNMPv1v2c_Coexistence_Configuration :
SNMPv1v2c_Community_Name ="hDaFHJG7"
SNMPv1v2c_Transport_Address_Access :
SNMPv1v2c_Transport_Address = 00 00 00 00 00 00
SNMPv1v2c_Transport _Address_Mask = 00 00 00 00 00 00
SNMPv1v2c_AccessView_Type = 2
SNMPv1v2c_AccessView_Name ="docsisManagerView"
SNMPv1v2c_Coexistence_Configuration :
SNMPv1v2c_Community_Name ="hDaFHJG7"
SNMPv1v2c_Transport_Address_Access :
SNMPv1v2c_Transport_Address = 20 01 05 58 10 00 00 00 00 00 00 00 00 00 00 00 00 00
SNMPv1v2c_Transport _Address_Mask = ff ff ff ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00
SNMPv1v2c_AccessView_Type = 2
SNMPv1v2c_AccessView_Name ="docsisManagerView"
SNMP_MIB_Object = 30 10 06 0b 2b 06 01 04 01 81 4a 50 03 0a 00 02 01 01
SNMP_MIB_Object = 30 14 06 0f 2b 06 01 04 01 a3 0b 02 01 14 01 1f 01 01 02 02 01 00
Vendor_Specific_Information :
Vendor ID = 00.13.f7
Information = 47 01 01 46 18 36 72 50 6b 67 2b 59 2b 48 2b 57 4e 52 39 39 6b 48 2b 2b 50 49 77 3d 3d
Vendor_Specific_Information :
Vendor ID = ff.ff.ff
Information = 01 04 00 00 00 02
Software_Upgrade_Filename ="SMCD3G-CCR_1.4.0.49.7_GA.sbn.csg"
Co_Signer_Code_Verification_Certificate = 30 82 03 95 30 82 02 7d a0 03 02 01 02 02 10 39 0e f2 0a 04 3c 12 c6 a8 aa 4f b5 a4 31 bc 37 30 0d 06 09 2a 86 48 86 f7 0d 01 01 05 05 00 30 81 97 31 0b 30 09 06 03 55 04 06 13 02 55 53 31 39 30 37 06 03 55 04 0a 13 30 44 61 74 61 20 4f 76 65 72 20 43 61 62 6c 65 20 53 65 72 76 69 63 65 20 49 6e 74 65 72 66 61 63 65 20 53 70 65 63 69 66 69 63 61 74 69 6f 6e 73 31 15 30 13 06 03 55 04 0b 13 0c 43 61 62 6c 65 20 4d 6f 64 65 6d 73 31 36 30 34 06 03 55 04 03 13 2d 44 4f 43 53 49 53 20 43 61 62 6c 65 20 4d 6f 64 65 6d 20 52 6f 6f 74 20 43 65 72 74 69 66 69 63 61 74 65 20 41 75 74 68 6f 72 69 74 79 30 1e 17 0d 30 34 30 32 31 33 30 30 30 30 30 30 5a 17 0d 31 34 30 32 31 32 32 33 35 39 35 39 5a 30 59 31 0b 30 09 06 03 55 04 06 13 02 55 53 31 11 30 0f 06 03 55
Co_Signer_Code_Verification_Certificate = 04 0a 13 08 38 30 30 30 30 30 30 35 31 0f 30 0d 06 03 55 04 0b 13 06 44 4f 43 53 49 53 31 26 30 24 06 03 55 04 03 13 1d 43 6f 64 65 20 56 65 72 69 66 69 63 61 74 69 6f 6e 20 43 65 72 74 69 66 69 63 61 74 65 30 82 01 22 30 0d 06 09 2a 86 48 86 f7 0d 01 01 01 05 00 03 82 01 0f 00 30 82 01 0a 02 82 01 01 00 b5 0b 4f 02 02 cb 2d 93 f2 df 5e 02 3d 0d 64 df 3d 28 59 a2 4f 7c 8a f0 65 f2 09 13 cf 85 a7 5e 72 15 dd e8 30 e5 cd 04 8f 42 79 45 fe 38 79 61 d1 83 a6 39 7f 42 cb 09 7d c6 12 f5 c3 94 61 d4 02 13 82 7e 4a f3 2b 5d 4e 39 0e 67 ee 4d d7 8d b2 e5 bc 38 11 27 2f cd 16 18 a5 1a da 03 6c 0d fc b5 1a be 59 39 6d 1e 06 08 fb 08 9a be 51 47 2e 1e 4b 0c b1 ac 33 ca 68 d2 86 e5 47 11 53 6b ce 51 5c bf b2 9e 13 2e c2 97 0b 1f 13 d8 da 6b af a2 e3 a0 ae 6f be 72
Co_Signer_Code_Verification_Certificate = e6 28 f8 49 28 1f 2f 15 c9 46 5d 2d 4f ab bc b5 da 36 ae d9 f2 12 98 ec 36 9a 2a 59 96 88 83 fe 9c d2 ea 7f be ae f2 90 ce 6e 70 2b 71 6b 22 b2 db f2 d7 9e 48 b8 d8 34 38 f8 b7 4f cb b7 29 0b 23 bf da 5c e4 08 a2 b8 b9 8e f8 63 9b f0 74 04 f4 96 36 3f 8d ea ca 4d d5 f5 95 3d 23 f3 6a 81 44 f1 a7 28 e6 b3 e7 93 02 03 01 00 01 a3 1a 30 18 30 16 06 03 55 1d 25 01 01 ff 04 0c 30 0a 06 08 2b 06 01 05 05 07 03 03 30 0d 06 09 2a 86 48 86 f7 0d 01 01 05 05 00 03 82 01 01 00 99 1f 04 97 1b b9 2a 0d 16 e8 97 9b 56 19 27 f7 a6 ba 81 6a 28 ac 65 9c 22 5a 24 e7 03 ce 03 e1 be b3 15 fa 62 42 ca cd ac 6f e6 8f 8c d8 03 31 b3 63 89 ab 9c 36 fd a0 26 a5 47 7d 51 d3 13 e4 68 eb 40 37 35 3f f2 a6 84 1b e1 a4 f9 28 99 c6 38 1a b2 71 5c 9f 77 4d 2c f7 76 ba e1 ac 2a 93 49
Co_Signer_Code_Verification_Certificate = 64 82 6c ba 95 f1 15 37 21 15 75 ec 26 5c 78 12 39 35 64 19 bf 2a 2c 2c 8a 32 a8 ac e4 29 3b 8d b1 23 22 1e 66 71 e3 40 d0 78 7f 0a 75 c6 a1 75 61 67 d4 13 be 2d 52 3f e6 f3 41 77 0f a9 04 6f 9d 6a cf de e1 ce ed 77 e4 8a 4f 44 4e 60 90 e9 28 cb e8 e8 5d 1e 11 73 60 f3 e8 9f 0c d0 01 80 9c 4c 14 64 af af 96 11 5b 76 81 93 23 c7 c2 95 93 bc b5 10 5c 13 12 c0 ba 02 aa 28 96 37 1d 7e 56 f5 54 f1 91 96 d5 f0 d5 81 31 4c 77 b3 0a 4d d8 e9 b0 4d 95 81 df a9 8e 01 3b 8a 1f 06 95
CM_MIC = bc 51 4b 59 bc b3 e0 24 e0 e5 fa 29 24 c6 08 bb
CMTS_MIC = 4c f8 72 71 b6 b1 fe 60 51 c6 e1 26 01 7f 91 c3


Console Commands for this level:
cm_capability - cm capability control.
password_radius - enable RADIUS authentication.
password_primary_radius_ip - RADIUS Primary server.
password_primary_radius_port - RADIUS Primary port number.
password_primary_radius_algorithm - RADIUS Primary authenticaion protocol.
password_primary_radius_sharedsecret - RADIUS Primary shared secret.
password_primary_radius_timeout - RADIUS Primary response wait time.
password_primary_radius_retry - RADIUS Primary retry number.
password_secondary_radius_ip - RADIUS Secondary server.
password_secondary_radius_port - RADIUS Secondary port number.
password_secondary_radius_algorithm - RADIUS Secondary authenticaion protocol.
password_secondary_radius_sharedsecret - RADIUS Secondary shared secret.
password_secondary_radius_timeout - RADIUS Secondary response wait time.
password_secondary_radius_retry - RADIUS Secondary retry number.
remote_authentication_source_interface - remote authentication source interface.
remote_management_mso - enable remote managment for mso.
remote_management_cusadmin - enable remote managment for cusadmin.
remote_management_http - enable remote management via HTTP.
remote_management_http_port - port utilized for HTTP remote management.
<<Press ENTER to continue or ESC to escape>>

remote_management_https - enable remote management via HTTPS.
remote_management_https_port - port utilized for HTTPS remote management.
remote_management_telnet - enable remote management via telnet.
remote_management_telnet_port - port utilized for telnet remote management.
remote_management_acl - IPs allowed for remote management.
lan_ipv6_enable - enable lan side ipv6 function.
wan_ip_address - wan ip used for manual entry or true static ip.
wan_ip_mask - subnet mask used for wan ip.
wan_ip_gateway - gateway ip used for wan ip.
wan_ip_suffix - domain suffix used for true static ip config.
wan_ip_hostname - defines the WAN hostname.
wan_ip_method - defines which wan ip method is going to be used.
wan_ip_dns - enable manual assignment of dns server.
wan_ip_dns_pri - primary dns server when manually assigned.
wan_ip_dns_sec - secondary dns server when manually assigned.
wan_ip_nat_dhcp - enable NAT on the DHCP WAN IP in True Static IP mode.
wan_ip_nat_lan - enable NAT.
wan_rip2 - enable RIPv2.
wan_rip2_interface - RIP interface.
<<Press ENTER to continue or ESC to escape>>

wan_rip2_receive - enable RIP LAN interface receive.
wan_rip2_interval - defines the update interval of rip.
wan_rip2_metric - default metric of rip advertisement.
wan_rip2_authtype - RIP authentication type.
wan_rip2_key - RIP authentication key.
wan_rip2_authid - RIP authentication key ID.
wan_rip2_neighbor - Neighbor ip for unicast.
extra_public_lan_list - list of Extra Public LAN interface.
lan_ip_address - ip address of lan interface.
lan_ip_mask - subnet mask used for lan ip.
lan_ip_suffix - domain suffix used for lan ip.
lan_ip_dhcp - enable lan dhcp server.
lan_ip_dhcp_lease - dhcp lease time for lan ip. (unit:minutes).
lan_ip_dhcp_start - starting ip of dhcp address pool.
lan_ip_dhcp_end - last ip of dhcp address pool.
lan_ip_vpn_start - starting ip of pptp and l2tp vpn address pool.
lan_ip_vpn_end - last ip of pptp and l2tp vpn address pool.
lan_ip_dns - enable manual assignment of dns servers.
lan_ip_dns_pri - primary dns server for lan dhcp clients.
<<Press ENTER to continue or ESC to escape>>

lan_ip_dns_sec - secondary dns server for lan dhcp clients.
ether_switch_status - Switch Port Control.
ether_filter_mode - ether access control mode.
ether_filter_list - ether access control list.
lan_route - static routes.
port_forward - enable port forwarding rules.
port_forward_rule - set port forwarding rule.
firewall_static - enable firewall for true static ip subnet.
firewall_spd - enable smart packet detection for gateway.
firewall_ping - enable ICMP reply on WAN interface.
port_static - enable access control for public LAN.
port_static_ruletype - block/open all ports for public LAN.
port_static_rule - define access control rules for public LAN.
port_block - enable access control for private LAN.
port_block_rule - define access control rules for private LAN.
port_trigger - enable all port triggering rules.
port_trigger_rule - port triggering rule list.
website_block - enable web site blocking feature.
website_block_keywords - keyword to block.
<<Press ENTER to continue or ESC to escape>>

website_block_trusted - MAC address of trusted computer.
website_block_schedule_day - days of week to enforce website blocking rules.
website_block_schedule_time - time of day to enforce website blocking.
alert_email - enable email alerting.
alert_email_smtp - smtp server to send email alert to.
alert_email_replyto - sender's email address of email alert.
alert_email_recipient - sender's email address of email alert.
alert_email_username - sender's email user name.
alert_email_password - sender's email password.
alert_syslog - enables sending alerts to a syslog.
alert_syslog_address - address of syslog server.
alert_intrusion - enable immediate alert of detected intrusions.
alert_blockedsites - enable immediate alert of access blocked sites.
dmz - enable dmz functionality.
dmz_ip - dmz host ip address.
ids - enable IDS.
ids_blacklist - enable IDS blacklist.
ids_threshold - threshold to trigger intrusion detection.
vpn_term_ipsec - enable vpn ipsec termination.
<<Press ENTER to continue or ESC to escape>>

vpn_term_pptp - enable pptp termination.
vpn_term_l2tp - enable l2tp termination.
vpn_l2tp_preshared_phrase - l2tp/ipsec pre-shared phrase.
vpn_pptp_user - username and password of pptp/l2tp over ipsec.
SetUSB - Set USB interface [0:disable|1:enable].
ShowUSB - Show USB interface.
SetHttp - Enable HTTP server .
SetRgConfig - Download/Upload RG config file.
upnp - Enable UPNP.
upnpShow - Show UPnP information.
SwPort - Enable ether switch port.
SetPort - Enable ether switch port.
ShowPortSpeed - Show ether switch status.
SetPortSpeed - Configure ether switch port.
- ----- Show Infomation -----.
TdoxCapability - Enable/Disable TurboDox.
config - Show DOCSIS configuration file.
dhcpShow - Show DHCP leased IP.
dir - Show available CM software.
<<Press ENTER to continue or ESC to escape>>

hwcounters - Show HW counters.
ipcable - Show cable modem RF & WAN IP address.
lanPoll - Show PC & device attach to LAN interface.
macaddr - Show cable MAC address.
natShow - Show NAT session log.
phystatus - Show status of PHY.
usstatus - Upstream configuration data.
pktcount - Show LAN/WAN interface packet counters.
script - Show RG script.
snr - Show DS and US power and downstream SNR.
SendEventMsg - Send an event log message.
status - Display current CM state.
sysUpTime - Show system uptime.
ucd - Show current UCDs .
vendor - Show vendor setup CM capability.
version - Show version infomation.
arp - Show/Send/Purge arp.
bloader - Show/Upgrade boot loader.
bpiset - Show/Set BPI+ file.
<<Press ENTER to continue or ESC to escape>>

bootfrom - Show/Set bootfrom value.[1 | 2].
dload - Download CM software.
debug - Show/Set DebugLevel.
goto - Program the tuner to Freq & US channel.[Freq] [ID].
ping - PING utility.
wan_ping - PING utility for WAN interface.
ping6 - PING6 utility.
replevel - Update report level.
reset - [cleanall:factory reset | none:reboot].
scanmode - Set Scan Mode.[0:stop | 1:start].
sniff - DS & US sniff utility.
tracert - Trace Route utility.
wan_tracert - Trace Route utility for WAN interface.
tuner - Program the tuner to <freq>(Mhz).
toggle - Toggle command set.
SniffScreen - Packet filtering(replevel 12,13),help for all options.
cls - Clean screen.
! - Execute the last command.
show> - Show modem parameters.
<<Press ENTER to continue or ESC to escape>>

rip> - RIP commands.
cable - Go to cable Menu.
help - Display menu commands.
shortcuts - Display key shortcuts help.
exit - Exit this sub-menu, go to previous menu.
quit - Quit and terminate CLI.
reboot - Reboot the system.



AND I just got locked out.

 

TRENDING THREADS