Difference between revisions of "Public.snmpinterface (table)"
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
− | |- | + | |- valign="top" |
| '''Table | | '''Table | ||
| public.snmpinterface | | public.snmpinterface | ||
− | |||
|} | |} | ||
− | |||
=== Columns === | === Columns === | ||
Line 17: | Line 15: | ||
| '''Default | | '''Default | ||
| '''Description | | '''Description | ||
− | + | ||
− | |- | + | |- valign="top" |
| id | | id | ||
| integer | | integer | ||
| not null | | not null | ||
− | |||
| | | | ||
− | |- | + | | |
+ | |- valign="top" | ||
| nodeid | | nodeid | ||
| integer | | integer | ||
Line 30: | Line 28: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| ipaddr | | ipaddr | ||
| varchar(16) | | varchar(16) | ||
Line 36: | Line 34: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| snmpipadentnetmask | | snmpipadentnetmask | ||
| varchar(16) | | varchar(16) | ||
Line 42: | Line 40: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| snmpphysaddr | | snmpphysaddr | ||
| char(12) | | char(12) | ||
Line 48: | Line 46: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| snmpifindex | | snmpifindex | ||
| integer | | integer | ||
Line 54: | Line 52: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| snmpifdescr | | snmpifdescr | ||
| varchar(256) | | varchar(256) | ||
Line 60: | Line 58: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| snmpiftype | | snmpiftype | ||
| integer | | integer | ||
Line 66: | Line 64: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| snmpifname | | snmpifname | ||
| varchar(96) | | varchar(96) | ||
Line 72: | Line 70: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| snmpifspeed | | snmpifspeed | ||
| bigint | | bigint | ||
Line 78: | Line 76: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| snmpifadminstatus | | snmpifadminstatus | ||
| integer | | integer | ||
Line 84: | Line 82: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| snmpifoperstatus | | snmpifoperstatus | ||
| integer | | integer | ||
Line 90: | Line 88: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| snmpifalias | | snmpifalias | ||
| varchar(256) | | varchar(256) | ||
Line 103: | Line 101: | ||
| '''Primary Key | | '''Primary Key | ||
| '''Columns | | '''Columns | ||
− | |- | + | |- valign="top" |
| snmpinterface_pkey | | snmpinterface_pkey | ||
| id | | id | ||
Line 114: | Line 112: | ||
| '''Type | | '''Type | ||
| '''Columns | | '''Columns | ||
− | + | ||
− | + | |- valign="top" | |
− | |||
− | |||
− | |||
− | |- | ||
| snmpinterface_ipaddr_idx | | snmpinterface_ipaddr_idx | ||
| | | | ||
| ipaddr | | ipaddr | ||
− | |- | + | |- valign="top" |
| snmpinterface_nodeid_idx | | snmpinterface_nodeid_idx | ||
| | | | ||
| nodeid | | nodeid | ||
+ | |- valign="top" | ||
+ | | snmpinterface_nodeid_ifindex_unique_idx | ||
+ | | | ||
+ | | nodeid, snmpifindex | ||
|} | |} | ||
Line 135: | Line 133: | ||
| '''Column | | '''Column | ||
| '''Referenced Column | | '''Referenced Column | ||
− | + | ||
− | |- | + | |- valign="top" |
| [[public.node_(table)|public.node]] | | [[public.node_(table)|public.node]] | ||
| nodeid | | nodeid | ||
Line 148: | Line 146: | ||
| '''Column | | '''Column | ||
| '''Referencing Column | | '''Referencing Column | ||
− | + | ||
− | |- | + | |- valign="top" |
| [[public.ipinterface_(table)|public.ipinterface]] | | [[public.ipinterface_(table)|public.ipinterface]] | ||
| id | | id | ||
| snmpinterfaceid | | snmpinterfaceid | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} |
Latest revision as of 10:26, 27 August 2011
Contents
[hide]wikibot[edit]
Table | public.snmpinterface |
Columns[edit]
Column | Data Type | Nullable | Default | Description |
id | integer | not null | ||
nodeid | integer | not null | ||
ipaddr | varchar(16) | not null | ||
snmpipadentnetmask | varchar(16) | null | ||
snmpphysaddr | char(12) | null | ||
snmpifindex | integer | not null | ||
snmpifdescr | varchar(256) | null | ||
snmpiftype | integer | null | ||
snmpifname | varchar(96) | null | ||
snmpifspeed | bigint | null | ||
snmpifadminstatus | integer | null | ||
snmpifoperstatus | integer | null | ||
snmpifalias | varchar(256) | null |
Primary Key[edit]
Primary Key | Columns |
snmpinterface_pkey | id |
Indexes[edit]
Index | Type | Columns |
snmpinterface_ipaddr_idx | ipaddr | |
snmpinterface_nodeid_idx | nodeid | |
snmpinterface_nodeid_ifindex_unique_idx | nodeid, snmpifindex |
Foreign Keys[edit]
Relation | Column | Referenced Column |
public.node | nodeid | nodeid |
Detail Tables[edit]
Detail Table | Column | Referencing Column |
public.ipinterface | id | snmpinterfaceid |