Configure LLDP-MED Coordinate Based Location Information

About this task

Perform the following procedure to configure coordinate based location information of local LLDP-MED on specific ports.

Procedure

  1. Enter GigabitEthernet Interface Configuration mode:

    enable

    configure terminal

    interface GigabitEthernet {slot/port[/sub-port][-slot/port[/sub-port]][,...]}

    Note

    Note

    If the platform supports channelization and the port is channelized, you must also specify the sub-port in the format slot/port/sub-port.

  2. Configure coordinate based location:

    lldp location-identification coordinate (altitude WORD<1-13> {floors | meters} datum {NAD83/MLLW | NAD83/NAVD88 | WGS84} latitude WORD<1-14> {NORTH | SOUTH} longitude WORD<1-14> {EAST | WEST})

Example

Configuring coordinate based location on port 1/2:

Switch:1>enable
Switch:1#configure terminal
Switch:1(config)#interface gigabitEthernet 1/2
Switch:1(config-if)#lldp location-identification coordinate-base altitude 3 floors

Variable Definitions

The following table defines parameters for the lldp location-identification coordinate command.

Variable

Value

altitude WORD<1–13>

Specifies the value for altitude. The units of measurement are:

  • floors

  • meters

datum

Specifies the reference datum. The formats are:

  • NAD83/MLLW

  • NAD83/NAVD88

  • WGS84

latitude WORD<1-14>

Specifies the latitude in degrees, and its relation to the equator from North or South.

longitude WORD<1-14>

Specifies the longitude in degrees, and its relation to the prime meridian from East or West.