Configuring 802.1x Authentication
Creating an LLDP Filter
Beginning in privileged EXEC mode, follow these steps to create an LLDP filter containing a list of
TLVs that can be included or excluded in the Device Sensor output:
Command
Step 1
configure terminal
Example:
Switch# configure terminal
Step 2
device-sensor filter-list lldp list
tlv-list-name
Example:
Switch(config)# device-sensor
filter-list lldp list lldp-list
Step 3
tlv {name tlv-name | number tlv-number}
Example:
Switch(config-sensor-cdplist)# tlv
number 10
Step 4
end
Example:
Switch(config-sensor-lldplist)# end
Creating a DHCP Filter
Beginning in privileged EXEC mode, follow these steps to create a DHCP filter containing a list of
DHCP options that can be included or excluded in the Device Sensor output:
Command
Step 1
configure terminal
Example:
Switch# configure terminal
Step 2
device-sensor filter-list dhcp list
option-list-name
Example:
Switch(config)# device-sensor
filter-list dhcp list dhcp-list
Catalyst 3750-X and 3560-X Switch Software Configuration Guide
1-56
Chapter 1
Purpose
Enters global configuration mode.
Creates a TLV list and enters LLDP sensor configuration mode, where
you can configure individual TLVs.
Adds individual LLDP TLVs to the TLV list. You can delete the TLV
list without individually removing TLVs from the list by using the no
device-sensor filter-list lldp list tlv-list-name command.
Returns to privileged EXEC mode.
Purpose
Enters global configuration mode.
Creates an options list and enters DHCP sensor configuration mode,
where you can specify individual DHCP options.
Configuring IEEE 802.1x Port-Based Authentication
OL-25303-03