- play_arrow Overview
- play_arrow Fabric Administrative Tasks
- play_arrow Fabric Configuration
- Onboard Devices
- Create Virtual Network
- Create Logical Routers
- View Node Profile Information
- Create Network Policy
- Create Network IPAM
- Monitoring Fabric Jobs
- Terminating Ongoing Fabric Jobs
- Using HA Cluster to Manage Fabric
- Adding a Leaf or Spine Device to an Existing Fabric Using ZTP
- Grouping Fabric Devices and Roles Using Device Functional Groups
- Creating Layer 3 PNF Service Chains for Inter-LR Traffic
- Creating VNF Service Chains for Inter-LR Traffic
- Assisted Replication of Broadcast, Unknown Unicast, and Multicast Traffic
- Running Generic Device Operations Commands In Contrail Command
- Adding DHCP Server Information for Virtual Networks and Logical Routers
- Return Material Authorization
- Contrail Networking Supported Hardware Platforms and Associated Roles And Node Profiles
- play_arrow Managing Data Center Devices
- Data Center Interconnect
- Configuring Data Center Gateway
- Virtual Port Groups
- Configuring Virtual Port Groups
- Configuring Storm Control on Interfaces
- Configuring EVPN VXLAN Fabric with Multitenant Networking Services
- Edge-Routed Bridging for QFX Series Switches
- Activating Maintenance Mode on Data Center Devices
- Viewing the Network Topology
- Viewing Hardware Inventory of Data Center Devices
- Certificate Lifecycle Management Using Red Hat Identity Management
- play_arrow Integrating VMware with Contrail Networking Fabric
- play_arrow Extending Contrail Networking to Bare Metal Servers
Discover a Device
Device discovery is initiated as soon as you click Next on the Fabrics page. For more information on using zero-touch-provisioning (ZTP) to create a new fabric, see Create a Fabric.
If you have followed the steps provided in the Provisioning Option - New Fabric (greenfield) section of the Create a Fabric topic, clicking Next on the Fabrics page initiates the following fabric onboarding tasks:
Based on the management subnet information that you provide, the DHCP configuration file (
dnsmasq
) is generated.After the devices are allotted IP addresses, the Dynamic Host Configuration Protocol (DHCP) lease file is generated with the device IP address and MAC address information.
Devices corresponding to the serial numbers listed in the
Device Info
section of the input YAML file are discovered.The following base configuration is pushed to the discovered devices.
content_copy zoom_out_mapsystem { host-name "<serial-number>" root-authentication { encrypted-password "<encrypted-password>"; } services { ssh { root-login allow; } telnet; netconf { ssh; } } } protocols { lldp { interface all; } }
The devices are discovered and all configured interfaces available on the discovered devices are onboarded.
The discovered devices obtain neighboring device information by using Link Layer Discovery Protocol (LLDP). Only devices that are part of the fabric are added.
The node profiles available in the input YAML file are associated with multiple products and hardware. If the discovered device product name is associated with any listed product or hardware, the corresponding node profile is associated with that device.
The DHCP IP is set as a static IP on the management interface.
The input YAML supplemental configuration file is applied to the device.
If you have followed the steps provided in the Provisioning Option - Existing Fabric (brownfield) section of the Create a Fabric topic, clicking Next on the Fabrics page initiates the following fabric onboarding tasks:
If you have entered a management subnet value, all reachable devices are discovered with a ping sweep.
If /32 is provided in the management subnet, only /32 hosts are discovered.
The devices are discovered and all configured interfaces available on the discovered devices are onboarded.
The discovered devices obtain neighboring device information by using Link Layer Discovery Protocol (LLDP). Only devices that are part of the fabric are added.
The node profiles available in the input YAML file are associated with multiple products and hardware. If the discovered device product name is associated with any listed product or hardware, the corresponding node profile is associated with that device.
The Device discovery progress bar on the Discovered devices page displays the progress of the device discovery job. The list of devices discovered is listed in the Discovered devices page.
You can add a discovered device to the fabric by following these steps:
Click Next to assign roles.
The Assign to devices page is displayed. For more information on assigning roles to devices, see Assign a Role to a Device.