sun(config)# import runningConfig FromFile <
password <
myPassword
Perform the following manual edits detailed below.
■
1. Update any filterProfile rules that perform vSwitch or vRouter filtering.
The vSwitchName and vRouterName fields have been combined into a single field
vSwitchAndVRouter. The old value format looks similar to the following:
#
# Profiles to cause event filtering
#
rule position 1 action drop vSwitchName IDS vRouterName
default
The new value "vSwitch:vRouter" looks similar to the following:
rule position 1 action drop vSwitchAndVRouter IDS:default
2. Update any objectRules that use the HTTP_VERSION predicate variable.
The HTTP_VERSION variable has been removed and replaced with more refined
variables.
For objectRules used in requestPolicies, use REQUEST_VERSION.
■
For objectRules used in responsePolicies, use RESPONSE_VERSION.
■
The old value is similar to the following:
#
# Expressions used to classify the application data stream
#
loadBalance objectRule name orVersion predicate {HTTP_VERSION
eq "1.0"}
The new value is similar to the following:
loadBalance objectRule name orVersion predicate
{REQUEST_VERSION eq "1.0"}
3. Update any realServices that perform clientAddressTranslation.
In this step, you have to change the following commands:
a. Change the clientAddressTranslation enabled command to
clientAddressTranslationMask 0.0.0.0
b. Change the clientAddressTranslation disabled command to
clientAddressTranslationMask 255.255.255.255
The old value format looks similar to the following:
> stopOnError false
Sun Secure Application Switch – Release Notes for v3.2.1
>
myConfig.txt
9
Need help?
Do you have a question about the Secure Application Switch N1216 and is the answer not in the manual?