Cisco Cisco Security Manager 4.11 Guía Del Usuario

Descargar
Página de 301
 
 
 
  
 
Cisco Security Manager 4.11 API Specification (Version 2.3) 
 
Page  29
 
2.1.3.1 Interface 
The Interface class defines a network interface in a network device. The InterfaceList class defines a sequence of 
Interface instances. 
Attribute 
Type 
Comment 
type 
String 
The type of network interface. Following are the supported interface 
type values – Null, Management, Analysis-module, Async, ATM, BRI, 
BVI, Content-engine, Dialer, Dot11Radio, Ethernet, FastEthernet, 
GigabitEthernet, TenGigabitEthernet, HundredGigabitEthernet, 
FDDI, Group-Async, HSSI, IDS-Sensor, Loopback, Multilink, Port-
channel, POS, PRI, Serial, Switch, Tokenring, Tunnel, VG-anylan, 
Virtual-Template, Virtual-TokenRing, VLAN, Redundant
 
identifier 
String 
The identifier for the network interface. 
If name is configured 
for any interface on the device then Interface Identifier value will be 
taken as name else the interface type/port/slot will be shown as 
identifier. For example a GigabitEthernet interface is configured as 
outside then the API will show the identifier as outside and type as 
GigabitEthernet
 
ipInterface.domainName 
String 
An optional DNS domain name. 
ipInterface.ipAddress 
String 
The IP Address configured on the interface including its mask. The 
mask is not stored for IPS devices. 
ipInterface.isNatAddress 
String 
True if the management IP address is a NATed address. (This 
placeholder element is not used in Version 1.1 of the API) 
ipInterface.realIpAddress 
String 
In case the management IP address is a NATed address, the 
realIpAddress is the non NATed ip address of the management 
interface. (This placeholder element is not used in Version 1.1 of the 
API) 
macInterface.macAddress 
String 
The mac address of the interface (optional). The MAC Address for 
ASA/PIX devices alone is stored. For others device types, CSM does 
not store the MAC address. Also CSM does not manage the burnt in 
MAC Address details. CSM manages only the mac - address that is 
changed explicitly by the user, so response will have only this data. 
Table 4: Interface Class Attributes