27-10
Catalyst 3750 SwitchSoftware Configuration Guide
OL-8550-09
Chapter27 Configuring LLDP, LLDP-MED, and Wired Location Service
Configuring LLDP, LLDP-MED, and Wired Location Service
This example shows how to configure VLAN 100 for voice application with CoS and to enable the
network-policy profile and network-policy TLV on an interface:
Switch# configure terminal
Switch(config)# network-policy 1
Switch(config-network-policy)# voice vlan 100 cos 4
Switch(config-network-policy)# exit
Switch(config)# interface gigabitethernet1/0/1
Switch(config-if)# network-policy profile 1
Switch(config-if)# lldp med-tlv-select network-policy
This example shows how to configure the voice application type for the native VLAN with priority
tagging:
Switch(config-network-policy)# voice vlan dot1p cos 4
Switch(config-network-policy)# voice vlan dot1p dscp 34
Configuring Location TLV and Wired Location Service
Beginning in privileged EXEC mode, follow these steps to configure location information for an
endpoint and to apply it to an interface.
Command Purpose
Step1 configure terminal Enter global configuration mode.
Step2 location {admin-tag string | civic-location
identifier id | elin-location string identifier
id}
Specify the location information for an endpoint.
admin-tag—Specify an administrative tag or site information.
civic-location—Specify civic location information.
elin-location—Specify emergency location information (ELIN).
identifier id—Specify the ID for the civic location.
string—Specify the site or location information in alphanumeric
format.
Step3 exit Return to global configuration mode.
Step4 interface interface-id Specify the interface on which you are configuring the location
information, and enter interface configuration mode.
Step5 location {additional-location-information
word | civic-location-id id | elin-location-id
id}
Enter location information for an interface:
additional-location-information—Specify additional information
for a location or place.
civic-location-id—Specify global civic location information for an
interface.
elin-location-id—Specify emergency location information for an
interface.
id—Specify the ID for the civic location or the ELIN location. The ID
range is 1 to 4095.
word—Specify a word or phrase with additional location
information.
Step6 end Return to privileged EXEC mode.