文件名称:netbox-virtual-circuit-plugin:NetBox的插件,支持虚拟电路管理
文件大小:1.01MB
文件格式:ZIP
更新时间:2024-06-17 06:15:13
netbox netbox-plugin Python
NetBox虚拟电路插件 的插件,支持虚拟电路管理。 定义 虚拟电路是通过将两个或多个VLAN一起路由而创建的电路。 每个虚拟电路均由名称,数字ID(0-32767)以及上下文标识。 必须为每个虚拟电路分配以下操作状态之一: 待定配置 已配置 待删除 配置错误 将VLAN分配给虚拟电路后,如果不先将其删除,则该VLAN不能存在于另一个虚拟电路中。 正在安装 由于该插件是在上发布的,因此只需发出: pip install netbox - virtual - circuit - plugin 下载并安装它。 要启用插件,请将插件名称添加到configuration.py的PLUGINS列表中,如下所示: PLUGINS = [ 'netbox_virtual_circuit_plugin' ] # Note that the name here use underscore,
【文件预览】:
netbox-virtual-circuit-plugin-master
----MANIFEST.in(75B)
----docs()
--------images()
----LICENSE(34KB)
----dev()
--------Dockerfile(653B)
--------configuration.py(9KB)
--------dev.env(627B)
--------docker-compose.yml(1KB)
--------entrypoint.sh(2KB)
----setup.py(720B)
----.gitignore(2KB)
----CHANGELOG.md(8KB)
----Makefile(2KB)
----README.md(4KB)
----netbox_virtual_circuit_plugin()
--------navigation.py(1KB)
--------models.py(2KB)
--------template_content.py(933B)
--------templates()
--------choices.py(693B)
--------tests()
--------api()
--------filters.py(823B)
--------__init__.py(516B)
--------migrations()
--------tables.py(1KB)
--------views.py(4KB)
--------admin.py(479B)
--------urls.py(1009B)
--------forms.py(1KB)