]> git.ipfire.org Git - people/ms/network.git/blame - man/network-device.txt
vlan: Fail when unknown command line parameters are being passed
[people/ms/network.git] / man / network-device.txt
CommitLineData
39cfece8 1= network-device(8)
9d226523 2
39cfece8 3== NAME
9d226523
MT
4network-device - Controls network devices
5
39cfece8 6== SYNOPSIS
9d226523 7[verse]
39cfece8 8`network device` COMMAND ...
9d226523 9
39cfece8
MT
10== DESCRIPTION
11The `network device` command shows low-level status information
9d226523
MT
12of network devices and other things.
13
39cfece8 14== COMMANDS
9d226523
MT
15The following commands are understood:
16
39cfece8 17`list`::
9d226523
MT
18 This command shows a list of all device that are currently present
19 on this system. This includes PHYs and serial devices as well.
20
39cfece8 21`DEVICE discover`::
9d226523
MT
22 Runs a discovery for many hooks on the given device.
23
24 This will check if the hook can find for example a DHCP server or
25 DSLAM and thus predict for what the device should be used.
26
39cfece8 27`DEVICE identify`::
9d226523
MT
28 This command only works for Ethernet adapters and will make those
29 that support this feature flash for a few seconds.
30
31 It is handy to find the right device to put the cable in.
32
39cfece8 33`DEVICE monitor`::
9d226523
MT
34 This command creates a monitor interface for wireless modules.
35
36 An instance of link:tcpdump[8] will be started and show all
37 frames that are sent or received on the 802.11 layer (layer 2).
38
39cfece8 39`DEVICE status`::
9d226523
MT
40 This will show you very detailed information about the given device.
41
39cfece8 42`DEVICE unlock`::
9d226523
MT
43 This command will unlock the SIM card in a modem.
44 Only serial devices are supported which are the most 4G or 3G modems.
45
46 For the PIN or PUK code, the user will be prompted.
47
39cfece8 48== AUTHORS
9d226523
MT
49Michael Tremer
50
39cfece8 51== SEE ALSO
9d226523
MT
52link:network[8]
53link:network-port[8]
54link:network-zone[8]