Skip to content

Commit 3a42477

Browse files
committed
Update questions's style
1 parent 6e8ff7c commit 3a42477

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

FAQ.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Frequenty Asked Questions
22

3-
### Is it possible to disable the automatic creation of Device Type, Device Role or Platform ?
3+
## Is it possible to disable the automatic creation of Device Type, Device Role or Platform ?
44

55
> **Yes**, Using the plugin settings, it's possible to control individually the creation of `device_role`, `device_type`, `manufacturer` & `platform`
66
@@ -18,27 +18,27 @@
1818
# }
1919
```
2020

21-
### Does this plugin support the discovery and the creation of all interfaces and IP Addresses ?
21+
## Does this plugin support the discovery and the creation of all interfaces and IP Addresses ?
2222

2323
> **No**, The plugin will only discover and create the management interface and the management IP address. Importing all interfaces and IP addresses is a much larger problem that requires more preparation. This is out of scope of this project.
2424
25-
### Does this plugin support the discovery of device based on fqdn ?
25+
## Does this plugin support the discovery of device based on fqdn ?
2626

2727
> **No**, Current the onbarding process is based on an IP address, please open an issue to discuss your use case if you would like to see support for FQDN based devices too.
2828
29-
### Does this plugin support the discovery of Stack or Virtual Chassis devices ?
29+
## Does this plugin support the discovery of Stack or Virtual Chassis devices ?
3030

3131
> **Partially**, Multi member devices (Stack, Virtual Chassis, FW Pair) can be imported but they will be created as a single device.
3232
33-
### Is this plugin able to automatically discover the type of my device ?
33+
## Is this plugin able to automatically discover the type of my device ?
3434

3535
> **Yes**, The plugin is leveraging Netmiko & Napalm to attempt to automatically discover the OS and the model of each device.
3636
37-
### How many device can I import at the same time ?
37+
## How many device can I import at the same time ?
3838

3939
> **Many**, There is really not strict limitations regarding the number of devices that can be importer at the same time. The speed at which devices will be imported will depend of the number of active RQ workers.
4040
41-
### Do I need to setup a dedicated RQ Worker node ?
41+
## Do I need to setup a dedicated RQ Worker node ?
4242

4343
> **No**, The plugin is leveraging the existing RQ Worker infrastructure already in place in NetBox, the only requirement is to ensure the plugin itself is installed in the Worker node.
4444

0 commit comments

Comments
 (0)