ignore (for LLDP groups)

Syntax

ignore [seq <SEQ-ID>] {sys-desc <SYS-DESC> | sysname <SYS-NAME> | 
     vendor-oui <VENDOR-OUI> [type <KEY> [value <VALUE>]]}

no ignore [seq <SEQ-ID>] {sys-desc <SYS-DESC> | sysname <SYS-NAME> | 
     vendor-oui <VENDOR-OUI> [type <KEY> [value <VALUE>]]}

Description

Defines a rule to ignore devices for an LLDP group. Up to 64 match/ignore rules can be defined for a group.

The no form of this command removes a rule for ignoring devices from an LLDP group.

Command context

config-lldp-group

Parameters

seq <SEQ-ID>
Specifies the ID of the rule to create or modify. If no ID is specified when adding a rule, an ID is automatically assigned in increments of 10 in the order in which rules are added. When more than one rule matches the command entered, the rule with the lowest ID takes precedence.
sys-desc <SYS-DESC>

Specifies the LLDP system description type-length-value (TLV). Range: 1 to 256 alphanumeric characters.

sysname <SYS-NAME>
Specifies the LLDP system name TLV. Range: 1 to 64 alphanumeric characters.
vendor-oui <VENDOR-OUI>
Specifies the LLDP system vendor OUI TLV. Range: 1 to 6 alphanumeric characters.
type <KEY>
Specifies the vendor OUI subtype key. Optional.
value <VALUE>
Specifies the vendor OUI subtype value. Range: 1 to 256 alphanumeric characters.

Authority

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

Examples

Adding a rule to the LLDP group grp01 that ignores a device that transmits PLATFORM01 in the system description TLV:

switch(config)# port-access lldp-group grp01
switch(config-lldp-group)# ignore sys-desc PLATFORM01

Removing the rule that matches the sequence number 25 from the LLDP group named grp01.

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