cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
488
Views
0
Helpful
2
Replies

Configuring a new context on Cisco ACE

sidcracker
Level 1
Level 1

Hi,

Can someone tell me how to configure a new context on an ACE Module that is inserted into a 6500 switch. Please also tell me about the configurations of ft vlans for the contexts.

I read some documents and can grasp the crust of it..

Thanks

2 Replies 2

Gilles Dufour
Cisco Employee
Cisco Employee

First create a resource-class:

resource-class Basic

limit-resource all minimum 10.00 maximum equal-to-min

limit-resource buffer syslog minimum 5.00 maximum equal-to-min

limit-resource conc-connections minimum 0.01 maximum unlimited

Then create the context and allocate vlans and resources :

context MinK

allocate-interface vlan 192

allocate-interface vlan 206

allocate-interface vlan 208-209

member Basic

You should read the documentation guide or the wiki at

http://docwiki.cisco.com/wiki/Main_Page

Gilles.

sidcracker
Level 1
Level 1

Thanks Gilles. This is really what I wanted