Cisco Systems PXM Version 1.1 Guide de l'utilisateur Page 91

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 110
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 90
B-1
Cisco Carrier Sensitive Routing User Guide
A P P E N D I X
B
Data Schema
This appendix describes the following:
Configuration Data Schema
Dataset Schema
Configuration Data Schema
BEGIN WORK;
SET CONSTRAINTS ALL DEFERRED;
CREATE TABLE ConfigurationData (
ActiveDataset text NOT NULL DEFAULT '_1' CONSTRAINT
ActiveDatasetSuffixInvalid
CHECK (
lower(ActiveDataset) = '_1' OR lower(ActiveDataset) = '_2'
),
LoggingLevel text NOT NULL DEFAULT 'Error' CONSTRAINT
LoggingLevelInvalid
CHECK (
lower(LoggingLevel) = 'error' OR
lower(LoggingLevel) = 'info' OR
lower(LoggingLevel) = 'debug'
),
CSR_ID varchar(64) NOT NULL,
CSR_Version text,
GKTMP_Versioninteger,
Priority integer NOT NULL DEFAULT 1CONSTRAINT
CSRPriorityInvalid
CHECK (Priority >= 1),
Vue de la page 90
1 2 ... 86 87 88 89 90 91 92 93 94 95 96 ... 109 110

Commentaires sur ces manuels

Pas de commentaire