... | @@ -58,12 +58,12 @@ VLAN objects contain a name, an inner VLAN ID (0-4094), and an optional metro Qi |
... | @@ -58,12 +58,12 @@ VLAN objects contain a name, an inner VLAN ID (0-4094), and an optional metro Qi |
|
|
|
|
|
An interface would consist of a name, a mac-address, an optional VLAN, and whether that VLAN is tagged or untagged. The interface would also reference one or more subnets, and allow IP addresses to be assigned from those subnets.
|
|
An interface would consist of a name, a mac-address, an optional VLAN, and whether that VLAN is tagged or untagged. The interface would also reference one or more subnets, and allow IP addresses to be assigned from those subnets.
|
|
|
|
|
|
* Name
|
|
* Name (text, name of the interface, eg ethO, ...)
|
|
* IP
|
|
* IP (ip adresse object, ip address of the interface)
|
|
* MacAddress
|
|
* MacAddress (mac adresse object, mac address of the interface)
|
|
* VLAN
|
|
* VLAN (integer, id of the vlan this interface is attached to)
|
|
* VLAN TAG
|
|
* VLAN TAG (text, tagging name of the vlan)
|
|
* subnet(s) reference(s)
|
|
* subnet(s) reference(s) (link, to the subnets )
|
|
|
|
|
|
## mode of Operation
|
|
## mode of Operation
|
|
|
|
|
... | | ... | |