protocol


Description

This table contains a list of protocols that all the devices across all the zones have responded so far. This table will not contain any records out of the box, but will insert protocols as and when device responses get processed.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('zone.protocol_id_seq'::regclass)
device_response.protocol_id fk_device_response_protocol R
device_response.protocol_id fk_device_response_protocol R

Unique identifier for protocol record

protocol text 2147483647 null

Value of protocol. Valid values are arp, udp, icmp, snmp, snmpv2, tcp, dns, http, https, cifs, dhcp

Table contained 0 rows

Indexes

Constraint Name Type Sort Column(s)
pk_protocol Primary key Asc id
uk_protocol Must be unique Asc protocol

Relationships