mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 17:28:08 +00:00
Fix documentation formatting
This commit is contained in:
parent
5b1ec3bec2
commit
ba148df159
@ -20,19 +20,21 @@ Use segments
|
|||||||
Segment allow you to split your interface in multiple ports
|
Segment allow you to split your interface in multiple ports
|
||||||
|
|
||||||
For example "Ethernet{segment0}/{port0}" with a segment size of 3:
|
For example "Ethernet{segment0}/{port0}" with a segment size of 3:
|
||||||
* Ethernet0/0
|
|
||||||
* Ethernet0/1
|
- Ethernet0/0
|
||||||
* Ethernet0/2
|
- Ethernet0/1
|
||||||
* Ethernet1/0
|
- Ethernet0/2
|
||||||
* Ethernet1/1
|
- Ethernet1/0
|
||||||
|
- Ethernet1/1
|
||||||
|
|
||||||
You can also change the start number.
|
You can also change the start number.
|
||||||
|
|
||||||
For example "Ethernet{segment1}/{port1}" with a segment size of 3:
|
For example "Ethernet{segment1}/{port1}" with a segment size of 3:
|
||||||
* Ethernet1/1
|
|
||||||
* Ethernet1/2
|
- Ethernet1/1
|
||||||
* Ethernet1/3
|
- Ethernet1/2
|
||||||
* Ethernet2/1
|
- Ethernet1/3
|
||||||
* Ethernet2/2
|
- Ethernet2/1
|
||||||
|
- Ethernet2/2
|
||||||
|
|
||||||
This work from port0 to port9 if you need a bigger range ask us.
|
This work from port0 to port9 if you need a bigger range ask us.
|
||||||
|
Loading…
Reference in New Issue
Block a user