Configuration Guide User guide
FastIron Configuration Guide 479
53-1002494-02
LLDP-MED configuration
Configuring civic address location
When you configure a media Endpoint location using the address-based location, you specify the
location the entry refers to, the country code, and the elements that describe the civic or postal
address.
To configure a civic address-based location for LLDP-MED, enter commands such as the following
at the Global CONFIG level of the CLI.
Brocade(config)#lldp med location-id civic-address refers-to client country US
elem 1 CA elem 3 “Santa Clara” elem 6 “4980 Great America Pkwy” elem 24 95054 elem
27 5 elem 28 551 elem 29 office elem 23 “John Doe”
Syntax: [no] lldp med location-id civic-address refers-to <elem> country <country code> elem <CA
type> <value> [elem <CA type> <value>] [elem <CA type> <value>]....
refers-to <elem> describes the location that the entry refers to. Specify one of the following:
• client
• dhcp-server
• network-element
where dhcp-server or network-element should only be used if it is known that the Endpoint is in
close physical proximity to the DHCP server or network element.
<country code> is the two-letter ISO 3166 country code in capital ASCII letters.
Example
• CA – Canada
• DE – Germany
• JP – Japan
• KR – Korea
• US – United States
<CA type> is a value from 0 – 255, that describes the civic address element. For example, a CA
type of 24 specifies a postal or zip code. Valid elements and their types are listed in Table 85.
<value> is the actual value of the elem <CA type>, above. For example, 95123 for the postal or zip
code. Acceptable values are listed in Table 85, below.
NOTE
If the value of an element contains one or more spaces, use double quotation marks (“) at the
beginning and end of the string. For example, elem 3 “Santa Clara”.