...
Devices | Available Ports |
AS4610 Series Switches, N3024EP-ON, N3048EP-ON, N3048ET-ON, N3132PX-ON | ge-1/1/1, ge-1/1/2, ge-1/1/3, ge-1/1/4 te-1/1/1,te-1/1/2 |
AS5712_54X, AS5812_54T, AS5812_54X, S4048-ON, S4128F-ON, S4148F-ON, S4148T-ON | te-1/1/1, te-1/1/2, te-1/1/3, te-1/1/4 (xe-1/1/1.1, xe-1/1/1.2, xe-1/1/1.3, xe-1/1/1.4 after breakout) (xe-1/1/2.1, xe-1/1/2.2, xe-1/1/2.3, xe-1/1/2.4 after breakout) |
AS7712_32X, Z9100-ON | xe-1/1/1 (xe-1/1/1.1, xe-1/1/1.2, xe-1/1/1.3, xe-1/1/1.4 after breakout) xe-1/1/2 (xe-1/1/2.1, xe-1/1/2.2, xe-1/1/2.3, xe-1/1/2.4 after breakout) xe-1/1/3 (xe-1/1/3.1, xe-1/1/3.2, xe-1/1/3.3, xe-1/1/3.4 after breakout) xe-1/1/4 (xe-1/1/4.1, xe-1/1/4.2, xe-1/1/4.3, xe-1/1/4.4 after breakout) |
AS7816_64X, Z9264F-ON | xe-1/1/1 (xe-1/1/1.1, xe-1/1/1.2, xe-1/1/1.3, xe-1/1/1.4 after breakout) xe-1/1/2 xe-1/1/3 (xe-1/1/3.1, xe-1/1/3.2, xe-1/1/3.3, xe-1/1/3.4 after breakout) xe-1/1/4 |
...
Code Block |
---|
admin@XorPlus$license -s No license installed. Use below information to create a license. Type: 1GE Hardware ID: 8A68-A7AC-D702-70D2 admin@PicOS-OVS$ |
Removing a License
User can use the license -r command at the Linux shell to remove a license as detailed below:
Code Block |
---|
admin@XorPlus$cd /etc/picos admin@XorPlus$ls -l total 32 drwxrwxr-x 2 root xorp 4096 Feb 4 22:00 ./ drwxrwxr-x 60 root xorp 4096 Feb 4 21:56 ../ -rw-rw-r-- 1 root xorp 26 Feb 4 18:27 fs_status -rw-rw-r-- 1 root xorp 247 Sep 4 2014 license.conf -rw-rw-r-- 1 root xorp 183 Aug 10 2014 p2files.lst -rw-r--r-- 1 root root 382 Feb 4 22:00 pica.lic -rw-rw-r-- 1 root xorp 488 Feb 4 18:28 picos_start.conf -rw-r--r-- 1 root root 251 Feb 4 22:00 public.key -rw-r--r-- 1 root root 251 Feb 4 22:00 switch-public.key admin@XorPlus$pwd /etc/picos admin@XorPlus$ admin@XorPlus$license -r admin@XorPlus$ls -l total 28 drwxrwxr-x 2 root xorp 4096 Feb 4 22:05 ./ drwxrwxr-x 60 root xorp 4096 Feb 4 21:56 ../ -rw-rw-r-- 1 root xorp 26 Feb 4 18:27 fs_status -rw-rw-r-- 1 root xorp 247 Sep 4 2014 license.conf -rw-rw-r-- 1 root xorp 183 Aug 10 2014 p2files.lst -rw-rw-r-- 1 root xorp 488 Feb 4 18:28 picos_start.conf -rw-r--r-- 1 root root 251 Feb 4 22:00 public.key -rw-r--r-- 1 root root 251 Feb 4 22:00 switch-public.key admin@XorPlus$ |
...
Add License Directly From License Command
User can also add the license directly from the license command. The PICOS 2.6 image supports this command.
...