Jesin's Blog

Welcome to the Portal of Technology

  • Facebook
  • GitHub
  • RSS
  • Twitter
  • Home
  • Categories
    • Domains
    • Linux
    • Networking
    • PHP
    • Virtualization
    • Web Design
    • Web Servers
    • Windows
  • WordPress Plugins
    • Custom Error Pages
    • HTTP Digest Authentication
    • Mailgun Email Validator
  • Toolbox
    • DNS Lookup Tool
    • htdigest Generator Tool Online
    • htpasswd Generator Tool Online
    • HTTP Headers Lookup Tool
    • MD5 Encryption Tool
    • Open Port Check Tool
    • SHA-1 Encryption Tool
    • URL Encoding/Decoding Tool
  • About Me
  • Contact Me
  • Sitemap
Home ›
Networking ›
Cisco Packet Tracer Dial Up

Cisco Packet Tracer Dial Up

September 7, 2013 Networking Jesin A 2 Comments

cisco packet tracer dial up thumbnail

I was going through the documentation of Cisco Packet Tracer when I read about the Modem Dial-up Utility. This utility was available on the Desktop tab of both PCs and Laptops.

The documentation said a PC/Laptop, Cloud and a router were required. It also mentioned that the router should have a user name authentication (username WORD password LINE) in addition to a modem interface.

The modem interface of the cloud must also have valid a phone number. But I didn’t know how to go about it. So googled for a long time and found this slideshare presentation. Starting from slide 17 it had the information I needed.

So I ended up writing this article on creating a Cisco Packet Tracer Dial Up dial up lab.

The topology we will be using is shown below.

cisco packet tracer dial up topologyAnd here is the Cisco Packet Tracer Dial Up lab download link

Add the right modules

Turn off both the PCs, remove their default modules and place the PT-HOST-NM-1AM module. Turn them on.

Turn off the cloud and place 4 PT-CLOUD-NM-1AM modules. The number of modules for the cloud depends on the number of PCs using the dial up utility. Double the number of PCs. Turn on the cloud now.

packet tracer cloud nm 1amTurn off the router and place a WIC-2AM module. Depending on the router you are using the following modules can be used

  • WIC-1AM: Available for routers 1841, 2620XM, 2621XM and 2811. Has 1 RJ-11 port
  • WIC-2AM: Available for routers 1841, 2620XM, 2621XM and 2811. Has 2 RJ-11 ports
  • NM-8AM: Available for routers 2620XM, 2621XM and 2811. Has 8 RJ-11 ports
  • PT-ROUTER-NM-1AM: Available for the Generic router only. Has 1 RJ-11 port

One port per dial up PC is required. Turn on the router.

packet tracer router wic 2amConnect all the devices as shown in the topology screenshot. Use the Phone cable from the Connections section.

Assign Phone numbers

Open the cloud, go to the config tab, select each Modem interface and assign a phone number. I’ll be using the following phone numbers.

Interface Phone number Description
Modem0 1000 Connected to PC0
Modem1 1001 Connected to PC1
Modem5 5000 Connected to router’s Modem0/0/0 interface
Modem6 6000 Connected to router’s Modem0/0/1 interface

It doesn’t matter what numbers are used on the interfaces connecting to the PCs. Make note of the phone numbers of interfaces connected to the router. These are the dial up numbers.

Configure IP addresses

We need to configure IP addresses in the the router’s modem interface. Click on the router and open the Config tab.

Hey wait a minute why are we going to the config tab? Why not open the CLI tab and do it with commands like a real Cisco pro?

You may do ahead a try but you’ll find that entering interface Modem0/0/0 will throw an Invalid input detected at .... error. So the only way of assigning IP addresses to the modem interfaces is through the Config tab.

assign ip modem interface routerOnce under the config tab click on a modem interface and assign an IP address and subnet mask. I’ll be using the following IP addresses.

Interface IP Address
Modem0/0/0 10.10.0.1
Modem0/0/1 10.20.0.1

Configure DHCP on the router

The router needs to be a DHCP server to assign IP addresses to the dial up clients after a dial up connection is established. Open the CLI tab and configure two DHCP pools. One for each modem interface.

R1>enable
R1#configure terminal
R1(config)#ip dhcp pool dialup1
R1(dhcp-config)#network 10.10.0.0 255.255.255.0
R1(dhcp-config)#default-router 10.10.0.1
R1(dhcp-config)#ip dhcp pool dialup2
R1(dhcp-config)#network 10.20.0.0 255.255.255.0
R1(dhcp-config)#default-router 10.20.0.1

If you have more dial up clients more DHCP pools have to be configured.

Configure Authentication on the Router

Next is to configure a username/password combination. While a single credential is enough you may create as many as required.

R1(config)#username user1 password pwd1

Dial up from the PC

Open a PC, go to the desktop tab and click on the Dial up option.

pc dial up connectionFill the username, password, dial number fields and click the Dial button.

Device Username Password Dial Number
PC0 user1 pwd1 5000
PC1 user1 pwd1 6000

A dial up session will be established and the link will light up. Now the PCs need to obtain IP addresses so click IP Configuration and choose DHCP on both the machines.

pc dhcp ip addressingNow ping both PCs and use simulation mode to see how packets are flowing.

Download this Cisco Packet Tracer Dial Up lab.

Related posts:

networking category thumbnailHow to configure frame relay in Cisco Packet Tracer cisco dhcp configurationCisco DHCP configuration networking category thumbnailConfigure Inter-VLAN routing on Cisco Router networking category thumbnailHow to Configure PPP in Cisco Routers networking category thumbnailConfigure Cisco Console Password

Tags: cisco, cisco packet tracer

Comments

  1. Andres says

    April 12, 2015 at 4:28 am

    Thanks Jesin! This was really useful

    Reply
  2. amay says

    May 2, 2019 at 9:54 pm

    thanks for the clear explanation

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Get a wealth of information delivered to your inbox. Subscribe and never miss a single article.

  • Tutorials and howtos
  • Code, scripts and commands
  • Online Tools

* No spam, unsubscribe anytime

Hire Me

  • SSL installation and hardening (A+ on Qualys SSL test)
  • Apache & Nginx configuration
  • Email deliverability improvement (10/10 on Mail Tester & MailGenius)
  • WordPress customization, optimization and migration
  • and much more…

    Tools

    • DNS Lookup Tool
    • htdigest Generator Tool Online
    • htpasswd Generator Tool Online
    • HTTP Headers Lookup Tool
    • MD5 Encryption Tool
    • Open Port Check Tool
    • SHA-1 Encryption Tool
    • URL Encoding/Decoding Tool

    Nav

    • Home
    • About Me
    • Contact Me
    • Privacy Policy
    • Sitemap
    Vultr SSD VPS

    Creative Commons License
    Jesin's Blog by Jesin A is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
    Based on a work at websistent.com.