Cisco Cisco Aironet 1130 AG Access Point

Página de 30
 
27
Release Notes for Cisco Aironet Access Points for Cisco IOS Release 12.3(8)JEA
OL-11186-01
  Documentation Updates
interface Dot11Radio0.102
encapsulation dot1Q 102
no ip route-cache
bridge-group 102
bridge-group 102 subscriber-loop-control
bridge-group 102 block-unknown-source
no bridge-group 102 source-learning
no bridge-group 102 unicast-flooding
bridge-group 102 spanning-disabled
!
interface FastEthernet0
no ip address
no ip route-cache
duplex auto
speed auto
!
interface FastEthernet0.100
encapsulation dot1Q 100 native
no ip route-cache
bridge-group 1
no bridge-group 1 source-learning
bridge-group 1 spanning-disabled
!
interface FastEthernet0.102
encapsulation dot1Q 102 
no ip route-cache
bridge-group 102
no bridge-group 102 source-learning
bridge-group 102 spanning-disabled
!
New IOS CLI Commands 
This section identifies and describes new IOS CLI commands included in release 12.3(8)JEA. 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 are other commands that use environment variables, including:
ip domain-name <name>
ip name-server <ip_addr>
ip default-gateway <ip_addr>
There is no easy way to remove these environment variables created by these commands other than 
manually performing a no command. Release 12.3(8)JEA introduces the write default-config 
command. This command is used to erase all environment variables and return the access point to its 
default configuration. The command performs an erase nvram internally and deletes all environment 
variables created by other IOS commands.
The complete syntax is [no] write default-config