Creating network pods in BMC Network Automation
A pod is the base on which logical networks are created in the cloud. A pod is created on a group of co-located network hardware, such as routers, firewalls, and load balancers that segregates cloud networks from other pods and non-cloud networks.
Pods are created in BMC Network Automation using pod blueprints, which define the pod architecture and include a definition of the physical pod topology. After a pod is created, you can then onboard the pod into BMC Cloud Lifecycle Management.
Before you begin
- Create the provider company, as described in Creating-tenant-companies-and-users-by-using-BMC-Remedy-ITSM-Foundation.
- Create a physical location, as described in Creating-a-physical-location-for-a-pod.
Enable the integration with BMC Cloud Lifecycle Management in BMC Network Automation.
Enable the integration with BMC Atrium CMDB in BMC Network Automation. This integration is used to synchronize the physical location created in the cloud with BMC Network Automation, and to create the pod for that physical location.
To create a network pod
Gather information about the network devices such as the names and credentials of the physical firewall host, load balancer host, distribution switch host, and access switches that you plan to use in your pod or cloud virtual infrastructure. See Configuring-vendor-specific-devices.
In BMC Network Automation, create device security profiles (DSP) for the network devices that you identified in Step 1 by performing the following substeps:
In a web browser, log into BMC Network Automation at https://<localhost>/bca-networks.See Accessing the interface in the BMC Network Automation documentation.
Add a new DSP. See Adding a device security profile in the BMC Network Automation documentation.
Example DSPField
Value
Name
<DSP Name>
Login User Name
<Username>
Login Password
<Password>
Confirm Login Password
<Password>
Privileged User Name
<Priv Username>
Privileged Password
<Priv Password>
Confirm Privileged Password
<Priv Password>
In BMC Network Automation, add routers and switches.See Adding a device in the BMC Network Automation documentation.
Example 1
Field
Value
Name
Access
Device Type
VMware vSwitch
Device Category
Switch
Host Name/IP Address/URL
<VSwitchName>  <ESXServerName>)https://<VCenterServerName>
<VSwitchName>@https://<ESXServerName>
For example:
vSwitch2@aus-r710-clm-esx-03.bmc.com@https://aus-r710clm2vc1.bmc.comDevice Security Profile
ESX Server DSP
Example 2Field
Value
Name
Edge
Device Type
Cisco IOS Switch/Router
Device Category
Router
Host Name/IP Address/URL
<address>
Device Security Profile
ESX Server DS
- Create a pod blueprint and import it into BMC Network Automation. See Creating-network-pod-blueprints.
- Create a pod by using the pod blueprint that you created in step 4 by performing the following substeps:
In BMC Network Automation, navigate to Network > Virtual Data Center > Pod Blueprints > Create Pod.See Creating a pod from a pod blueprint in the BMC Network Automation documentation.Example pod
Field
Value
Name
Baby1
Vlan Pool Customer - VLAN Start Number
2
Vlan Pool Customer - VLAN End Number
10
Vlan Pool Management - VLAN Start Number
11
Access Node Device
access
Edge Node Device
edge
Address Pool ManagementAddresses - Pool Address
11.0.0.0
Address Pool ManagementAddresses - Pool Mask
255.255.255.128
Address Pool ManagementAddresses - Gateway Address
11.0.0.1
Address Range Customer - Range Address
10.0.0.0
Address Range Customer - Range Mask
255.255.252.0
- Click Save.
- Back up the database by executing the BCAN_HOME\tools\backup_db.bat backup1.dump command.
The bcan.dump backup file is located in the BNA-Network-Data\dbbackup directory.
Related topics