Which command will suppress LLDP messages from egressing on a given port while still allowing LLDP to be enabled on the switch?
Which command will suppress LLDP messages from egressing on a given port while still allowing LLDP to be enabled on the switch?
To suppress LLDP messages from egressing on a specific port while still allowing LLDP to be enabled on the switch, you need to use the command `switch(config-if)# no lldp interface (port) transmit`. This command prevents LLDP transmission on that specific interface while keeping LLDP enabled globally on the switch.
B: Yes, the no lldp transmit command on an Aruba switch running the AOS-CX operating system can be used to disable the transmission of LLDP packets on a specific interface. This command can be used in interface configuration mode as follows:Yes, the no lldp transmit command on an Aruba switch running the AOS-CX operating system can be used to disable the transmission of LLDP packets on a specific interface. This command can be used in interface configuration mode as follows:
"no lldp transmit" is port specific which the question is asking about. "no lldp" is also valid but it deactivates lldp on all interfaces
B is correct
B is correct.