Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Hide_comments
In previous WANFleX firmware versions (till "MINTv1.90.0") configuration options "Management VLAN" ("local-tag" in CLI) and "Admin" ("admin-group" in CLI) were used to create logical management interface.

...

That is why InfiNet Wireless has developed SVI and VLAN logical interfaces for MINT firmware. Starting from firmware "MINTv1.90.0" old options “admin-group” and “local-tag” are no longer supported. And if you want to make a management interface, you should use SVI interface approach.

Warning
titleCAUTION

Please note, that it is necessary to go to the SVI interface in management even if you are using the old firmware versions thru "MINTv1.87.0" and then to perform upgrade to the latest current version.

...

CLI 
Anchor
CLI
CLI

To use new SVI interface approach "local-tag" and "admin-group" parameters must be disabled. In order to do this please proceed the following steps:

...

In order to avoid incorrect system operation due to the entered configuration, please execute the following command

Code Block
languagejavapowershell
themeDJangoEmacs
restart 180
  • Step 2

Enter the following commands in one line:

Code Block
languagejavapowershell
themeDJangoEmacs
ifc eth0 -alias; switch local-tag; switch admin-group 0; switch group 100 add eth0 rf5.0; switch group 100 start; switch group 100 order 1; switch start; ifc svi100 up; svi 100 group 100; ifc vlan100 up; ifc vlan100 vlan 100 vlandev svi100; ifconfig vlan100 10.0.0.100/24;

First part of line deletes old configuration values:

Code Block
languagejavapowershell
themeDJangoEmacs
ifc eth0 -alias; switch local-tag; switch admin-group 0; 

Second part of line creates SVI and assigns it to the desired switch group (switch group "100" and management IP-address "10.0.0.100/24" are used for this example):

Code Block
languagejavapowershell
themeDJangoEmacs
switch group 100 add eth0 rf5.0; switch group 100 start; switch group 100 order 1; switch start; ifc svi100 up; svi 100 group 100; ifc vlan100 up; ifc vlan100 vlan 100 vlandev svi100; ifconfig vlan100 10.0.0.100/24;

...

If everything works properly, stop the restart. If not, the previous configuration is automatically restored after a grace period of 180 seconds (3 minutes).

Code Block
languagejavapowershell
themeDJangoEmacs
 restart stop
  • Step 4

Save the entered configuration

Code Block
languagejavapowershell
themeDJangoEmacs
config save

Web GUI 
Anchor
Web GUI
Web GUI

...

To set up vlan management using SVI and VLAN interfaces please proceed to the "Remote management of the R5000 units" section of "InfiNet Wireless R5000 - Web GUI" - Technical User Manual.