add examples, convert models
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
Name,Role,Adapter,Interface,Master Interface,Network,VLAN,Network IP,Mask,Device IP,Default Gateway
|
||||
PC1,Host,Adapter1,eth1,vlan7,A,,,,,,
|
||||
PC1,Host,,vlan7,,7,10.10.10.0,/24,10.10.10.7,0.0.0.0,
|
||||
PC2,Host,Adapter1,eth1,vlan9,B,,,,,,
|
||||
PC2,Host,,vlan9,,9,10.10.10.0,/24,10.10.10.9,0.0.0.0,
|
||||
com,Switch,Adapter1,eth2,vlan7,A,7,,,,,
|
||||
com,Switch,Adapter2,eth3,vlan9,B,9,,,,,
|
||||
com,Switch,,vlan7,bridge,,,,,,
|
||||
com,Switch,,vlan9,bridge,,,,,,
|
||||
com,Switch,,bridge,,,,,,,
|
||||
|
@@ -0,0 +1,3 @@
|
||||
Name,Role,Adapter,Interface,Network,Network IP,Mask,Device IP,Default Gateway
|
||||
PC1,Host,Adapter1,eth1,A,10.0.0.0,/24,10.0.0.1,0.0.0.0
|
||||
PC2,Host,Adapter1,eth1,A,10.0.0.0,/24,10.0.0.2,0.0.0.0
|
||||
|
@@ -0,0 +1,11 @@
|
||||
Name,Role,Adapter,Interface,Network,VLAN,Network IP,Mask,Device IP,Default Gateway
|
||||
PC1,Host,Adapter1,eth1,A,4,10.0.0.0,/24,10.0.0.1,0.0.0.0
|
||||
PC2,Host,Adapter1,eth1,B,2,10.0.0.0,/24,10.0.0.2,0.0.0.0
|
||||
PC3,Host,Adapter1,eth1,C,3,10.0.0.0,/24,10.0.0.3,0.0.0.0
|
||||
PC4,Host,Adapter1,eth1,D,4,10.0.0.0,/24,10.0.0.4,0.0.0.0
|
||||
com_left,Switch,Adapter1,eth1,tr,trunk,,,,
|
||||
com_left,Switch,Adapter2,eth2,A,4,,,,
|
||||
com_left,Switch,Adapter3,eth3,B,2,,,,
|
||||
com_right,Switch,Adapter1,eth1,tr,trunk,,,,
|
||||
com_right,Switch,Adapter2,eth2,D,4,,,,
|
||||
com_right,Switch,Adapter3,eth3,C,3,,,,
|
||||
|
Reference in New Issue
Block a user