From 678317d432b968d15d9d36a63eadc4509c98410a Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Thu, 19 Dec 2019 18:17:43 +0100 Subject: style-guide: all opcmd and clicmd explanations should be indented by 3 --- docs/services/lldp.rst | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) (limited to 'docs/services/lldp.rst') diff --git a/docs/services/lldp.rst b/docs/services/lldp.rst index 05c187b0..c1f39fba 100644 --- a/docs/services/lldp.rst +++ b/docs/services/lldp.rst @@ -36,42 +36,41 @@ Configuration .. cfgcmd:: set service lldp -Enable LLDP service + Enable LLDP service .. cfgcmd:: set service lldp management-address
-Define IPv4 management address transmitted via LLDP. + Define IPv4 management address transmitted via LLDP. .. cfgcmd:: set service lldp interface -Enable transmission of LLDP information on given ``. You can also -say ``all`` here so LLDP is turned on on every interface. + Enable transmission of LLDP information on given ``. You can also + say ``all`` here so LLDP is turned on on every interface. .. cfgcmd:: set service lldp interface disable -Disable transmit of LLDP frames on given ``. Useful to exclude -certain interfaces from LLDP when ``all`` have been enabled. + Disable transmit of LLDP frames on given ``. Useful to exclude + certain interfaces from LLDP when ``all`` have been enabled. .. cfgcmd:: set service lldp snmp enable -Enable SNMP queries of the LLDP database - + Enable SNMP queries of the LLDP database .. cfgcmd:: set service lldp legacy-protocols -Enable given legacy protocol on this LLDP instance. Legacy protocols include: + Enable given legacy protocol on this LLDP instance. Legacy protocols include: -* ``cdp`` - Listen for CDP for Cisco routers/switches -* ``edp`` - Listen for EDP for Extreme routers/switches -* ``fdp`` - Listen for FDP for Foundry routers/switches -* ``sonmp`` - Listen for SONMP for Nortel routers/switches + * ``cdp`` - Listen for CDP for Cisco routers/switches + * ``edp`` - Listen for EDP for Extreme routers/switches + * ``fdp`` - Listen for FDP for Foundry routers/switches + * ``sonmp`` - Listen for SONMP for Nortel routers/switches Operation ========= .. opcmd:: show lldp neighbors -Displays information about all neighbors discovered via LLDP. + Displays information about all neighbors discovered via LLDP. .. code-block:: none @@ -85,7 +84,7 @@ Displays information about all neighbors discovered via LLDP. .. opcmd:: show lldp neighbors detail -Get detailed information about LLDP neighbors. + Get detailed information about LLDP neighbors. .. code-block:: none @@ -135,8 +134,8 @@ Get detailed information about LLDP neighbors. .. opcmd:: show lldp neighbors interface -Show LLDP neighbors connected via interface ``. + Show LLDP neighbors connected via interface ``. .. opcmd:: show log lldp -Used for troubleshooting. + Used for troubleshooting. -- cgit v1.2.3