Menu

#427 Unable to create Duplicate vlanID

1.1
open
nobody
1
2016-09-09
2016-06-15
ntmark
No

Hi,
I was updating some records and needed to add a new vlanID but it's now saying I can't do this.
In a previous version recently I was able to do this.
We use in some locations the same vlanID in the same "Domain" depending on the routers they are attached to.

I see vlanID is primary Key, but you use number for the actual value.
Also I dont have unique vlan ticked when creating it, and editing the existing vlan it also doens't show unique selected.

We only have a default Domain so everything belongs to that.

Thank you
Mark.

1 Attachments

Discussion

  • ntmark

    ntmark - 2016-06-22

    note: I can add to db manually without issue, possibly validation check?
    Is it intended to not allow vlanID overlap within vrf/domain?

     
  • ntmark

    ntmark - 2016-07-04

    Quick update:
    VlanID isn't primary key, that was my mistake, but I'm still unable to create vlans with same number with different name/description.

    Edit: I was confused about pkey vlanID(column) in vlans(table) not being equal to vlanID as in a number which is represented as number(column) in the vlans(table).
    Still, there is some validation blocking duplicate numbers(column) in the same domainId in vlans(table).

     

    Last edit: ntmark 2016-07-12
  • ntmark

    ntmark - 2016-09-09

    Is there any plan to change this to allow duplicate vlans within the management domain?
    I'm still unable to add duplicate vlanID even when the check box is unticked.

    Thank you.
    Mark.

    EDIT: Have found my problem. There is a vlanDuplicate column in settings table which I can't seem to find on the main phpipam Settings page. It looks to me this isn't available via the webUI.
    I've manually set to 1 to allow duplicate VLAN with the following mysql command.

     update settings set vlanDuplicate=1 where id=1;
    
     

    Last edit: ntmark 2016-09-09

Anonymous
Anonymous

Add attachments
Cancel