]> git.ipfire.org Git - thirdparty/lldpd.git/blame - src/client/lldpcli.8.in
lldpcli: ensure optional local port description cannot be repeated
[thirdparty/lldpd.git] / src / client / lldpcli.8.in
CommitLineData
fe80711e
VB
1.\" Copyright (c) 2006 Pierre-Yves Ritschard <pyr@openbsd.org>
2.\" Copyright (c) 2008 Vincent Bernat <bernat@luffy.cx>
3.\"
4.\" Permission to use, copy, modify, and/or distribute this software for any
5.\" purpose with or without fee is hereby granted, provided that the above
6.\" copyright notice and this permission notice appear in all copies.
7.\"
8.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15.\"
16.Dd $Mdocdate: July 16 2008 $
17.Dt LLDPCLI 8
18.Os
19.Sh NAME
20.Nm lldpcli ,
21.Nm lldpctl
22.Nd control LLDP daemon
23.Sh SYNOPSIS
24.Nm
25.Op Fl dv
baaa96d1 26.Op Fl u Ar socket
fe80711e 27.Op Fl f Ar format
6402fd2c 28.Op Fl c Ar file
fe80711e
VB
29.Op Ar command ...
30.Nm lldpctl
31.Op Fl dv
baaa96d1 32.Op Fl u Ar socket
fe80711e
VB
33.Op Fl f Ar format
34.Op Ar interfaces ...
35.Sh DESCRIPTION
36The
37.Nm
38program controls
39.Xr lldpd 8
40daemon.
41.Pp
42When no command is specified,
43.Nm
44will start an interactive shell which can be used to input arbitrary
45commands as if they were specified on the command line. This
46interactive shell should provide completion and history support.
47.Pp
48The options are as follows:
49.Bl -tag -width Ds
50.It Fl d
51Enable more debugging information.
baaa96d1 52.It Fl u Ar socket
0262adbb
ZM
53Specify the Unix-domain socket used for communication with
54.Xr lldpd 8 .
fe80711e
VB
55.It Fl v
56Show
57.Nm
58version.
59.It Fl f Ar format
60Choose the output format. Currently
61.Em plain ,
62.Em xml ,
63.Em json
64and
65.Em keyvalue
66formats are available. The default is
67.Em plain .
6402fd2c
VB
68.It Fl c Ar file
69Read the given configuration file. This option may be repeated several
70times. If a directory is provided, each file contained in it will be
71read if ending by
72.Li .conf .
73Order is alphabetical.
fe80711e 74.El
fe80711e
VB
75.Pp
76When invoked as
77.Nm lldpctl ,
78.Nm
79will display detailed information about each neighbors on the
80specified interfaces or on all interfaces if none are specified. This
81command is mostly kept for backward compatibility with older versions.
fe80711e
VB
82.Pp
83The following commands are supported by
84.Nm .
85When there is no ambiguity, the keywords can be abbreviated. For
86example,
87.Cd show neighbors ports eth0 summary
88and
89.Cd sh neigh p eth0 sum
90are the same command.
fe80711e
VB
91.Bd -ragged -offset XX
92.Cd exit
93.Bd -ragged -offset XXXXXX
94Quit
95.Nm .
96.Ed
97
72706acd
VB
98.Cd help Op ...
99.Bd -ragged -offset XXXXXX
100Display general help or help about a command. Also, you can get help
101using the completion or by pressing the
102.Ic ?
103key. However, completion and inline help may be unavailable if
104.Nm
105was compiled without readline support but
106.Cd help
107command is always available.
108.Ed
109
fe80711e 110.Cd show neighbors
97772619 111.Op ports Ar ethX Op ,...
fe80711e
VB
112.Op Cd details | summary
113.Op Cd hidden
114.Bd -ragged -offset XXXXXX
115Display information about each neighbor known by
116.Xr lldpd 8
117daemon. With
118.Cd summary ,
119only a the name and the port description of each remote host will be
120displayed. On the other hand, with
121.Cd details ,
122all available information will be displayed, giving a verbose
123view. When using
124.Cd hidden ,
125also display remote ports hidden by the smart filter. When specifying
126one or several ports, the information displayed is limited to the
127given list of ports.
128.Ed
129
130.Cd watch
97772619 131.Op ports Ar ethX Op ,...
fe80711e
VB
132.Op Cd details | summary
133.Op Cd hidden
134.Bd -ragged -offset XXXXXX
135Watch for any neighbor changes and report them as soon as they
136happen. When specifying ports, the changes are only reported when
137happening on the given ports.
138.Cd hidden , summary
139and
140.Cd details
141have the same meaning than previously described.
142.Ed
143
144.Cd show configuration
145.Bd -ragged -offset XXXXXX
146Display global configuration of
147.Xr lldpd 8
148daemon.
149.Ed
150
885aa4f4
VB
151.Cd show statistics
152.Op ports Ar ethX Op ,...
153.Op Cd summary
154.Bd -ragged -offset XXXXXX
155Report LLDP-related statistics, like the number of LLDPDU transmitted,
156received, discarded or unrecognized. When specifying ports, only the
157statistics from the given port are reported. With
158.Cd summary
159the statistics of each port is summed.
160.Ed
161
fe80711e
VB
162.Cd update
163.Bd -ragged -offset XXXXXX
164Make
165.Xr lldpd 8
166update its information and send new LLDP PDU on all interfaces.
167.Ed
168
17a90fc0
VB
169.Cd configure
170.Cd system hostname Ar name
171.Bd -ragged -offset XXXXXX
172Override system hostname with the provided value. By default, the
173system name is found from the resolved value of
174.Ic uname -n .
175.Ed
176
6dd83015
VB
177.Cd unconfigure
178.Cd system hostname
179.Bd -ragged -offset XXXXXX
180Do not override system hostname and restore the use of the node name.
181.Ed
182
decaec0d
VB
183.Cd configure
184.Cd system description Ar description
185.Bd -ragged -offset XXXXXX
186Override chassis description with the provided value instead of using
187kernel name, node name, kernel version, build date and architecture.
188.Ed
189
6dd83015
VB
190.Cd unconfigure
191.Cd system description
192.Bd -ragged -offset XXXXXX
193Do not override chassis description and use a value computed from node
194name, kernel name, kernel version, build date and architecture instead.
195.Ed
196
3f70e118
VB
197.Cd configure
198.Cd system platform Ar description
199.Bd -ragged -offset XXXXXX
200Override platform description with the provided value instead of using
201kernel name. This value is currently only used for CDP.
202.Ed
203
6dd83015
VB
204.Cd unconfigure
205.Cd system platform
206.Bd -ragged -offset XXXXXX
207Do not override platform description and use the kernel name. This
208option undoes the previous one.
209.Ed
210
f88442ac 211.Cd configure
48d0a4b0 212.Cd system interface pattern Ar pattern
0093777b 213.Bd -ragged -offset XXXXXX
5a1f4586
VB
214Specify which interface to listen and send LLDPDU to. Without this
215option,
0093777b 216.Nm lldpd
5a1f4586 217will use all available physical interfaces. This option can use
0093777b
VB
218wildcards. Several interfaces can be specified separated by commas.
219It is also possible to blacklist an interface by suffixing it with an
3b0273ee
VB
220exclamation mark. It is possible to whitelist an interface by
221suffixing it with two exclamation marks. A whitelisted interface beats
222a blacklisted interfaces which beats a simple matched interface. For
223example, with
0093777b
VB
224.Em eth*,!eth1,!eth2
225.Nm lldpd
5a1f4586 226will only use interfaces starting by
0093777b
VB
227.Em eth
228with the exception of
229.Em eth1
230and
231.Em eth2 .
3b0273ee
VB
232While with
233.Em *,!eth*,!!eth1
234.Nm
5a1f4586 235will use all interfaces, except interfaces starting by
3b0273ee
VB
236.Em eth
237with the exception of
238.Em eth1 .
239When an exact match is found, it will circumvent some tests. For example, if
240.Em eth0.12
241is specified, it will be accepted even if this is a VLAN interface.
0093777b
VB
242.Ed
243
6dd83015
VB
244.Cd unconfigure
245.Cd system interface pattern
246.Bd -ragged -offset XXXXXX
5a1f4586 247Remove any previously configured interface pattern and use all
6dd83015
VB
248physical interafces. This option undoes the previous one.
249.Ed
250
bb37268d
VB
251.Cd configure
252.Cd system interface description
253.Bd -ragged -offset XXXXXX
254Some OS allows the user to set a description for an interface. Setting
255this option will enable
256.Nm lldpd
257to override this description with the name of the peer neighbor if one
258is found or with the number of neighbors found.
259.Ed
260
6dd83015
VB
261.Cd unconfigure
262.Cd system interface descripton
263.Bd -ragged -offset XXXXXX
264Do not update interface description with the name of the peer
265neighbor. This option undoes the previous one.
266.Ed
267
f84199dd
VB
268.Cd configure
269.Cd system interface promiscuous
270.Bd -ragged -offset XXXXXX
0a6f3866 271Enable promiscuous mode on managed interfaces.
f84199dd
VB
272.Pp
273When the interface is not managed any more (or when quitting
274.Nm ) ,
275the interface is left in promiscuous mode as it is difficult to know
276if someone else also put the interface in promiscuous mode.
277.Pp
278This option is known to be useful when the remote switch is a Cisco
0a6f3866
VB
2792960 and the local network card features VLAN hardware
280acceleration. In this case, you may not receive LLDP frames from the
281remote switch. The most plausible explanation for this is the frame is
282tagged with some VLAN (usually VLAN 1) and your network card is
283filtering VLAN. This is not the only available solution to work-around
284this problem. If you are concerned about performance issues, you can
285also tag the VLAN 1 on each interface instead.
286.Pp
287Currently, this option has no effect on anything else than Linux. On
288other OS, either disable VLAN acceleration, tag VLAN 1 or enable
289promiscuous mode manually on the interface.
f84199dd
VB
290.Ed
291
292.Cd unconfigure
293.Cd system interface promiscuous
294.Bd -ragged -offset XXXXXX
295Do not set promiscuous mode on managed interfaces. This option does
296not disable promiscuous mode on interfaces already using this mode.
297.Ed
298
622d14bb
VB
299.Cd configure
300.Cd system ip management pattern Ar pattern
301.Bd -ragged -offset XXXXXX
302Specify the management addresses of this system. As for interfaces
303(described above), this option can use wildcards and inversions.
abfea7d0
VB
304Without this option, the first IPv4 and the first IPv6 are used. If an
305exact IP address is provided, it is used as a management address
306without any check. If only negative patterns are provided, only one
307IPv4 and one IPv6 addresses are chosen. Otherwise, many of them can be
308selected. If you want to blacklist IPv6 addresses, you can use
622d14bb
VB
309.Em !*:* .
310.Ed
311
6dd83015
VB
312.Cd unconfigure
313.Cd system ip management pattern
314.Bd -ragged -offset XXXXXX
315Unset any specific pattern for matching management addresses. This
316option undoes the previous one.
317.Ed
318
bef085b8
VB
319.Cd configure
320.Cd portidsubtype ifname
321.Cd ifname | macaddress
322.Bd -ragged -offset XXXXXX
323Force port ID subtype. By default,
324.Nm
325will use the MAC address as port identifier and the interface name as
326port description, unless the interface has an alias. In this case, the
327interface name will be used as port identifier and the description
328will be the interface alias. With this command, you can force the port
329identifier to be the interface name (with
330.Cd ifname )
331or the MAC address (with
332.Cd macaddress ) .
333.Ed
334
48d0a4b0
VB
335.Cd configure
336.Cd lldp tx-interval Ar interval
337.Bd -ragged -offset XXXXXX
338Change transmit delay to the specified value in seconds. The transmit
339delay is the delay between two transmissions of LLDP PDU. The default
340value is 30 seconds.
341.Ed
342
343.Cd configure
344.Cd lldp tx-hold Ar hold
345.Bd -ragged -offset XXXXXX
346Change transmit hold value to the specified value. This value is used
347to compute the TTL of transmitted packets which is the product of this
348value and of the transmit delay. The default value is 4 and therefore
349the default TTL is 120 seconds.
350.Ed
351
dfbd7185
RP
352.Cd configure
353.Cd system bond-slave-src-mac-type Ar value
354.Bd -ragged -offset XXXXXX
355Set the type of src mac in lldp frames sent on bond slaves
356
357Valid types are:
358.Bl -tag -width "XXX." -compact -offset XX
359.It Sy real
360Slave real mac
361.It Sy zero
362All zero mac
2746d430 363.It Sy fixed
8229c8eb
VB
364An arbitrary fixed value
365.Li ( 00:60:08:69:97:ef )
dfbd7185
RP
366.It Sy local
367Real mac with locally administered bit set. If the real mac already
0e29d794 368has the locally administered bit set, fallback to the fixed value.
dfbd7185
RP
369.El
370.Pp
371Default value for
372.Nm bond-slave-src-mac-type
373is
0e29d794
VB
374.Nm local .
375Some switches may complain when using one of the two other possible
376values (either because
377.Li 00:00:00:00:00:00
378is not a valid MAC or because the MAC address is flapping from one
379port to another). Using
8229c8eb 380.Sy local
0e29d794
VB
381might lead to a duplicate MAC address on the network (but this is
382quite unlikely).
dfbd7185
RP
383.Ed
384
486a6133
VB
385.Cd configure med fast-start
386.Cd enable | tx-interval Ar interval
387.Bd -ragged -offset XXXXXX
388Configure LLDP-MED fast start mechanism. When a new LLDP-MED-enabled
389neighbor is detected, fast start allows
390.Nm lldpd
391to shorten the interval between two LLDPDU.
392.Cd enable
393should enable LLDP-MED fast start while
394.Cd tx-interval
395specifies the interval between two LLDPDU in seconds. The default
396interval is 1 second. Once 4 LLDPDU have been sent, the fast start
397mechanism is disabled until a new neighbor is detected.
398.Ed
399
400.Cd unconfigure med fast-start
401.Bd -ragged -offset XXXXXX
402Disable LLDP-MED fast start mechanism.
403.Ed
404
fe80711e 405.Cd configure
97772619 406.Op ports Ar ethX Op ,...
fe80711e
VB
407.Cd med location coordinate
408.Cd latitude Ar latitude
409.Cd longitude Ar longitude
410.Cd altitude Ar altitude Ar unit
411.Cd datum Ar datum
412.Bd -ragged -offset XXXXXX
413Advertise a coordinate based location on the given ports (or on all
414ports if no port is specified). The format of
415.Ar latitude
416is a decimal floating point number followed either by
417.Em N
418or
419.Em S .
420The format of
421.Ar longitude
422is a decimal floating point number followed either by
423.Em E
424or
425.Em W .
426.Ar altitude
427is a decimal floating point number followed either by
428.Em m
429when expressed in meters or
430.Em f
3fc1a10a
VB
431when expressed in floors. A space is expected between the floating
432point number and the unit.
fe80711e
VB
433.Ar datum
434is one of those values:
435.Bl -bullet -compact -offset XXXXXXXX
436.It
437WGS84
438.It
439NAD83
440.It
441NAD83/MLLW
442.El
443.Pp
444A valid use of this command is:
3fc1a10a 445.D1 configure ports eth0 med location coordinate latitude 48.85667N longitude 2.2014E altitude 117.47 m datum WGS84
fe80711e
VB
446.Ed
447
448.Cd configure
97772619 449.Op ports Ar ethX Op ,...
fe80711e
VB
450.Cd med location address
451.Cd country Ar country
452.Cd Op Ar type value Op ...
453.Bd -ragged -offset XXXXXX
454Advertise a civic address on the given ports (or on all ports if no
455port is specified).
456.Ar country
457is the two-letter code representing the country. The remaining
458arguments should be paired to form the address. The first member of
459each pair indicates the type of the second member which is a free-form
460text. Here is the list of valid types:
461.Bl -bullet -compact -offset XXXXXXXX
462.It
463language
464.It
465country-subdivision
466.It
467county
468.It
469city
470.It
471city-division
472.It
473block
474.It
475street
476.It
477direction
478.It
479trailing-street-suffix
480.It
481street-suffix
482.It
483number
484.It
485number-suffix
486.It
487landmark
488.It
489additional
490.It
491name
492.It
493zip
494.It
495building
496.It
497unit
498.It
499floor
500.It
501room
502.It
503place-type
504.It
505script
506.El
507.Pp
508A valid use of this command is:
509.D1 configure ports eth1 med location address US street Qo Commercial Road Qc city Qo Roseville Qc
510.Ed
511
512.Cd configure
97772619 513.Op ports Ar ethX Op ,...
fe80711e
VB
514.Cd med location elin
515.Ar number
516.Bd -ragged -offset XXXXXX
517Advertise the availability of an ELIN number. This is used for setting
518up emergency call. If the provided number is too small, it will be
519padded with 0. Here is an example of use:
520.D1 configure ports eth2 med location elin 911
521.Ed
522
523.Cd configure
97772619 524.Op ports Ar ethX Op ,...
fe80711e
VB
525.Cd med policy
526.Cd application Ar application
527.Op Cd unknown
17e55ef9 528.Op Cd tagged
fe80711e
VB
529.Op Cd vlan Ar vlan
530.Op Cd priority Ar priority
531.Op Cd dscp Ar dscp
532.Bd -ragged -offset XXXXXX
533Advertise a specific network policy for the given ports (or for all
534ports if no port was provided). Only the application type is
535mandatory.
536.Ar application
537should be one of the following values:
538static const struct value_string port_med_policy_map[] = {
539.Bl -bullet -compact -offset XXXXXXXX
540.It
541voice
542.It
543voice-signaling
544.It
545guest-voice
546.It
547guest-voice-signaling
548.It
549softphone-voice
550.It
551video-conferencing
552.It
553streaming-video
554.It
555video-signaling
556.El
557.Pp
558The
559.Cd unknown
560flag tells that the network policy for the specified application type
561is required by the device but is currently unknown. This is used by
562Endpoint Devices, not by Network Connectivity Devices. If not
563specified, the network policy for the given application type is
564defined.
565.Pp
566When a VLAN is specified with
567.Cd vlan
568tells which 802.1q VLAN ID has to be advertised for the network
569policy. A valid value is between 1 and 4094.
17e55ef9
VB
570.Cd tagged
571tells the VLAN should be tagged for the specified application type.
fe80711e
VB
572.Cd priority
573allows one to specify IEEE 802.1d / IEEE 802.1p Layer 2 Priority, also
574known as Class of Service (CoS), to be used for the specified
17e55ef9
VB
575application type. This field is usually ignored if no VLAN is
576specified. It should be one of those values:
fe80711e
VB
577.Bl -bullet -compact -offset XXXXXXXX
578.It
579background
580.It
581spare
582.It
583best-effort
584.It
585excellent-effort
586.It
587controlled-load
588.It
589video
590.It
591voice
592.It
593network-control
594.El
595.Pp
596.Ar dscp
597represents the DSCP value to be advertised for the given network
598policy. DiffServ/Differentiated Services Code Point (DSCP) value as
599defined in IETF RFC 2474 for the specified application type. Value: 0
600(default per RFC 2475) through 63. Note: The class selector DSCP
601values are backwards compatible for devices that only support the old
602IP precedence Type of Service (ToS) format. (See the RFCs for what
603these values mean)
604.Pp
605A valid use of this command is:
606.D1 configure med policy application voice vlan 500 priority voice dscp 46
607.Ed
608
609.Cd configure
97772619 610.Op ports Ar ethX Op ,...
fe80711e
VB
611.Cd med power pse | pd
612.Cd source Ar source
613.Cd priority Ar priority
614.Cd value Ar value
615.Bd -ragged -offset XXXXXX
616Advertise the LLDP-MED POE-MDI TLV for the given ports or for all
617interfaces if no port is provided. One can act as a PD (power
618consumer) or a PSE (power provider). No check is done on the validity
619of the parameters while LLDP-MED requires some restrictions:
620.Bl -bullet
621.It
622PD shall never request more power than physical 802.3af class.
623.It
624PD shall never draw more than the maximum power advertised by PSE.
625.It
626PSE shall not reduce power allocated to PD when this power is in use.
627.It
628PSE may request reduced power using conservation mode
629.It
630Being PSE or PD is a global paremeter, not a per-port parameter.
631.Nm
632does not enforce this: a port can be set as PD or PSE. LLDP-MED also
633requires for a PSE to only have one power source (primary or
634backup). Again,
635.Nm
636does not enforce this. Each port can have its own power source. The
637same applies for PD and power priority. LLDP-MED MIB does not allow
638this kind of representation.
639.El
640.Pp
641Valid types are:
642.Bl -tag -width "XXX." -compact -offset XX
643.It Sy pse
644Power Sourcing Entity (power provider)
645.It Sy pd
646Power Device (power consumer)
647.El
648.Pp
649Valid sources are:
650.Bl -tag -width "XXXXXXX" -compact -offset XX
651.It Sy unknown
652Unknown
653.It Sy primary
654For PSE, the power source is the primary power source.
655.It Sy backup
656For PSE, the power source is the backup power source or a power
657conservation mode is asked (the PSE may be running on UPS for
658example).
659.It Sy pse
660For PD, the power source is the PSE.
661.It Sy local
662For PD, the power source is a local source.
663.It Sy both
664For PD, the power source is both the PSE and a local source.
665.El
666.Pp
667Valid priorities are:
668.Bl -tag -width "XXXXXXXXX" -compact -offset XX
669.It Sy unknown
670Unknown priority
671.It Sy critical
672Critical
673.It Sy high
674High
675.It Sy low
676Low
677.El
678.Pp
679.Ar value
680should be the total power in milliwatts required by the PD device or
681available by the PSE device.
682.Pp
683Here is an example of use:
684.D1 configure med power pd source pse priority high value 5000
685.Ed
686
687.Cd configure
97772619 688.Op ports Ar ethX Op ,...
fe80711e
VB
689.Cd dot3 power pse | pd
690.Op Cd supported
691.Op Cd enabled
692.Op Cd paircontrol
693.Cd powerpairs Ar powerpairs
694.Op Cd class Ar class
695.Op Cd type Ar type Cd source Ar source Cd priority Ar priority Cd requested Ar requested Cd allocated Ar allocated
696.Bd -ragged -offset XXXXXX
697Advertise Dot3 POE-MDI TLV for the given port or for all ports if none
698was provided. One can act as a PD (power consumer) or a PSE (power
699provider). This configuration is distinct of the configuration of the
700transmission of the LLDP-MED POE-MDI TLV but the user should ensure
701the coherency of those two configurations if they are used together.
702.Pp
703.Ar supported
704means that MDI power is supported on the given port while
705.Ar enabled
706means that MDI power is enabled.
707.Ar paircontrol
708is used to indicate if pair selection can be controlled. Valid values
709forr
710.Ar powerpairs
711are:
712.Bl -tag -width "XXXXXX" -compact -offset XX
713.It Sy signal
714The signal pairs only are in use.
715.It Sy spare
716The spare pairs only are in use.
717.El
718.Pp
719When specified,
720.Ar class
721is a number between 0 and 4.
722.Pp
723The remaining parameters are in conformance with 802.3at and are optional.
724.Ar type
725should be either 1 or 2, indicating which if the device conforms to
726802.3at type 1 or 802.3at type 2. Values ofr
727.Ar source
728and
729.Ar priority
730are the same as for LLDP-MED POE-MDI TLV.
731.Ar requested
732and
733.Ar allocated
734are expressed in milliwats.
735.Pp
736Here are two valid uses of this command:
737.D1 configure ports eth3 dot3 power pse supported enabled paircontrol powerpairs spare class 3
738.D1 configure dot3 power pd supported enabled powerpairs spare class 3 type 1 source pse priority low requested 10000 allocated 15000
739.Ed
740
e4ff3ed5
VB
741.Cd pause
742.Bd -ragged -offset XXXXXX
743Pause
744.Nm lldpd
745operations.
746.Nm lldpd
747will not send any more frames or receive ones. This can be undone with
748.Cd resume
749command.
750.Ed
751
752.Cd resume
753.Bd -ragged -offset XXXXXX
754Resume
755.Nm lldpd
756operations.
757.Nm lldpd
758will start to send and receive frames. This command is issued
759internally after processing configuration but can be used at any time
760if a manual
761.Cd pause
762command is issued.
763.Ed
764
fe80711e
VB
765.Ed
766.Sh FILES
2cbc9cc5
VB
767.Bl -tag -width "@LLDPD_CTL_SOCKET@XX" -compact
768.It @LLDPD_CTL_SOCKET@
fe80711e
VB
769Unix-domain socket used for communication with
770.Xr lldpd 8 .
771.El
772.Sh SEE ALSO
773.Xr lldpd 8
774.Sh AUTHORS
775.An -nosplit
776The
777.Nm
778program was written by
779.An Vincent Bernat Aq bernat@luffy.cx .