AppendixB Data Schema

Configuration Data Schema

ListenPort

integer

CONSTRAINT CSRListenPortInvalid

32767),

 

CHECK (ListenPort > 0 AND ListenPort <=

 

 

 

ThreadCount

integer

NOT NULL DEFAULT 10,

MaxSizeOfQueue integer

NOT NULL DEFAULT 5000,

TestRoutesAccountingEnabledboolean NOT NULL DEFAULT FALSE,

RejectSrcCarrierInactive

boolean NOT NULL

DEFAULT FALSE,

RejectNullSrcCarrier

boolean NOT NULL

DEFAULT FALSE,

RejectSrcCarrierUnknown

boolean NOT NULL

DEFAULT FALSE,

RejectDestinationUnknown

boolean NOT NULL DEFAULT FALSE,

RejectSrcPercentage

boolean NOT NULL

DEFAULT FALSE,

RejectSrcUnits

 

boolean NOT NULL

DEFAULT FALSE,

RejectNoDstCarrier

boolean NOT NULL

DEFAULT FALSE

);

 

 

 

CREATE TABLE GateKeepers (

 

 

GKKey

integer

NOT NULL PRIMARY

KEY,

GKID

varchar(64)

NOT NULL UNIQUE,

 

GK_IP

inet

NOT NULL,

 

GK_Port

integer

NOT NULL CONSTRAINT GK_PortInvalid

 

 

CHECK (GK_Port > 0 AND GK_Port <= 32767),

ListenARQ

boolean

NOT NULL DEFAULT FALSE,

ListenLRQ

boolean

NOT NULL DEFAULT FALSE,

ListenIRR

boolean

NOT NULL DEFAULT FALSE,

ListenDRQ

boolean

NOT NULL DEFAULT FALSE,

ListenRRQ

boolean

NOT NULL DEFAULT FALSE,

ListenURQ

boolean

NOT NULL DEFAULT FALSE,

ListenLCF

boolean

NOT NULL DEFAULT FALSE,

ListenLRJ

boolean

NOT NULL DEFAULT FALSE,

ListenRAI

boolean

NOT NULL DEFAULT FALSE,

ListenBRQ

boolean

NOT NULL DEFAULT FALSE,

ConnectionStatetext

NOT NULL CONSTRAINT

ConnectionStateInvalid

CHECK (

lower(ConnectionState) = 'connect' OR lower(ConnectionState) = 'disconnect'

Cisco Carrier Sensitive Routing User Guide

B-2

Page 92
Image 92
Cisco Systems Version 1.1 manual Not Null Default

Version 1.1 specifications

Cisco Systems Version 1.1 introduced significant advancements in network technology, setting a new standard for performance, security, and management in the ever-evolving landscape of enterprise networking. This version is characterized by a robust architecture that supports a wide array of devices and applications, ensuring seamless connectivity and efficiency for businesses of all sizes.

One of the standout features of Cisco Systems Version 1.1 is its enhanced routing capabilities. The introduction of advanced routing protocols enables more efficient data handling and traffic management. This improvement translates into reduced latency and optimized bandwidth utilization, which are crucial for organizations relying on real-time applications like VoIP and video conferencing.

Another notable technology integrated into Version 1.1 is the expanded support for Software-Defined Networking (SDN). This allows network administrators to manage their network resources more flexibly and dynamically, adapting quickly to changing demands. With SDN, Cisco provides a centralized control plane that enables automated provisioning and orchestration of network services, ultimately leading to reduced operational costs and improved service quality.

Security improvements are also a hallmark of Cisco Systems Version 1.1. The incorporation of advanced intrusion detection and prevention systems (IDPS) enhances the overall security posture of networks. Additionally, built-in encryption protocols ensure that data is transmitted securely, safeguarding sensitive information from potential cyber threats.

Furthermore, Version 1.1 emphasizes user experience with its intuitive management interface. Network monitoring and troubleshooting tools have been redesigned to be more user-friendly, allowing IT teams to quickly identify and resolve issues, thereby minimizing downtime and improving overall network reliability.

Scalability is another critical characteristic of this version, designed to accommodate the growth of companies. Whether an organization is expanding its physical infrastructure or transitioning to cloud-based services, Cisco Systems Version 1.1 provides the flexibility necessary to scale operations without sacrificing performance.

In summary, Cisco Systems Version 1.1 is a comprehensive networking solution that integrates advanced routing capabilities, SDN support, enhanced security features, and a user-friendly management interface. Its scalability ensures that it can meet the growing demands of modern enterprises, making it a pivotal choice for businesses looking to optimize their networking infrastructure. As companies continue to embrace digital transformation, Cisco Systems Version 1.1 stands out as a reliable foundation for future growth and innovation.