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

232 Brocade Network Advisor Documentation Updates
53-1002363-02
Views
E
);
-- Name: mpls_rsvp_lsp_admin_group_container; Type: TABLE; Schema: dcm; Owner:
dcmadmin; Tablespace:
CREATE TABLE mpls_rsvp_lsp_admin_group_container (
mpls_rsvp_lsp_admin_group_container_db_id integer NOT NULL,
mpls_rsvp_lsp_parameters_db_id integer,
mpls_rsvp_lsp_frr_parameters_db_id integer
);
-- Name: mpls_rsvp_lsp_frr_parameters; Type: TABLE; Schema: dcm; Owner: dcmadmin;
Tablespace:
CREATE TABLE mpls_rsvp_lsp_frr_parameters (
mpls_rsvp_lsp_frr_parameters_db_id integer NOT NULL,
bandwidth integer NOT NULL,
hop_limit numeric(3,0) NOT NULL,
is_facility_backup numeric(1,0) NOT NULL,
setup_priority numeric(1,0) NOT NULL,
hold_priority numeric(1,0) NOT NULL,
mpls_lsp_db_id integer
);
-- Name: mpls_rsvp_lsp_parameters; Type: TABLE; Schema: dcm; Owner: dcmadmin;
Tablespace:
CREATE TABLE mpls_rsvp_lsp_parameters (
mpls_rsvp_lsp_parameters_db_id integer NOT NULL,
is_adaptive numeric(1,0) NOT NULL,
bfd_transmit integer,
bfd_receive integer,
bfd_multiplier integer,
cos numeric(1,0),
hop_limit numeric(3,0),
is_cspf numeric(1,0) NOT NULL,
mtu numeric(4,0),
setup_priority numeric(1,0),
hold_priority numeric(1,0),
is_record_routes numeric(1,0) NOT NULL,
reoptimize_timer integer,
mpls_lsp_db_id integer,
mpls_rsvp_lsp_path_db_id integer
);
-- Name: mpls_rsvp_lsp_path; Type: TABLE; Schema: dcm; Owner: dcmadmin;
Tablespace:
CREATE TABLE mpls_rsvp_lsp_path (
mpls_rsvp_lsp_path_db_id integer NOT NULL,
path_type smallint NOT NULL,
is_standby numeric(1,0) NOT NULL default 0,
mpls_lsp_db_id integer NOT NULL,
mpls_path_db_id integer NOT NULL
);
-- Name: mpls_rsvp_lsp_tunnel_resource; Type: TABLE; Schema: dcm; Owner:
dcmadmin; Tablespace:
CREATE TABLE mpls_rsvp_lsp_tunnel_resource (
mpls_rsvp_lsp_tunnel_resource_db_id integer NOT NULL,
max_rate integer,
mean_rate integer,
max_burst integer,
mpls_rsvp_lsp_parameters_db_id integer