• <output id="aynwq"><form id="aynwq"><code id="aynwq"></code></form></output>

    <mark id="aynwq"><option id="aynwq"></option></mark>
  • <mark id="aynwq"><option id="aynwq"></option></mark><label id="aynwq"><dl id="aynwq"></dl></label>
  • 學(xué)習(xí)啦>學(xué)習(xí)電腦>網(wǎng)絡(luò)知識(shí)>路由器>路由器設(shè)置>cisco思科>

    思科ACE升級(jí)冗余如何配置

    時(shí)間: 權(quán)威724 分享

      思科cisco公司制造的路由器、交換機(jī)和其他設(shè)備承載了全球80%的互聯(lián)網(wǎng)通信,成為了網(wǎng)絡(luò)應(yīng)用的成功實(shí)踐者之一,那么你知道思科ACE升級(jí)冗余如何配置嗎?下面是學(xué)習(xí)啦小編整理的一些關(guān)于思科ACE升級(jí)冗余如何配置的相關(guān)資料,供你參考。

      思科ACE升級(jí)冗余如何的方法

      ACE升級(jí):

      1、在交換機(jī)上配置

      Router# config

      Router(config)# svclc vlan-group 3 3

      /*將VLAN3分配給VLAN-GROUP 3

      Router(config)# svc module 1 vlan-group 3

      /*將交換機(jī)的模塊1(ACE板)分配置VLAN-GROUP 3

      Router(config)#int gi 9/48

      Router(config-if)switchport

      Router(config-if)swi acc vlan 3

      Router(config-if)no shut

      /*將9/48口也劃入VLAN3 ,并在此接口上接PC,為PC配置地址30.30.30.3/24.

      ACE板可以和VLAN3 中機(jī)器通信。

      Router(config)#svclc vlan-group 3 ?

      WORD

      vlan range (2-1001,1006-4094) ex: 1-65,72,300-320

      Router(config)#svclc vlan-group 3 3

      Router(config)#svc module 1 vlan-group 3

      Router(config)#do show svc vlan

      Display vlan-groups created by both ACE module and FWSM commands

      Group

      Created by

      vlans

      -----

      ----------

      -----

      3

      ACE

      3

      Router(config)#do show svc mo

      Module Vlan-groups

      ------ -----------

      01

      3

      Router(config)#

      2、在ACE板上配置:

      switch/Admin(config)# do show vlan

      Vlans configured on SUP for this module

      vlan3

      switch /Admin(config)# interface vlan 3

      switch /Admin(config-if)# ip address 30.30.30.2 255.255.255.0

      switch /admin(config-if)# no shutdown

      switch /Admin(config)# class-map type management match-any remote

      switch/Admin(config-cmap-mgmt)# match protocol telnet any

      switch/Admin(config-cmap-mgmt)# match protocol ssh any

      switch/Admin(config-cmap-mgmt)# match protocol icmp any

      switch/Admin(config-cmap-mgmt)# exit

      switch/Admin(config)#

      switch/Admin(config)# policy-map type management first-match remote

      switch/Admin(config-pmap-mgmt)#

      switch/Admin(config-pmap-mgmt)# class remote

      switch/Admin(config-pmap-mgmt-c)#

      switch/Admin(config-pmap-mgmt-c)# permit

      switch/Admin(config-pmap-mgmt-c)# exit

      switch/Admin(config-pmap-mgmt)# exit

      switch/Admin(config)#

      switch/Admin(config)# interface vlan 3

      switch/Admin(config-if)#

      switch/Admin(config-if)# service-policy input remote

      查看配置信息:

      switch/Admin(config-if)# do show run

      Generating configuration…

      login timeout 0

      boot system image:c6ace-t1k9-mz.3.0.0_A1_6_3a.bin

      class-map type management match-any remote

      2 match protocol telnet any

      3 match protocol ssh any

      4 match protocol icmp any

      5 match protocol http any

      policy-map type management first-match remote

      class remote

      permit

      interface vlan 3

      ip address 30.30.30.2 255.255.255.0

      service-policy input remote

      no shutdown

      username admin password 5 class="main">

    思科ACE升級(jí)冗余如何配置

    時(shí)間: 權(quán)威724 分享

      role Admin domain

      default-domain

      username www password 5 class="main">

    思科ACE升級(jí)冗余如何配置

    時(shí)間: 權(quán)威724 分享

      role Admin domain de

      fault-domain

      switch/Admin(config-if)

      3、配置完成準(zhǔn)備升級(jí):

      switch/Admin(config-if)# do show

      boot

      /*查看ACE板引導(dǎo)信息

      BOOT variable = "disk0:c6ace-t1k9-mz.3.0.0_A1_6_3a.bin"

      Configuration register is 0x1

      從TFTP(30.30.30.3)上升級(jí)

      switch/Admin# copy tftp: image:

      Enter source filename[]? c6ace-t1k9-mz.A2_1_2.bin

      Enter the destination filename[]? [c6ace-t1k9-mz.A2_1_2.bin]

      Address or name of remote host[]? 30.30.30.3

      Trying to connect to tftp server……

      !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

      !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

      TFTP get operation was successful

      switch/Admin# show image:

      30374383

      Dec 8 10:06:59 2008 c6ace-t1k9-mz.A2_1_2.bin

      28822200

      Sep 13 17:13:00 2008 c6ace-t1k9-mz.3.0.0_A1_6_3a.bin

      Usage for image: filesystem

      399998976 bytes total used

      638976000 bytes free

      1038974976 bytes available

      switch/Admin#

      4、修改啟動(dòng)文件:switch/Admin# confi t

      Enter configuration commands, one per line.

      End with CNTL/Z.

      switch/Admin(config)# boot

      system ?

      image:

      Image name to boot

      switch/Admin(config)# boot system image:c6ace-t1k9-mz.A2_1_2.bin

      switch/Admin(config)# do show boot

      BOOT variable = "disk0:c6ace-t1k9-mz.3.0.0_A1_6_3a.bin;disk0:c6ace-t1k9-mz.A2_1_2.bin"

      Configuration register is 0x1

      switch/Admin(config)# no boot stem disk0: image:c6ace-t1k9-mz.3.0.0_A1_6_3a.bin

      switch/Admin(config)# do show boot

      BOOT variable = "disk0:c6ace-t1k9-mz.A2_1_2.bin"

      Configuration register is 0x1

      switch/Admin(config)# do copy run star

      Generating configuration…

      running config of context Admin saved

      5、重啟ACE板:switch/Admin(config)# reload

      看過(guò)文章“思科ACE升級(jí)冗余如何配置”的人還看了:

      1.cisco思科路由器設(shè)置

      2.思科路由器基本配置教程

      3.Cisco(思科)新手之路由器連接

      4.思科路由器怎么進(jìn)入 思科路由器怎么設(shè)置

      5.如何查看Cisco路由器的配置信息

      6.思科路由器控制端口連接圖解

      7.如何理解cisco企業(yè)架構(gòu)

      8.cisco常用命令

      9.cisco路由器教程詳解

      10.cisco ip設(shè)置

    573648 主站蜘蛛池模板: 天堂8在线天堂资源bt| 日韩免费无砖专区2020狼| 国产成人综合日韩精品无码| 中文字幕无线码一区二区| 牛牛本精品99久久精品| 国产欧美日韩中文久久| 一边摸一边桶一边脱免费视频 | 国内精品久久久久国产盗摄| 久久精品国产69国产精品亚洲| 精品人妻AV无码一区二区三区| 国产私拍福利精品视频网站| 免费**毛片在线播放直播| 怡红院在线观看视频| 我要打飞华人永久免费| 亚洲欧美中文日韩综合| 色综合久久一区二区三区| 国自产精品手机在线观看视频| 久久午夜综合久久| 波多野结衣绝顶大高潮| 国产亚洲欧美在线播放网站| 9i9精品国产免费久久| 日本特黄特黄刺激大片| 亚洲精品一级片| 色猫咪av在线网址| 国产精品嫩草影院在线| 一级黄色在线看| 日韩电影在线看| 国产免费一区二区三区VR| 99久久人妻无码精品系列| 日本一线a视频免费观看| 亚洲日韩国产精品无码av| 美国一级毛片在线观看| 国产欧美在线观看一区| h无遮挡男女激烈动态图| 日本强好片久久久久久AAA| 亚洲欧美日韩一区二区三区在线 | 天天爱天天做天天爽| 久久久久无码精品亚洲日韩| 欧美性猛交xxxx乱大交3| 免费看黄的网页| 蜜桃视频在线观看免费网址入口|