Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

License

NotificationsYou must be signed in to change notification settings

nokia/7x50_YangModels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

The Nokia SR OS YANG models are for configuration and management of SR OS based routers.

YANG models are provided for the following platforms:

  • 7250 Interconnect Router (IXR)
  • 7450 Ethernet Service Switch (ESS)
  • 7750 Service Router (SR)
  • 7950 Extensible Routing System (XRS)
  • Virtualized Service Router (VSR)

Working with the repository

The repository is created in order to provide a flexible programmatic interface to assist with network automation tasks.

master branch

Themaster branch provides the YANG models for all releases per platform. Cloning this branch will provide the maximum output, however, it may be more extensive then required for your use case.

git clone https://github.com/nokia/7x50_YangModels

Per-release branches

Each release is provided as a separate branch. The platforms use a set of common YANG models and these are represented as sros_major.minor, for examplesros_19.10. Each release is tagged with the full release revision as well, for examplesros_19.10.r1

To obtain the YANG modules for a specific release clone the following:

git clone -b sros_19.10.r1 --depth 1 https://github.com/nokia/7x50_YangModels

Obtaining the differences between releases

To compare between two different sets of YANG models using git, clone themaster branch or a release specific branch such assros_19.10 and then execute the following:

git diff sros_19.10.r1 sros_19.10.r2

Obtaining a TAR file of the YANG models for a specific release

To obtain a compressed TAR file of the available YANG models for a specific release, clone the repository and then execute the following:

git archive --format tar.gz sros_19.10.r1 > nokia_yang_19.10.r1.tar.gz

Documentation

Further documentation for Nokia SR OS YANG models can be found on theNokia Support Portal and in the SR OS user and reference guides on theNokia Doc Center.

For more information on developing automation for Nokia's IP and optical products, visit theNetwork Developer Portal.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp