diff options
Diffstat (limited to 'docs/interfaces/ethernet.rst')
-rw-r--r-- | docs/interfaces/ethernet.rst | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/docs/interfaces/ethernet.rst b/docs/interfaces/ethernet.rst index 1d3aeda3..71a340b1 100644 --- a/docs/interfaces/ethernet.rst +++ b/docs/interfaces/ethernet.rst @@ -4,18 +4,22 @@ Ethernet ######## +This will be the most widely used interface on a router carrying traffic to the +real world. + +************* Configuration -############# +************* Common interface configuration ------------------------------- +============================== .. cmdinclude:: ../_include/interface-common-with-dhcp.txt :var0: ethernet :var1: eth0 -Speed/Duplex ------------- +Ethernet options +================ .. cfgcmd:: set interfaces ethernet <interface> duplex <auto | full | half> @@ -45,15 +49,9 @@ Speed/Duplex VyOS default will be `auto`. -VLAN (802.1q) configuration ---------------------------- - -.. cmdinclude:: ../_include/interface-vlan.txt - :var0: ethernet - :var1: eth0 - +********* Operation -========= +********* .. opcmd:: show interfaces ethernet |