Cisco Iou Keygen.py



  1. Cisco Ioukeygen.py
  2. Cisco Iou Keygen.py Download
Jan 28th, 2012
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. print '*********************************************************************'
  2. print 'Cisco IOU License Generator - Kal 2011, python port of 2006 C version'
  3. import os
  4. import hashlib
  5. # get the host id and host name to calculate the hostkey
  6. hostname = socket.gethostname()
  7. for x in hostname:
  8. print 'hostid=' + hostid +', hostname='+ hostname + ', ioukey=' + hex(ioukey)[2:]
  9. iouPad1='x4Bx58x21x81x56x7Bx0DxF3x21x43x9Bx7ExACx1DxE6x8A'
  10. md5input=iouPad1 + iouPad2 + struct.pack('!I', ioukey) + iouPad1
  11. iouLicense=hashlib.md5(md5input).hexdigest()[:16]
  12. print '[license]n' + hostname + ' = ' + iouLicense + ';n'
  13. print 'You can disable the phone home feature with something like:'
  14. print ' echo '127.0.0.127 xml.cisco.com' >> /etc/hostsn'

Cisco IOU L2 L3 Collection. Category: elearning Author: Bo0mB0om Cisco IOU L2 L3 Collection. English Size: 332.97 MB (349,147,996 Bytes) Categy: CBTs. Cisco IOS-On-UNIX is a fully wking version of Cisco IOS that runs as a user mode Linux process. IOU suppts all Cisco IOS platfm independent protocols and features. Mar 23, 2017 CISCO IOU LICENSE vektorprime March 23, 2017. To get a Cisco IOU license on the GNS3 VM. Nano script.py. Paste the following #! Make the file executable with ' chmod +x CiscoKeyGen.py ' and execute it './CiscoKeyGen.py '. Download file - CiscoIOUKeygen.py. File: CiscoIOUKeygen.py Size: 0.99 KB.

EIGRP Unequal load sharing is pretty straightforward. We just need to modify ‘variance’ value in respective Devices. Of cause routes have to be feasible successor. For traffic share ratio, we have to modify metric of those path by changing bandwidth value or delay value.

Let see below small topology and objective.

EIGP pre-configuration

From R1 to R5

Interface bandwidth from R1>R4>R5 are 10Mb.

Objective : Traffic from R1 lo0 interface to R5 lo0 interface should be load sharing with the ration 20/5/1 which mean 20 packet to R1>R2>R5, 4 packets to R1>R3>R5, 1 packet to R1>R4>R5.

Before doing that, we need to have EIGRP metric calcualte formula (As only K1 and K3 are not 0 by default).

As we need to modify bandwidth and delay value based on given metric, we simply change the formula as follows:

Let start,

This is topology of R5 lo0 in R1

First we will emphasize first two links which si 20 to 5 ratio. It is same as 4 to 1 ratio.

Looking at the feasible distance of ‘158720’ through R1>R2>R5. Fa1/1 of R1(R1>R3>R5) would need tohave 4 time higher than to achieve 4 to 1 ratio. (4×158720 = 634880). We need put that metric to formula to get bandwidth value.

In the end, we want to have 20/5/1 ratio, we have to put variance value to 20 and configure Fa1/1 of R1 to bandwidth value of 5102 Kb.

Cisco Iou Keygen.py

Let see traffic share ratio

We now have 1 to 4 ratio. Let focus on third one. The metric need to be 20×158720 = 3174400. Let put it into formula to get bandwidth. Keep in mind that delay in this path is 7000.

Before we move forward that, Reported Distance of path R1>R4>R5 should be lower than FD. So we modify the bandwidth value of Fa2/1 of R4 to 1GB.

Cisco Ioukeygen.py

Ok now we have path R1>R4>R5 in routing table of R1.

Cisco Iou Keygen.py Download

We now modify the bandwidth value of R1’s Fa2/0 which is R1>R4>R5 link to 855 Kb.

Now we have the ratio of 20/5/1.