Sun Secure Application Switch – Release Notes for v3.2.1
11
advanced ... clientFirstProtocol false ...
6. Remove any lines for TCP connections.
These lines might appear multiple times, since this action happens once for each
vRouter. The following is an example of what requires deletion:
#
# TCP Connections
#
tcp connections localAddress 0.0.0.0 localPort 22
remoteAddress 0.0.0.0 remotePort 0 state listen
tcp connections localAddress 0.0.0.0 localPort 23
remoteAddress 0.0.0.0 remotePort 0 state listen
tcp connections localAddress 0.0.0.0 localPort 80
remoteAddress 0.0.0.0 remotePort 0 state listen
tcp connections localAddress 0.0.0.0 localPort 443
remoteAddress 0.0.0.0 remotePort 0 state listen
tcp connections localAddress 10.8.170.123 localPort 23
remoteAddress 129.148.185.228 remotePort 1516 state
established
7. Update the command for the OSPF advertisements.
In this step, you have to change the following commands:
a. Change the
advertise-ase
command to
advertise ase
.
#
#OSPF advertise ASE routes
#
ospf advertise-ase staticRt enabled
#
The new value format looks similar to the following:
ospf advertise ase staticRt enabled
b. Change the
advertise-nssa
command to
advertise nssa
.
The old value format looks similar to the following:
#
#OSPF advertise NSSA routes
#