Skip to content

SNMP

Source code

Models location: netbox_cmdb/models/snmp.py

Table relations

Info

To simplify the diagram, not all relations are displayed (example: DeviceBGPSession => IPAM.IPAddress)

erDiagram

    dcim_Device 1--1+ SNMP: ""
    SNMP 1+--1+ SNMPCommunity: ""

BGP global configuration

SNMP:
    device: dcim.Device
    contact: string
    location: string
    community_list: cmdb.SNMPCommunity
SNMPCommunity:
    SNMPCommunity: string
    SNMPCommunity: string
    type: RO|RW