Cisco PXM Version 1.1 User Manual page 96

Cisco sensitive routing user guide
Table of Contents

Advertisement

Dataset Schema
CREATE TABLE Routes (
RouteKey
RouteName
RuleKey
);
CREATE TABLE Routes_1 () INHERITS (Routes);
CREATE TABLE Routes_2 () INHERITS (Routes);
CREATE TABLE Rules (
RuleKey
RuleName
IsDefaultRule boolean
MinQoS
PreferredCarrierKey integer,
RejectMaxOriginationPercentage boolean NOT NULL DEFAULT FALSE,
RejectMaxIngressUnits
RejectMaxIngressUnitsPerRoute boolean
RejectEgressCostMoreThanIngress boolean NOT NULL DEFAULT FALSE,
RejectInsufficientQoS
RejectMaxEgressUnits
RejectMaxEgressUnitsPerRouteboolean
PreventITSPtoITSP
SelectMinCostPerEgressRoute integer
SelectBestQoS
Cisco Carrier Sensitive Routing User Guide
B-6
integer
NOT NULL PRIMARY KEY CONSTRAINT
RouteKeyNotZero
CHECK (RouteKey <> 0),
text,
integer
integer
NOT NULL PRIMARY KEY CONSTRAINT
RuleKeyNotZero
CHECK (RuleKey <> 0),
text,
NOT NULL DEFAULT FALSE,
integer
CONSTRAINT MinQoSInvalid
CHECK (MinQoS >= 1 AND MinQoS <= 9),
boolean
boolean
boolean
boolean
CHECK (
SelectMinCostPerEgressRoute >= 0 AND
SelectMinCostPerEgressRoute <= 5
),
integer NOT NULL DEFAULT 0 CONSTRAINT
SelBestQoSInvalid
AppendixB
NOT NULL DEFAULT FALSE,
NOT NULL DEFAULT FALSE,
NOT NULL DEFAULT FALSE,
NOT NULL DEFAULT FALSE,
NOT NULL DEFAULT FALSE,
NOT NULL DEFAULT FALSE,
NOT NULL DEFAULT 0 CONSTRAINT
SelMinCostInvalid
Data Schema

Advertisement

Table of Contents
loading

Table of Contents