Home
  • Features
    • Packet Tracer 9.0 available for download !
    • Cisco Modeling Labs 2.8 available for download !
    • What's new in GNS3 3.0.0 ?
    • What's new in Packet Tracer 8.2.2 ?
    • What's new in Packet Tracer 8.1.1 ?
    • What's new in Packet Tracer 8.0.1 ?
    • What's new in Packet Tracer 8.0.0 ?
    • What's new in Packet tracer 7.4.0T ?
    • What's new in Packet Tracer 7.3.1 ?
    • What's new in Packet Tracer 7.3 ?
    • What's new in Packet Tracer 7.2.2 ?
    • What's new in Packet Tracer 7.2.1 ?
    • What's new in Packet Tracer 7.2 ?
    • What's new in Packet Tracer 7.1.1 ?
    • What's new in Packet Tracer 7.1 ?
    • Cisco Packet Tracer features
    • System requirements
    • Routeurs and WIC modules
    • Packet Tracer 8.2 vs GNS3 3.0
    • Real network connection
  • Try it online !
  • Labs
    • Packet Tracer labs
    • Lab 1 : Basic switch setup
    • Lab 2 : Interfaces configuration
    • Lab 3 : VLAN and VTP
    • Lab 4 : Port security
    • Lab 6 : Basic router setup
    • Lab 11 : HDLC configuration
    • Lab 12 : PPP configuration
    • Lab 16 : Clientless SSL VPN
    • Lab 17 - Site to site IPSEC VPN with ASA 5505
    • Lab 18 : ASA 5506-X DMZ configuration
    • Lab 19 - DPI with ASA 5505
    • Lab 20 - CBAC trafic Inspection with ISR router
    • Lab 21 - Wlan users differentiation
  • Tutorials
    • Netflow configuration
    • HSRP Configuration
    • ACL configuration
    • DHCP configuration
    • Frame Relay configuration
    • Radius configuration
    • Video tutorials
    • BGP configuration
    • VOIP - Telephony devices
    • VOIP - Basic configuration
    • VOIP - Advanced configuration
    • IPSEC VPN tunneling
    • Cisco 819 ISR router AP configuration
    • Precision Time Protocol
    • LLDP configuration
    • Wireless - WLC configuration
  • IoT
    • IoT devices configuration
    • Arduino emulation for IoT programming
    • IoT advanced programming
    • IoT with IoX on ISR 819 router
    • Blocky programming IoT devices
    • Real HTTP server using SBC device
  • CCNA / CCNP
    • What is Cisco Networking Academy ?
    • CCENT certification exam
    • CCNA certification exam
    • CCNP Enterprise training
    • CCNP training : Cisco CSR1000v
    • CCNP training : FRRouting (FRR)
  • Blog
  • Download
  • Archives

Cisco Packet Tracer 8.x tutorials

Packet Tracer 8.2.2 - BGP configuration

Last Updated: 09 December 2024

BGP in Packet Tracer

BGP (Border Gateway Protocol) is the core routing protocol of the Internet. It is described as a path vector protocol, as BGP does not use traditional IGP (OSPF, EIGRP, RIP) metrics, but makes routing decisions based on paths, network policies, and/or rulesets. It maintains a table of IP networks or 'prefixes' which designate network reachability among autonomous systems (AS).

BGP protocol support in Packet Tracer allows Cisco CCNP Route students to better understand this complex routing protocol and to be prepared for the simulation questions in the exam.

 

Internal BGP (iBGP) is currently not supported in Packet Tracer (see screenshot below). iBGP support has still not been added in the new Packet Tracer 8.2.2 version

Packet Tracer 8.2.2 - iBGP support in a Cisco ISR 2811 router

 

Read more …

Packet Tracer 8.2.2 - IP telephony advanced configuration

Last Updated: 09 December 2024

Tutorial description

This tutorial will guide you for advanced voip configuration in Cisco Packet Tracer 8.2.2 network simulation software.  Based on the Cisco's Hierarchical Network Design Model, this simulated network has voip call routing features enabled between two campus buildings with network services (DNS, DHCP ...) centralized in the datacenter.

In a real world environment, the CUCME router would also be located in the datacenter. However, Packet Tracer doesn't seems to support this configuration as IP phones don't register and receive a valid phone number.

 

Network diagram

Packet Tracer - Small business voip configuration

Download lab (Packet Tracer >= 6.2)

Read more …

Packet Tracer 8.2 - HSRP Configuration

Last Updated: 06 October 2024

What is HSRP ?

HSRP (Hot Standby Router Protocol) is a redundancy protocol for setting up a fault-tolerant default gateway in a LAN environment. This is a Cisco proprietary protocol. The standard protocol is VRRP (Virtual Router Redundancy Protocol)

The primary router with the highest configured priority operates as a virtual router with a virtual gateway IP address. It responds to the ARP request from PC or servers connected to the LAN with the MAC address 0000.0c07.acXX where XX is the HSRP group ID (converted to an hexadecimal value). If the primary router should fail, the Cisco router with the next-highest priority available in the LAN segment would take over the gateway IP address and answer ARP requests with the same mac address, thus achieving transparent default gateway fail-over.

HSRP version 2 has been supported since Cisco Packet Tracer 7.2.1

Read more …

Packet Tracer 8.2 - LLDP configuration

Last Updated: 28 August 2023

The Link Layer Discovery Protocol (LLDP), standardized as 802.1AB, is a standardized network discovery protocol aimed to replace a wide variety of propietary protoclos such as Cisco CDP, Nortel discovery protocol, ... It helps network administrators to identify the neighbors devices (including remote ports) of the device they are configuring. As a link-layer protocol, LLDP works without needing a valid IP configuration on the devices.

Read more …

Packet Tracer 8.2 - Precision Time Protocol

Last Updated: 28 August 2023

What is Precision Time Protocol (PTP) ?

Precision Time Protocol (P2P) is a feature of Packet Tracer 8.2 available in IE2000 industrial switches.

This time synchronization protocol is defined in IEEE-1588 as Precision Clock Synchronization for Networked Measurements and Control Systems, and was developed to synchronize the clocks in networks devices that include distributed device clocks with various levels of precision and stability. Acurate time synchronization is vital for smart grid power automation applications such as virtual power generators and peak-hour billing, but also for network outage monitoring tools which require a high level of time accuracy and stability.

 

PTP configuration in Packet Tracer 8.2

Precision Time protocol can be simulated in Packet Tracer 8.2 using IE2000 switches. These switches features three PTP modes :

  • boundary
  • end-to-end transparent
  • forward.
Switch(config)#ptp mode ?
  boundary        Boundary Clock mode
  e2etransparent  End-to-End Transparent Clock mode
  forward         Forward packets without processing

 

1.Configure PTP using the following commands

Switch(config)#ptp mode boundary 
Switch(config)#interface fastEthernet 1/1
Switch(config-if)#ptp enable  

2. Verify PTP global configuration using the show ptp clock command

 Switch#show ptp clock
 PTP CLOCK INFO
  PTP Device Type: Boundary clock
  PTP Device Profile: Default Profile
  Clock Identity: 0x00:50:0F:FF:FE:0A:9D:00
  Clock Domain: 0
  Number of PTP ports: 10
  Priority1: 128
  Priority2: 128
  Clock Quality:
        Class: 248
        Accuracy: Unknown
        Offset (log variance): N/A
  Offset From Master(ns): 0
  Mean Path Delay(ns): 0
  Steps Removed: 0
  Local clock time: 01:51:07 UTC mars 30 2011 
 
 

3. Verify the fastethernet 1.1 configuration using the show ptp port IOS command to make sure PTP clock is forwarded on the network interface.

Switch#show ptp port 
 PTP PORT DATASET: FastEthernet1/1
  Port identity: clock identity: 0x00:50:0F:FF:FE:0A:9D:00
  Port identity: port number: 1
  PTP version: 2
  Port state: MASTER
  Delay request interval(log mean): 5
  Announce receipt time out: 3
  Announce interval(log mean): 1
  Sync interval(log mean): 0
  Delay Mechanism: End to End
  Peer delay request interval(log mean): 0
  Sync fault limit: 500000000

Read next :

  • Download Cisco Packet Tracer 9.0 & GNS3
    Download Cisco Packet Tracer 9.0 & GNS3
    2025-06-15
  • Lab 3 - VLAN and VTP
    2025-04-05
  • Lab 12 - PPP
    2025-04-05
  • Lab 11 - HDLC
    Lab 11 - HDLC
    2025-04-05
  • Lab 1 - Basic switch setup
    2025-04-05

 

Trademark notice : This web site and/or material is not affiliated with, endorsed by, or sponsored by Cisco Systems, Inc. Cisco, Cisco Systems, Cisco IOS, CCNA, CCNP, Networking Academy, Linksys are registered trademarks of Cisco Systems, Inc. or its affiliates in the U.S. or certain other countries.