I86bi linux l3 adventerprisek9

Download Cisco IOU IOL Images (GNS3 / GNS3 IOU VM / Oracle Virtual BOX / L2 & L3 cisco switch images)

Below is the list of all layer 2 and layer 3 cisco switches. These images will work on GNS3 with the help of GNS3 IOU and virtual box. These all IOU / IOL /IOS files are tested in GNS3 and working.

This table contains the complete package of all the required files including platforms like GNS3 , Oracle vritual box , GNS3 IOU VM , Licence , List , L2 cisco switch IOS files , L3 cisco switch IOS files. These all files and setups are tested and working.

First you have to install GNS3 on you desktop or laptop and then install the oracle virtual BOX. install the GNS3 IOU VM in oracle virtual box. GNS3 IOU VM can take more time when you are installing it first time. Note the IP address , once GNS3 IOU VM is intalled. now you have to access this IP address in browser and upload the all IOS files in browser. If IP address is not opening in browser then you should check it by pinging it in CMD.

If you want the complete detailed procedure to setup this IOU LAB then please check the below link:

You can alos download the cisco IOS router images from below link :

Download Cisco IOU IOL Images (GNS3 / GNS3 IOU VM / Oracle Virtual BOX / L2 & L3 cisco switch images)

You should also read below posts:

  • How to create EC2 (Elastic Compute Cloud) instance in AWS March 19, 2023
  • AWS Services March 19, 2023
  • Comparison between AWS and Azure cloud computing March 19, 2023
  • What is AWS lambda ? March 19, 2023
  • Differences between traditional routing and Cisco Viptela SDWAN March 19, 2023
  • cisco asa active standby failover configuration example
  • BGP Interview Questions
  • cisco asa active standby failover configuration example
  • Cisco ASA ICMP inspection
  • Cisco ASA Firewall Active Standby Failover
  • Most Common Cisco ASA Interview Questions
  • OSPF Fast Hello packets
  • OSPF Graceful Shutdown Cisco
  • How to upload the IOS in rommon mode
  • Cisco Router Password Recovery
  • cisco switch password recovery
  • Power Over Ethernet
  • Cisco Power Redundancy Mode
  • GLBP Gateway Load Balancing Protocol
  • VRRP Protocol
  • HSRP Protocol
  • Etherchannel Load Balancing
  • Cisco Switchport Protected
  • Private VLAN Cisco
  • Border Gateway Protocol
  • Subnet Zero And All Ones Subnet
  • DHCP Snooping
  • Spanning-Tree Bridge Assurance
  • Using Ethanalyzer On Nexus Platform For Control-Plane And Data-Plane Traffic Analysis
  • Cisco Nexus Packet Captures With Ethanalyzer
  • Nexus Source Guard And IOS IP Verify Unicast Source
  • Cisco Storm-Control Configuration
  • Cisco Role Based Access Control
  • Cisco Fabric Services
  • Nexus Port Profile
  • Booting Cisco Router From USB Flash
  • Nexus Generic Online Diagnostics (GOLD)
  • Cisco Overlay Transport Virtualization (OTV)
  • Introduction to Virtual Extensible LAN (VXLAN)
  • Cisco Nexus Checkpoint
  • Cisco Nexus FEX Configuration
  • BGP Best Path Selection
  • Booting Cisco Router From USB Flash
  • VSS Configuration
  • Why We need BGP
  • Wireless Communication Interview Questions
  • Cisco Alias
  • SOO (Site Of Orgin) – BGP Extended Community Attribute
  • BGP Remove Private AS and Replace ASN
  • Cisco Offset-List Command
Читайте также:  Check access to port linux

Источник

EVE-NG добавление образов Cisco IOL

В этой статье я кратко покажу как выполняется добавление образов Cisco IOL в EVE-NG. В прошлой публикации я показал, как выполнить установку и первоначальную настройку EVE-NG.

Хотя EVE-NG поддерживаем внушительное количество образов, но сразу после установки все они недоступны. Их нужно добавлять вручную. Рассмотрим пример добавления образов Cisco IOL.

За основу будет взята статья из официального руководства, но дополненная ссылками на образы и дополнительные примерами с пояснениями.

Загрузка образов на виртуальную машину EVE-NG

IOL расшифровывается как IOS on Linux. Это эмулятор работы Cisco IOS для внутреннего использования сотрудниками компании Cisco или авторизованными партнерами.

Я буду использовать следующие образы:

Тип устройства Имя образа Версия
L2/L3 Switch L2-ADVENTERPRISEK9-M-15.2-20150703 Cisco IOS Software, Linux Software (I86BI_LINUXL2-ADVENTERPRISEK9-M), Version 15.2(CML_NIGHTLY_20150703)FLO_DSGS7
L3 Router L3-ADVENTERPRISEK9-M-15.4-2T Cisco IOS Software, Linux Software (I86BI_LINUX-ADVENTERPRISEK9-M), Version 15.4(2)T4

На просторах интернета вы можете найти очень много образов IOL. Для удобства навигации я прикрепил два наиболее распространенных образа.

Если вы загружали образы по ссылке выше, то предварительно распакуйте их.

Теперь образы необходимо загрузить в следующий каталог:

Обычно я использую для этих целей WinSCP.

Создаю новое подключение через WinSCP. Если вы не меняли пароль пользователя root, то для подключения используйте следующие учетные данные:

Логин: root Пароль: eve

Загружаю образы в каталог /opt/unetlab/addons/iol/bin/:

/opt/unetlab/wrappers/unl_wrapper -a fixpermissions

Эта команда устанавливает разрешение на выполнение bin файлов с образами, а также корректирует остальные сопутствующие разрешения.

Генерация ключей для IOL

Теперь необходимо сгенерировать лицензии. Скрипт не мой – нашел на просторах интернета.

Создаем файл Python скрипта:

nano /opt/unetlab/addons/iol/bin/CiscoIOUKeygen3f.py
#!/usr/bin/python3 print("*") print("Cisco IOU License Generator - Kal 2011, python port of 2006 C version") import os import socket import hashlib import struct #get the host id and host name to calculate the hostkey hostid=os.popen("hostid").read().strip() hostname = socket.gethostname() ioukey=int(hostid,16) for x in hostname: ioukey = ioukey + ord(x) print("hostid=" + hostid +", hostname="+ hostname + ", ioukey=" + hex(ioukey)[2:]) #create the license using md5sum iouPad1 = b'\x4B\x58\x21\x81\x56\x7B\x0D\xF3\x21\x43\x9B\x7E\xAC\x1D\xE6\x8A' iouPad2 = b'\x80' + 39*b'\0' md5input=iouPad1 + iouPad2 + struct.pack('!i', ioukey) + iouPad1 iouLicense=hashlib.md5(md5input).hexdigest()[:16] print("\nAdd the following text to ~/.iourc:") print("[license]\n" + hostname + " = " + iouLicense + ";\n") with open("/opt/unetlab/addons/iol/bin/iourc", "wt") as out_file: out_file.write("[license]\n" + hostname + " = " + iouLicense + ";\n") print("^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAlready copy to the file iourc\n ") print("You can disable the phone home feature with something like:") print(" echo '127.0.0.127 xml.cisco.com' >> /etc/hosts\n")

Особое внимание в скрипте обратите на проблемы вот в этих строках – Python очень чувствителен к пробелам.:

 ioukey = ioukey + ord(x) out_file.write("[license]\n" + hostname + " = " + iouLicense + ";\n")

Должно быть либо 4-ре пробела, либо табуляция.

Читайте также:  Сборка своего дистрибутива линукс

Сохраняем изменения в файле /opt/unetlab/addons/iol/bin/CiscoIOUKeygen3f.py.

Добавляем разрешение на выполнение:

chmod u+x /opt/unetlab/addons/iol/bin/CiscoIOUKeygen3f.py
/opt/unetlab/addons/iol/bin/CiscoIOUKeygen3f.py

root@netlab:/opt/unetlab/addons/iol/bin# /opt/unetlab/addons/iol/bin/CiscoIOUKeygen3f.py * Cisco IOU License Generator - Kal 2011, python port of 2006 C version hostid=007f0101, hostname=netlab, ioukey=7f0377 Add the following text to ~/.iourc: [license] netlab = 8743e08425a6691e; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Already copy to the file iourc You can disable the phone home feature with something like: echo '127.0.0.127 xml.cisco.com' >> /etc/hosts root@netlab:/opt/unetlab/addons/iol/bin#

По результатам работы скрипта должен сгенерироваться файл iourc.txt. Посмотрим содержимое файла:

cat /opt/unetlab/addons/iol/bin/iourc

root@netlab:/opt/unetlab/addons/iol/bin# cat /opt/unetlab/addons/iol/bin/iourc [license] netlab = 8743e08425a6691e; root@netlab:/opt/unetlab/addons/iol/bin# 

В вашем случае содержимое файла скорее всего будет немного отличаться.

Последний конфигурационный момент – немного скорректируем файл hosts, чтобы отключить попытки достучаться до адресов Cisco:

echo '127.0.0.127 xml.cisco.com' >> /etc/hosts

Пример добавления устройства

Теперь мы можем открыть браузер и перейти в веб интерфейс по следующему адресу:

Логин: admin Пароль: eve

Добавим новую лабораторную схему:

Укажем имя лабораторной схему и нажимаем “Save”:

В контекстном меню схемы выбираем пункт для добавления нового узла:

Для удобства навигации можем немного пофильтровать вывод:

Сначала попробуем добавить L3 коммутатор. Выбираем образ и нажимаем “Save”:

В случае успешного запуска мы сможем подключиться к виртуальному коммутатору через HTML5 или нативную консоль:

Выполним аналогичную проверку для образа маршрутизатора:

Попробуем запустить образ и подключиться через консоль:

Как видно из скриншота выше запуск образа маршрутизатора выполнен успешно.

Добавление образов Cisco IOL завершено.

Добавить комментарий Отменить ответ

Решение IT-задач любой сложности

Архивы

Рубрики

  • 1С (4)
  • Active Directory Domain Services (4)
  • Active Directory Federation Services (1)
  • Ansible (7)
  • Astra Linux Directory (1)
  • Azure (5)
  • Cireson (2)
  • Communigate Pro (20)
  • Docker (1)
  • EVE-NG (2)
  • Exchange (27)
  • GitLab (1)
  • JIRA (1)
  • Kubernetes (4)
  • Linux (24)
  • Power Automate (4)
  • Project Server (2)
  • Project Web App (2)
  • Proxmox (8)
  • Scripts (1)
  • Sendria (1)
  • SharePoint (3)
  • System Center (25)
  • Veeam (3)
  • VirtualHere (3)
  • VMware (2)
  • Web Application Proxy (2)
  • Zabbix (7)
  • Балансировка сетевого траффика (2)
  • Онлайн кассы (2)
  • Печать (1)
  • Прочее (3)
  • Публикация сервисов и приложений (2)
  • Сертификаты (5)
  • сети (1)
  • Система управления проектами (2)
  • Системы хранения данных (2)
  • Торговое оборудование (1)
Читайте также:  Tp link archer t2u nano linux driver

Источник

How to Install GNS3 IOU Images L2&L3

Sometimes it is tough to configure our network topology using gns3 IOS images even if we are going to set virtual tunneling protocol ( VTP ) or Virtual Local Area Network (VLAN) Layer2 devices. Therefore We have an another option, Which is “GNS3 IOU images.”

soruceforge

Username is “ root ” password “ cisco ” all lower case.

netwrok-adaptor

2. Please make sure you network adapter on WM bridged ( Automatic ). You should configure it manually.

ftpipaddress

3. we have downloaded and to be able to run WM,

4. You will learn which network(subnet) you are on for figure out your IP address Type on shell prompt ”

5. Type on shell prompt “ ifconfig .” to get your iovm’s ip address.

fileupload

6.After you have learned your IP address, you will need to Connect Gns3-iouv server

The user will find an IOU image using Google search, and it should match with your GNS3 version (1.4.6, 1.5.x, 1.5.x)

These images that I am currently using without any issue for ( VTP VLAN STP, 1q, BGP, OSPF, EIGRP … configurations)

change-name-on-gns3

7. You may need to change your GNS3 WM name, and please check out the picture.

add_remoteserver

8.After you have successfully uploaded your images on http://(yourgns3-iouv_ipaddress):8000/upload …

9.Open GNS3 Application go to edit-> preferences tab-> server->remoteuser.

10.You will need to add gns3-iouv VM’s(HOST) IP address. Username “root”, password “cisco” , add and apply.

iciencefile

11.When you have found the related images, the file comes with “ iourc.txt ” file which is your license. Go ahead and copy the file.

iourouteradd

addiouswitch

Moreover, finally you will need to add images IOU devices segment, you should be able to run WMS.

finalpic

If you have any question, please do leave a comment.

*** Note: Please make sure your WMs are all in the same subnet!

Источник

Оцените статью
Adblock
detector