Brocade Network Advisor Documentation Updates v11.1.x (53-1002363-03, August 2011)

Brocade Network Advisor Documentation Updates 227
53-1002363-02
Views
E
network_number character varying(32) NOT NULL,
frame_type numeric(4,0) NOT NULL
);
-- Name: ironclad_adaptive_entry; Type: TABLE; Schema: dcm; Owner: dcmadmin;
Tablespace:
CREATE TABLE ironclad_adaptive_entry (
policy_entry_id integer NOT NULL,
normal_burst numeric(20,3),
normal_burst_type character(1),
max_burst numeric(20,3),
max_burst_type character(1),
conform_action numeric(2,0),
exceed_action numeric(2,0),
vlan_id numeric(4,0)
);
-- Name: jetcore_adaptive_entry; Type: TABLE; Schema: dcm; Owner: dcmadmin;
Tablespace:
CREATE TABLE jetcore_adaptive_entry (
policy_entry_id integer NOT NULL,
queue_num numeric(2,0),
is_terathon numeric(1,0),
terathon_max_burst numeric(20,3),
terathon_max_burst_type character(1)
);
-- Name: l2_neighbor; Type: TABLE; Schema: dcm; Owner: dcmadmin; Tablespace:
CREATE TABLE l2_neighbor (
l2_neighbor_id integer NOT NULL,
interface_id integer NOT NULL,
rmt_ip_address character varying(40),
rmt_if_name character varying(64),
last_seen_time integer NOT NULL,
lldp_rem_chassis_id_subtype smallint,
lldp_rem_chassis_id bytea,
lldp_rem_port_id_subtype smallint,
lldp_rem_port_id bytea
);
-- Name: l3_roaming_domain; Type: TABLE; Schema: dcm; Owner: dcmadmin; Tablespace:
CREATE TABLE l3_roaming_domain (
l3_roaming_domain_id integer NOT NULL,
mobility_domain_id integer
);
-- Name: l3_roaming_domain_device; Type: TABLE; Schema: dcm; Owner: dcmadmin;
Tablespace:
CREATE TABLE l3_roaming_domain_device (
l3_roaming_domain_device_id integer NOT NULL,
l3_roaming_domain_id integer,
device_id integer
);
-- Name: l3_roaming_peer_config; Type: TABLE; Schema: dcm; Owner: dcmadmin;
Tablespace:
CREATE TABLE l3_roaming_peer_config (
l3_roaming_peer_config_id integer NOT NULL,
l3_roaming_domain_device_id integer,
ip_address character varying(64),