interface-config-bluetooth-instance
Configures iBeacon beacon payload parameters. Configure these parameters only if the Bluetooth radio interface‘s operational mode is set to ‘le-beacon‘, and the beacon‘s emitted transmission pattern is set to ‘ibeacon‘.
ibeacon [calibration-rssi <-127-127>|major <0-65535>|minor <0-65535>|uuid <WORD>]
ibeacon | Configures following iBeacon beacon payload parameters: calibration-rssi, major, minor, and uuid |
calibration-rssi <-127-127> | Configures the ibeacon measured calibration signal strength, from -127 to 127 dBm, at 1 meter. Mobile devices can approximate their distance to beacons based on received signal strength. However, distance readings can fluctuate since they depend on several external factors. The closer you are to a beacon, the more accurate the reported distance. This setting is the projected calibration signal strength at 1 meter.
|
major <0-65535> | Configures the iBeacon Major value from 0 - 65535. Major values identify and distinguish groups. For example, each beacon on a specific floor in a building could be assigned a unique major value.
|
minor <0-65535> | Configures the iBeacon Minor value from 0 - 65535. Minor values identify and distinguish individual beacons. Minor values help identify individual beacons within a group of beacons assigned a major value. The default setting is 2,222.
|
uuid <WORD> | Configures a 32 hex character maximum UUID. The UUID classification contains 32 hexadecimal digits, split into 5 groups, separated by dashes. For example, f2468da65fa82e841134bc5b71e0893e. The UUID distinguishes iBeacons in the network from all other beacons in networks outside of your direct administration.
|
nx9500-6C8809(config-profile-default-ap8432-if-bluetooth1)#ibeacon calibration-rssi -70 nx9500-6C8809(config-profile-default-ap8432-if-bluetooth1)#ibeacon major 1110 nx9500-6C8809(config-profile-default-ap8432-if-bluetooth1)#ibeacon minor 2210 nx9500-6C8809(config-profile-default-ap8432-if-bluetooth1)#ibeacon uuid f2468da65fa82e841134bc5b71e0893e nx9500-6C8809(config-profile-default-ap8432-if-bluetooth1)#show context interface bluetooth1 shutdown mode le-beacon beacon pattern ibeacon ibeacon calibration-rssi -70 ibeacon major 1110 ibeacon minor 2210 ibeacon uuid f2468da65fa82e841134bc5b71e0893e nx9500-6C8809(config-profile-default-ap8432-if-bluetooth1)#
no (bluetooth-inf-config-command) | Removes or reverts to default this Bluetooth radio‘s iBeacon beacon payload parameters |