设为首页 收藏本站
查看: 599|回复: 0

[经验分享] Cisco lightweight AP 变 Autonomous AP

[复制链接]

尚未签到

发表于 2018-7-12 11:17:16 | 显示全部楼层 |阅读模式
  7月29日中午要调试公司订购的思科无线AP,我们使用的型号是air-lap 1142n-c-k9。思科有两种AP(Access Point), Lightweight AP 和Autonomous AP, 轻量AP和自治AP。由于无线控制器还没到货,需要临时配置两个AP为自治模式,先在仓库用起来。
  Lightweight AP通过无线控制器WLC来集中管理,它的缺点是通过console线连接时无法使用configure terminal命令进入全局模式进行配置,它的默认enable密码是Cisco(区分大小写),所以通过传统的CLI(command line interface)界面无法对其进行配置是很苦恼的一件事。
  我们知道思科AP有一个默认的DHCP地址10.0.0.1,怎么样才能让AP回复这个地址并通过TFTP服务器上传Cisco IOS使得我们可以利用CLI界面进行配置呢?
  如果我们直接使用console线连接思科AP,会不停提示AP没有设置IP地址。
  下面是解决办法。
  使用笔记本电脑作为TFTP server,利用的软件是TFTPd32。把本机地址设置为10.0.0.2即可,子网掩码自动带出,默认网关无需配置。

  点击Show Dir查看目录下的文件:

  其中,c1140-k9w7-tar.default是我们需要的思科IOS文件,该文件从51CTO网站下载:

  下载后拷贝该文件到TFTPd32这个绿色软件的目录下,并更改文件名为c1140-k9w7-tar.default,这个动作不是可有可无的,这么改是为了AP到时候发送广播自动寻找这个IOS文件。

  超级终端,控制口连接到AP,以便监控状态。
  按住AP上的mode键,然后插上电源,稍等一会,出现如下提示:
  IOS Bootloader - Starting system.
  Xmodem file system is available.
  DDR values used from system serial eeprom.
  WRDTR,CLKTR: 0x84000800, 0x40000000
  RQDC, RFDC : 0x80000038, 0x0000020b
  PCIE0: link is up.
  PCIE0: VC0 is active
  PCIE1: link is up.
  PCIE1: VC0 is active
  PCIEx: initialization done
  flashfs[0]: 27 files, 8 directories
  flashfs[0]: 0 orphaned files, 0 orphaned directories
  flashfs[0]: Total bytes: 32385024
  flashfs[0]: Bytes used: 7370240
  flashfs[0]: Bytes available: 25014784
  flashfs[0]: flashfs fsck took 19 seconds.
  Reading cookie from system serial eeprom...Done
  Base Ethernet MAC address: 1c:df:0f:94:a5:85
  Ethernet speed is 100 Mb - FULL duplex
  button is pressed, wait for button to be>.
  这个时候终于可以松开压住mode按钮的手了。
  button pressed for 34 seconds
  process_config_recovery: set IP address and config to default 10.0.0.1
  process_config_recovery: image recovery
  image_recovery: Download default IOS tar image tftp://255.255.255.255/c1140-k9w7
  -tar.default
  思科AP找到了IOS镜像,要下载该文件,首先检查镜像。下面的内容很长,是从超级终端记录下来的。
  examining image...
  %Error opening tftp://255.255.255.255/c1140-k9w7-tar.default (no such file or di
  rectory)
  ap:
  using  eeprom values
  WRDTR,CLKTR: 0x84000800 0x40000000
  RQDC ,RFDC : 0x80000038 0x0000020b
  ddr init done
  IOS Bootloader - Starting system.
  Xmodem file system is available.
  DDR values used from system serial eeprom.
  WRDTR,CLKTR: 0x84000800, 0x40000000
  RQDC, RFDC : 0x80000038, 0x0000020b
  PCIE0: link is up.
  PCIE0: VC0 is active
  PCIE1: link is up.
  PCIE1: VC0 is active
  PCIEx: initialization done
  flashfs[0]: 27 files, 8 directories
  flashfs[0]: 0 orphaned files, 0 orphaned directories
  flashfs[0]: Total bytes: 32385024
  flashfs[0]: Bytes used: 7370240
  flashfs[0]: Bytes available: 25014784
  flashfs[0]: flashfs fsck took 19 seconds.
  Reading cookie from system serial eeprom...Done
  Base Ethernet MAC address: 1c:df:0f:94:a5:85
  Ethernet speed is 100 Mb - FULL duplex

  button is pressed, wait for button to be>  button pressed for 26 seconds
  process_config_recovery: set IP address and config to default 10.0.0.1
  process_config_recovery: image recovery
  image_recovery: Download default IOS tar image tftp://255.255.255.255/c1140-k9w7
  -tar.default
  examining image...
  extracting info (286 bytes)
  Image info:
  Version Suffix: k9w7-.124-25d.JA1
  Image Name: c1140-k9w7-mx.124-25d.JA1
  Version Directory: c1140-k9w7-mx.124-25d.JA1

  Ios Image>
  Total Image>  Image Feature: WIRELESS LAN
  Image Family: C1140
  Wireless Switch Management Version: 7.0.94.21
  Extracting files...
  c1140-k9w7-mx.124-25d.JA1/ (directory) 0 (bytes)
  c1140-k9w7-mx.124-25d.JA1/html/ (directory) 0 (bytes)
  c1140-k9w7-mx.124-25d.JA1/html/level/ (directory) 0 (bytes)
  c1140-k9w7-mx.124-25d.JA1/html/level/1/ (directory) 0 (bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/appsui.js (557 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/back.shtml (506 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/cookies.js (5026 bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/forms.js (17486 bytes)...
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/sitewide.js (16548 bytes)...
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/config.js (24933 bytes).....
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/stylesheet.css (3214 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/popup_capabilitycodes.shtml.gz
  (1015 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/filter.js.gz (1860 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/filter_vlan.js.gz (1408 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/filter_mac_ether.js.gz (1793 b
  ytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/security.js.gz (957 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/vlan.js.gz (955 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/ssid.js.gz (4098 bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/dot1x.js.gz (982 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/network-if.js.gz (2080 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/stp.js.gz (952 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/ap_assoc.shtml.gz (6087 bytes)
  .
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/ap_event-log.shtml.gz (4398 by
  tes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/ap_home.shtml.gz (6949 bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/ap_network-if.shtml.gz (4063 b
  ytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/ap_network-map.shtml.gz (4356
  bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/ap_services.shtml.gz (4185 byt
  es).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/ap_system-sw.shtml.gz (3382 by
  tes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/ap_contextmgr.shtml.gz (4187 b
  ytes).
  c1140-k9w7-mx.124-25d.JA1/html/level/1/images/ (directory) 0 (bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/ap_title_appname.gif (2
  042 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/c1040_title_appname.gif
  (2058 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/apps_button.gif (1211 b
  ytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/apps_button_1st.gif (11
  71 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/apps_button_cbottom.gif
  (318 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/apps_button_current.gif
  (1206 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/apps_button_endcap.gif
  (878 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/apps_button_encap_last.
  gif (333 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/apps_button_last.gif (3
  86 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/apps_button_nth.gif (11
  77 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/apps_leftnav_dkgreen.gi
  f (869 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/apps_leftnav_green.gif
  (879 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/apps_leftnav_upright.gi
  f (64 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/apps_leftnav_yellow.gif
  (881 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/arrowdown_red.gif (108
  bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/arrowup_green.gif (108
  bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/corner_ur_7.gif (53 byt
  es)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/dkgreenmask11_up.gif (1
  13 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/dkgreenmask28_upright.g
  if (110 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/grn_vertlines_bottom.gi
  f (149 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/grn_vertlines_top.gif (
  141 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/hinav_plus.gif (56 byte
  s)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/left_bkg.gif (146 bytes
  )
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/list_data.gif (122 byte
  s)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/logo.gif (29454 bytes).
  .....
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/pixel.gif (49 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/sitewide_downleft.gif (
  53 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/sitewide_help_off.gif (
  934 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/sitewide_help_on.gif (9
  34 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/sitewide_print_off.gif
  (111 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/sitewide_print_on.gif (
  111 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/spacer.gif (49 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/whitemask11_botleft.gif
  (62 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/whitemask11_upright.gif
  (61 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/event_alert.gif (73 byt
  es)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/event_critical.gif (73
  bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/event_debugging.gif (73
  bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/event_emergency.gif (73
  bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/event_error.gif (73 byt
  es)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/event_information.gif (
  73 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/event_notification.gif
  (73 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/event_warning.gif (73 b
  ytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/1/images/check_mark.gif (71 byte
  s)
  c1140-k9w7-mx.124-25d.JA1/html/level/15/ (directory) 0 (bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_assoc_adv.shtml.gz (4637 b
  ytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_event-log_config-options.s
  html.gz (6199 bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_event-log_notif-options.sh
  tml.gz (3187 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_express-setup.shtml.gz (11
  588 bytes)..
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_express-security.shtml.gz
  (13867 bytes)...
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/def_broadcast-ssid.shtml.gz (
  1259 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/def_no-security.shtml.gz (157
  8 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/def_eap-security.shtml.gz (17
  87 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/def_wep-security.shtml.gz (15
  93 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/def_wpa-security.shtml.gz (18
  49 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_network-if_ipaddress.shtml
  .gz (5075 bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_network-if_802-11.shtml.gz
  (6896 bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_network-if_802-11_b.shtml.
  gz (6832 bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_network-if_802-11_c.shtml.
  gz (25249 bytes).....
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/dBm_mW_translation_table.shtm
  l.gz (1509 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_network-if_802-11_d.shtml.
  gz (4546 bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_network-if_ethernet.shtml.
  gz (4888 bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_network-if_ethernet_b.shtm
  l.gz (5988 bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_network-map_ap-adjacent-li
  st.shtml.gz (4277 bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_sec.shtml.gz (7748 bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_sec_ap-client-security.sht
  ml.gz (26562 bytes).....
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_sec_ap-key-security.shtml.
  gz (12792 bytes)..
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_sec_local-admin-access.sht
  ml.gz (7468 bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_sec_network-security_a.sht
  ml.gz (10738 bytes)..
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_sec_network-security_b.sht
  ml.gz (6110 bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_sec_lrs.shtml.gz (5575 byt
  es).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_sec_lrs_b.shtml.gz (9045 b
  ytes)..
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_sec_lrs_c.shtml.gz (6689 b
  ytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_sec_ap-client-security-adv
  _a.shtml.gz (5472 bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_sec_ap-client-security-adv
  _b.shtml.gz (5553 bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_sec_ap-client-security-adv
  _c.shtml.gz (5157 bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_sec_ap-client-security-adv
  _d.shtml.gz (4094 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_sec_ids_mfp.shtml.gz (4400
  bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_sec_ids_mfp_stats.shtml.gz
  (4129 bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_sec_dot1x-security.shtml.g
  z (6947 bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_sec_dot1x-certificates.sht
  ml.gz (11666 bytes)..
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_sec_dot1x-cert_fingerprint
  .shtml.gz (572 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_services_arp.shtml.gz (350
  8 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_services_cdp.shtml.gz (561
  2 bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_services_console-telnet.sh
  tml.gz (7309 bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_services_dns.shtml.gz (407
  8 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_services_filters.shtml.gz
  (5712 bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_services_filters-ip.shtml.
  gz (8948 bytes)..
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_services_filters-mac.shtml
  .gz (4507 bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_services_filters-ether.sht
  ml.gz (4358 bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_services_hot-standby.shtml
  .gz (6000 bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_services_http.shtml.gz (64
  81 bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_services_mobile-ip-b.shtml
  .gz (7199 bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_services_mobile-ip-c.shtml
  .gz (4619 bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_services_mobile-ip-d.shtml
  .gz (5679 bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_services_mobile-ip.shtml.g
  z (6565 bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_services_qos-traffic.shtml
  .gz (8667 bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_services_qos.shtml.gz (126
  98 bytes)..
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_services_qos_adv.shtml.gz
  (4941 bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_services_voice.shtml.gz (4
  578 bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_services_voice-traffic.sht
  ml.gz (6857 bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_services_snmp.shtml.gz (85
  04 bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_services_sntp.shtml.gz (64
  38 bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_services_vlan.shtml.gz (13
  288 bytes)..
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_stationview-client_ltest.s
  html.gz (6027 bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_system-sw_upgrade-b.htm (2
  25 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_system-sw_upgrade-b.shtml.
  gz (6712 bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_system-sw_upgrade.htm (223
  bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_system-sw_upgrade.shtml.gz
  (6746 bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_system-sw_upgrade_poll.htm
  (228 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_system-sw_upgrade_poll.sht
  ml (3590 bytes)
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_system-sw_sysconfig.shtml.
  gz (7623 bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_stationview-client.shtml.g
  z (6077 bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_contextmgr_ap.shtml.gz (52
  77 bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_contextmgr_scm.shtml.gz (5
  793 bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_contextmgr_scm-groups.shtm
  l.gz (8003 bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/html/level/15/ap_contextmgr_scm_summary.sht
  ml.gz (5559 bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/c1140-k9w7-mx.124-25d.JA1 (4791401 bytes)..
  ................................................................................
  ................................................................................
  ................................................................................
  ................................................................................
  ................................................................................
  ................................................................................
  ................................................................................
  ................................................................................
  ................................................................................
  ................................................................................
  ................................................................................
  ................................................................................
  .............................................................................
  extracting c1140-k9w7-mx.124-25d.JA1/8001.img (174876 bytes)....................
  ..................
  extracting c1140-k9w7-mx.124-25d.JA1/T2.bin (8080 bytes).
  extracting c1140-k9w7-mx.124-25d.JA1/T5.bin (23836 bytes).....
  extracting c1140-k9w7-mx.124-25d.JA1/info (286 bytes)
  extracting info.ver (286 bytes)
  Deleting current version: flash:/c1140-rcvk9w8-mx...done.
  New software image installed in flash:/c1140-k9w7-mx.124-25d.JA1
  Configuring system to use new image...done.

  Requested system>  Loading "flash:/c1140-k9w7-mx.124-25d.JA1/c1140-k9w7-mx.124-25d.JA1"...#########
  ################################################################################
  ################################################################################
  ################################################################################
  ################################################################################
  ################################################################################
  ################################################################################
  File "flash:/c1140-k9w7-mx.124-25d.JA1/c1140-k9w7-mx.124-25d.JA1" uncompressed a
  nd installed, entry point: 0x4000
  executing...
  enet halted
  Restricted Rights Legend
  Use, duplication, or disclosure by the Government is
  subject to restrictions as set forth in subparagraph
  (c) of the Commercial Computer Software - Restricted
  Rights clause at FAR sec. 52.227-19 and subparagraph
  (c) (1) (ii) of the Rights in Technical Data and Computer
  Software clause at DFARS sec. 252.227-7013.
  cisco Systems, Inc.
  170 West Tasman Drive
  San Jose, California95134-1706

  Cisco IOS Software, C1140 Software (C1140-K9W7-M), Version 12.4(25d)JA1,>  SOFTWARE (fc1)
  Technical Support: http://www.cisco.com/techsupport
  Copyright (c) 1986-2011 by Cisco Systems, Inc.
  Compiled Thu 11-Aug-11 02:58 by prod_rel_team
  Proceeding with system init
  Proceeding to unmask interrupts
  Initializing flashfs...
  FLASH CHIP:  Numonyx P33
  Checking for Over Erased blocks
  ................................................................................
  ................................................................................
  ................................................................................
  ......
  flashfs[1]: 170 files, 13 directories
  flashfs[1]: 0 orphaned files, 0 orphaned directories
  flashfs[1]: Total bytes: 32126976
  flashfs[1]: Bytes used: 10785280
  flashfs[1]: Bytes available: 21341696
  flashfs[1]: flashfs fsck took 6 seconds.
  flashfs[1]: Initialization complete.
  flashfs[2]: 0 files, 1 directories
  flashfs[2]: 0 orphaned files, 0 orphaned directories
  flashfs[2]: Total bytes: 11999232
  flashfs[2]: Bytes used: 1024
  flashfs[2]: Bytes available: 11998208
  flashfs[2]: flashfs fsck took 0 seconds.
  flashfs[2]: Initialization complete....done Initializing flashfs.
  Radio0  present 8363 8000 90020000 0 90030000 B
  Radio1  present 8363 8000 98020000 0 98030000 0
  Ethernet speed is 100 Mb - FULL duplex
  This product contains cryptographic features and is subject to United
  States and local country laws governing import, export, transfer and
  use. Delivery of Cisco cryptographic products does not imply
  third-party authority to import, export, distribute or use encryption.
  Importers, exporters, distributors and users are responsible for
  compliance with U.S. and local country laws. By using this product you
  agree to comply with applicable laws and regulations. If you are unable
  to comply with U.S. and local laws, return this product immediately.
  A summary of U.S. laws governing Cisco cryptographic products may be found at:
  http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
  If you require further assistance please contact us by sending email to
  export@cisco.com.
  cisco AIR-AP1142N-C-K9    (PowerPC405ex) processor (revision B0) with 98294K/327
  68K bytes of memory.

  Processor board>  PowerPC405ex CPU at 586Mhz, revision number 0x147E
  Last reset from power-on
  1 Gigabit Ethernet interface
  2 802.11 Radio(s)
  32K bytes of flash-simulated non-volatile configuration memory.
  Base ethernet MAC Address: 1C:DF:0F:94:A5:85
  Part Number                          : 73-11451-08
  PCA Assembly Number                  : 800-30554-06
  PCA Revision Number                  : A0
  PCB Serial Number                    : FOC14441V8Y
  Top Assembly Part Number             : 800-31273-04
  Top Assembly Serial Number           : FGL1448S5W6
  Top Revision Number                  : A0
  Product/Model Number                 : AIR-LAP1142N-C-K9
  Press RETURN to get started!
  *Mar  1 00:00:08.030: %SOAP_FIPS-2-SELF_TEST_IOS_SUCCESS: IOS crypto FIPS self t
  est passed
  *Mar  1 00:00:08.044: *** CRASH_LOG = YES
  *Mar  1 00:00:09.327: %SOAP_FIPS-2-SELF_TEST_RAD_SUCCESS: RADIO crypto FIPS self
  test passed on interface Dot11Radio 0
  *Mar  1 00:00:09.893: %SOAP_FIPS-2-SELF_TEST_RAD_SUCCESS: RADIO crypto FIPS self
  test passed on interface Dot11Radio 1Base Ethernet MAC address: 1C:DF:0F:94:A5:
  85
  *Mar  1 00:00:12.092: %LINK-3-UPDOWN: Interface GigabitEthernet0, changed state
  to up
  *Mar  1 00:00:13.092: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEth
  ernet0, changed state to up
  *Mar  1 00:13:26.001: %LINK-5-CHANGED: Interface Dot11Radio1, changed state to a
  dministratively down
  *Mar  1 00:13:26.001: %LINK-5-CHANGED: Interface Dot11Radio0, changed state to a
  dministratively down
  *Mar  1 00:13:26.002: %CDP_PD-4-POWER_OK: Full power - AC_ADAPTOR inline power s
  ource
  *Mar  1 00:13:26.018: %SYS-5-RESTART: System restarted --

  Cisco IOS Software, C1140 Software (C1140-K9W7-M), Version 12.4(25d)JA1,>  SOFTWARE (fc1)
  Technical Support: http://www.cisco.com/techsupport
  Copyright (c) 1986-2011 by Cisco Systems, Inc.
  Compiled Thu 11-Aug-11 02:58 by prod_rel_team
  *Mar  1 00:13:26.018: %SNMP-5-COLDSTART: SNMP agent on host ap is undergoing a c
  old start
  *Mar  1 00:13:26.990: %LINEPROTO-5-UPDOWN: Line protocol on Interface BVI1, chan
  ged state to up
  *Mar  1 00:13:27.000: %LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio
  1, changed state to down
  *Mar  1 00:13:27.001: %LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio
  0, changed state to down
  在这里回车,出现如下画面:
  ap>
  我们尝试一下可不可以进行全局配置,
  ap>en
  Password:
  ap#conf t
  Enter configuration commands, one per line.  End with CNTL/Z.
  ap(config)#
  OK,可以进行配置了。

运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.yunweiku.com/thread-536455-1-1.html 上篇帖子: cisco 3750G-24TS-E交换机配置ntp 下篇帖子: cisco交换机如何查看端口所连pc的ip地址
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表