iftable_vlan


Description

This table contains mapping of iftable to vlan information. It is parent table that is partitioned over zone schema

Columns

Column Type Size Nulls Auto Default Children Parents Comments
zone_id int4 10 null
zone.id fk_iftvl_zone R

Zone Id for iftable_vlan record

iftable_id int4 10 null
iftable.id fk_iftvl_ift R

Iftable Id for iftable_vlan record. It maps to zone.iftable.id. There is a one to many relationship between iftable id and vlan hence same iftable id can have multiple records for different vlan info

vlan int4 10 null

Vlan number.

name text 2147483647 null

Name of vlan

Table contained 0 rows

Indexes

Constraint Name Type Sort Column(s)
pk_iftvl Primary key Asc/Asc iftable_id + vlan

Relationships