Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column
Panel

In this section:

Table of Contents
maxLevel3

 

Overview

In the Sonus SBC Portfolio, configuration details are defined as Yang specifications.

...

Yang is a data modelling language (refer RFC 6020) which models configuration and state data manipulated by the Network Configuration Protocol (NETCONF), NETCONF remote procedure calls, and NETCONF notifications. Sonus SBC Core configuration details are defined as Yang specifications. Yang supports

...

SBC yang

...

file extensions. These extensions provide additional information to the EMA.

...

 

The SBC Core Spacevarsseriesseries series supports configuration and operational resources using REST API.

 The SBC data model contains several tree structures. The table below describes the root levels.

 

Caption
0Table
1SBC Data Model Root Levels
3SBC Data Model Root Levels

Resource Category
(Root Level)

Description

...

 Yang File Name

addressContext

Objects scoped to a specific IP addressing domain

...

 sonusAddressContext.yang

alarms

...

Alarm Management

Alarms Management

NOTE: Some alarms reside under oam root level as well.

sonusAlarmMgr

...

.yang

global

Global objects

...

applicable node-

...

wide 

...

 sonusGlobal.yang

oam

Operations and Maintenance objectssonusOrca.yang

profiles

Profiles of configuration shared by multiple

...

objects 

...

 sonusGen2Profiles.yang

system

System-level

...

configuration 

...

 sonusSystem.yang
 

Configuration Data

Configuration data is the set of write-enabled data that is required to transform a system from its initial default state into its current state. When a node is tagged with config "true", its sub-hierarchy is flagged as configuration data. For example,  In the leaf or list statement, configuration data is defined by  “config true".

...