A Step Toward AWS VPN: Initializing Cisco 1812J

A Step Toward AWS VPN: Initializing Cisco 1812J
  • Learn how to initialize Cisco 1812J with an easy-to-follow guide for beginners!
  • Take the first step toward building a secure AWS VPN connection.
  • Let’s prepare your network for seamless communication and advanced setups!

Background

To connect our internal network to AWS via VPN, we were finally provided with a VPN router.
Previously, we discovered that the router needs to be connected to a computer, so we attempted to establish a serial connection using an Ubuntu laptop.
This process is documented in the article below, so feel free to refer to it if you're interested.

Now, I plan to start configuring the router, but it appears that previous settings remain on the device. Unfortunately, there was no manual, and the official support page seems to have been removed.

Method

While these steps might be straightforward for some, I’m documenting them as a reference for future use.
Although this guide is not officially shared within the company, I intend to pass it along to my successor.
The setup is the same as before:

  • Laptop (Ubuntu Desktop 22.04 LTS)
  • VPN Router (Cisco 1812J)
  • USB RJ45 Console Cable

Initialization Steps

  1. Identify the USB port for the serial cable and connect it to the Cisco 1812J.
  1. In user mode (prompt starts with >), only basic monitoring commands can be executed. To reset the settings, switch to privileged mode (prompt starts with #), where commands with higher authority can be executed.
    The password for this session was cisco.
  1. Delete existing configurations and reload the router.
  1. Initial setup will start automatically; follow the prompts to complete the configuration. You'll need to input text or press the Enter key. The main configurations are as follows:
    • Router name: Router1
    • Privileged mode encrypted password: cisco
    • Privileged mode plain-text password: cisco
    • Telnet login password: cisco
    • Interface connecting to internal network: FastEthernet1
    • FastEthernet1 IP address: 192.168.101.1
    • FastEthernet1 subnet mask: 255.255.255.0 (/24)

Initial setup is now complete.

Additional Configurations

Though optional, the following configurations are recommended for smoother operation.
Enter configuration mode from privileged mode.

  • By default, command typos are interpreted as potential IP addresses. Disable this feature.
  • The router periodically attempts TFTP communication with 255.255.255.255, leading to the error %Error opening tftp://255.255.255.255. Disable this feature to avoid it.
  • Logs are output periodically, which may interrupt command input. Adjust the log settings to prevent interference with commands.
  • Set the privileged mode timeout to 30 minutes and 0 seconds.

These settings can be exited using the commands below.

I’ll continue adding recommended settings as needed.
Though there was no manual and I mainly relied on online resources, I successfully initialized the Cisco 1812J.
From here, I’ll proceed to configure the connection to AWS via VPN, which will be covered in the next article.

Copied title and URL