Cisco Cisco Security Manager 4.9 Specification Guide

Page of 217
 
 
 
  
 
Cisco Security Manager 4.4 API Specification (Version 1.1) 
 
OL- 29074-01 
Page  84
 
Element. Sub Element 
Type 
Comment 
fwsmAdvancedOptions.m
axEmbConnections 
UnsignedInt 
The maximum  number of embryonic connections allowed to 
form before the security appliance begins to deny these 
connections.  Valid values are 0 through 65,535. If this value is 
set to zero, the number of connections is unlimited. 
fwsmAdvancedOptions.ra
ndomizeSeqNum 
boolean 
If true, the security appliance randomizes the sequence numbers 
of TCP packets 
Table 43: InterfaceNATTransExemptionsFirewallPolicy Class Definition 
 
 
Figure 45: InterfaceNATTransExemptionsFirewallPolicy XML Schema 
<xs:complexType
 name
="
InterfaceNATTransExemptionsFirewallPolicy
">
 
 
 
<xs:complexContent>
 
 
 
 
<xs:extension
 base
="
BasePolicy
">
 
 
 
 
 
<xs:sequence>
 
 
 
 
 
 
<xs:element
 name
="
isRuleEnabled
"
 type
="
xs:boolean
"
 minOccurs
="
1
"
 
maxOccurs
="
1
"/>
 
 
 
 
 
 
<xs:element
 name
="
isExempt
"
 type
="
xs:boolean
"
 minOccurs
="
1
"
 maxOccurs
="
1
"/>
 
 
 
 
 
 
<xs:element
 name
="
realInterfaceGID
"
 type
="
ObjectIdentifier
"
 minOccurs
="
1
"
 
maxOccurs
="
1
"/>
 
 
 
 
 
 
<xs:element
 name
="
original
"
 type
="
NetworkObjectsRefs
"
 minOccurs
="
1
"
 
maxOccurs
="
1
"/>
 
 
 
 
 
 
<xs:element
 name
="
outsideNAT
"
 type
="
xs:boolean
"
 minOccurs
="
1
"
 maxOccurs
="
1
"/>
 
 
 
 
 
 
<xs:element
 name
="
destinations
"
 type
="
NetworkObjectsRefs
"
 minOccurs
="
1
"
 
maxOccurs
="
1
"/>
 
 
 
 
 
 
<xs:element
 name
="
fwsmAdvancedOptions
"
 type
="
FirewallNATAdvancedOptions
"
 
minOccurs
="
0
"
 maxOccurs
="
1
"/>
 
 
 
 
 
</xs:sequence>
 
 
 
 
</xs:extension>
 
 
 
</xs:complexContent>
 
 
</xs:complexType>