beautypg.com

Allied Telesis AT-8100 Series User Manual

Page 1287

background image

AT-8100 Switch Command Line User’s Guide

1287

After you create a location entry, use “LLDP LOCATION” on page 1267 to
assign the location entry to a port, or ports, on the switch.

To remove a civic location entry, use “NO LOCATION” on page 1299.

Confirmation Command

“SHOW LOCATION” on page 1318

Examples

This example creates a new civic location entry that has the following
specifications:

ID number:

5

Address:

100 New Adams Way
Floor 2, wiring closet 214
San Jose, CA 95134

awplus> enable
awplus# configure terminal
awplus(config)# location civic-location identifier 5
awplus(config_civic)# country US
awplus(config_civic)# city San-Jose
awplus(config_civic)# state CA
awplus(config_civic)# building 100
awplus(config_civic)# primary-road-name New-Adams
awplus(config_civic)# street-suffix Way
awplus(config_civic)# postal-code 95134
awplus(config_civic)# floor 2
awplus(config_civic)# room 214
awplus(config_civic)# exit
awplus(config)#

This example removes the defined values for the neighborhood and street-
group parameters from LLDP-MED civic location ID 3:

awplus> enable
awplus# configure terminal
awplus(config)# location civic-location identifier 3
awplus(config_civic)# no neighborhood
awplus(config_civic)# no street-group
awplus(config_civic)# exit
awplus(config)#