Known Problems and Limitations
This section identifies known problems and limitations in this release.
C-Web Interface
In cases where editing one part of the configuration tree automatically creates modifications in other parts of the configuration tree, you must click Refresh to see the modifications in the other parts of the configuration tree.
When you use the C-Web interface with Microsoft Internet Explorer, you cannot configure rate-limit actions that are specified by parameter, because the
actionoption is not configurable with Internet Explorer.Workaround: Use the C-Web interface with Firefox instead. You can also use the SRC CLI.
The links in the SRC-PE C-Web Interface Configuration Guide on the SRC-PE Documentation CD and the Web page do not work.
eTrust Directory
- When you first configure an action with Policy Editor, make sure that you fill in a value for the Description field. If the Description field is not filled in when you first create the action, some of the attributes might not be saved to eTrust Directory. Subsequent configuration changes to this type of action do not require you to fill in the Description field.
Juniper Networks Database
To change from standalone to community mode, you must commit the change from standalone mode before you configure the Juniper Networks database in community mode.
When the Juniper Networks database is configured to allow only LDAPS access, the certificate is not being distributed to the trusted CA certificate store of the external applications. To connect to Juniper Networks databases through LDAPS from an application outside the C-series Controller, you must import the Juniper Networks database CA certificate into the application's trusted CA certificate store.
To import the CA certificate, use the
file copycommand from the SRC CLI. The CA certificate is in the /opt/UMC/jdb/alias/<hostname>_DS.p12 file (in pkcs12 format) on the controller, where hostname is the hostname of the C-series Controller. All Juniper Networks databases use the same CA certificate, so you need to import the CA certificate only once to allow the external application to connect to any Juniper Networks database with LDAPS.SAE
The NAS-Port attribute is not supported for JUNOSe interfaces. As a result, the PA_NAS_PORT plug-in attribute and the interface.nasPort subscriber attribute cannot be used.
Workaround: Use the NAS-Port-ID attribute instead.
For information about the attributes, see the SRC-PE Subscribers and Subscriptions Guide.
When a dual-stack interface is defined for JUNOSe interfaces, the SAE creates two identical interfaces.
With fast resynchronization, some inconsistencies may arise during cleanup that allow for a proper recovery during full synchronization. This assertion error indicates that there were empty policy lists.
SNMP
SNMP GET/GETNEXT requests for the MIB object juniSaeRouterCommonSvrAddr for JUNOSe routers return a
No Such Nameerror.Subscriber Configuration
- When you configure a manager with the SRC CLI, you cannot add a manager without specifying an option.
Workaround: Specify an option when you enter the command to add a manager at the appropriate hierarchy level.
For example, to add a manager called abcmgr in the ABCInc enterprise:
[edit subscribers retailer default subscriber-folder local enterprise ABCInc]user@host# set manager abcmgr role administratorNote the administrator management privileges that are specified as an option for the manager.
Substitutions
- When you configure a substitution that contains metacharacters with the SRC CLI, the XML output does not always display these characters properly.
Workaround: Specify an escape character before the metacharacter, such as a curly bracket.
For example, the following substitution:
[edit subscribers retailer ret1 subscriber-folder f1]user@host# set substitution [trafficprofile='\"name=test\"' parammap=^\{applicationProtocol='\"ftp\"',sourcePort=123,inactivityTimeout =60\}]should result in the following XML output:
[edit subscribers retailer ret1 subscriber-folder f1]user@host# show |display xml<?xml version="1.0"?><configuration><subscribers><retailer><name>ret1</name><subscriber-folder sdx:current="true"><folder-name>f1</folder-name><substitution>trafficprofile="name=test"</substitution><substitution>parammap=^{applicationProtocol="ftp",sourcePort=123,inactivityTimeout=60}</substitution></subscriber-folder></retailer></subscribers></configuration>