port-access lldp-group

Syntax

port-access lldp-group <LLDP-GROUP-NAME>

no port-access lldp-group <LLDP-GROUP-NAME>

Description

Creates an LLDP group or modifies an existing LLDP group. An LLDP group is used to classify connected devices based on the LLDP type-length-values (TLVs) advertised by the device. A maximum of 32 LLDP groups can be configured on the switch. Each group accepts 64 match/ignore commands.

The no form of this command removes an LLDP group.

Command context

config

Parameters

<LLDP-GROUP-NAME>
Specifies the name of the LLDP group to create or modify. The maximum number of characters supported is 32. Required.

Authority

Administrators or local user group members with execution rights for this command.

Examples

Creating an LLDP group named grp01:

switch(config)# port-access lldp-group grp01
switch(config-lldp-group)# 

Removing an LLDP group named grp01:

switch(config)# no port-access lldp-group grp01