Page tree

Versions Compared

Key

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

...

Center
CommandDescription
ifc sviX up
  • Creates SVI interface.  “X” is an interface identifier ranging from 0 to 40954999
ifc vlanX vlan Y vlandev eth0 up
  • Creates “vlanX” interface:
    • "X" - interface identifier ranging from 0 to 40954999
    • "Y" - VID
    • "eth0" - physical parent interface
switch group Y add vlanX rf5.0
  • Assigns interfaces to a switch group
svi X group Y
  • Assigns "sviX" interface to a switch group "Y"
sw group 1 remove; ifc svi1 destroy; ifc sviX IP/mask; sw group Y start
  • All commands entered as a single line separated by “;” symbol will be executed sequentially. This feature is used to avoid losing access to the device, when the default management interface is deleted:

    • "sw group 1 remove" – removes switch group 1
    • "ifc svi1 destroy" – removes interface "svi1"
    • "ifc sviX IP/mask" – assigns an IP address and a subnet mask to an interface
config save
  • Saves the configuration

...