mirror of
https://github.com/Fohdeesha/lab-docu.git
synced 2025-01-10 17:27:36 +01:00
Add mascot, ICX7xxx license info completion
This commit is contained in:
parent
a094c47fae
commit
f11eefd12c
46
docs/7xxx.md
46
docs/7xxx.md
@ -1,14 +1,14 @@
|
|||||||
## placeholder
|
# ICX7xxx Licensing
|
||||||
|
|
||||||
ICX7xxx series honor info
|
For the ICX7xxx series, no actual licenses are required. Around the release of FastIron v8060, they enabled honor-based licensing. This means you can simply install and unlock a valid license yourself with the `license install` command. That's it! Congratulations Ruckus, you did it. Just be sure to be running the recent firmware from this guide first.
|
||||||
|
|
||||||
|
>If you are using these switches in a commercial environment, or to otherwise turn a profit, you should *really* purchase a license entitlement from Ruckus - it's only fair
|
||||||
|
|
||||||
|
## License The ICX7150-C12P
|
||||||
## License The Switch ICX7150
|
Run the following to unlock all the features of the ICX7150-C12P:
|
||||||
Run the following to unlock all the features of the switch (10gbE ports, advanced routing, etc). If you are using this switch in a commercial setting or to make money, please purchase a license entitlement from Ruckus.
|
|
||||||
|
|
||||||
```
|
```
|
||||||
exit
|
enable
|
||||||
license install perpetual 1 2x10gr
|
license install perpetual 1 2x10gr
|
||||||
conf t
|
conf t
|
||||||
int e 1/3/1 to 1/3/2
|
int e 1/3/1 to 1/3/2
|
||||||
@ -18,15 +18,13 @@ write mem
|
|||||||
exit
|
exit
|
||||||
reload
|
reload
|
||||||
```
|
```
|
||||||
The switch will reload, and the 10gbE ports and everything else will now be functional.
|
The switch will reload, and the new features will be fully functional.
|
||||||
|
|
||||||
|
## License The ICX7250
|
||||||
|
Run the following to unlock all the features of the ICX7250:
|
||||||
## License The Switch (ICX7250)
|
|
||||||
Run the following to unlock all the features of the ICX7250 (10gbE ports, advanced routing, etc). If you are using this switch in a commercial setting or to make money, please purchase a license entitlement from Ruckus.
|
|
||||||
|
|
||||||
```
|
```
|
||||||
exit
|
enable
|
||||||
license install perpetual 1 8x10g
|
license install perpetual 1 8x10g
|
||||||
license install perpetual 1 l3-prem
|
license install perpetual 1 l3-prem
|
||||||
conf t
|
conf t
|
||||||
@ -37,16 +35,30 @@ write mem
|
|||||||
exit
|
exit
|
||||||
reload
|
reload
|
||||||
```
|
```
|
||||||
The switch will reload, then the 10gbE ports and everything else will now be fully functional.
|
The switch will reload, and the new features will be fully functional.
|
||||||
|
|
||||||
## License The Switch (ICX7450)
|
## License The ICX7450
|
||||||
Run the following to unlock all the features of the ICX7450 (advanced routing & macsec encryption). If you are using this switch in a commercial setting or to make money, please purchase a license entitlement from Ruckus.
|
Run the following to unlock all the features of the ICX7450:
|
||||||
|
|
||||||
```
|
```
|
||||||
exit
|
enable
|
||||||
license install perpetual 1 l3-prem
|
license install perpetual 1 l3-prem
|
||||||
license install perpetual 1 macsec
|
license install perpetual 1 macsec
|
||||||
write mem
|
write mem
|
||||||
reload
|
reload
|
||||||
```
|
```
|
||||||
The switch will reload, then the new features will now be fully functional.
|
The switch will reload, and the new features will be fully functional.
|
||||||
|
|
||||||
|
## License The ICX7750
|
||||||
|
Run the following to unlock all the features of the ICX7750:
|
||||||
|
|
||||||
|
```
|
||||||
|
enable
|
||||||
|
license install perpetual 1 l3-prem
|
||||||
|
write mem
|
||||||
|
reload
|
||||||
|
```
|
||||||
|
The switch will reload, and the new features will be fully functional.
|
||||||
|
|
||||||
|
## Other ICX7xxx Models
|
||||||
|
If you have a 7-series switch not listed here and would like to license it, ensure you're at the `enable` CLI level. Then just type in `license install perpetual 1` and hit tab a few times, it will show all the auto-complete options (license options). Just run the license install command above for every one of them, same as for the switches above. Then just `write mem` and `reload`
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#Brocade Overview
|
Welcome to Beef Town ![barry](store/barrysmall.png)
|
||||||
|
|
||||||
## Master ZIP (Firmware, Manuals, Licenses)
|
## Master ZIP (Firmware, Manuals, Licenses)
|
||||||
Download the ZIP below which contains all the firmware, licenses, and documentation you'll need for the guides on this site.
|
Download the ZIP below which contains all the firmware, licenses, and documentation you'll need for the guides on this site.
|
||||||
|
Loading…
Reference in New Issue
Block a user