doc:appunti:linux:sa:vlan
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| doc:appunti:linux:sa:vlan [2024/06/18 12:10] – niccolo | doc:appunti:linux:sa:vlan [2024/06/18 12:23] (current) – [Metodo nuovo con iproute2] niccolo | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| Installare il pacchetto Debian **iproute2**. | Installare il pacchetto Debian **iproute2**. | ||
| + | |||
| + | Aggiungere una scheda VLAN ID 300 su eth2: | ||
| + | |||
| + | < | ||
| + | ip link add link eth2 name eth2.300 type vlan id 300 | ||
| + | </ | ||
| Rimozione di una scheda VLAN: | Rimozione di una scheda VLAN: | ||
| < | < | ||
| - | ip link delete eth2.3 | + | ip link delete eth2.300 |
| </ | </ | ||
doc/appunti/linux/sa/vlan.1718705443.txt.gz · Last modified: by niccolo
