Skip to main content
Seamaan
New Member
April 14, 2018
Solved

Firewall ipmacbinding table

  • April 14, 2018
  • 1 reply
  • 8167 views

Good day.

How to  change firewall  edit number in the IP/MAC binding table ?

I have list of MAC addresses 

Edit 1

set mac ......

set name...

set status enable

next

edit 3....

etc.

How to change numerals from 1to end of list without jumping from like example 1 to 3?

    Best answer by ede_pfau

    Config file save/restore does not work via "Upload bulk"! Use the links in the Dashboard/System widget.

    "Upload bulk command file" is used only if you have small parts of the config, like the local address section.

    1 reply

    ede_pfau
    SuperUser
    SuperUser
    April 14, 2018

    This is not possible in the CLI.

    As it is not necessary either: all entries are treated equally, there is no order at all.

    If you want to reorder the entries just to be able to enter entry no. "n+1", you can specify "edit 0". This will always assign the next higher number.

     

    If you then still want to reorder:

    - save the config to disk

    - open in editor

    - reassign numbers manually

    - save file

    - restore config file (with reboot)

     

     

    Seamaan
    SeamaanAuthor
    New Member
    April 15, 2018

    Thanks for reply.

    Tried to download config file(text format) thru Upload Bulk CLI command file,

    but "configuration file error" ( 

    ede_pfau
    SuperUser
    ede_pfauAnswer
    SuperUser
    April 15, 2018

    Config file save/restore does not work via "Upload bulk"! Use the links in the Dashboard/System widget.

    "Upload bulk command file" is used only if you have small parts of the config, like the local address section.