Top
ServerView Resource Orchestrator Cloud Edition V3.3.0 Design Guide
FUJITSU Software

G.5.4 Interface Configuration Files

After installation, no values are configured in the interface configuration file provided in the sample scripts. When using sample scripts, it is necessary to configure the values, as the interface configuration file information is used for conversion of script variable information.

For details on the interface configuration file, refer to "15.17 Network Device Interface Configuration File" in the "Reference Guide (Command/XML) CE".

<?xml version="1.0" encoding="utf-8"?>
<UnmNetwork>
  <Networks>
    <Network name="">
      <NetworkDevices>
        <NetworkDevice name = "">
          <Ipv4Addresses>
            <Ipv4Address address="" parameternumber="" />
          </Ipv4Addresses>
          <Vrid></Vrid>
        </NetworkDevice>
        <NetworkDevice name = "">
          <Ipv4Addresses>
            <Ipv4Address address="" parameternumber="" />
          </Ipv4Addresses>
          <Vrid></Vrid>
        </NetworkDevice>
      </NetworkDevices>
    </Network>
  </Networks>
</UnmNetwork></UnmNetwork>
Network Resource Name
<Network name="Network resource name">

Specify the network resources to use when deploying L-Platforms including firewalls or server load balancers. It is necessary to register all network resources which may be used.

Network Device Name

Configure the following values, specifying the name of the network device registered in the ROR manager.

<NetworkDevice name = "Network device name">

Specify the name of the network device using the relevant network devices (firewall or server load balancer). For this information, it is necessary to register all network devices which may be used.

Information under the Network Device Name

When using sample scripts, configure the following values depending on the types of network devices.

  • For firewall (IPCOM EX) rulesets

    <IPv4Address address="Representative IPv4 address of the relevant network resource used on the relevant network device" parameternumber="1" />
    <Ipv4Address address="Primary IPv4 address of the relevant network resource used on the relevant network device" parameternumber="2" />
    <Ipv4Address address="Secondary IPv4 address of the relevant network resource used on the relevant network device" parameternumber="3" />
    <Vrid>VRID of the relevant network resource used on the relevant network device</Vrid>
  • For firewall (IPCOM VA) rulesets

    <IPv4Address address="Representative IPv4 address of the relevant network resource used on the relevant network device" parameternumber="1" />
    <Ipv4Address address="Primary IPv4 address of the relevant network resource used on the relevant network device" parameternumber="2" />
    <Ipv4Address address="Secondary IPv4 address of the relevant network resource used on the relevant network device" parameternumber="3" />
    <Vrid>VRID of the relevant network resource used on the relevant network device</Vrid>
  • For firewall (NS Appliance) rulesets

    <IPv4Address address="IPv4 address of the relevant network resource used on the relevant network device" parameternumber="1" />
  • For firewall (ASA) rulesets

    <IPv4Address address="Active IPv4 address of the relevant network resource used on the relevant network device" parameternumber="1" />
    <IPv4Address address="Standby IPv4 address of the relevant network resource used on the relevant network device" parameternumber="2" />
  • For server load balancer (BIG-IP) rulesets

    <Ipv4Address address="Floating IPv4 address of the relevant network resource used on the relevant network device" parameternumber="1" />
    <Ipv4Address address="Self IPv4 address of the relevant network resource used on the relevant network device" parameternumber="2" />