Menu Close

Netacad Packet tracer – how to activate Security feature for Cisco IOS and VPN labs

Cisco Packet Tracer (PT) simulator allows performing site-to-site VPN exercises. However, the security feature of the router’s IOSs is disabled by default and has to be enabled. Then required VPN commands (crypto and etc.) will be available. The activation is quite simple and functionality was tested for PT versions 7.3 and 8.0.1:

  1. Start the packet tracer and place an 1841/1941 router on a workspace or open an existing project that is using such routers

2. Open CLI and type show version. We may see that the security feature is not activated:

3. go to the global privilege level (enable, config t) and type

Router(config)#license boot module c1900 technology-package securityk9

4. and once the IOS will ask for acceptance type Yes

ACCEPT? [yes/no]: yes

5. then jump to privilege using “End” or Ctrl Z

6. Save the config using

Router# Copy run startup

7. and reload the router

Router# reload

8. After reload the Security feature is activated

Command summary

enable
conf t
license boot module c1900 technology-package securityk9
!....type Yes
end
copy run start
reload
Rate this post

Leave a Reply

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

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.