NetVanta 3140 Quick Start Guide
March 2021
Getting Started
This NetVanta unit ships with a statically assigned IP address of 10.10.10.1 and the ability to connect to a Dynamic Host Control Protocol (DHCP) network and receive an IP address assignment from a DHCP server. When connecting to a DHCP network, this unit supports Zero-Touch Provisioning, allowing the NetVanta router to download and apply configuration parameters from a configuration management server.
Regardless of the method used to connect the NetVanta unit to the network, two configuration methods are available:
- Web-based graphical user interface (GUI)
- ADTRAN Operating System (AOS) command line interface (CLI)
The GUI allows configuration of main unit settings with online guidance. The AOS CLI may be necessary for more advanced configurations.
Accessing the GUI
Connecting via the Static IP Address
- Connect the unit to your PC using the unit’s GIG 0/1 port and an Ethernet cable.
- Set your PC to a fixed IP address of 10.10.10.2. To change your PC IP address, navigate to Computer > Control Panel > Network Connections > Local Area Connection > Properties > IP (TCP/IP) and select "Use this IP Address". Enter these parameters:
- IP Address: 10.10.10.2
- Subnet Mask: 255.255.255.0
- Default Gateway: 10.10.10.1
- Open a web browser and enter the unit’s IP address:
http://10.10.10.1. The default IP address is 10.10.10.1, but if you changed the unit’s IP address using the CLI, enter that address. - You will be prompted for the user name and password (default settings: admin / password).
- The initial GUI screen appears. Access initial setup information by selecting "Setup Wizard" from the menu on the left.
Connecting via the DHCP Client Address
- Connect the router to an existing network that supports DHCP using the unit’s GIG 0/1 Gigabit Ethernet port. The NetVanta unit will automatically request an IP address assignment from the DHCP server.
- Check the DHCP server and record the IP address assigned to the NetVanta unit.
- Open a web browser on any network PC that can route to the IP address recorded in Step 2, and enter the NetVanta unit’s IP address.
- The initial GUI screen appears. Access initial setup information by selecting "Setup Wizard" from the menu on the left.
Accessing the CLI
Access the AOS CLI via the CONSOLE port or a Telnet or SSH session. To establish a connection to the NetVanta unit CONSOLE port, you need:
- A PC with VT100 terminal emulation software.
- A straight-through serial cable with a DB-9 (male) connector on one end and the appropriate interface for your terminal or PC communication port on the other end.
[Note] There are many terminal emulation applications available on the web, such as PuTTy, SecureCRT, and HyperTerminal.
- Connect the DB-9 (male) connector of your serial cable to the unit’s CONSOLE port.
- Connect the other end of the serial cable to the terminal or PC.
[Note] Many PCs do not come with a standard serial port. A universal serial bus (USB) to serial adapter can be used instead. Ensure the USB to serial adapter drivers are installed per the manufacturer’s instructions. If not properly installed, you will not be able to communicate with the AOS unit; seek support from the adapter manufacturer.
- Provide power to the unit. Refer to the NetVanta 3100 Series Hardware Installation Guide available online at https://supportcommunity.adtran.com for more details.
- Once powered up, open a VT100 terminal session with these settings: 9600 baud, 8 data bits, no parity bits, 1 stop bit, and no flow control. Press <Enter> to activate the AOS CLI.
- Enter
enableat the > prompt and enter the Enable mode password when prompted. The default password ispassword.
You can also access the CLI from a Telnet or SSH client if you know the unit’s IP address. If you do not know the IP address, use the CONSOLE port. To access the CLI using a Telnet or SSH client, follow these steps:
- Connect the NetVanta unit to your PC using an Ethernet cable to the unit’s switch port labeled GIG 0/1, or connect to an existing network that supports DHCP using the unit’s GIG 0/1 switch port.
- Open a Telnet or SSH client and enter
10.10.10.1. If your unit received an IP address from DHCP or you changed the unit’s IP address, enter that address instead. - For SSH, log in using the default login (
admin) and password (password). For Telnet, only the default password (password) is required. - Enter
enableat the > prompt and enter the enable password when prompted. The default password ispassword.
Common CLI Commands
The following are common CLI commands and tips:
- Entering a question mark (
?) shows contextual help and options. - To view interface statistics, enter
show interfaces <interface type> <interface number>. - To view the current configuration, enter
show running-config. - To view all configured IP addresses, enter
show ip interfaces brief. - To view the AOS version, serial number, and other information, enter
show version. - To save the current configuration, enter
write.
Manually Configuring the Unit’s IP Address
The following steps create an IP address (10.10.10.1 255.255.255.0) for Gigabit Ethernet port 0/1 (GIG 0/1). If unsure about the IP address, contact your network administrator.
[Note] This step is unnecessary if the unit’s IP address was configured automatically using DHCP.
- At the # prompt, enter
config terminal. - At the (config)# prompt, enter
interface gigabit-eth 0/1to access the configuration parameters for the GIG 0/1 port. - Enter
ip address 10.10.10.1 255.255.255.0to assign an IP address to the GIG 0/1 port using a 24-bit subnet mask. - Enter
no shutdownto activate the interface for data transfer. - Enter
exitto exit the Ethernet interface commands and return to Global Configuration mode. - Enter
ip route 0.0.0.0 0.0.0.0 10.10.10.254to add a default route. 0.0.0.0 is the default route and subnet mask, and 10.10.10.254 is the next-hop IP address for all traffic. You will need to enter the proper route, subnet mask, and gateway for your network, typically provided by a service provider or network administrator. - Enter
do writeto save the current configuration.
The configuration parameters in this document are for instructional purposes only. Replace all underlined entries (e.g., example) with your specific parameters.
Changing Login Passwords Using the CLI
To change the login passwords for the NetVanta 3140, connect to the CLI and follow these steps:
- To modify user accounts and passwords, from the (config)# prompt, enter
username <username> password <password>. - To modify the Enable mode password, from the (config)# prompt, enter
enable password <password>. - To modify the Telnet password, from the (config)# prompt, enter
line telnet 0 4and then press ENTER. Enter the commandpassword <password>. - Enter
do writeto save the current configuration.
Front Panel LEDs
| LED | Color | Indication |
|---|---|---|
| STAT | Green (flashing) | The unit is powering up. On power-up, the STAT LED flashes rapidly for five seconds. |
| Green (solid) | The power is on and self-test passed. | |
| Red (solid) | The power is on, but the self-test failed or the boot mode could not be booted. | |
| Amber (solid) | The unit is in bootstrap mode. | |
| USB | Off | The interface is shut down or not connected. |
| Green (solid) | A supported device is connected. | |
| Amber (flashing) | There is activity on the link. | |
| Red (solid) | An alarm condition is occurring on the USB port, or there is a failure. | |
| LINK (GIG 1 - GIG 3) (1700340F1 only) | Off | The port is administratively disabled or does not have link. |
| Green (solid) | The port is enabled and the link is up. | |
| ACT (GIG 1 - GIG 3) (1700340F1 only) | Off | There is no activity on the link. |
| Green (flashing) | There is activity on the link. | |
| Port LEDs (GIG 0/1 - GIG 0/3) | Off | There is no activity on the link. |
| Green (solid) | The port is enabled and the link is up. | |
| Amber (flashing) | There is activity on the link. |
[Note] On the 1700341F1, the behavior of the LINK and ACT LEDs (labeled GIG 1 through GIG 3) on the front of the unit corresponds to the behavior of the RJ-45 LEDs (labeled GIG 0/1 through GIG 0/3) located on the back of the unit.
NetVanta 3140 Series Defaults
| Feature | Default Value |
|---|---|
| IP Address | 10.10.10.1 |
| DHCP | Client Enabled |
| Auto-Config | Zero Touch Provisioning Enabled |
| User Name | admin |
| Password | password |
| HTTP Server | Enabled |
| Event History | On |
| IP Routing | Enabled |
More information regarding the default configuration of the NetVanta 3140 is available in the NetVanta 3140 Default Configuration article, online at https://supportcommunity.adtran.com.
Restore Factory Defaults
For information on restoring factory defaults, refer to the guide "Restoring an AOS Device to Factory Default", available online at https://supportcommunity.adtran.com.
Configure Your Application
The applications you need to configure vary by product and network. Review the list of defaults for your unit before deciding on applications to configure. Configuration guides for common applications are available online on ADTRAN's Support Community.
Important: For additional details on product features, specifications, installation, and safety, refer to the NetVanta 3100 Series Hardware Installation Guide, available online at https://supportcommunity.adtran.com.
The following configuration guides provide information for applications typically used with this product. All documents are available online at https://supportcommunity.adtran.com:
- NetVanta 3100 Series Hardware Installation Guide
- Configuring Port Forwarding in AOS
- Configuring DHCP in AOS
- Configuring VPN using Aggressive Mode in AOS
- Configuring Internet Access (Many to one NAT) with the Firewall Wizard in AOS
- Configuring QoS for VoIP in AOS
- Configuring QoS in AOS
- Configuring a VPN using Main Mode in AOS
- Configuring WAN Failover with Network Monitor in AOS
Warranty
ADTRAN will replace or repair this product within the warranty period if it does not meet its published specifications or fails while in service. Warranty information can be found online at www.adtran.com/warranty.
Customer Care
ADTRAN CUSTOMER CARE:
- From within the U.S.: 1.888.423.8726
- From outside the U.S.: +1 256.963.8716
- PRICING AND AVAILABILITY: 1.800.827.0807
[CAUTION!] SUBJECT TO ELECTROSTATIC DAMAGE OR DECREASE IN RELIABILITY. HANDLING PRECAUTIONS REQUIRED.
Copyright ©2021 ADTRAN, Inc. All Rights Reserved.








