Installing and Configuring the
NetVanta 950 IAD
(with Octal FXS/FXO, Octal Ethernet, and T1/V.35 modules)
Quick Start Guide
64200788L1-13B June 2004
Tools Required
• A VT100 terminal or a PC with VT100 emulator software for connecting to the unit
• DB-9 (male) to DB-9 (female) straight-through serial cable for configuring the unit
• Appropriate cable(s) for connecting the system to the existing network
The configuration sections of this quick start guide are formatted to provide both step-by-step
text descriptions and screen shots containing a text script. The configuration scripts are
available on the ADTRAN OS Documentation CD.
The configuration parameters used in the example outlined in this document are for
instructional purposes only. Please replace all bold underlined entries (example
specific parameters to configure your application.
) with your
Network Diagram
Technical Support 1-888-4ADTRAN (1-888-423-8726)
Connect to the NetVanta 950 IAD
You can access your NetVanta 950 IAD in two ways in order to configure it: (1) through the ADTRAN
Operating System Command Line Interface (AOS CLI), or (2) through the web-based GUI. The steps
below explain how to access you unit using these methods.
AOS CLI
The AOS CLI allows the user to access and control the system through a command driven CONSOLE connection. Users have more configuration control and advanced options available via this
type of connection.
1. Connect a VT100 terminal (or PC with VT100 emulation software) to the NetVanta
CONSOLE port on the front panel of your Controller Module using a DB-9 (male) to DB-9
(female) straight-through serial cable.
2. Connect the other end of the serial cable to the terminal or PDC.
3. Insert the connector of the provided power cord into the power interface on the rear panel of
the unit, and plug the cord into a standard electrical outlet.
4. Open a VT100 terminal session and configure the terminal’s COM port with the following
parameters:
Data Rate: 9600
Data Bits: 8
Parity Bits: None
Stop Bits: 1
Flow Control: None
5. Press the <Enter> key activate the ADTRAN operating system command line interface (AOS
CLI).
6. Enter enable at the > prompt.
7. Enter the password when prompted. The default password is password.
Web-Based GUI
The web-based GUI is an online configuration too that allows you to easily configure and view
the main setting and status of your system. However, use of the AOS CLI may be necessary for
more advanced configurations. Access the CLI via the CONSOLE port or a Telnet session. See
the AOS CLI section above.
1. Connect the unit to your network using on of the Ethernet ports on the faceplate of the
Controller module.
2. Enter the IP address in you Internet browser Address field.
2 Technical Support 1-888-4ADTRAN (1-888-423-8726) 64200788L1-13B
3. Once you are connected, you will be prompted to enter the username and password. The
default settings are adtran and adtran.
4. The initial GUI screen appears.
64200788L1-13B Technical Support 1-888-4ADTRAN (1-888-423-8726) 3
Once you gain access to your unit via one of the methods described on pages 2 and 3, you can
configure it using the following guidelines.
Configure the Ethernet Interface
1. Enter enable to enter the Enable
command security mode.
2. Enter config terminal to enter the
Global configuration mode.
3. Enter enable password password
to
assign an Enable security mode
password. This is necessary for Telnet
configuration sessions (password
is an
example).
4. Enter interfac vlan 1 to access the
VLAN (virtual LAN) interface.
5. Enter ip address 10.26.12.12
255.255.255.0
to assign an IP address
to the Ethernet port using a 24-bit
subnet mask. Contact your Network
Administrator to obtain the IP address
(and subnet mask) for your particular
configuration.
6. Enter no shutdown to activate the
interface to pass data.
7. Enter interface eth 0/1 to access the
configuration parameters for the
Ethernet port.
! Begin Script
!
enable
!
config terminal
!
enable password password
!
interface vlan 1
!
ip address 10.26.12.12 255.255.255.0
!
no shutdown
!
interface eth 0/1
!
no shutdown
!
exit
!
ip route 0.0.0.0 0.0.0.0 192.22.72.2
! End Script
8. Enter no shutdown to activate the interface to pass data.
9. Enter exit to exit the interface commands and return to the Global configuration mode.
10. Enter ip route 0.0.0.0 0.0.0.0 192.22.72.2
to add a default route to the route table. Contact
you Network Administrator to obtain the IP address of your default gateway.
4 Technical Support 1-888-4ADTRAN (1-888-423-8726) 64200788L1-13B