Cisco Cisco Aironet 1310 Access Point Bridge Release Notes

Page of 26
 
23
Release Notes for Cisco Aironet Access Points for Cisco IOS Release 12.3(11)JA
OL-10753-01
  Documentation Updates
New IOS CLI Commands 
This section identifies and describes new IOS CLI commands included in release 12.3(11)JA. They will 
be documented in a future revision of the Cisco IOS Software Configuration Guide for Cisco Aironet 
Access Points 
and Cisco IOS Command Reference for Access Points and Bridges.
write default-config
Some IOS CLI commands save values as environment variables. A well known example of this is the ip 
address
 <ipaddress> <mask> command which saves the static ip address and its mask as environment 
variables in nvram. These environment variables are not erased when a write erase command is 
executed. These environment variables must be manually erased by executing a no ip address or ip 
address dhcp
 command. 
There is no easy way to remove these environment variables created by these commands other than 
manually performing a no command. Release 12.3(11)JA introduces the write default-config command. 
This command erases the following environment variables:
ip domain-name <name>
ip name-server <ip_addr>
ip default-gateway <ip_addr>
ip net-mask <ip_address> <subnet_mask>
ip address <ip_address> <subnet_mask>
The command performs an erase nvram internally and deletes the environment variables created by 
other IOS commands.
Note
The write default-config command does not erase all the enviroment variables.
The complete syntax is [no] write default-config
beacon privacy guest-mode
This command must be configured if you wish the beacon frames to use the privacy settings of the 
guest-mode SSID. If there is no guest-mode SSID configured, the command has no effect. If there is a 
guest-mode SSID and the command is configured, the privacy bit present in the beacon frames are set to 
ON/OFF according to how the security (encryption) settings of the guest-mode SSID are configured. 
The command has no effect in MBSSID mode.
The complete syntax is [no] beacon privacy guest-mode.
The following is a sample showing how the command is used.
ap#conf terminal
Enter configuration commands, one per line.  End with CNTL/Z.
ap(config)#int d0
ap(config-if)#bea
ap(config-if)#beacon ?
dtim-period  dtim period
period       beacon period
privacy      Privacy bit
ap(config-if)#beacon pr
ap(config-if)#beacon privacy ?