Packet Tracer Blog
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 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.
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 !
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