Cisco ACE升级及冗余配置

网络
Cisco ACE能够使企业在应用交付方面实现四个主要IT目标:提高应用的可用性,加速应用性能,保护数据中心和应用,减少服务器、负载均衡器和数据中心防为墙,实现数据中心整合。

Cisco ACE的应用主要使用http、https、telnet、icmp、snmp、实时流协议(RSTP)和域名系统(dns)等协议,实现了多种内容交换,并使用了完全常规参数表达(regex),包括URL、cookies、方法、标头,主机标头和消息。下面我们来看一下Cisco ACE升级配置:

Cisco ACE升级——在交换机上配置

  1. Router# config  
  2.  
  3. Router(config)# svclc vlan-group 3 3  
  4.  
  5. /*将VLAN3分配给VLAN-GROUP 3  
  6.  
  7. Router(config)# svc module 1 vlan-group 3  
  8.  
  9. /*将交换机的模块1(ACE板)分配置VLAN-GROUP 3  
  10.  
  11. Router(config)#int gi 9/48  
  12.  
  13. Router(config-if)switchport  
  14.  
  15. Router(config-if)swi acc vlan 3  
  16.  
  17. Router(config-if)no shut  
  18.  
  19. /*将9/48口也划入VLAN3 ,并在此接口上接PC,为PC配置地址30.30.30.3/24.  
  20.  
  21. ACE板可以和VLAN3 中机器通信。  
  22.  
  23. Router(config)#svclc vlan-group 3 ?  
  24.  
  25. WORD  
  26.  
  27. vlan range (2-1001,1006-4094) ex: 1-65,72,300-320  
  28.  
  29. Router(config)#svclc vlan-group 3 3  
  30.  
  31. Router(config)#svc module 1 vlan-group 3  
  32.  
  33. Router(config)#do show svc vlan  
  34.  
  35. Display vlan-groups created by both ACE module and FWSM commands  
  36.  
  37. Group  
  38.  
  39. Created by  
  40.  
  41. vlans  
  42.  
  43. -----  
  44.  
  45. ----------  
  46.  
  47. -----  
  48.  
  49. 3  
  50.  
  51. ACE  
  52.  
  53. 3  
  54.  
  55. Router(config)#do show svc mo  
  56.  
  57. Module Vlan-groups  
  58.  
  59. ------ -----------  
  60.  
  61. 01  
  62.  
  63. 3  
  64.  
  65. Router(config)# 

Cisco ACE升级——在ACE板上配置:

  1. switch/Admin(config)# do show vlan  
  2.  
  3. Vlans configured on SUP for this module  
  4.  
  5. vlan3  
  6.  
  7. switch /Admin(config)# interface vlan 3  
  8.  
  9. switch /Admin(config-if)# ip address 30.30.30.2 255.255.255.0  
  10.  
  11. switch /admin(config-if)# no shutdown  
  12.  
  13. switch /Admin(config)# class-map type management match-any remote  
  14.  
  15. switch/Admin(config-cmap-mgmt)# match protocol telnet any  
  16.  
  17. switch/Admin(config-cmap-mgmt)# match protocol ssh any  
  18.  
  19. switch/Admin(config-cmap-mgmt)# match protocol icmp any  
  20.  
  21. switch/Admin(config-cmap-mgmt)# exit  
  22.  
  23. switch/Admin(config)#  
  24.  
  25. switch/Admin(config)# policy-map type management first-match remote  
  26.  
  27. switch/Admin(config-pmap-mgmt)#  
  28.  
  29. switch/Admin(config-pmap-mgmt)# class remote  
  30.  
  31. switch/Admin(config-pmap-mgmt-c)#  
  32.  
  33. switch/Admin(config-pmap-mgmt-c)# permit  
  34.  
  35. switch/Admin(config-pmap-mgmt-c)# exit  
  36.  
  37. switch/Admin(config-pmap-mgmt)# exit  
  38.  
  39. switch/Admin(config)#  
  40.  
  41. switch/Admin(config)# interface vlan 3  
  42.  
  43. switch/Admin(config-if)#  
  44.  
  45. switch/Admin(config-if)# service-policy input remote 

查看配置信息:

  1. switch/Admin(config-if)# do show run  
  2.  
  3. Generating configuration…  
  4.  
  5. login timeout 0  
  6.  
  7. boot system image:c6ace-t1k9-mz.3.0.0_A1_6_3a.bin  
  8.  
  9. class-map type management match-any remote  
  10.  
  11. 2 match protocol telnet any  
  12.  
  13. 3 match protocol ssh any  
  14.  
  15. 4 match protocol icmp any  
  16.  
  17. 5 match protocol http any  
  18.  
  19. policy-map type management first-match remote  
  20.  
  21. class remote  
  22.  
  23. permit  
  24.  
  25. interface vlan 3  
  26.  
  27. ip address 30.30.30.2 255.255.255.0  
  28.  
  29. service-policy input remote  
  30.  
  31. no shutdown  
  32.  
  33. username admin password 5 $faXJEFBj$TJR1Nx7sLPTi5BZ97v08c/  
  34.  
  35. role Admin domain  
  36.  
  37. default-domain  
  38.  
  39. username www password 5 $UZIiwUk7$QMVYN1JASaycabrHkhGcS/  
  40.  
  41. role Admin domain de  
  42.  
  43. fault-domain  
  44.  
  45. switch/Admin(config-if) 

Cisco ACE升级——配置完成准备升级:

  1. switch/Admin(config-if)# do show  
  2.  
  3. boot  
  4.  
  5. /*查看ACE板引导信息  
  6.  
  7. BOOT variable = "disk0:c6ace-t1k9-mz.3.0.0_A1_6_3a.bin" 
  8.  
  9. Configuration register is 0x1  
  10.  
  11. 从TFTP(30.30.30.3)上升级  
  12.  
  13. switch/Admin# copy tftp: image:  
  14.  
  15. Enter source filename[]? c6ace-t1k9-mz.A2_1_2.bin  
  16.  
  17. Enter the destination filename[]? [c6ace-t1k9-mz.A2_1_2.bin]  
  18.  
  19. Address or name of remote host[]? 30.30.30.3  
  20.  
  21. Trying to connect to tftp server……  
  22.  
  23. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!  
  24.  
  25. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!  
  26.  
  27. TFTP get operation was successful  
  28.  
  29. switch/Admin# show image:  
  30.  
  31. 30374383  
  32.  
  33. Dec 8 10:06:59 2008 c6ace-t1k9-mz.A2_1_2.bin  
  34.  
  35. 28822200  
  36.  
  37. Sep 13 17:13:00 2008 c6ace-t1k9-mz.3.0.0_A1_6_3a.bin  
  38.  
  39. Usage for image: filesystem  
  40.  
  41. 399998976 bytes total used  
  42.  
  43. 638976000 bytes free  
  44.  
  45. 1038974976 bytes available  
  46.  
  47. switch/Admin# 

Cisco ACE升级——修改启动文件:

  1. switch/Admin# confi t  
  2.  
  3. Enter configuration commands, one per line.  
  4.  
  5. End with CNTL/Z.  
  6.  
  7. switch/Admin(config)# boot  
  8.  
  9. system ?  
  10.  
  11. image:  
  12.  
  13. Image name to boot  
  14.  
  15. switch/Admin(config)# boot system image:c6ace-t1k9-mz.A2_1_2.bin  
  16.  
  17. switch/Admin(config)# do show boot  
  18.  
  19. BOOT variable = "disk0:c6ace-t1k9-mz.3.0.0_A1_6_3a.bin;disk0:c6ace-t1k9-mz.A2_1_2.bin" 
  20.  
  21. Configuration register is 0x1  
  22.  
  23. switch/Admin(config)# no boot stem disk0: image:c6ace-t1k9-mz.3.0.0_A1_6_3a.bin  
  24.  
  25. switch/Admin(config)# do show boot  
  26.  
  27. BOOT variable = "disk0:c6ace-t1k9-mz.A2_1_2.bin" 
  28.  
  29. Configuration register is 0x1  
  30.  
  31. switch/Admin(config)# do copy run star  
  32.  
  33. Generating configuration…  
  34.  
  35. running config of context Admin saved 

Cisco ACE升级——重启ACE板:

switch/Admin(config)# reload

Cisco ACE升级配置就为大家叙述完了,希望读者已经掌握和理解。

【编辑推荐】

  1. 网络命令学习基础之Route
  2. 思科基础知识:广域网协议(1)
  3. 思科基础知识:使用访问列表管理流量
  4. 网络命令学习基础之在cmd下更改ip地址
责任编辑:佚名 来源: chinaitlab
相关推荐

2011-07-21 13:04:49

Cisco ACE

2011-07-21 13:32:36

Cisco ACE

2013-01-31 18:52:58

2011-07-21 14:16:58

2011-07-21 13:46:09

Cisco ACE

2011-10-27 10:30:55

CISCO配置命令

2013-08-23 10:11:01

生成树协议交换技术生成树

2011-07-21 13:20:44

2009-12-16 16:45:56

Cisco路由器配置

2011-04-01 16:49:25

Cisco路由器IOS

2010-08-03 08:52:57

配置

2010-01-27 10:30:26

Cisco交换机配置

2010-09-06 14:32:55

CISCO PPP配置

2010-09-16 13:16:20

CISCO PPPoE

2012-12-03 09:32:22

ARP

2009-12-17 10:42:31

Cisco路由器

2011-04-01 10:19:13

MrtgCISCO安装

2010-05-28 18:57:15

Mrtg配置

2010-09-27 13:06:36

Cisco 3620

2010-08-06 13:50:22

点赞
收藏

51CTO技术栈公众号