ActionTec V2000H Manual page 79

Table of Contents

Advertisement

Testing the Modem
Our V2000H modem provides B/G/N in mixed mode, but the customer's PC/MAC wireless card may
understand only one of these modes, and thus the speed subscribed to will not be attained.
Reboot and Verify
1. Perform a system reboot starting with the gateway and working out to all of the STB's and
peripherals.
2. If the customer has, POTS ensure there is proper dial tone.
3. Ensure the Internet is working, your connection is hard wired, perform your speedtest then verify
with the customer.
4. Set up wireless for/with your customer and ensure peripheral devices are connected.
5. Run KIT, ensure that the 430 and STB's are pulling the correct number of streams based on the
customer's profile.
6. Complete the Whole Home Checklist and review with the customer.
In addition, the python script below will reboot the ADSL modem via telnet library
import sys
import telnetlib
HOST = "1"
USER = "admin"
PASSWORD = "yourdevicepasswordgoeshere"
telnet = telnetlib.Telnet(HOST)
telnet.read_until(b"Username : ",8)
telnet.write(USER + "\r\n")
telnet.read_until(b"Password :
telnet.write(PASSWORD + "\r\n")
telnet.write("system reboot" +"\r\n")
telnet.close()
B: ~11 Mbps
G: ~54 Mbps (~30 actual)
N: ~600 Mbps (~100 actual)
Figure 88: Speed test
Figure 87: NCI – 465 tool
",4)
Page 79 of 130

Advertisement

Table of Contents
loading

Table of Contents