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

Packet Tracer Blog

CCNP Preparation : VIRL simulator

Last Updated: 04 June 2024

A virtual version of the Cisco Nexus 9000 datacenter switch is now available for CCNP Datacenter training : Nexus 9000v (or NX-OSv 9000) switch. Nexus 9000v is a virtual machine running the Cisco Nexus 9000 Series software image. It requires the following resources to run :

  • CPU : 1-4 vCPUs (not oversubscribed)
  • RAM : 8G memory for complex topologies and enabling features
  • Storage : 4G hard disk
  • Connectivity :
    • 1 serial port
    • 1 network interface card

All the Nexus 9000 features are supported except the following table :

NX-OS Features

Limitations

QoS

Not supported on NX-OSv 9000.

BFD

Not supported on NX-OSv 9000.

ACL

Not supported on NX-OSv 9000.

Policy maps

Not supported on NX-OSv 9000.

ARP Suppression

Not supported on NX-OSv 9000.

SPAN

Not supported on NX-OSv 9000.

IGMP Snooping

Not supported on NX-OSv 9000.

AMT

Not supported on NX-OSv 9000.

LISP

Not supported on NX-OSv 9000.

OTV

Not supported on NX-OSv 9000.

Nexus 7000 Titanium NX-OS simulator has been included by Cisco in their new VIRL (Virtual Internet Routing Lab) simulation platform. Compared to Packet Tracer  VIRL uses real cisco IOS, IOS-XR, NX-OS images running in virtual environments. The NX-OS simulation platform is now named NX-OSv and features a Nexus 7000 switch running NX-OX v7.2 . NX-OSv can be used in GNS3 labs and linked to other Cisco devices like CSR1000V or other vendors simulated devices. This new simulation environment will help students preparing CCNA datacenter or CCNP by overcoming Packet Tracer limitations.

VLAN management on Cisco ISR routers

Last Updated: 13 February 2024

VLAN management is quite different on ISR routers than on Catalyst switches. VLAN can be used as 802.1q subinterfaces for routed interfaces or with a switch-like configuration on Ethernet Switch Modules (HWIC-4ESW for example).

Subinterface configuration (routed interfaces)

Layer 3 router interfaces cannot be configured in switch mode using "switchport" command on a Cisco ISR router. However, 802.1q trunks interconnexion is supported on these interfaces using the subinterface feature.

Virtual layer 3 interfaces are bound to the physical port using the interface <interface name>.<inderface id> command, <interface id> beeing the subinterface ID. For better configuration readability, the <interface id> is usually configured with the <vlan id> value. The encapsulation dot1Q <vlan id> maps the trafic flowing with the 802.1q vlan id (tagged) to the subinterface.

Read more …

Zone based firewalling in Cisco Packet Tracer

Last Updated: 16 November 2024

Zone based firewalling is available in Cisco Packet Tracer 2800 routers with IOS 12.4(15)T1 and in new 2901/2911 ISR routers with IOS 15.1(4). This feature was introduced by Cisco in IOS 12.4(6)release.

The zone-member command seems to be only available on 2811 router's FastEthernet interfaces. It is not available on vlan interfaces of this router or in a 2911 router.

Configuration example:

class-map type inspect match-all all-private
 match access-group 101
!         
policy-map type inspect priv-pub-pmap
 class type inspect all-private
  inspect
 class class-default
!
zone security public
zone security private

zone-pair security priv-pub source private destination public
 service-policy type inspect priv-pub-pmap
! 
interface FastEthernet0/0
 ip address 192.168.110.44 255.255.255.0
 zone-member security public
!

Upgrade router/switch IOS version

Last Updated: 16 November 2024

It is possible to upgrade the IOS of a device in Cisco Packet Tracer.

1. Put the TFTP server into the workspace
2. Click on it to open its properties
3. Go to the Config tab, then click TFTP. This will show you different IOS versions which can be downloaded on a router or switch device.

You can delete the IOS that is in flash of a router. After reloading the router, it will boot to rommon mode. You can then download an IOS version from the available ones on the TFTP server.

Since Packet Tracer 6.1, IOS 15.x has been available in Packet Tracer for ISR routers as well as catalyst 2960 switch

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.