From f11eefd12c0a7f8698c273d4849126991823ea90 Mon Sep 17 00:00:00 2001 From: Jon Sands Date: Wed, 11 Aug 2021 04:55:17 -0400 Subject: [PATCH] Add mascot, ICX7xxx license info completion --- docs/7xxx.md | 46 +++++++++++++++++++++++++--------------- docs/brocade-overview.md | 2 +- 2 files changed, 30 insertions(+), 18 deletions(-) diff --git a/docs/7xxx.md b/docs/7xxx.md index 7f6c5e6..06dfc7a 100644 --- a/docs/7xxx.md +++ b/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 Switch ICX7150 -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. +## License The ICX7150-C12P +Run the following to unlock all the features of the ICX7150-C12P: ``` -exit +enable license install perpetual 1 2x10gr conf t int e 1/3/1 to 1/3/2 @@ -18,15 +18,13 @@ write mem exit 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 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. +## License The ICX7250 +Run the following to unlock all the features of the ICX7250: ``` -exit +enable license install perpetual 1 8x10g license install perpetual 1 l3-prem conf t @@ -37,16 +35,30 @@ write mem exit 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) -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. +## License The ICX7450 +Run the following to unlock all the features of the ICX7450: ``` -exit +enable license install perpetual 1 l3-prem license install perpetual 1 macsec write mem reload ``` -The switch will reload, then the new features will now be fully functional. \ No newline at end of file +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` diff --git a/docs/brocade-overview.md b/docs/brocade-overview.md index 057cb08..60548c9 100644 --- a/docs/brocade-overview.md +++ b/docs/brocade-overview.md @@ -1,4 +1,4 @@ -#Brocade Overview +Welcome to Beef Town ![barry](store/barrysmall.png) ## 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.