The XML definition for network configuration information is shown below.
XML definitions for creation of individual network devices
<?xml version="1.0" encoding="utf-8"?> <Netdevice ip="Admin IP Address" subnetmask="Admin LAN Subnet Mask" vlanid="Admin LAN VLAN ID" name="Device Name" portprofile="Use of the AMPP Function">> <Location>Location</Location> <Types> <Type>Type</Type> </Types> <ApplianceType>Appliance Type</ApplianceType> <Maintenance>Maintenance Mode</Maintenance> <AutoConfiguration>Auto-Configuration for Network Device</AutoConfiguration> <Vfabs> <Vfab vfabid="VFAB ID" name="VFAB Name" mode="Operation Mode"> <Tenants> <Tenant>Tenant Name</Tenant> </Tenants> </Vfab> </Vfabs> <DeviceInfo> <SysObjectId>sysObjectID</SysObjectId> <Vendor>Vendor Name</Vendor> <ProductName>Device Name</ProductName> <ModelName>Model Name</ModelName> <Firmware>Firmware</Firmware> <PresettingInfo>Pre-configuration Information</PresettingInfo> </DeviceInfo> <Redundancy group_id="Group ID"></Redundancy> <MgmtInfos> <Snmps> <ReadCommunity>Community Name</ReadCommunity> </Snmps> <LoginInfos> <LoginInfo="Protocol" auth_type="Management Method for Authentication Information" authority="Administrator Authority" check="Account Confirmation"> <IpAddress>Destination IP Address</IpAddress> <Port>Destination Port Number</Port> <Tenant>Tenant Name</Tenant> <User>Account</User> <Password>Password</Password> <PrivilegedPassword>Administrator Password</PrivilegedPassword> <PasswordEncryption>Password Encryption</PasswordEncryption> </LoginInfo> </LoginInfos> <Monitoring method="Monitoring Method"> <Interval>Monitoring Interval</Interval> <RetryCount>Retry Count</RetryCount> <Timeout>Timeout</Timeout> </Monitoring> <MgmtURL>Web Management Window URL</MgmtURL> </MgmtInfos> <Ports> <Port name="Port Name"> <Description>Port Overview</Description> <PhysicalState>Communication Status</PhysicalState> <Link ip="Management IP address for Link Destination Device" port="Port Name of Link Destination" kind="Type of Link Destination Device" /> </Port> </Ports> </Netdevice> |
XML definitions for batch creation of multiple network devices
<?xml version="1.0" encoding="utf-8"?> </NetConfig> <Netdevices> <Mode>Registration Mode</Mode> <Netdevice ip="Admin IP Address" subnetmask="Admin LAN Subnet Mask" vlanid="Admin LAN VLAN ID" name="Device Name" portprofile="Use of the AMPP Function">> <Location>Location</Location> <Types> <Type>Type</Type> </Types> <ApplianceType>Appliance Type</ApplianceType> <Maintenance>Maintenance Mode</Maintenance> <AutoConfiguration>Auto-Configuration for Network Device</AutoConfiguration> <Vfabs> <Vfab vfabid="VFAB ID" name="VFAB Name" mode="Operation Mode"> <Tenants> <Tenant>Tenant Name</Tenant> </Tenants> </Vfab> </Vfabs> <DeviceInfo> <SysObjectId>sysObjectID</SysObjectId> <Vendor>Vendor Name</Vendor> <ProductName>Device Name</ProductName> <ModelName>Model Name</ModelName> <Firmware>Firmware</Firmware> <PresettingInfo>Pre-configuration Information</PresettingInfo> </DeviceInfo> <Redundancy group_id="Group ID"></Redundancy> <MgmtInfos> <Snmps> <ReadCommunity>Community Name</ReadCommunity> </Snmps> <LoginInfos> <LoginInfo="Protocol" auth_type="Management Method for Authentication Information" authority="Administrator Authority" check="Account Confirmation"> <IpAddress>Destination IP Address</IpAddress> <Port>Destination Port Number</Port> <Tenant>Tenant Name</Tenant> <User>Account</User> <Password>Password</Password> <PrivilegedPassword>Administrator Password</PrivilegedPassword> <PasswordEncryption>Password Encryption</PasswordEncryption> </LoginInfo> </LoginInfos> <Monitoring method="Monitoring Method"> <Interval>Monitoring Interval</Interval> <RetryCount>Retry Count</RetryCount> <Timeout>Timeout</Timeout> </Monitoring> <MgmtURL>Web Management Window URL</MgmtURL> </MgmtInfos> <Ports> <Port name="Port Name"> <Description>Port Overview</Description> <PhysicalState>Communication Status</PhysicalState> <Link ip="Management IP address for Link Destination Device" port="Port Name of Link Destination" kind="Type of Link Destination Device" /> </Port> </Ports> </Netdevice> </Netdevices> <Links> <Mode>Link Information Registration Mode</Mode> <Link> <Devices> <Device ip="Admin IP Address of Device 1" name="Resource Name of Device 1" kind="Type of Device 1"> <Port>Connection Port Name of Device 1</Port> </Device> <Device ip="Admin IP Address of Device 2" name="Resource Name of Device 2" kind="Type of Device 2"> <Port>Connection Port Name of Device 2</Port> </Device> </Devices> </Link> </Links> <FileServers> <Mode>External Server Registration Mode</Mode> <FileServer ip="IP Address"> <User>External Server Account</User> <Password>External Server Password</Password> <PasswordEncryption>Password Encryption of External Server</PasswordEncryption> </FileServer> </FileServers> </NetConfig> |
Element Name | Description | Remarks (Possible Values, Examples) | Specification | Output Using Export | |||
---|---|---|---|---|---|---|---|
Individual Registration | Individual Modification | Batch Registration | Batch Modification | ||||
Network configuration information (NetConfig) | A collection of network configuration information | - | Not possible | Not possible | Required | Required | Yes |
Network device information (Netdevices) | A collection of network device information | Specify one or more Netdevice elements. When registering two or more network devices for resources simultaneously, this element cannot be omitted. | Not possible | Not possible | Optional | Optional | Yes (*1) |
Registration mode (Mode) | Registration mode | Specify the registration mode of the network device. Specify one of following items.
If left blank, "add" is specified. | Not possible | Not possible | Optional | Required | - |
Admin IP address (Netdevice ip) | Admin IP address for the network device | Specify an IPv4 address. | Required | Optional | Required | Required | Yes |
Admin LAN subnet mask (Netdevice subnetmask) | Admin LAN subnet mask | Specify the subnet mask for the admin LAN in the IPv4 format. Be sure to specify this when registering an NS Appliance. | Optional | Optional | Optional | Optional | Yes (*2) |
VLAN ID for admin LAN (Netdevice vlanid) | VLAN ID for admin LAN | Specify an integer between 1 and 4094. When registering NS Appliances, only specify this when using a VLAN that is different from the admin LAN for physical L-Servers where NS Appliances are deployed. | Optional | Optional | Optional | Optional | Yes (*2) |
Device name (Netdevice name) | Name of the network device | Specify a character string containing up to 32 alphanumeric characters, underscores ("_"), hyphens ("-"), and periods ("."). If left blank, the value the of standard MIB sysName obtained using SNMP is specified. Be sure to specify this when registering an NS Appliance. However, when registering NS Appliances, underscores ("_") cannot be used in device names. For Ethernet Fabric, if left blank, the value of sysName of the master switch in the root domain is specified. If characters other than alphanumeric characters, underscores ("_"), hyphens ("-"), and periods (".") are used in the sysName value, they will be replaced with underscores ("_"). However, when the value for sysName is 33 characters or longer, only the first 32 characters will be specified. | Optional | Optional | Optional | Optional | Yes |
Use of the AMPP function (Netdevice portprofile) | Use of the AMPP function | Specify whether to use the AMPP function during automatic configuration for an Ethernet Fabric switch. Specify one of the following:
If left blank, "enable" is specified. Only specify when "Fabric" is specified for the type (Type). | Optional | Optional | Optional | Optional | Yes |
Location (Location) | Location | Specify a character string containing up to 32 alphanumeric characters, underscores ("_"), and hyphens ("-"). If left blank, the value of the standard MIB sysLocation obtained using SNMP is specified. For Ethernet Fabric, if left blank, the value of sysLocation of the master switch in the root domain is specified. If characters other than alphanumeric characters, underscores ("_"), and hyphens ("-") are used in the sysLocation value, they will be replaced with underscores ("_"). However, when the value for sysLocation is 33 characters or longer, only the first 32 characters will be specified. | Optional | Optional | Optional | Optional | Yes (*2) |
Type information (Types) | A collection of type information | Specify one or more Type elements. | Optional | Optional | Optional | Optional | Yes (*1) |
Type (Type) | Network device type | Specify the type of the network device. Specify one of following items.
Network devices with "Firewall" or "SLB" specified are set as the registration targets for network pools. When registering NS Appliances, specify "Firewall". When registering network devices with multiple types, specify multiple entries of this element. However, when "Fabric" is specified, multiple entries of this element cannot be specified. | Optional | Optional | Optional | Optional | Yes (*2) |
Appliance type (ApplianceType) | Appliance type | Specify the type of the appliance. Specify one of following items.
If left blank, "physical" is specified. When registering NS Appliances, specify "virtual". | Optional | Optional | Optional | Optional | Yes (*2) |
Maintenance mode (Maintenance) | Maintenance mode settings | Specify the status of maintenance mode. Specify one of following items.
If left blank, "false" is specified. | Optional | Optional | Optional | Optional | Yes |
Auto-configuration for the network device (AutoConfiguration) | Auto-configuration for network device | Specify whether the network device can be selected as a target of auto-configuration. Specify one of the following:
If left blank, "true" is specified. When the operational status of the network device is "error", changing the value to "false" is not possible. | Optional | Optional | Optional | Optional | - |
VFAB information (Vfabs) | A collection of VFAB information | Specify one or more Vfab elements. Enabled when type (Type) is "Fabric". | Optional | Optional | Optional | Optional | Yes |
VFAB (Vfab) | A single piece of VFAB information | None | Optional | Optional | Optional | Optional | Yes |
VFAB ID attributes (vfabid) | VFAB ID | Specify the VFAB ID configured for the Ethernet Fabric. Specify an integer between 1 - 3000, or "default". When specifying "default", the default VFAB is considered to have been specified. Specify this element not to overlap in a single Vfabs element. The value of this element must be the same as the configuration value of the device. | Optional (*10) | Optional (*10) | Optional (*10) | Optional (*10) | Yes |
name attributes (name) | VFAB name | Specify a character string containing up to 32 alphanumeric characters, underscores ("_"), hyphens ("-"), and periods ("."). When using the default VFAB, only "defaultVFAB" can be specified. When omitted, "defaultVFAB" is specified for the default VFAB. For other cases, automatically generated values are specified. Specify this element not to overlap in a single Vfabs element. | Optional | Optional | Optional | Optional | Yes |
mode attribute (mode) | VFAB operation mode | Specify a VFAB operation mode. Specify either one of the following:
When omitted, "network" is specified for the default VFAB. For other cases, "host" is specified. The value of this element must be the same as the configuration value of the device. For details on operation of each mode, refer to the manuals of the Ethernet Fabric switch device. | Optional | Optional | Optional | Optional | Yes |
Tenant information (Tenants) | A collection of information of tenants using VFAB | Specify one or more Tenant elements. Specify this element for any VFAB other than the default VFAB. | Optional | Optional | Optional | Optional | Yes |
Tenant name (Tenant) | Name of a tenant using VFAB | Specify a character string beginning with an alphanumeric character and containing up to 32 alphanumeric characters, underscores ("_"), and hyphens ("-"). Specify the name of a tenant displayed in the orchestration tree. Specify this element not to overlap in a single Vfabs element. Tenants which are not specified in this element will use the default VFAB. | Optional | Optional | Optional | Optional | Yes |
Device information (DeviceInfo) | Device information | Information that is automatically collected by network device model definition and SNMP. Specify the device information when directly specifying the vendor name, unit name or model name. | Optional | - | Optional | - | Yes |
SysObjectId (SysObjectId) | SysObjectId | AN OID in number and period format is specified. Specification is unnecessary as it is automatically collected by SNMP. | - | - | - | - | Yes |
Vendor Name (Vendor) | Vendor name | Specify a character string beginning with an alphanumeric character and containing up to 32 alphanumeric characters, underscores ("_"), and hyphens ("-"). Specify the same arbitrary name as used for the Vendor name of the folder (*8) where the rulesets for L-Platform templates and network resources (network device-specific) are registered. When omitted, the vendor name obtained from the Network Device Model Definitions is specified. When registering NS Appliances, specify "Fujitsu". | Optional | - | Optional | - | Yes |
Device name (ProductName) | Device name (product name) | Specify a character string beginning with an alphanumeric character and containing up to 32 alphanumeric characters, underscores ("_"), and hyphens ("-"). Specify the same arbitrary name as used for the unit_name or model_name of the folder (*8) where the rulesets for L-Platform templates and network resources (network device-specific) are registered. When omitted, the unit name obtained from the Network Device Model Definitions is specified. | Optional | - | Optional | - | Yes |
Model Name (ModelName) | Model name | Specify a character string beginning with an alphanumeric character and containing up to 32 alphanumeric characters, underscores ("_"), and hyphens ("-"). Specify the same arbitrary name as used for the unit_name or model_name of the folder (*8) where the rulesets for L-Platform templates and network resources (network device-specific) are registered. When omitted, the model name obtained from the Network Device Model Definitions is specified. When registering NS Appliances, specify "NSAppliance". | Optional | - | Optional | - | Yes |
Firmware (Firmware) | Firmware or IOS version | A character string is specified. Specification is unnecessary as it is automatically collected by SNMP. | - | - | - | - | Yes |
Pre-configuration details (PresettingInfo) | Pre-configuration details | Specify details of pre-configuration of network devices. Specify "Simple", when creating an L-Platform including firewalls using the simple configuration mode, and performing pre-configuration of available network devices. When the network device is an NS appliance, "Simple" can be specified. | Optional | Not possible | Optional | Not possible | Yes |
Group ID (Redundancy group_id) | Group ID | Specify a character string beginning with an alphanumeric character and containing up to 32 alphanumeric characters, underscores ("_"), and hyphens ("-"). For the network devices belonging to the same group ID, use the same vendor name and device name. | Optional | Optional | Optional | Optional | Yes (*2) |
Management information (MgmtInfos) | A collection of management information | Specify one or more Snmps elements, LoginInfo elements, or other similar elements. | Required | Optional | Required | Optional | Yes |
SNMP information (Snmps) | A collection of SNMP information | Specify the ReadCommunity element once. | Optional | Optional | Optional | Optional | Yes |
Community name (ReadCommunity) | Community name (This cannot be omitted when specifying SNMP information) | Specify a character string containing up to 32 alphanumeric characters, underscores ("_"), and hyphens ("-"). Be sure to specify this when registering an NS Appliance. | Optional | Optional | Optional | Optional | Yes |
Login information (LoginInfos) | A collection of login information | Specify one or more LoginInfo elements. | Optional | Optional | Optional | Optional | Yes (*1) |
Protocol (LoginInfo protocol) | Protocol | Specify the protocol used when logging in using login information. Specify one of following items.
When omitted, "remote_login" is specified. When "Fabric" is specified for the type (Type), specify "ssh". | Optional | Optional | Optional | Optional | Yes |
Management method for authentication information (LoginInfo auth_type) | Management method for authentication information | Specify the management method for the authentication information. When the information is managed within a network device, specify "local password". If omitted, it will be automatically specified. | Optional | Optional | Optional | Optional | Yes (*3) |
Administrator authority (LoginInfo authority) | Presence or absence of administrator authority | Specify the type of authority for the account. Specify one of following:
When omitted, "user" is specified. When "Fabric" is specified for the type (Type), specify "user". | Optional | Optional | Optional | Optional | Yes (*3) |
Account confirmation (LoginInfo check) | Presence or lack of account information checks | Specify whether to check the account information when the registration or modification is performed. Specify one of following items.
If left blank, "false" is specified. | Optional | Optional | Optional | Optional | - |
Destination IP address (IpAddress) | Destination IP address | Specify the IP address in IPv4 format. Specify when performing checks of the auto-configuration settings for the network device and account information (when "true" is specified for the account check (LoginInfo check)) from an IP address other than the admin IP address (Netdevice ip). Specify the same IP address when there are multiple specifications of the same login information for the tenant name (Tenant). When a different IP address is specified, or partially omitted, the auto-configuration settings for the network device and the account information of the connection IP address (IpAddress) in the login information with "user" specified in the administrator privileges (LoginInfo authority) are checked. If left blank, the admin IP address (Netdevice ip) is specified. | Optional | Optional | Optional | Optional | Yes (*3) |
Destination port number (Port) | Port number of the protocol to connect the destination | Specify an integer between 1 and 65535. Specify the port number of the network device to perform checking of auto-configuration settings and account information (when "true" is specified for the account check (Login Info check)). Specify the same port number when there are multiple specifications of the same login information for the tenant name (Tenant). When a different port number is specified, or partially omitted, the auto-configuration settings for the network device and the account information of the port number in the login information with "user" specified in the administrator privileges (LoginInfo authority) are checked. If left blank, one of the following is specified based on the value specified for the protocol (LoginInfo protocol).
| Optional | Optional | Optional | Optional | Yes (*3) |
Tenant name (Tenant) | Tenant name | Specify a character string beginning with an alphanumeric character and containing up to 32 alphanumeric characters, underscores ("_"), and hyphens ("-"). Can be omitted when registering in the global pool. Omit this item when the account (User) is used for management of network device files or when "Fabric" is specified for the type (Type). | Optional | Optional | Optional | Optional | Yes (*3) |
Account (User) | User account for connection | When "user" is specified for Administrator authority (LoginInfo authority), specify an account with user privileges. | Optional | Optional | Optional | Optional | Yes (*3) |
Password (Password) | Password for connection | Specify a character string containing up to 32 alphanumeric characters, underscores ("_"), and hyphens ("-"). When registering NS Appliances, specify a password using from 6 to 32 characters. | Required | Optional | Required | Optional | Yes (*3) |
Administrator password (PrivilegedPassword) | Administrator password | Specify a character string containing up to 32 alphanumeric characters, underscores ("_"), and hyphens ("-"). When registering NS Appliances, be sure to specify a password using from 6 to 32 characters. When "admin" is specified for Administrator authority (LoginInfo authority), the administrator password is regarded as invalid. | Optional | Optional | Optional | Optional | Yes (*3) |
Password encryption (PasswordEncryption) | Presence or absence of password encryption | Specify whether the password of the network device is encrypted. Specify one of following items.
If left blank, "false" is specified. Specify "false" for initial registration as the password is entered in plain text at that time. | Optional | Optional | Optional | Optional | Yes (*3) |
Monitoring information (Monitoring) | Monitoring information | Specify the element of monitoring information. | Optional | Optional | Optional | Optional | Yes |
Monitoring method (Monitoring method) | Monitoring method | Specify the monitoring method for the network device. Specify one of following items.
If left blank, "1" is set. | Optional | Optional | Optional | Optional | Yes |
Monitoring interval (Interval) (*5) | Monitoring interval (seconds) (This cannot be omitted when modifying the monitoring method) | Specify an integer between 1 and 86400. If left blank, "300" is set. | Optional | Optional | Optional | Optional | Yes |
Retry count (RetryCount) (*5) | Retry count (This cannot be omitted when modifying the monitoring method) | Specify an integer between 1 and 10. If left blank, "3" is set. | Optional | Optional | Optional | Optional | Yes |
Timeout (Timeout) (*5) | Timeout (seconds) (This cannot be omitted when modifying the monitoring method) | Specify an integer between 1 and 300. If left blank, "30" is set. | Optional | Optional | Optional | Optional | Yes |
Web management window URL (MgmtURL) | Web management window URL | Specify the URL. If left blank, "http://Admin IP address/" is specified. This specification is valid only when using network devices for which Web management functions are provided. When "Fabric" is specified for the type (Type), the default value is not specified. | Optional | Optional | Optional | Optional | Yes |
Port information (Ports) | A collection of port information | One or more Port elements are specified. | - | - | - | - | Yes (*1) |
Port name (Port name) | Port name | The value of the standard MIB ifName obtained using SNMP is specified. Specification is unnecessary as it is automatically collected by SNMP. | - | - | - | - | Yes |
Port overview (description) | Overview of the port | The value of the standard MIB ifDescr obtained using SNMP is specified. Specification is unnecessary as it is automatically collected by SNMP. | - | - | - | - | Yes |
Communication Status (PhysicalState) | Communication status | The value of line speed and communication mode obtained using SNMP are specified. Specification format:Line_speed (MB)/Communication_mode For the communication mode, one of the following is specified:
Specification is unnecessary as it is automatically collected by SNMP. | - | - | - | - | Yes |
Management IP address for link destination device (Link ip) | Management IP address for link destination | An IP address in IPv4 format is specified. | - | - | - | - | Yes (*2) |
Port Name of Link Destination (Link port) | The name of the link destination port of a physical interface | The port name which is set for the standard MIB ifName of the network device is specified. | - | - | - | - | Yes (*2) |
Type of Link Destination Device (Link kind) | Type of link destination device | The destination device to be linked to is specified. One of the following is specified:
| - | - | - | - | Yes (*2) |
Link information (Links) (*6) | Link information destination | This element consists of one or more Link elements. <Links><Link></Link></Links> | Not possible | Not possible | Optional | Optional | Yes (*1) |
Link information registration mode (Mode) | Link information registration mode (optional) | Specify the registration mode of the link information. Specify one of following items.
If left blank, "modify" is specified. | Not possible | Not possible | Optional | Optional | - |
Link (Link) | Link definition (This cannot be omitted when specifying link information) | Specify the Devices element once. | Not possible | Not possible | Optional | Optional | Yes (*1) |
Device information (Devices) | Definition of device information (This cannot be omitted when specifying links) | Specify the Device element twice. | Not possible | Not possible | Optional | Optional | Yes (*1) |
Admin IP address for the device (Device ip) | Admin IP address for the device | Specify the IP address in IPv4 format. | Not possible | Not possible | Optional | Optional | Yes |
Device name (Device name) | Device name (Specification is not necessary) | The network device name registered from the admin IP address for devices is specified. When using devices other than network devices, the device name that is the connection destination set by auto-configuration functions is supplemented. | - | - | - | - | Yes |
Device type (Device kind) | Device type | Specify the type of the device. Specify one of following items.
If left blank, "netdevice" is specified. | Not possible | Not possible | Optional | Optional | Yes |
Connection port name of device (Port) | Connection port name of device | Specify a character string.
For physical L-Servers, specify the NIC number of a rack mount server or a tower server. The NIC number is defined in the preparations explained in "9.3.5 Pre-configuring Managed Servers" in the "Design Guide CE". Example If "1" is defined for the NIC number placed on the upper left of the back face of a rack mount server, specify "1". | Not possible | Not possible | Optional | Optional | Yes |
External server information (FileServers) | Definition of the external server | Specify the element for the external server. In order to delete registered external server information, specify the following elements for the FileServers element: <FileServers><FileServer></FileServer></FileServers> | Not possible | Not possible | Optional | Optional | Yes |
External server registration mode (Mode) | External server registration mode (optional) | Specify the registration mode of the external server. Specify one of following items.
If left blank, "modify" is specified. | Not possible | Not possible | Optional | Optional | - |
External server IP address (FileServer ip) | External server IP address (This cannot be omitted when specifying external server information) | Specify the IP address of the external server in IPv4 format. | Not possible | Not possible | Optional | Optional | Yes |
External server account (User) | External server account (This cannot be omitted when specifying external server information) | Specify a character string containing up to 32 alphanumeric characters, underscores ("_"), and hyphens ("-"). | Not possible | Not possible | Optional | Optional | Yes |
External server password (password) | Account password for the external server (This cannot be omitted when specifying external server information) | Specify a character string containing up to 32 alphanumeric characters, underscores ("_"), and hyphens ("-"). | Not possible | Not possible | Optional | Optional | Yes |
Password encryption of external server (PasswordEncryption) | Presence or absence of password encryption of the external server | Specify whether the password of the external server is encrypted. Specify one of following items.
If left blank, "false" is specified. Specify "false" for initial registration as the password is entered in plain text at that time. | Not possible | Not possible | Optional | Optional | Yes |
-: Specification is unnecessary when registering or modifying. The information for the element is supplied by automatic configuration. The information is notified when the network configuration information is exported.
Yes: The element is output when exporting the network configuration information.
No: The element is not output when exporting the network configuration information.
*1: The element is output only when the tags are defined under that element.
*2: The element is output only when the tags are defined under that element.
*3: The element is output only when login information is set. When login information is not set, the default value (the value used when omitted) for that element is output if available.
*4: Accounts will be confirmed only for network devices satisfying the following conditions:
Vendor Name | Model Name | Prompt Type | Prompt Character |
---|---|---|---|
Fujitsu | SR-X IPCOM EX Ethernet Fabric (*) | Login prompt | Login: |
Password prompt | Password: | ||
Command prompt | Arbitrary_character_string# | ||
Arbitrary_character_string> | |||
Cisco | Catalyst ASA | Login prompt | Username: |
Password prompt | Password: | ||
Command prompt | Arbitrary_character_string# | ||
Arbitrary_character_string> | |||
Nexus | Login prompt | login: | |
Password prompt | Password: | ||
Command prompt | Arbitrary_character_string# | ||
Arbitrary_character_string> | |||
Brocade | VDX | Login prompt | Login: |
Password prompt | Password: | ||
Command prompt | Arbitrary_character_string# | ||
Arbitrary_character_string> | |||
F5 Networks | BIG-IP | Login prompt | There are no particular restrictions. |
The command prompt treats the arbitrary character string and the "#" or ">" that follows it as a prompt character string.
The model name of the BIG-IP LTM series is treated as being "BIG-IP".
*: Fujitsu PRIMERGY Converged Fabric Switch Blade(10Gbps 18/8+2) or Fujitsu Converged Fabric Switch
*5: Only specify the values when there are special requirements.
*6: It is not necessary to register network link information between Cisco ASA and adjacent network devices.
*7: When the standard MIB ifName for the network device is unknown, it can be confirmed using the snmpwalk command.
>snmpwalk -v 1 -c [SNMP community name] [IP address] ifName <RETURN> |
*8: For details on the folder for registration of the rulesets for L-Platform templates and network resources (network device-specific), refer to "F.3 Creating a Folder for Registering Rulesets" in the "Design Guide CE".
*9: Required when "Fabric" is specified for the type (Type).
*10: Required when VFAB(Vfab) is specified.
*11: Required when specifying "1" or "3" for the monitoring method (Monitoring method).
*12: Required when specifying the login information (LoginInfos).
*13: Required when specifying the device information (Devices).
*14: Required when specifying the external server information (FileServers).
Example
When creating one network device:
<?xml version="1.0" encoding="utf-8"?> <Netdevice ip="192.168.5.11" name="Firewall01"> <Location>B1F</Location> <Types> <Type>Firewall</Type> </Types> <Maintenance>false</Maintenance> <AutoConfiguration>true</AutoConfiguration> <Redundancy group_id="1"></Redundancy> <MgmtInfos> <Snmps> <ReadCommunity>public</ReadCommunity> </Snmps> <LoginInfos> <LoginInfo protocol="telnet" auth_type="local password" authority="admin" check="true"> <Tenant>TenantA</Tenant> <User>user</User> <Password>password</Password> <PrivilegedPassword>root_password</PrivilegedPassword> <PasswordEncryption>false</PasswordEncryption> </LoginInfo> </LoginInfos> <Monitoring method="3"> <Interval>300</Interval> <RetryCount>5</RetryCount> <Timeout>60</Timeout> </Monitoring> <MgmtURL>https://192.168.5.11</MgmtURL> </MgmtInfos> </Netdevice> |
When creating multiple network devices in one operation:
<?xml version="1.0" encoding="utf-8"?> </NetConfig> <Netdevices> <Mode>add</Mode> <Netdevice ip="192.168.5.11" name="Switch1"> <Location>B1F</Location> <Types> <Type>L2-Switch</Type> </Types> <Maintenance>false</Maintenance> <AutoConfiguration>true</AutoConfiguration> <Redundancy group_id="1"></Redundancy> <MgmtInfos> <Snmps> <ReadCommunity>public</ReadCommunity> </Snmps> <LoginInfos> <LoginInfo protocol="telnet" auth_type="local password" authority="admin" check="true"> <User>user</User> <Password>password</Password> <PrivilegedPassword>root_password</PrivilegedPassword> <PasswordEncryption>false</PasswordEncryption> </LoginInfo> </LoginInfos> <Monitoring method="3"> <Interval>300</Interval> <RetryCount>5</RetryCount> <Timeout>60</Timeout> </Monitoring> <MgmtURL>https://192.168.5.11</MgmtURL> </MgmtInfos> </Netdevice> <Netdevice ip="192.168.5.10" name="Firewall1"> <Location>B1F</Location> <Types> <Type>Firewall</Type> </Types> <Maintenance>false</Maintenance> <AutoConfiguration>true</AutoConfiguration> <Redundancy group_id="2"></Redundancy> <MgmtInfos> <Snmps> <ReadCommunity>public</ReadCommunity> </Snmps> <LoginInfos> <LoginInfo protocol="telnet" auth_type="local password" authority="admin" check="true"> <Tenant>TenantA</Tenant> <User>user</User> <Password>password</Password> <PrivilegedPassword>root_password</PrivilegedPassword> <PasswordEncryption>false</PasswordEncryption> </LoginInfo> </LoginInfos> <Monitoring method="3"> <Interval>300</Interval> <RetryCount>5</RetryCount> <Timeout>60</Timeout> </Monitoring> <MgmtURL>https://192.168.5.10:82</MgmtURL> </MgmtInfos> </Netdevice> <Netdevice ip="192.168.5.20" name="SLB1"> <Location>B1F</Location> <Types> <Type>SLB</Type> </Types> <Maintenance>false</Maintenance> <AutoConfiguration>true</AutoConfiguration> <Redundancy group_id="3"></Redundancy> <MgmtInfos> <Snmps> <ReadCommunity>public</ReadCommunity> </Snmps> <LoginInfos> <LoginInfo protocol="telnet" auth_type="local password" authority="admin" check="true"> <Tenant>TenantA</Tenant> <User>user</User> <Password>password</Password> <PrivilegedPassword>root_password</PrivilegedPassword> <PasswordEncryption>false</PasswordEncryption> </LoginInfo> </LoginInfos> <Monitoring method="3"> <Interval>300</Interval> <RetryCount>5</RetryCount> <Timeout>60</Timeout> </Monitoring> <MgmtURL>https://192.168.5.20:82</MgmtURL> </MgmtInfos> </Netdevice> <Netdevice ip="192.168.5.30" name="IPCOMEXIN1"> <Location>B1F</Location> <Types> <Type>Firewall</Type> <Type>SLB</Type> </Types> <Maintenance>false</Maintenance> <AutoConfiguration>true</AutoConfiguration> <Redundancy group_id="4"></Redundancy> <MgmtInfos> <Snmps> <ReadCommunity>public</ReadCommunity> </Snmps> <LoginInfos> <LoginInfo protocol="telnet" auth_type="local password" authority="admin" check="true"> <Tenant>TenantA</Tenant> <User>user</User> <Password>password</Password> <PrivilegedPassword>root_password</PrivilegedPassword> <PasswordEncryption>false</PasswordEncryption> </LoginInfo> </LoginInfos> <Monitoring method="3"> <Interval>300</Interval> <RetryCount>5</RetryCount> <Timeout>60</Timeout> </Monitoring> <MgmtURL>https://192.168.5.30:82</MgmtURL> </MgmtInfos> </Netdevice> </Netdevices> <Links> <Link> <Devices> <Device ip="192.168.1.1" kind="netdevice"> <Port>lan0.1</Port> </Device> <Device ip="192.168.1.2" kind="netdevice"> <Port>Fa2/1</Port> </Device> </Devices> </Link> <Link> <Devices> <Device ip="192.168.1.3" kind="netdevice"> <Port>Fa2/2</Port> </Device> <Device ip="192.168.1.4" kind="server"> <Port>1</Port> </Device> </Devices> </Link> </Links> <FileServers> <Mode>add</Mode> <FileServer ip="192.168.5.20"> <User>user</User> <Password>password</Password> </FileServer> </FileServers> </NetConfig> |