Cisco Cisco Firepower Management Center 2000 Guia Da Instalação

Página de 50
 
3-4
Cisco NGIPS for Blue Coat X-Series Installation and Configuration Guide
 
Chapter 3      Installing Cisco NGIPS for Blue Coat X-Series 
  Preparing for the Installation
The system displays the memory for each configured module similar to the information in the sample 
below:
Slot 1:
  SDRAM 1 Size               1048576(KB)
  SDRAM 2 Size               0(KB)
  SDRAM 3 Size               1048576(KB)
  SDRAM 4 Size               0(KB)
  SDRAM Total Size           2097152(KB)
  Reserved Memory            0(KB)
  Total Memory               2097152(KB)
  Used Memory                1815924(KB)
  Free Memory                218228(KB)
  Shared Memory              0(KB)
  Buffers Memory             0(KB)
  Cached Memeory             91344(KB)
  Memory Utilization         82.23%
Step 1
To determine which APM is associated with which slot, enter the following: 
CBS# show chassis
The system displays the chassis configuration similar to the information in the sample below:
Slot Present Module Name Module Type Status Uptime   
1    Yes     np1         NPM9610     Up     119 days, 02:56
2    No      n/a         n/a         n/a 
3    No      n/a         n/a         n/a 
4    No      n/a         n/a         n/a 
5    Yes     ap3         APM9600     Active 119 days, 02:40
6    Yes     ap4         APM9600     Active 119 days, 02:42
Creating and Configuring a VAP Group
The series of commands detailed in the following procedure creates a VAP group named 
ABC
 
where the 
max-load-count
 value of 2 limits the active VAPs in the VAP group to two, and the 
available-ap-list
 
specifies three VAPs which the VAP group can use (two VAPs host the active VAPs and you reserve the 
third for failover):
CBS# configure vap-group ABC xslinux_v5_64
CBS(config-vap-grp)# vap-count 2
CBS(config-vap-grp)# max-load-count 2
CBS(config-vap-grp)# available-ap-list ap1 ap2 ap5
CBS(config-vap-grp)# ip-flow-rule Inline_lb
CBS(ip-flow-rule)# action load-balance
CBS(ip-flow-rule)# activate
CBS(ip-flow-rule)# end
CBS#
To create and configure a VAP group: 
Step 1
Create a VAP group by entering the following at the CLI prompt:
CBS# configure vap-group vap_group_name xslinux_v5_64
where 
vap_group_name
 
is the name you want to give to the VAP group.
For example, to create a VAP group named ABC, enter the following command at the CLI prompt:
CBS# configure vap-group ABC xslinux_v5_64
You must verify that you want to create the new VAP group. The creation process takes several minutes.
Step 2
Set the 
vap-count
 and 
max-load-count
 to the same value for this VAP group by entering the following 
commands separately and in this sequence: