mirror of
https://github.com/Fohdeesha/lab-docu.git
synced 2025-02-17 22:21:19 +01:00
add icx7450 licensing instructions
This commit is contained in:
parent
cce12cc410
commit
4d8e9ea786
@ -168,7 +168,7 @@ 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 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.
|
||||
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
|
||||
@ -182,11 +182,20 @@ write mem
|
||||
exit
|
||||
reload
|
||||
```
|
||||
The switch will reload, and the 10gbE ports and everything else will now be functional.
|
||||
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.
|
||||
|
||||
TBD
|
||||
|
||||
## 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.
|
||||
@ -300,4 +309,4 @@ You'll need to pick up some official Brocade or Foundry optics on ebay, or buy s
|
||||
### Contributing:
|
||||
The markdown source for these guides is hosted on [**my Github repo.**](https://github.com/Fohdeesha/lab-docu) If you have any suggested changes or additions feel free to submit a pull request.
|
||||
|
||||
```Documentation version:``` [ v1.8 (10-29-19)](https://github.com/Fohdeesha/lab-docu/commits/master)
|
||||
```Documentation version:``` [ v1.9 (10-29-19)](https://github.com/Fohdeesha/lab-docu/commits/master)
|
Loading…
Reference in New Issue
Block a user