clab_srl_dcn

所属分类:人工智能/神经网络/深度学习
开发工具:Shell
文件大小:0KB
下载次数:0
上传日期:2024-03-12 15:43:58
上 传 者sh-1993
说明:  使用诺基亚服务路由器的数据中心网络
(Data centre network using Nokia Service Router)

文件列表:
config/
sflow/
yang/
LICENSE
docker-compose.yaml
extract.sh
gnmic.yaml
gnmic_cmd.sh
gnmic_cmd2.sh
gnmic_notes.md
sflow_update.yaml
srl-dc.clab.yaml

# Data Centre Lab using Nokia Service Router Linux This is lab builds a network tpology using Nokia [Service Router Linux](https://www.nokia.com/networks/ip-networks/service-router-linux-NOS/) (srlinux) and Conatinerlab. Among the main features of Nokia srlinux are: - [Open Architucture](https://documentation.nokia.com/srlinux/SR_Linux_HTML_R21-11/Configuration_Basics_Guide/configb-apps.html) - [Groud-up support of YANG](https://learn.srlinux.dev/programmability/) and many [others](https://learn.srlinux.dev/). For more information about creating Containerlab topologies using srlinux, consult [this](https://containerlab.dev/manual/kinds/srl/#__tabbed_1_5). To start the lab ``` $ sudo clab deploy ``` To stop the lab ``` $ sudo clab destroy --cleanup ``` To access Nokia router: ``` $ docker exec -it clab-ynet-srl sr_cli ``` or ``` $ ssh clab-ynet-srl ``` To exit, type 'quit'. # SNMP Access To test SNMP connection: ``` $ docker exec -it clab-ynet-mgm snmpwalk -v 2c -c linuxro 172.20.20.2 ``` # JSON-RPC ``` curl http://admin:admin@clab-ynet-srl/jsonrpc -d @- << EOF { "jsonrpc": "2.0", "id": 0, "method": "get", "params": { "commands": [ { "path": "/system/information/version", "datastore": "state" } ] } } EOF ``` [Another configuration example](https://networkcloudandeverything.com/configuring-srlinux-nodes-in-a-3-tier-data-center/)

近期下载者

相关文件


收藏者