Cisco Cisco Security Manager 4.7 Guia De Especificaciones

Descargar
Página de 217
 
 
 
  
 
Cisco Security Manager 4.4 API Specification (Version 1.1) 
 
OL- 29074-01 
Page  57
 
logInterval 
String 
Specifies the Logging Interval in seconds, if this is specified it means, 
“per ACE Logging is Enabled” 
logLevel 
String 
Specifies the Logging Level – one of “Emergency”, “Alert”, 
“Critical”, “Error”, “Warning”, “Notification”, “Informational” or 
“Debugging. Iif this is specified it means, “per ACE Logging is 
Enabled” 
logOption 
String 
Used to specify IOS logging. Contains “log” if IOS logging is 
enabled. Contains “log-input” if IOS Logging is enabled and Log 
Input is also enabled for IOS devices. 
permit 
boolean 
True if this is a permit ACE, false for deny. 
Table 29: ExtendedACEPolicyObject Class Definition 
 
 
Figure 35: ExtendedACEPolicyObject XML Schema 
 
<
xs:complexType
 name
="ExtendedACEPolicyObject"> 
 
 
<
xs:complexContent
 
 
 
<
xs:extension
 base
="BasePolicyObject"> 
 
 
 
 
<
xs:sequence
 
 
 
 
 
<
xs:element
 name
="sourceGID"
 type
="ObjectIdentifier"
 minOccurs
="1"
 maxOccurs
="1"/> 
 
 
 
 
 
<
xs:element
 name
="destinationGID"
 type
=" ObjectIdentifier"
 minOccurs
="1"
 
maxOccurs
="1"/> 
 
 
 
 
 
<
xs:element
 name
="serviceGID"
 type
=" ObjectIdentifier"
 minOccurs
="1"
 
maxOccurs
="1"/> 
 
 
 
 
 
<
xs:element
 name
="doLogging"
 type
="xs:string"
 minOccurs
="0"
 maxOccurs
="1"/> 
 
 
 
 
 
<
xs:element
 name
="logInterval"
 type
="xs:string"
 minOccurs
="0"
 maxOccurs
="1"/> 
 
 
 
 
 
<
xs:element
 name
="logLevel"
 type
="xs:string"
 minOccurs
="0"
 maxOccurs
="1"/> 
<
xs:element
 name
="logOption"
 type
="xs:string"
 minOccurs
="0"
 maxOccurs
="1"/> 
 
 
 
 
 
<
xs:element
 name
="permit"
 type
="xs:boolean"
 minOccurs
="1"
 maxOccurs
="1"/> 
 
 
 
 
</
xs:sequence
 
 
 
</
xs:extension
 
 
</
xs:complexContent
 
</
xs:complexType