NEXPEED NBG440 User’s Manual
NexComm Systems, Inc. 109 PAGE
Configuring NBG440(CO):
①
Use the console port for the configuration. Connect the CONSOLE port to a serial (COM) port
of your computer using the console cable (the enclosed cable in the box). Use a terminal
emulation program with the following parameters:
9600 bps, No parity, 8 data bits, 1 stop bit, NO flow control / VT100 terminal emulation
②
Power on the router and enter the password to log in the router. The default password is a
small letter “password”. If you log in the router, the login prompt
NBG440
> appears.
③
Enter
enable
command and the password to enter configuration mode. The default password is
a small letter “password”. The prompt changes to the configuration mode prompt
(conf)#
.
Configuration changes can be made only in configuration mode.
NBG440> enable
password:
NBG440(conf)#
④
Restoring the factory default settings and then log in the router again.
NBG440(conf)# write config –default
WARNING !!! this will overwrite the current setting:
Confirm ? (y/n)
=> enter y
NBG440(conf)# reboot flash
⑤
Set the device type, side and a line rate of the s0 port.
NBG440(conf)# device s0 gshdsl co 4wire 4608
⑥
Set the IP address of the LAN interface (for management). And remove
Routing
mode from
LAN interface. (If you don’t configure an IP address, skip this step.)
NBG440(conf)# interface lan ip 203.247.170.2 255.255.255.0
NBG440(conf)# ip routing disable lan
⑦
Set the default gateway (for remote management). (If you don’t configure the default gateway,
skip this step.)
NBG440(conf)# ip route add default lan 203.247.170.1
⑧
Save the current configuration to Flash memory.
NBG440(conf)# write config
⑨
Reboot your system.
NBG440(conf)# reboot flash