mirror of
https://github.com/Fohdeesha/lab-docu.git
synced 2024-11-28 11:05:13 +01:00
add icx7xxx license info placeholders
This commit is contained in:
parent
11de3dc0fe
commit
2154f30b99
49
docs/7xxx.md
49
docs/7xxx.md
@ -1,3 +1,52 @@
|
||||
## placeholder
|
||||
|
||||
ICX7xxx series honor info
|
||||
|
||||
|
||||
|
||||
## 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.
|
||||
|
||||
```
|
||||
exit
|
||||
license install perpetual 1 2x10gr
|
||||
conf t
|
||||
int e 1/3/1 to 1/3/2
|
||||
no speed-duplex 1000-full
|
||||
exit
|
||||
write mem
|
||||
exit
|
||||
reload
|
||||
```
|
||||
The switch will reload, and the 10gbE ports and everything else will now be 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.
|
||||
|
||||
```
|
||||
exit
|
||||
license install perpetual 1 8x10g
|
||||
license install perpetual 1 l3-prem
|
||||
conf t
|
||||
interface ethernet 1/2/1 to 1/2/8
|
||||
no speed-duplex 1000-full
|
||||
exit
|
||||
write mem
|
||||
exit
|
||||
reload
|
||||
```
|
||||
The switch will reload, then the 10gbE ports and everything else will now 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.
|
||||
|
||||
```
|
||||
exit
|
||||
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.
|
@ -3,7 +3,7 @@
|
||||
## 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.
|
||||
|
||||
[```Brocade Master ZIP```](../store/brocade-07-04-21.zip)
|
||||
[```Brocade Master ZIP```](store/brocade-07-04-21.zip)
|
||||
```ICX6xxx SW version: 08030u```
|
||||
```ICX7xxx SW version: 08092e```
|
||||
```ZIP Updated: 07-04-2021```
|
||||
|
@ -173,21 +173,6 @@ ip ssh pub-key-file tftp 192.168.1.49 public.key
|
||||
```
|
||||
You shouldn't need to be told basic key management if you're following this section, but just in case - copy your private key to the proper location on the *nix machine you'll be SSH'ing from, or if you're on windows, load it using [pageant](https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html). Now when you SSH to the switch, it will authenticate using your private key.
|
||||
|
||||
## License The Switch
|
||||
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
|
||||
license install perpetual 1 2x10gr
|
||||
conf t
|
||||
int e 1/3/1 to 1/3/2
|
||||
no speed-duplex 1000-full
|
||||
exit
|
||||
write mem
|
||||
exit
|
||||
reload
|
||||
```
|
||||
The switch will reload, and the 10gbE ports and everything else will now be functional.
|
||||
|
||||
## Saving & Conclusions
|
||||
Whenever you make changes (like above) they take effect immediately, however they are not saved to onboard flash. So if you reboot the switch, they will be lost. To permanently save them to onboard flash, use the `write memory` command. To do so, you must be at the `enable` level or higher.
|
||||
@ -303,3 +288,6 @@ optical-monitor
|
||||
optical-monitor non-ruckus-optic-enable
|
||||
write mem
|
||||
```
|
||||
|
||||
## Licensing Info
|
||||
Like other ICX7xxx series switches, the ICX7150 requires license file unlocks for 10gbE port functionality as well as some advanced software features. Thankfully, starting with the ICX7xxx series, Ruckus made the licenses honor-based. This means they can be freely unlocked on your switch. Just visit the [ICX7xxx Licensing](7xxx.md) section to fully license and unlock your switch.
|
@ -167,36 +167,6 @@ ip ssh pub-key-file tftp 192.168.1.49 public.key
|
||||
```
|
||||
You shouldn't need to be told basic key management if you're following this section, but just in case - copy your private key to the proper location on the *nix machine you'll be SSH'ing from, or if you're on windows, load it using [pageant](https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html). Now when you SSH to the switch, it will authenticate using your private key.
|
||||
|
||||
## 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
|
||||
license install perpetual 1 8x10g
|
||||
license install perpetual 1 l3-prem
|
||||
conf t
|
||||
interface ethernet 1/2/1 to 1/2/8
|
||||
no speed-duplex 1000-full
|
||||
exit
|
||||
write mem
|
||||
exit
|
||||
reload
|
||||
```
|
||||
The switch will reload, then the 10gbE ports and everything else will now 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.
|
||||
|
||||
```
|
||||
exit
|
||||
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.
|
||||
|
||||
|
||||
## Saving & Conclusions
|
||||
Whenever you make changes (like above) they take effect immediately, however they are not saved to onboard flash. So if you reboot the switch, they will be lost. To permanently save them to onboard flash, use the `write memory` command. To do so, you must be at the `enable` level or higher.
|
||||
|
||||
@ -311,3 +281,6 @@ optical-monitor
|
||||
optical-monitor non-ruckus-optic-enable
|
||||
write mem
|
||||
```
|
||||
|
||||
## Licensing Info
|
||||
Like other ICX7xxx series switches, the ICX7250 and ICX7450 require license file unlocks for 10gbE port functionality as well as some advanced software features. Thankfully, starting with the ICX7xxx series, Ruckus made the licenses honor-based. This means they can be freely unlocked on your switch. Just visit the [ICX7xxx Licensing](7xxx.md) section to fully license and unlock your switch.
|
Loading…
Reference in New Issue
Block a user