diff --git a/.gitignore b/.gitignore index e69de29bb..e584112c8 100755 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,28 @@ +logs/* +rawTopoFile/clab/* +rawTopoFile/clab/** +rawTopoFile/license.txt +rawTopoFile/topo-vf-hco-ip-certification.yml +rawTopoFile/clab-topoViewerDemo/** +rawTopoFile/topo-clab-demo.yaml +rawTopoFile/topo-clab-demo.bak +rawTopoFile/clab-demo/* + + +config/* +webpack.config.js +.babelrc +go_tools/ygot +go_tools/ygot/** +html-static/template/clab/button.tmpl +node_modules/** +_archive/** +html-public/** +html-react/** +README-copy.md +README-copy2.md +package-lock.json +package.json +.cache/** +clab-3tierSmall/** +README-02.md diff --git a/docs/image/topoViewer-WiresharkHelperApp-MAC.gif b/docs/_archive/topoViewer-WiresharkHelperApp-MAC.gif similarity index 100% rename from docs/image/topoViewer-WiresharkHelperApp-MAC.gif rename to docs/_archive/topoViewer-WiresharkHelperApp-MAC.gif diff --git a/docs/image/topoViewer-linkProperties.gif b/docs/_archive/topoViewer-linkProperties.gif similarity index 100% rename from docs/image/topoViewer-linkProperties.gif rename to docs/_archive/topoViewer-linkProperties.gif diff --git a/docs/image/topoViewer-nodeProperties.gif b/docs/_archive/topoViewer-nodeProperties.gif similarity index 100% rename from docs/image/topoViewer-nodeProperties.gif rename to docs/_archive/topoViewer-nodeProperties.gif diff --git a/docs/image/topoViewer-nodeTerminalConsole.gif b/docs/_archive/topoViewer-nodeTerminalConsole.gif similarity index 100% rename from docs/image/topoViewer-nodeTerminalConsole.gif rename to docs/_archive/topoViewer-nodeTerminalConsole.gif diff --git a/docs/image/topoViewer-nodeWebConsole.gif b/docs/_archive/topoViewer-nodeWebConsole.gif similarity index 100% rename from docs/image/topoViewer-nodeWebConsole.gif rename to docs/_archive/topoViewer-nodeWebConsole.gif diff --git a/docs/image/topoViewer-quickstart.png b/docs/_archive/topoViewer-quickstart.png similarity index 100% rename from docs/image/topoViewer-quickstart.png rename to docs/_archive/topoViewer-quickstart.png diff --git a/docs/quickstart/clab-demo.yaml b/docs/quickstart/clab-demo.yaml index 0fd1d52fc..ff9ea6706 100644 --- a/docs/quickstart/clab-demo.yaml +++ b/docs/quickstart/clab-demo.yaml @@ -4,19 +4,19 @@ topology: nodes: topoviewer: kind: linux - image: ghcr.io/asadarafat/topoviewer:nightly-24.10.27a + image: ghcr.io/asadarafat/topoviewer:${TOPOVIEWER_VERSION:=nightly-24.10.30} ports: - - 8088:8088 + - ${SERVER_PORT:=8088}:${SERVER_PORT:=8088} startup-delay: 5 binds: - /var/run/docker.sock:/var/run/docker.sock:ro - clab-demo.yaml:/opt/topoviewer/local-bind/clab-demo.yaml:ro env: ### These are the environment variables for topoviewer container - ALLOWED_HOSTNAME: "100.124.41.89" - CLAB_USER: "asad" - CLAB_PASS: "PassW0rd" - SERVER_PORT: "8088" + ALLOWED_HOSTNAME: ${CLAB_USER:=100.124.41.89} + CLAB_USER: ${CLAB_USER:=topoviewer} + CLAB_PASS: ${CLAB_PASS:=pass} + SERVER_PORT: ${SERVER_PORT:=8088} CLAB_TOPO_YAML: "clab-demo.yaml" labels: topoviewer-role: controller diff --git a/go_cloudshellwrapper/constants.go b/go_cloudshellwrapper/constants.go index 4e820b1d6..e43525c61 100755 --- a/go_cloudshellwrapper/constants.go +++ b/go_cloudshellwrapper/constants.go @@ -1,258 +1,8 @@ package cloudshellwrapper -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -var VersionInfo string = "nightly-24.01.21p" -======= -var VersionInfo string = "nightly-24.01.21o" ->>>>>>> e215c86 (asd) -======= -var VersionInfo string = "nightly-24.01.22a" ->>>>>>> b715a05 (commit with tag nightly-24.01.22a) -======= -var VersionInfo string = "nightly-23.01.24a" ->>>>>>> cd0edea (commit with tag nightly-23.01.24a) -======= -var VersionInfo string = "nightly-23.01.24b" ->>>>>>> e0dffde (commit with tag nightly-23.01.24b) -======= -var VersionInfo string = "nightly-24.01.22b" ->>>>>>> 6f5aff7 (commit with tag nightly-24.01.22b) -======= -var VersionInfo string = "nightly-24.01.24a" ->>>>>>> 408e672 (commit with tag nightly-24.01.24a) -======= -var VersionInfo string = "nightly-24.01.24b" ->>>>>>> 0fed451 (commit with tag nightly-24.01.24b) -======= -var VersionInfo string = "nightly-24.01.24c" ->>>>>>> 51fea5c (commit with tag nightly-24.01.24c) -======= -var VersionInfo string = "nightly-24.01.24d" ->>>>>>> df3164a (commit with tag nightly-24.01.24d) -======= -var VersionInfo string = "nightly-24.01.26" ->>>>>>> 76f8dfd (commit with tag nightly-24.01.26) -======= -var VersionInfo string = "nightly-24.01.21p" -======= -var VersionInfo string = "nightly-24.01.21p" ->>>>>>> 086a68742ab98e626a7a3b18058f719644aaaddd ->>>>>>> 8d58c71 (commit with tag nightly-24.01.21p) -======= -var VersionInfo string = "nightly-24.01.26" ->>>>>>> a7c8bf4 (dev) -======= -var VersionInfo string = "nightly-24.01.30" ->>>>>>> 7669636 (commit with tag nightly-24.01.30) -======= -var VersionInfo string = "nightly-24.01.30a" ->>>>>>> 1cc9412 (commit with tag nightly-24.01.30a) -======= -var VersionInfo string = "nightly-24.01.30b" ->>>>>>> dca31bf (commit with tag nightly-24.01.30b) -======= -var VersionInfo string = "nightly-24.02.03" ->>>>>>> 737a4e5 (commit with tag nightly-24.02.03) -======= -var VersionInfo string = "nightly-24.02.03a" ->>>>>>> 685ffdf (commit with tag nightly-24.02.03a) -======= -var VersionInfo string = "nightly24.02.03b" ->>>>>>> 2eeaa61 (commit with tag nightly24.02.03b) -======= -var VersionInfo string = "nightly24.02.03c" ->>>>>>> 41c7209 (commit with tag nightly24.02.03c) -======= -var VersionInfo string = "nightly-24.02.04" ->>>>>>> 73c79c9 (commit with tag nightly-24.02.04) -======= -var VersionInfo string = "nightly-24.02.04a" ->>>>>>> f9205e2 (commit with tag nightly-24.02.04a) -======= -var VersionInfo string = "nightly-24.02.04b" ->>>>>>> ba65ff1 (commit with tag nightly-24.02.04b) -======= -var VersionInfo string = "ightly-24.02.04bc" ->>>>>>> e3ecbb5 (commit with tag ightly-24.02.04bc) -======= -var VersionInfo string = "nightly-24.02.04bc" ->>>>>>> 9bb8106 (commit with tag nightly-24.02.04bc) -======= -var VersionInfo string = "a" ->>>>>>> 89a0ab2 (commit with tag a) -======= -var VersionInfo string = "nightly-24.02.05" ->>>>>>> f7bddf8 (commit with tag nightly-24.02.05) -======= -var VersionInfo string = "nightly-24.01.30" ->>>>>>> 1b556b4 (commit with tag nightly-24.01.30) -======= -var VersionInfo string = "nightly-24.01.30a" ->>>>>>> e0675f4 (commit with tag nightly-24.01.30a) -======= -var VersionInfo string = "nightly-24.01.30b" ->>>>>>> f83b6f1 (commit with tag nightly-24.01.30b) -======= -var VersionInfo string = "nightly-24.02.05a" ->>>>>>> fd147e4 (commit with tag nightly-24.02.05a) -======= -var VersionInfo string = "nightly-24.02.05b" ->>>>>>> 1bff5f1 (commit with tag nightly-24.02.05b) -======= -var VersionInfo string = "nightly-24.02.06" ->>>>>>> 0d34745 (commit with tag nightly-24.02.06) -======= -var VersionInfo string = "nightly-24.02.11" -<<<<<<< HEAD ->>>>>>> 3b88c076 (commit with tag nightly-24.02.11) -======= -======= -var VersionInfo string = "nightly-24.07.07" ->>>>>>> 7b0447c7 (commit with tag nightly-24.07.07) -======= -var VersionInfo string = "nightly-24.07.12" ->>>>>>> fc0a61e1 (commit with tag nightly-24.07.12) -======= -var VersionInfo string = "nightly-24.07.07a" ->>>>>>> aa29c0d3 (commit with tag nightly-24.07.07a) -======= -var VersionInfo string = "nightly-24.07.13" ->>>>>>> 6748ca70 (commit with tag nightly-24.07.13) -======= -var VersionInfo string = "nightly-24.07.14" ->>>>>>> 0a944641 (commit with tag nightly-24.07.14) -======= -var VersionInfo string = "nightly-24.07.18" ->>>>>>> 80ce730c (commit with tag nightly-24.07.18) -======= -var VersionInfo string = "nightly-24.07.19" ->>>>>>> 4e1bdb44 (commit with tag nightly-24.07.19) -======= -var VersionInfo string = "nightly-24.08.04" ->>>>>>> 25621892 (commit with tag nightly-24.08.04) -======= -var VersionInfo string = "nightly-24.08.06" ->>>>>>> b5957742 (commit with tag nightly-24.08.06) -======= -var VersionInfo string = "nightly-24.08.13" ->>>>>>> b4c0146d (commit with tag nightly-24.08.13) -======= -var VersionInfo string = "nightly-24.09.04" ->>>>>>> 787e6c4d (commit with tag nightly-24.09.04) -======= -var VersionInfo string = "nightly-24.10.20" ->>>>>>> cf9c442a (commit with tag nightly-24.10.20) -======= -var VersionInfo string = "nightly-24.10.20a" ->>>>>>> 6d3ffa96 (commit with tag nightly-24.10.20a) -======= -var VersionInfo string = "nightly-24.10.20c" ->>>>>>> 1e18b5b3 (commit with tag nightly-24.10.20c) -======= -var VersionInfo string = "nightly-24.10.20d" ->>>>>>> 36a8c2e0 (commit with tag nightly-24.10.20d) -======= -var VersionInfo string = "nightly-24.10.20e" ->>>>>>> d8b63c56 (commit with tag nightly-24.10.20e) -======= -var VersionInfo string = "nightly-24.10.20f" ->>>>>>> 3cda0a7f (commit with tag nightly-24.10.20f) -======= -var VersionInfo string = "nightly-24.10.20g" ->>>>>>> cdc1daba (commit with tag nightly-24.10.20g) -======= -var VersionInfo string = "nightly-24.10.21" ->>>>>>> dd190ba2 (commit with tag nightly-24.10.21) -======= -var VersionInfo string = "nightly-24.10.21a" ->>>>>>> 4a7bae9b (commit with tag nightly-24.10.21a) -======= -var VersionInfo string = "nightly-24.10.21b" ->>>>>>> 058346da (commit with tag nightly-24.10.21b) -======= -var VersionInfo string = "nightly-24.10.22" ->>>>>>> e2e74ebe (commit with tag nightly-24.10.22) -======= -var VersionInfo string = "nightly-24.10.26a" ->>>>>>> f8ee2888 (commit with tag nightly-24.10.26a) -======= -var VersionInfo string = "nightly-24.10.26b" ->>>>>>> 6648d2fc (commit with tag nightly-24.10.26b) -======= -var VersionInfo string = "nightly-24.10.26c" ->>>>>>> 8051b90f (commit with tag nightly-24.10.26c) -======= -var VersionInfo string = "nightly-24.10.27" ->>>>>>> dd77a5cf (commit with tag nightly-24.10.27) -======= -var VersionInfo string = "nightly-24.10.27a" ->>>>>>> df66c7fb (commit with tag nightly-24.10.27a) -======= var VersionInfo string = "nightly-24.10.30" ->>>>>>> a8988f05 (commit with tag nightly-24.10.30) // create html-public files var HtmlPublicPrefixPath string = "./html-public/" var HtmlStaticPrefixPath string = "./html-static/" var HtmlTemplatePath string = "./html-static/template/clab/" ->>>>>>> ba02c7b7 (adding python actions - works UI and backend) diff --git a/go_topoengine/cmd/main.go b/go_topoengine/cmd/main.go index 2cf731fc4..a3c8f959a 100755 --- a/go_topoengine/cmd/main.go +++ b/go_topoengine/cmd/main.go @@ -10,906 +10,7 @@ import ( func main() { obj := make(map[string]interface{}) -<<<<<<< HEAD -<<<<<<< HEAD - cytoUiGo := topoengine.CytoTopology{} - cytoUiGo.LogLevel = 5 - cytoUiGo.InitLogger() - - // cytoUiGo.InitLoggerDigitalTwin() - - // clab run - // cytoUiGo.MarshalContainerLabTopo("clab-topo-file.yaml") - // clabTopoJson := topoengine.ClabTopoJson{} - // cytoUiGo.UnmarshalContainerLabTopo(clabTopoJson) - // jsonBytes := cytoUiGo.UnmarshalContainerLabTopo(clabTopoJson) - // // log.Info(jsonBytes) - // cytoUiGo.PrintjsonBytesCytoUi(jsonBytes) - - // Nsp Ietf L2 - // Nsp Ietf L2 - // filePath, _ := os.Getwd() - // filePath = (filePath + "/rawTopoFile/") - // log.Info("topology file path: ", filePath) - // topoFile, err := ioutil.ReadFile(filePath + "topo-ietf-L2.json") - - // if err != nil { - // log.Fatal("Error when opening file: ", err) - // } - // log.Info(topoFile) - // cytoUiGo.IetfL2TopoUnMarshal(topoFile, topoengine.IetfNetworkTopologyL2{}) - // jsonBytesL2 := cytoUiGo.IetfL2TopoUnMarshal(topoFile, topoengine.IetfNetworkTopologyL2{}) - // cytoUiGo.IetfL2TopoPrintjsonBytesCytoUi(jsonBytesL2) - - // Nsp Ietf L3 - // Nsp Ietf L3 - // var topoFileList []string - - // topoFileList = append(topoFileList, "rawTopoFile/topo-ietf-L3-TopologyId-0:55000:2-isis.json") - // topoFileList = append(topoFileList, "rawTopoFile/topo-ietf-L3-TopologyId-0:65000:1-isis.json") - // topoFileList = append(topoFileList, "rawTopoFile/topo-ietf-L3-TopologyId-1:65000:1-isis.json") - // log.Info(topoFileList) - // topoFileByte0 := cytoUiGo.IetfL3TopoRead(topoFileList[0]) - // topoFileByte1 := cytoUiGo.IetfL3TopoRead(topoFileList[1]) - // topoFileByte2 := cytoUiGo.IetfL3TopoRead(topoFileList[2]) - - // var topoL3FileByteCombine [][]byte - // topoL3FileByteCombine = append(topoL3FileByteCombine, topoFileByte0) - // topoL3FileByteCombine = append(topoL3FileByteCombine, topoFileByte1) - // topoL3FileByteCombine = append(topoL3FileByteCombine, topoFileByte2) - - // log.Info(topoFileByteCombine) - // jsonBytesL3 := cytoUiGo.IetfL3TopoUnMarshal(topoFileByteCombine, topoengine.IetfNetworkTopologyL3{}) - // cytoUiGo.IetfL3TopoPrintjsonBytesCytoUi(jsonBytesL3) - - // // Nsp Ietf Multi L2 L3 - // // Nsp Ietf Multi L2 L3 - // // load L2 topo nya dulu - // filePath, _ := os.Getwd() - // filePath = (filePath + "/rawTopoFile/") - // log.Info("topology file path: ", filePath) - // topoFile, err := ioutil.ReadFile(filePath + "topo-ietf-L2.json") - - // if err != nil { - // log.Fatal("Error when opening file: ", err) - // } - // topoFileL2 := topoFile - - // // load L3 topo nya dulu - // var topoFileList []string - // topoFileList = append(topoFileList, "rawTopoFile/topo-ietf-L3-TopologyId-0:55000:2-isis.json") - // topoFileList = append(topoFileList, "rawTopoFile/topo-ietf-L3-TopologyId-0:65000:1-isis.json") - // topoFileList = append(topoFileList, "rawTopoFile/topo-ietf-L3-TopologyId-1:65000:1-isis.json") - // log.Info(topoFileList) - // topoFileByte0 := cytoUiGo.IetfL3TopoRead(topoFileList[0]) - // topoFileByte1 := cytoUiGo.IetfL3TopoRead(topoFileList[1]) - // topoFileByte2 := cytoUiGo.IetfL3TopoRead(topoFileList[2]) - - // var topoL3FileByteCombine [][]byte - // topoL3FileByteCombine = append(topoL3FileByteCombine, topoFileByte0) - // topoL3FileByteCombine = append(topoL3FileByteCombine, topoFileByte1) - // topoL3FileByteCombine = append(topoL3FileByteCombine, topoFileByte2) - - // jsonBytesMultiL2L3 := cytoUiGo.IetfMultiL2L3TopoUnMarshal(topoFileL2, topoL3FileByteCombine, topoengine.IetfNetworkTopologyMultiL2L3{}) - // cytoUiGo.IetfMultiLayerTopoPrintjsonBytesCytoUi(jsonBytesMultiL2L3) - - // // Nsp digitalTwin - // // Nsp digitalTwin - // // Nsp digitalTwin - // filePath, _ := os.Getwd() - // filePath = (filePath + "/rawTopoFile/") - // log.Info("topology file path: ", filePath) - // topoFile, err := ioutil.ReadFile(filePath + "topo-ietf-L2.json") - - // if err != nil { - // log.Fatal("Error when opening file: ", err) - // } - // // log.Info(topoFile) - // cytoUiGo.NspDigitalTwinTopoUnmarshal(topoFile, topoengine.IetfNetworkTopologyL2{}) - - // Nsp digitalTwin - // Nsp digitalTwin - // Nsp digitalTwin - // // filePath, _ := os.Getwd() - // filePath = (filePath + "/rawTopoFile/") - // log.Info("topology file path: ", filePath) - // topoFile, err := ioutil.ReadFile(filePath + "topo-ietf-L2.json") - - // if err != nil { - // log.Fatal("Error when opening file: ", err) - // } - // // log.Info(topoFile) - // cytoUiGo.NspDigitalTwinTopoUnmarshal(topoFile, topoengine.IetfNetworkTopologyL2{}) - - //// clabv2 run - //// clabv2 run - - // cytoUiGo.InitLoggerClabV2() - // topoFileBytes := cytoUiGo.ClabTopoRead("rawTopoFile/clab/bng-cups/clab-cups/topology-data.json") - // //topoFileBytes := cytoUiGo.ClabTopoRead("rawTopoFile/clab-Vodafone-CO-HCO/topology-data.json") - - // jsonBytesCytoUi := cytoUiGo.UnmarshalContainerLabTopoV2(topoFileBytes) - // cytoUiGo.PrintjsonBytesCytoUiV2(jsonBytesCytoUi) - - // cytoUiGo.GetDockerNodeStatus("clab-Vodafone-CO-HCO-R01-PE") - - // // NEW Nsp Ietf Multi L2 L3 - // // NEW Nsp Ietf Multi L2 L3 - // // load L2 topo nya dulu - // filePath, _ := os.Getwd() - // filePath = (filePath + "/rawTopoFile/ietf-topo-examples/") - // log.Info("topology file path: ", filePath) - // topoFile, err := ioutil.ReadFile(filePath + "ietf-all-networks.json") - - // if err != nil { - // log.Fatal("Error when opening file: ", err) - // } - - // var payload map[string]interface{} - // var SAPtopoFile []byte - // var L2topoFile []byte - // var L3topoFileList [][]byte - - // err = json.Unmarshal(topoFile, &payload) - // if err != nil { - // fmt.Println("Error:", err) - // return - // } - - // networkList := len(payload["ietf-network:networks"].(map[string]interface{})["network"].([]interface{})) - - // for i := range payload["ietf-network:networks"].(map[string]interface{})["network"].([]interface{}) { - // // fmt.Println("networkType: ", payload["ietf-network:networks"].(map[string]interface{})["network"].([]interface{})[i].(map[string]interface{})["network-types"].(map[string]interface{})) - - // returnValueNetworkType := payload["ietf-network:networks"].(map[string]interface{})["network"].([]interface{})[i].(map[string]interface{})["network-types"].(map[string]interface{}) - // returnValueNetworkData := payload["ietf-network:networks"].(map[string]interface{})["network"].([]interface{})[i].(map[string]interface{}) - - // // Check if any key contains the target substring - // for key := range returnValueNetworkType { - // if strings.Contains(key, "ietf-l3-unicast-topology:l3-unicast-topology") { - // log.Debugf("A key containing '%s' was found.\n", "ietf-l3-unicast-topology:l3-unicast-topology") - // // Marshal the map into a JSON string - // jsonBytes, err := json.Marshal(returnValueNetworkData) - // if err != nil { - // fmt.Println("Error:", err) - // return - // } - // L3topoFileList = append(L3topoFileList, jsonBytes) - - // } else if strings.Contains(key, "ietf-l2-topology:l2-topology") { - // log.Debugf("A key containing '%s' was found.\n", "ietf-l2-topology:l2-topology") - // // Marshal the map into a JSON string - // jsonBytes, err := json.Marshal(returnValueNetworkData) - // if err != nil { - // fmt.Println("Error:", err) - // return - // } - // L2topoFile = jsonBytes - // log.Info("JSON L2topoFileList:", string(L2topoFile)) - - // } else if strings.Contains(key, "ietf-sap-ntw:sap-network") { - // log.Debugf("A key containing '%s' was found.\n", "ietf-sap-ntw:sap-network") - // // Marshal the map into a JSON string - // jsonBytes, err := json.Marshal(returnValueNetworkData) - // if err != nil { - // fmt.Println("Error:", err) - // return - // } - // SAPtopoFile = jsonBytes - // log.Info("JSON L2topoFileList:", string(SAPtopoFile)) - - // } - // } - // } - - // log.Info("JSON L3topoFileList01:", string(L3topoFileList[0])) - // log.Info("JSON L3topoFileList02:", string(L3topoFileList[1])) - // log.Info("JSON L3topoFileList03:", string(L3topoFileList[2])) - // log.Info("networkList: ", networkList) - // // cytoUiGo.IetfNetworSapTopoData = SAPtopoFile - // // cytoUiGo.IetfNetworL2TopoData = L2topoFile - // // cytoUiGo.IetfNetworL3TopoData = L3topoFileList - - // cytoUiGo.IetfL2TopoUnMarshal(L2topoFile, cytoUiGo.IetfNetworL2TopoData) - // cytoUiGo.IetfL3TopoUnMarshal(L3topoFileList, cytoUiGo.IetfNetworL3TopoData) - - // LOAD IETF TOPO - // LOAD IETF TOPO - // topoFile := "ietf-all-networks.json" - - // MultiL2L3TopoBytes := cytoUiGo.IetfMultiL2L3TopoReadV2(topoFile) - // MultiL2L3TopoMarshalled := cytoUiGo.IetfMultiL2L3TopoUnMarshalV2(MultiL2L3TopoBytes, topoengine.IetfNetworkTopologyMultiL2L3{}) - - // fmt.Println("Marshal MultiL2L3TopoMarshalled: " + string(MultiL2L3TopoMarshalled)) - - // var jsonData []map[string]interface{} - - // err := json.Unmarshal(MultiL2L3TopoMarshalledL2, &jsonData) - // if err != nil { - // fmt.Println("Error decoding JSON:", err) - // return - // } - - // outputData := map[string][]map[string]interface{}{ - // "ietf-network:network": jsonData, - // } - - // outputJSON, err := json.MarshalIndent(outputData, "", " ") - // if err != nil { - // fmt.Println("Error encoding JSON:", err) - // return - // } - - // fmt.Println(string("outputJSON")) - // fmt.Println(string(outputJSON)) - - // var IetfNetworkTopologyL2Data topoengine.IetfNetworkTopologyL2 - // json.Unmarshal(outputJSON, &IetfNetworkTopologyL2Data) - - // cytoUiGo.IetfL2TopoUnMarshal(outputJSON, IetfNetworkTopologyL2Data) - - // // L2 Working - // jsonBytes := cytoUiGo.IetfL2TopoUnMarshal(MultiL2L3TopoMarshalledL2, topoengine.IetfNetworkTopologyL2{}) - // fmt.Println("Marshal L2TopoFileBytes" + string(jsonBytes[:])) - - // string(myBytes[:]) - // // fmt.Println((L2string)) - // // fmt.Print(("L3: ")) - // // fmt.Println((L3)) - - ////// LSP load - ////// LSP load - // const jsonPayload = `{ - // "response": { - // "status": 0, - // "startRow": 0, - // "endRow": 0, - // "totalRows": 1, - // "data": [ - // { - // "pathName": "pccRsvp-from-10.10.10.1-to-10.10.10.7::LOOSE", - // "pathId": "197-fff712a6-ded7-437e-a255-e2c8995c2d3a", - // "lspId": "10651-665f6e8b-602b-4db3-991a-5e0d637ca2d0", - // "tunnelId": 6, - // "sourceId": "70-3baa0d78-c71d-4311-b49a-9f7f3b46cb60", - // "destinationId": "10162-30ac647f-5b7e-4539-a42c-93c16ed776ae", - // "sourceAddress": { - // "ipv6Address": null, - // "ipv4Address": { - // "string": "10.10.10.1" - // } - // }, - // "destinationAddress": { - // "ipv6Address": null, - // "ipv4Address": { - // "string": "10.10.10.7" - // } - // }, - // "sourceRouterAddress": { - // "ipv6Address": null, - // "ipv4Address": { - // "string": "192.168.100.31" - // } - // }, - // "sourceNetworkName": [ - // "0:65000:1" - // ], - // "destinationNetworkName": [ - // "BGP-0:65000:0", - // "0:65000:1" - // ], - // "pathType": "RSVP", - // "creationType": "REQUESTED", - // "protectionType": "UNKNOWN", - // "protectionState": "ACTIVE", - // "computationState": "PATH_FOUND", - // "administrativeState": "UP", - // "operationalState": "UP", - // "lifecycleState": "Deployed", - // "maintenanceAffected": "NONE", - // "ownershipState": { - // "ownership": { - // "consumable": true, - // "modifiable": true, - // "deletable": false - // } - // }, - // "paramsConfig": null, - // "paramsState": { - // "pathParams": { - // "objective": "COST", - // "maxCost": null, - // "maxHops": 0, - // "maxTeMetric": null, - // "maxLatency": null, - // "bandwidth": 0, - // "msd": null, - // "setupPriority": 7, - // "pathProfile": null, - // "pathProfileOverride": null, - // "templateId": 0, - // "associationGroupPolicy": {}, - // "associationGroupDiversity": {}, - // "adminGroupIncludeAll": { - // "adminGroup": { - // "binary": [ - // 0, - // 0, - // 0, - // 0 - // ] - // }, - // "extendedAdminGroup": null - // }, - // "adminGroupIncludeAny": { - // "adminGroup": { - // "binary": [ - // 0, - // 0, - // 0, - // 0 - // ] - // }, - // "extendedAdminGroup": null - // }, - // "adminGroupExcludeAny": { - // "adminGroup": { - // "binary": [ - // 0, - // 0, - // 0, - // 0 - // ] - // }, - // "extendedAdminGroup": null - // }, - // "measuredIpBwUpdateTimestamp": null - // } - // }, - // "provisionedHops": null, - // "computedHops": { - // "pathHops": { - // "pathHop": { - // "1": { - // "hopIndex": 1, - // "hopId": 1, - // "hopLinkId": null, - // "hopType": "STRICT", - // "sidHopType": null, - // "segmentRouteType": null, - // "ipAddress": { - // "ipv6Address": null, - // "ipv4Address": { - // "string": "10.1.3.2" - // } - // }, - // "ifLinkIndex": null, - // "routerId": null, - // "segmentLabel": 0, - // "postProcessedSourceInterface": null, - // "postProcessedSourceTp": null, - // "postProcessedSourceId": null - // }, - // "2": { - // "hopIndex": 2, - // "hopId": 2, - // "hopLinkId": null, - // "hopType": "STRICT", - // "sidHopType": null, - // "segmentRouteType": null, - // "ipAddress": { - // "ipv6Address": null, - // "ipv4Address": { - // "string": "10.3.7.1" - // } - // }, - // "ifLinkIndex": null, - // "routerId": null, - // "segmentLabel": 0, - // "postProcessedSourceInterface": null, - // "postProcessedSourceTp": null, - // "postProcessedSourceId": null - // } - // } - // } - // }, - // "recordedHops": { - // "pathHops": { - // "pathHop": { - // "1": { - // "hopIndex": 1, - // "hopId": 1, - // "hopLinkId": "1488-39bdad39-c31d-455b-92df-9ecf6c999d79", - // "hopType": "STRICT", - // "sidHopType": null, - // "segmentRouteType": null, - // "ipAddress": { - // "ipv6Address": null, - // "ipv4Address": { - // "string": "10.1.3.1" - // } - // }, - // "ifLinkIndex": null, - // "routerId": { - // "dottedQuad": { - // "string": "10.10.10.1" - // } - // }, - // "segmentLabel": 0, - // "postProcessedSourceInterface": null, - // "postProcessedSourceTp": null, - // "postProcessedSourceId": null - // }, - // "2": { - // "hopIndex": 2, - // "hopId": 2, - // "hopLinkId": "5793-400aff94-0a8c-4aa6-82dc-6c98683dda27", - // "hopType": "STRICT", - // "sidHopType": null, - // "segmentRouteType": null, - // "ipAddress": { - // "ipv6Address": null, - // "ipv4Address": { - // "string": "10.1.3.2" - // } - // }, - // "ifLinkIndex": null, - // "routerId": { - // "dottedQuad": { - // "string": "10.10.10.3" - // } - // }, - // "segmentLabel": 524278, - // "postProcessedSourceInterface": { - // "ipv6Address": null, - // "ipv4Address": { - // "string": "10.1.3.1" - // } - // }, - // "postProcessedSourceTp": null, - // "postProcessedSourceId": { - // "dottedQuad": { - // "string": "10.10.10.1" - // } - // } - // }, - // "3": { - // "hopIndex": 3, - // "hopId": 3, - // "hopLinkId": "10344-03c21b2b-3caa-4a68-a89c-4c50126fa00d", - // "hopType": "STRICT", - // "sidHopType": null, - // "segmentRouteType": null, - // "ipAddress": { - // "ipv6Address": null, - // "ipv4Address": { - // "string": "10.3.7.1" - // } - // }, - // "ifLinkIndex": null, - // "routerId": { - // "dottedQuad": { - // "string": "10.10.10.7" - // } - // }, - // "segmentLabel": 524209, - // "postProcessedSourceInterface": { - // "ipv6Address": null, - // "ipv4Address": { - // "string": "10.3.7.2" - // } - // }, - // "postProcessedSourceTp": null, - // "postProcessedSourceId": { - // "dottedQuad": { - // "string": "10.10.10.3" - // } - // } - // } - // } - // } - // }, - // "administrativeFailureErrorCode": "NO_ERROR", - // "pathErrorCode": "NO_ERROR", - // "latency": 0.0, - // "inSync": true, - // "pathSearchBehaviorsInvoked": [] - // } - // ] - // } - // }` - - // // result := gjson.Get(jsonPayload, "response.data.#.recordedHops.pathHops") - // // println(result.String()) - - // // result.ForEach(func(key, value gjson.Result) bool { - // // println(value.String()) - // // return true // keep iterating - // // }) - // type Hop struct { - // HopID int `json:"hopId"` - // HopLinkID string `json:"hopLinkId"` - // HopType string `json:"hopType"` - // SidHopType interface{} `json:"sidHopType"` - // SegmentRouteType interface{} `json:"segmentRouteType"` - // IPAddress struct { - // Ipv6Address interface{} `json:"ipv6Address"` - // Ipv4Address struct { - // String string `json:"string"` - // } `json:"ipv4Address"` - // } `json:"ipAddress"` - // IfLinkIndex interface{} `json:"ifLinkIndex"` - // RouterID struct { - // DottedQuad struct { - // String string `json:"string"` - // } `json:"dottedQuad"` - // } `json:"routerId"` - // SegmentLabel int `json:"segmentLabel"` - // PostProcessedSourceInterface struct { - // Ipv6Address interface{} `json:"ipv6Address"` - // Ipv4Address struct { - // String string `json:"string"` - // } `json:"ipv4Address"` - // } `json:"postProcessedSourceInterface"` - // PostProcessedSourceTp interface{} `json:"postProcessedSourceTp"` - // PostProcessedSourceID struct { - // DottedQuad struct { - // String string `json:"string"` - // } `json:"dottedQuad"` - // } `json:"postProcessedSourceId"` - // } - - // type IpOptimLsp struct { - // Response struct { - // Status int `json:"status"` - // StartRow int `json:"startRow"` - // EndRow int `json:"endRow"` - // TotalRows int `json:"totalRows"` - // Data []struct { - // PathName string `json:"pathName"` - // PathID string `json:"pathId"` - // LspID string `json:"lspId"` - // TunnelID int `json:"tunnelId"` - // SourceID string `json:"sourceId"` - // DestinationID string `json:"destinationId"` - // SourceAddress struct { - // Ipv6Address interface{} `json:"ipv6Address"` - // Ipv4Address struct { - // String string `json:"string"` - // } `json:"ipv4Address"` - // } `json:"sourceAddress"` - // DestinationAddress struct { - // Ipv6Address interface{} `json:"ipv6Address"` - // Ipv4Address struct { - // String string `json:"string"` - // } `json:"ipv4Address"` - // } `json:"destinationAddress"` - // SourceRouterAddress struct { - // Ipv6Address interface{} `json:"ipv6Address"` - // Ipv4Address struct { - // String string `json:"string"` - // } `json:"ipv4Address"` - // } `json:"sourceRouterAddress"` - // SourceNetworkName []string `json:"sourceNetworkName"` - // DestinationNetworkName []string `json:"destinationNetworkName"` - // PathType string `json:"pathType"` - // CreationType string `json:"creationType"` - // ProtectionType string `json:"protectionType"` - // ProtectionState string `json:"protectionState"` - // ComputationState string `json:"computationState"` - // AdministrativeState string `json:"administrativeState"` - // OperationalState string `json:"operationalState"` - // LifecycleState string `json:"lifecycleState"` - // MaintenanceAffected string `json:"maintenanceAffected"` - // OwnershipState struct { - // Ownership struct { - // Consumable bool `json:"consumable"` - // Modifiable bool `json:"modifiable"` - // Deletable bool `json:"deletable"` - // } `json:"ownership"` - // } `json:"ownershipState"` - // ParamsConfig interface{} `json:"paramsConfig"` - // ParamsState struct { - // PathParams struct { - // Objective string `json:"objective"` - // MaxCost interface{} `json:"maxCost"` - // MaxHops int `json:"maxHops"` - // MaxTeMetric interface{} `json:"maxTeMetric"` - // MaxLatency interface{} `json:"maxLatency"` - // Bandwidth int `json:"bandwidth"` - // Msd interface{} `json:"msd"` - // SetupPriority int `json:"setupPriority"` - // PathProfile interface{} `json:"pathProfile"` - // PathProfileOverride interface{} `json:"pathProfileOverride"` - // TemplateID int `json:"templateId"` - // AssociationGroupPolicy struct { - // } `json:"associationGroupPolicy"` - // AssociationGroupDiversity struct { - // } `json:"associationGroupDiversity"` - // AdminGroupIncludeAll struct { - // AdminGroup struct { - // Binary []int `json:"binary"` - // } `json:"adminGroup"` - // ExtendedAdminGroup interface{} `json:"extendedAdminGroup"` - // } `json:"adminGroupIncludeAll"` - // AdminGroupIncludeAny struct { - // AdminGroup struct { - // Binary []int `json:"binary"` - // } `json:"adminGroup"` - // ExtendedAdminGroup interface{} `json:"extendedAdminGroup"` - // } `json:"adminGroupIncludeAny"` - // AdminGroupExcludeAny struct { - // AdminGroup struct { - // Binary []int `json:"binary"` - // } `json:"adminGroup"` - // ExtendedAdminGroup interface{} `json:"extendedAdminGroup"` - // } `json:"adminGroupExcludeAny"` - // MeasuredIPBwUpdateTimestamp interface{} `json:"measuredIpBwUpdateTimestamp"` - // } `json:"pathParams"` - // } `json:"paramsState"` - // ProvisionedHops interface{} `json:"provisionedHops"` - // ComputedHops struct { - // PathHops struct { - // PathHop map[string]Hop `json:"pathHop"` - // } `json:"pathHops"` - // } `json:"computedHops"` - // RecordedHops struct { - // PathHops struct { - // PathHop map[string]Hop `json:"pathHop"` - // } `json:"pathHops"` - // } `json:"recordedHops"` - // AdministrativeFailureErrorCode string `json:"administrativeFailureErrorCode"` - // PathErrorCode string `json:"pathErrorCode"` - // Latency float64 `json:"latency"` - // InSync bool `json:"inSync"` - // PathSearchBehaviorsInvoked []interface{} `json:"pathSearchBehaviorsInvoked"` - // } `json:"data"` - // } `json:"response"` - // } - - // filePath, _ := os.Getwd() - // filePath = (filePath + "/rawTopoFile/ipOptim-examples/") - // log.Info("topology file path: ", filePath) - // lspFileBytes, err := ioutil.ReadFile(filePath + "LSP-all.json") - - // if err != nil { - // log.Fatal("Error when opening file: ", err) - // } - - // lspStruct := IpOptimLsp{} - - // err = json.Unmarshal(lspFileBytes, &lspStruct) - // if err != nil { - // log.Error("Error:", err) - // } - - // lspPathNameTarget := "pccRsvp-from-10.10.10.1-to-10.10.10.7::LOOSE" - - // cytoJsonNode := topoengine.CytoJson{} - // cytoJsonEdge := topoengine.CytoJson{} - - // cytoJsonList := []topoengine.CytoJson{} - - // // var prevKey string - // var prevHop Hop - // var emptyHop Hop - - // for _, lspPath := range lspStruct.Response.Data { - // if lspPath.PathName == lspPathNameTarget { - // fmt.Println("found") - // for _, hop := range lspPath.RecordedHops.PathHops.PathHop { - // log.Info("router Id: ") - // log.Info(hop.RouterID.DottedQuad.String) - - // log.Info("outGoing IP Interface: ") - // log.Info(hop.IPAddress.Ipv4Address.String) - - // // add LSP Node - // cytoJsonNode.Group = "nodes" - // cytoJsonNode.Grabbable = true - // cytoJsonNode.Selectable = true - // cytoJsonNode.Data.ID = "LSP-" + hop.RouterID.DottedQuad.String //taken by cyto as index - // cytoJsonNode.Data.Weight = "3" - // cytoJsonNode.Data.Name = "LSP-" + hop.RouterID.DottedQuad.String - // cytoJsonNode.Data.Parent = "LSP" - // cytoJsonNode.Data.TopoviewerRole = "pe" - // cytoJsonEdge.Data.Kind = "TransportLayerNode" - // cytoJsonNode.Data.ExtraData = map[string]interface{}{ - // "networkID": "", - // "networkName": "", - // "nodeAttributes": hop, - // } - // cytoJsonList = append(cytoJsonList, cytoJsonNode) - - // // add LSP Link - // if prevHop != emptyHop { - // cytoJsonEdge.Group = "edges" - // cytoJsonEdge.Grabbable = true - // cytoJsonEdge.Selectable = true - // cytoJsonEdge.Data.ID = uuid.NewString() - // cytoJsonEdge.Data.Weight = "1" - // cytoJsonEdge.Data.Source = "LSP-" + prevHop.RouterID.DottedQuad.String - // cytoJsonEdge.Data.Target = "LSP-" + hop.RouterID.DottedQuad.String - // cytoJsonEdge.Data.Name = "LSP--" + cytoJsonEdge.Data.Source + "---" + cytoJsonEdge.Data.Target - // cytoJsonEdge.Data.Kind = "TransportLayerLink" - // cytoJsonEdge.Data.ExtraData = map[string]interface{}{ - // "LSPname": lspPathNameTarget, - // } - // cytoJsonList = append(cytoJsonList, cytoJsonEdge) - // } - // prevHop = hop - // // add Linkage between L2 and LSP Nodes - - // cytoJsonEdge.Group = "edges" - // cytoJsonEdge.Grabbable = true - // cytoJsonEdge.Selectable = true - // cytoJsonEdge.Data.ID = uuid.NewString() - // cytoJsonEdge.Data.Weight = "1" - // cytoJsonEdge.Data.Source = "LSP-" + hop.RouterID.DottedQuad.String - // cytoJsonEdge.Data.Target = "L2-" + hop.RouterID.DottedQuad.String - // cytoJsonEdge.Data.Name = "MultiLayer--" + cytoJsonEdge.Data.Source + "---" + cytoJsonEdge.Data.Target - // cytoJsonEdge.Data.Kind = "MultiLayerLink" - // cytoJsonEdge.Data.ExtraData = map[string]interface{}{ - // "networkID": "", - // "networkName": "", - // } - // cytoJsonList = append(cytoJsonList, cytoJsonEdge) - // } - - // // add LSP parent Node - // cytoJsonNode.Group = "nodes" - // cytoJsonNode.Grabbable = true - // cytoJsonNode.Selectable = true - // cytoJsonNode.Data.ID = "Transport Tunnel" //taken by cyto as index - // cytoJsonNode.Data.Weight = "3" - // cytoJsonNode.Data.Name = "LSP" - // cytoJsonNode.Data.Parent = "" - // cytoJsonNode.Data.TopoviewerRole = "parent" - // cytoJsonNode.Data.ExtraData = map[string]interface{}{ - // "nodeAttributes": struct { - // name string - // }{"LSP"}, - // } - // cytoJsonList = append(cytoJsonList, cytoJsonNode) - - // } - // } - - // jsonBytesCytoUi, err := json.MarshalIndent(cytoJsonList, "", " ") - // if err != nil { - // log.Error(err) - // panic(err) - // } - - // _, err = os.Stdout.Write(jsonBytesCytoUi) - // if err != nil { - // log.Error(err) - // panic(err) - // } - - // // test L2NM - // // test L2NM - // // test L2NM - // // test L2NM - // IetfL2nm := topoengine.L2Nm{} - - // filePath, _ := os.Getwd() - // filePath = (filePath + "/rawTopoFile/ietf-topo-examples/") - // log.Info("topology file path: ", filePath) - // topoFileBytes, err := ioutil.ReadFile(filePath + "ietf-l2nm-evpn.json") - - // log.Error(err) - // log.Info(topoFileBytes) - - // err = json.Unmarshal(topoFileBytes, &IetfL2nm.VpnService) - // if err != nil { - // log.Error("Error:", err) - // } - - // // log.Info(topoFileBytes) - // // log.Info(IetfL2nm) - - // // Throw unmarshalled result to log - // jsonBytesIetfL2nm, err := json.MarshalIndent(IetfL2nm, "", " ") - // if err != nil { - // log.Error(err) - // panic(err) - // } - - // _, err = os.Stdout.Write(jsonBytesIetfL2nm) - // if err != nil { - // log.Error(err) - // panic(err) - // } - -<<<<<<< HEAD -<<<<<<< HEAD - // tools.CommentProcessor("./html-public/nokia-MAGc-lab/button.html", "./html-static/template/clab/button.tmpl") - // tools.CommentProcessor("./html-public/demo/button.html", "./html-static/template/clab/button.tmpl") -======= - // // tools.CommentProcessor("./html-public/demo/button.html", "./html-static/template/clab/button.tmpl") - //// ini penting ->>>>>>> 0546120a (dev) - tools.CommentProcessor("./html-public/nokia-ServiceProvider/button.html", "./html-static/template/clab/button.tmpl") -======= - tools.CommentProcessor("./html-public/nokia-MAGc-lab/button.html", "./html-static/template/clab/button.tmpl") - // tools.CommentProcessor("./html-public/demo/button.html", "./html-static/template/clab/button.tmpl") ->>>>>>> f83b6f1 (commit with tag nightly-24.01.30b) - - // cytoUiGo.GetDockerNodeStatusViaUnixSocket("clab-3tierSmall-dcgw-1", "localhost") - - // var neHost = "149.204.21.68" - // var nePort = "22" - // var neUser = "aarafat" - // var nePass = "!Wulandar100" - // var cmd1 = "sudo clab inspect --all" - - // // Command to execute the Python script - // cmd := exec.Command("python3", "./html-static/actions/exampleScript.py", "arg1", "arg2") - // // cmd := exec.Command("whoami") - - // // Capture standard output and error - // out, err := cmd.CombinedOutput() - // if err != nil { - // log.Fatalf("Failed to execute Python script: %v", err) - // } - - // // Print the output - // fmt.Printf("Python script output:\n%s\n", out) - - // // ssh refers to the custom package above - // conn, err := Connect(neHost+":"+nePort, neUser, nePass) - // if err != nil { - // log.Fatal(err) - // } - - // output, err := conn.SendCommands("sudo clab inspect --all", "sudo /usr/bin/containerlab tools netem set -n clab-nokia-ServiceProvider-R06-PE-ASBR -i eth3 --delay 5000ms --jitter 0ms --rate 0 --loss 0") - // if err != nil { - // log.Fatal(err) - // } - - // fmt.Println(string(output)) - - // tools.SshSudo(neHost, nePort, neUser, nePass, cmd1) - - //// - cyTopo := topoengine.CytoTopology{} - toolLogger := tools.Logs{} - - cyTopo.InitLogger() - cyTopo.LogLevel = uint32(toolLogger.MapLogLevelStringToNumber("debug")) - toolLogger.InitLogger("logs/topoengine-CytoTopology.log", cyTopo.LogLevel) - - backupDirectory := "/var/asad/topoViewer/html-public/nokia-ServiceProvider/node-backup/clab-nokia-ServiceProvider-R09-PE-ASBR" - // err := cyTopo.NodeConfigBackup( - // "vr-sros", - // "10.2.1.109", - // "admin", - // "admin", - // "backup.cfg", - // backupDirectory, - // "backup", - // ) - - err := cyTopo.NodeConfigBackupRestore( - "vr-sros", - "10.2.1.109", - "admin", - "admin", - "clab-nokia-ServiceProvider-R09-PE-ASBR-running.cfg", - backupDirectory, - "restore", - ) - - // time=2024-07-14T13:37:57Z level=info msg=requestData-param1-param1DataString: {"routerKind":"vr-sros","routerID":"10.2.1.109","routerUserName":"admin","routerPassword":"admin","backupPath":"/var/asad/topoViewer/html-public/nokia-ServiceProvider/node-backup/clab-nokia-ServiceProvider-R09-PE-ASBR","action":"backup"} - -======= - // Load configuration - config, err := loadConfig(configFilePath) ->>>>>>> fe5ae4a0 (add ssh-rsa in dockerfile) -======= yamlFile, err := ioutil.ReadFile("example.yaml") ->>>>>>> cf9c442a (commit with tag nightly-24.10.20) if err != nil { fmt.Printf("yamlFile.Get err #%v ", err) } diff --git a/html-public/demo/dataCytoMarshall.json b/html-public/demo/dataCytoMarshall.json index b103a0d2f..cb9cb7e2b 100644 --- a/html-public/demo/dataCytoMarshall.json +++ b/html-public/demo/dataCytoMarshall.json @@ -773,10 +773,10 @@ "extraData": { "clabServerUsername": "asad", "clabSourceLongName": "clab-demo-Spine-01", - "clabSourceMacAddress": "aa:c1:ab:91:3f:84", + "clabSourceMacAddress": "aa:c1:ab:7f:1b:d3", "clabSourcePort": "e1-1", "clabTargetLongName": "clab-demo-Leaf-01", - "clabTargetMacAddress": "aa:c1:ab:da:d9:21", + "clabTargetMacAddress": "aa:c1:ab:36:b4:ab", "clabTargetPort": "e1-1", "topoViewerSnmpGetSourcePort": "", "topoViewerSnmpGetTargetPort": "" @@ -808,10 +808,10 @@ "extraData": { "clabServerUsername": "asad", "clabSourceLongName": "clab-demo-Spine-01", - "clabSourceMacAddress": "aa:c1:ab:c2:78:6e", + "clabSourceMacAddress": "aa:c1:ab:03:19:45", "clabSourcePort": "e1-2", "clabTargetLongName": "clab-demo-Leaf-02", - "clabTargetMacAddress": "aa:c1:ab:40:36:0d", + "clabTargetMacAddress": "aa:c1:ab:f2:65:db", "clabTargetPort": "e1-1", "topoViewerSnmpGetSourcePort": "", "topoViewerSnmpGetTargetPort": "" @@ -843,10 +843,10 @@ "extraData": { "clabServerUsername": "asad", "clabSourceLongName": "clab-demo-Spine-01", - "clabSourceMacAddress": "aa:c1:ab:7e:8e:09", + "clabSourceMacAddress": "aa:c1:ab:fb:ee:e4", "clabSourcePort": "e1-3", "clabTargetLongName": "clab-demo-Leaf-03", - "clabTargetMacAddress": "aa:c1:ab:4c:e9:e2", + "clabTargetMacAddress": "aa:c1:ab:78:94:6a", "clabTargetPort": "e1-3", "topoViewerSnmpGetSourcePort": "", "topoViewerSnmpGetTargetPort": "" @@ -878,10 +878,10 @@ "extraData": { "clabServerUsername": "asad", "clabSourceLongName": "clab-demo-Spine-01", - "clabSourceMacAddress": "aa:c1:ab:46:e1:b0", + "clabSourceMacAddress": "aa:c1:ab:c0:46:a8", "clabSourcePort": "e1-4", "clabTargetLongName": "clab-demo-Leaf-04", - "clabTargetMacAddress": "aa:c1:ab:5c:d6:83", + "clabTargetMacAddress": "aa:c1:ab:56:d2:35", "clabTargetPort": "e1-3", "topoViewerSnmpGetSourcePort": "", "topoViewerSnmpGetTargetPort": "" @@ -913,10 +913,10 @@ "extraData": { "clabServerUsername": "asad", "clabSourceLongName": "clab-demo-Spine-02", - "clabSourceMacAddress": "aa:c1:ab:4e:cb:9e", + "clabSourceMacAddress": "aa:c1:ab:2e:9d:19", "clabSourcePort": "e1-1", "clabTargetLongName": "clab-demo-Leaf-01", - "clabTargetMacAddress": "aa:c1:ab:91:2d:16", + "clabTargetMacAddress": "aa:c1:ab:59:7f:05", "clabTargetPort": "e1-2", "topoViewerSnmpGetSourcePort": "", "topoViewerSnmpGetTargetPort": "" @@ -948,10 +948,10 @@ "extraData": { "clabServerUsername": "asad", "clabSourceLongName": "clab-demo-Spine-02", - "clabSourceMacAddress": "aa:c1:ab:d4:41:51", + "clabSourceMacAddress": "aa:c1:ab:50:34:e9", "clabSourcePort": "e1-2", "clabTargetLongName": "clab-demo-Leaf-02", - "clabTargetMacAddress": "aa:c1:ab:fb:45:89", + "clabTargetMacAddress": "aa:c1:ab:0d:7f:55", "clabTargetPort": "e1-2", "topoViewerSnmpGetSourcePort": "", "topoViewerSnmpGetTargetPort": "" @@ -983,10 +983,10 @@ "extraData": { "clabServerUsername": "asad", "clabSourceLongName": "clab-demo-Spine-02", - "clabSourceMacAddress": "aa:c1:ab:a6:44:c8", + "clabSourceMacAddress": "aa:c1:ab:5b:05:35", "clabSourcePort": "e1-3", "clabTargetLongName": "clab-demo-Leaf-03", - "clabTargetMacAddress": "aa:c1:ab:f0:95:27", + "clabTargetMacAddress": "aa:c1:ab:c4:68:3b", "clabTargetPort": "e1-4", "topoViewerSnmpGetSourcePort": "", "topoViewerSnmpGetTargetPort": "" @@ -1018,10 +1018,10 @@ "extraData": { "clabServerUsername": "asad", "clabSourceLongName": "clab-demo-Spine-02", - "clabSourceMacAddress": "aa:c1:ab:22:e6:b7", + "clabSourceMacAddress": "aa:c1:ab:93:ee:01", "clabSourcePort": "e1-4", "clabTargetLongName": "clab-demo-Leaf-04", - "clabTargetMacAddress": "aa:c1:ab:79:da:f6", + "clabTargetMacAddress": "aa:c1:ab:99:dc:6f", "clabTargetPort": "e1-4", "topoViewerSnmpGetSourcePort": "", "topoViewerSnmpGetTargetPort": "" diff --git a/html-public/demo/topology-data.json b/html-public/demo/topology-data.json index d33917032..1808d4733 100644 --- a/html-public/demo/topology-data.json +++ b/html-public/demo/topology-data.json @@ -226,14 +226,14 @@ "node": "Spine-01", "nodeLongName": "clab-demo-Spine-01", "interface": "e1-1", - "mac": "aa:c1:ab:91:3f:84", + "mac": "aa:c1:ab:7f:1b:d3", "peer": "z" }, "z": { "node": "Leaf-01", "nodeLongName": "clab-demo-Leaf-01", "interface": "e1-1", - "mac": "aa:c1:ab:da:d9:21", + "mac": "aa:c1:ab:36:b4:ab", "peer": "a" } }, @@ -242,14 +242,14 @@ "node": "Spine-01", "nodeLongName": "clab-demo-Spine-01", "interface": "e1-2", - "mac": "aa:c1:ab:c2:78:6e", + "mac": "aa:c1:ab:03:19:45", "peer": "z" }, "z": { "node": "Leaf-02", "nodeLongName": "clab-demo-Leaf-02", "interface": "e1-1", - "mac": "aa:c1:ab:40:36:0d", + "mac": "aa:c1:ab:f2:65:db", "peer": "a" } }, @@ -258,14 +258,14 @@ "node": "Spine-01", "nodeLongName": "clab-demo-Spine-01", "interface": "e1-3", - "mac": "aa:c1:ab:7e:8e:09", + "mac": "aa:c1:ab:fb:ee:e4", "peer": "z" }, "z": { "node": "Leaf-03", "nodeLongName": "clab-demo-Leaf-03", "interface": "e1-3", - "mac": "aa:c1:ab:4c:e9:e2", + "mac": "aa:c1:ab:78:94:6a", "peer": "a" } }, @@ -274,14 +274,14 @@ "node": "Spine-01", "nodeLongName": "clab-demo-Spine-01", "interface": "e1-4", - "mac": "aa:c1:ab:46:e1:b0", + "mac": "aa:c1:ab:c0:46:a8", "peer": "z" }, "z": { "node": "Leaf-04", "nodeLongName": "clab-demo-Leaf-04", "interface": "e1-3", - "mac": "aa:c1:ab:5c:d6:83", + "mac": "aa:c1:ab:56:d2:35", "peer": "a" } }, @@ -290,14 +290,14 @@ "node": "Spine-02", "nodeLongName": "clab-demo-Spine-02", "interface": "e1-1", - "mac": "aa:c1:ab:4e:cb:9e", + "mac": "aa:c1:ab:2e:9d:19", "peer": "z" }, "z": { "node": "Leaf-01", "nodeLongName": "clab-demo-Leaf-01", "interface": "e1-2", - "mac": "aa:c1:ab:91:2d:16", + "mac": "aa:c1:ab:59:7f:05", "peer": "a" } }, @@ -306,14 +306,14 @@ "node": "Spine-02", "nodeLongName": "clab-demo-Spine-02", "interface": "e1-2", - "mac": "aa:c1:ab:d4:41:51", + "mac": "aa:c1:ab:50:34:e9", "peer": "z" }, "z": { "node": "Leaf-02", "nodeLongName": "clab-demo-Leaf-02", "interface": "e1-2", - "mac": "aa:c1:ab:fb:45:89", + "mac": "aa:c1:ab:0d:7f:55", "peer": "a" } }, @@ -322,14 +322,14 @@ "node": "Spine-02", "nodeLongName": "clab-demo-Spine-02", "interface": "e1-3", - "mac": "aa:c1:ab:a6:44:c8", + "mac": "aa:c1:ab:5b:05:35", "peer": "z" }, "z": { "node": "Leaf-03", "nodeLongName": "clab-demo-Leaf-03", "interface": "e1-4", - "mac": "aa:c1:ab:f0:95:27", + "mac": "aa:c1:ab:c4:68:3b", "peer": "a" } }, @@ -338,14 +338,14 @@ "node": "Spine-02", "nodeLongName": "clab-demo-Spine-02", "interface": "e1-4", - "mac": "aa:c1:ab:22:e6:b7", + "mac": "aa:c1:ab:93:ee:01", "peer": "z" }, "z": { "node": "Leaf-04", "nodeLongName": "clab-demo-Leaf-04", "interface": "e1-4", - "mac": "aa:c1:ab:79:da:f6", + "mac": "aa:c1:ab:99:dc:6f", "peer": "a" } } diff --git a/logs/topoengine-CytoTopology.log b/logs/topoengine-CytoTopology.log index b018e8d30..1fa2184bb 100644 --- a/logs/topoengine-CytoTopology.log +++ b/logs/topoengine-CytoTopology.log @@ -13546,3 +13546,51 @@ time=2024-10-30T21:11:12Z level=info msg=request completed in 2.044852ms cookies time=2024-10-30T21:11:22Z level=info msg=request completed in 2.008415ms cookies=[] host=nsp-clab1.nice.nokia.net:8081 method=GET path=/get-environments protocol=HTTP/1.1 remote_addr=10.206.70.125:49756 request_url=/get-environments user_agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 time=2024-10-30T21:11:32Z level=info msg=request completed in 2.01887ms cookies=[] host=nsp-clab1.nice.nokia.net:8081 method=GET path=/get-environments protocol=HTTP/1.1 remote_addr=10.206.70.125:49756 request_url=/get-environments user_agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 >>>>>>> e0a25ad9 (before rebase-squash) +time=2024-10-31T11:30:18Z level=info msg=Yo, this app is running with sudo access (as root). +time=2024-10-31T11:30:18Z level=info msg======= Start up Parameter ====== +time=2024-10-31T11:30:18Z level=info +time=2024-10-31T11:30:18Z level=info msg=TopoViewer Version : 'nightly-24.10.30' +time=2024-10-31T11:30:18Z level=info msg=topology file yaml : 'rawTopoFile/clab-demo.yaml' +time=2024-10-31T11:30:18Z level=info msg=topology-data json file : '.' +time=2024-10-31T11:30:18Z level=info msg=depyloyment type : colocated +time=2024-10-31T11:30:18Z level=info msg=working directory : '/var/asad/topoViewer' +time=2024-10-31T11:30:18Z level=info msg=command : '/bin/bash' +time=2024-10-31T11:30:18Z level=info msg=arguments : [''] +time=2024-10-31T11:30:18Z level=info msg=allowed hosts : ['nsp-clab1.nice.nokia.net'] +time=2024-10-31T11:30:18Z level=info msg=connection error limit : 10 +time=2024-10-31T11:30:18Z level=info msg=keepalive ping timeout : 20s +time=2024-10-31T11:30:18Z level=info msg=max buffer size : 512 bytes +time=2024-10-31T11:30:18Z level=info msg=server address : '0.0.0.0' +time=2024-10-31T11:30:18Z level=info msg=server port : 8081 +time=2024-10-31T11:30:18Z level=info msg=liveness checks path : '/healthz' +time=2024-10-31T11:30:18Z level=info msg=readiness checks path : '/readyz' +time=2024-10-31T11:30:18Z level=info msg=metrics endpoint path : '/metrics' +time=2024-10-31T11:30:18Z level=info msg=xtermjs endpoint path : '/xterm.js' +time=2024-10-31T11:30:18Z level=info msg======= Start up Parameter ====== +time=2024-10-31T11:30:18Z level=info +time=2024-10-31T11:30:18Z level=info msg=topo JSON: rawTopoFile/clab-demo.yaml +time=2024-10-31T11:30:18Z level=info msg=topo YAML: . +time=2024-10-31T11:30:18Z level=info msg=GenerateClabTopoFromYaml: Generating clab json topology, from clab yaml rawTopoFile/clab-demo.yaml> +time=2024-10-31T11:30:18Z level=info msg=Parsing & checking topology file: clab-demo.yaml +time=2024-10-31T11:30:18Z level=info msg=clab json topology succesfully generated, location of the file is html-public/demo/topology-data.json +time=2024-10-31T11:30:18Z level=info msg=ClabTopoRead topology absolute file path: '/var/asad/topoViewer/html-public/demo/topology-data.json' +time=2024-10-31T11:30:18Z level=info msg={demo colocated} +time=2024-10-31T11:30:18Z level=info msg={demo colocated} +time=2024-10-31T11:30:18Z level=info msg={demo colocated} +time=2024-10-31T11:30:18Z level=info msg=starting server on interface:port '0.0.0.0:8081'... +time=2024-10-31T11:30:22Z level=info msg=request completed in 0.328097ms cookies=[] host=nsp-clab1.nice.nokia.net:8081 method=GET path=/ protocol=HTTP/1.1 remote_addr=10.206.69.208:56556 request_url=/ user_agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15 +time=2024-10-31T11:30:22Z level=info msg=request completed in 0.820876ms cookies=[] host=nsp-clab1.nice.nokia.net:8081 method=GET path=/js/index.js protocol=HTTP/1.1 remote_addr=10.206.69.208:56556 request_url=/js/index.js?ver=1 user_agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15 +time=2024-10-31T11:30:23Z level=info msg=request completed in 0.327763ms cookies=[] host=nsp-clab1.nice.nokia.net:8081 method=GET path=/js/common.js protocol=HTTP/1.1 remote_addr=10.206.69.208:56557 request_url=/js/common.js?ver=1 user_agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15 +time=2024-10-31T11:30:23Z level=info msg=request completed in 1.97812ms cookies=[] host=nsp-clab1.nice.nokia.net:8081 method=GET path=/get-environments protocol=HTTP/1.1 remote_addr=10.206.69.208:56556 request_url=/get-environments user_agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15 +time=2024-10-31T11:30:23Z level=info msg=request completed in 0.275811ms cookies=[] host=nsp-clab1.nice.nokia.net:8081 method=GET path=/css/cy-style-dark.json protocol=HTTP/1.1 remote_addr=10.206.69.208:56556 request_url=/css/cy-style-dark.json user_agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15 +time=2024-10-31T11:30:23Z level=info msg=request completed in 0.168695ms cookies=[] host=nsp-clab1.nice.nokia.net:8081 method=GET path=/dataCytoMarshall.json protocol=HTTP/1.1 remote_addr=10.206.69.208:56557 request_url=/dataCytoMarshall.json user_agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15 +time=2024-10-31T11:30:23Z level=info msg=uptime endpoint called +time=2024-10-31T11:30:23Z level=info msg=containerNodeStatus endpoint called +time=2024-10-31T11:30:23Z level=info msg=clabUser: 'asad' +time=2024-10-31T11:30:23Z level=info msg=clabHost: 'nsp-clab1.nice.nokia.net' +time=2024-10-31T11:30:23Z level=info msg=clabPass: 'Lab-Her0' +time=2024-10-31T11:30:23Z level=info msg=request completed in 1.872657ms cookies=[] host=nsp-clab1.nice.nokia.net:8081 method=GET path=/get-environments protocol=HTTP/1.1 remote_addr=10.206.69.208:56556 request_url=/get-environments user_agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15 +time=2024-10-31T11:30:27Z level=info msg=request completed in 0.289777ms cookies=[] host=nsp-clab1.nice.nokia.net:8081 method=GET path=/css/cy-style-dark.json protocol=HTTP/1.1 remote_addr=10.206.69.208:56557 request_url=/css/cy-style-dark.json user_agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15 +time=2024-10-31T11:30:27Z level=info msg=" - interface -name ethernet-1/57 - transceiver -healthz22278999566824464178B  -c ->" - interface -name ethernet-1/56 - transceiver -healthz22278999566824440460B  -c ->" - interface -name ethernet-1/55 - transceiver -healthz22278999566824424480B  -c ->" - interface -name ethernet-1/54 - transceiver -healthz22278999566824408071B  -c ->" - interface -name ethernet-1/51 - transceiver -healthz22278999566824346841B  -c ->" - interface -name ethernet-1/39 - transceiver -healthz22278999566824112842B ҷ -c ->" - interface -name ethernet-1/16 - transceiver -healthz22278999566823654463B  -c ->" - interface -name ethernet-1/14 - transceiver -healthz22278999566823621355B  -b -=! - interface -name ethernet-1/7 - transceiver -healthz22278999566823479431B Н -c ->" - interface -name ethernet-1/25 - transceiver -healthz22278999566823828203B  -b -=! - interface -name ethernet-1/6 - transceiver -healthz22278999566823463039B ȝ -c ->" - interface -name ethernet-1/15 - transceiver -healthz22278999566823638140B  -c ->" - interface -name ethernet-1/10 - transceiver -healthz22278999566823538421B ꯷ -U -0 - -platform - power-supply -id2 -healthz22278999566822877609B 򿇷 -b -=! - interface -name ethernet-1/1 - transceiver -healthz22278999566822923418B 㥊 -c ->" - interface -name ethernet-1/41 - transceiver -healthz22278999566824145543B Է -c ->" - interface -name ethernet-1/47 - transceiver -healthz22278999566824259970B ۷ -c ->" - interface -name ethernet-1/17 - transceiver -healthz22278999566823678332B ů -c ->" - interface -name ethernet-1/13 - transceiver -healthz22278999566823596926B dz -c ->" - interface -name ethernet-1/12 - transceiver -healthz22278999566823580108B  -S -. - -platform -linecard -slot1 -healthz22278999566822772872B э -b -=! - interface -name ethernet-1/8 - transceiver -healthz22278999566823504027B ݭ -b -=! - interface -name ethernet-1/4 - transceiver -healthz22278999566823419606B ʨ -Q -, - -platform -fan-tray -id1 -healthz22278999566822566208B  -Q -, - -platform -fan-tray -id3 -healthz22278999566822663659B  -c ->" - interface -name ethernet-1/22 - transceiver -healthz22278999566823771546B ㇾ -T -- - -platform -control -slotA -healthz22278999566822500375B  -Q -, - -platform -fan-tray -id4 -healthz22278999566822681302B  -c ->" - interface -name ethernet-1/58 - transceiver -healthz22278999566824480326B  -c ->" - interface -name ethernet-1/19 - transceiver -healthz22278999566823711662B  -c ->" - interface -name ethernet-1/33 - transceiver -healthz22278999566823982540B ʷ -c ->" - interface -name ethernet-1/45 - transceiver -healthz22278999566824226612B ٷ -c ->" - interface -name ethernet-1/37 - transceiver -healthz22278999566824072747B з -b -=! - interface -name ethernet-1/3 - transceiver -healthz22278999566823400442B ô -Q -, - -platform -fan-tray -id6 -healthz22278999566822719329B  -b -=! - interface -name ethernet-1/2 - transceiver -healthz22278999566823377651B  -b -=! - interface -name ethernet-1/5 - transceiver -healthz22278999566823445892B ͗ -c ->" - interface -name ethernet-1/11 - transceiver -healthz22278999566823563243B  -c ->" - interface -name ethernet-1/26 - transceiver -healthz22278999566823844418B · -U -0 - -platform - power-supply -id1 -healthz22278999566822830113B ̄ -Q -, - -platform -fan-tray -id5 -healthz22278999566822697940B  -c ->" - interface -name ethernet-1/46 - transceiver -healthz22278999566824243584B ڷ -b -=! - interface -name ethernet-1/9 - transceiver -healthz22278999566823521221B 䮷 -c ->" - interface -name ethernet-1/52 - transceiver -healthz22278999566824366132B  -S -, - -platform -chassis -healthz -status22278999566822274721B  -c ->" - interface -name ethernet-1/20 - transceiver -healthz22278999566823738686B  -c ->" - interface -name ethernet-1/18 - transceiver -healthz22278999566823695066B  -c ->" - interface -name ethernet-1/27 - transceiver -healthz22278999566823868617B ÷ -c ->" - interface -name ethernet-1/53 - transceiver -healthz22278999566824383058B  -c ->" - interface -name ethernet-1/31 - transceiver -healthz22278999566823942071B ȷ -c ->" - interface -name ethernet-1/23 - transceiver -healthz22278999566823794669B  -c ->" - interface -name ethernet-1/35 - transceiver -healthz22278999566824030114B ͷ -c ->" - interface -name ethernet-1/24 - transceiver -healthz22278999566823811874B  -c ->" - interface -name ethernet-1/21 - transceiver -healthz22278999566823755253B  -c ->" - interface -name ethernet-1/28 - transceiver -healthz22278999566823885183B ķ -c ->" - interface -name ethernet-1/29 - transceiver -healthz22278999566823901706B ӀƷ -c ->" - interface -name ethernet-1/34 - transceiver -healthz22278999566823999409B ˷ -c ->" - interface -name ethernet-1/30 - transceiver -healthz22278999566823925539B Ƿ -c ->" - interface -name ethernet-1/49 - transceiver -healthz22278999566824303609B ޷ -c ->" - interface -name ethernet-1/32 - transceiver -healthz22278999566823958537B Ҽɷ -c ->" - interface -name ethernet-1/50 - transceiver -healthz22278999566824322707B ߷ -c ->" - interface -name ethernet-1/36 - transceiver -healthz22278999566824056292B Ϸ -c ->" - interface -name ethernet-1/38 - transceiver -healthz22278999566824088822B ѷ -c ->" - interface -name ethernet-1/40 - transceiver -healthz22278999566824129140B ӷ -c ->" - interface -name ethernet-1/42 - transceiver -healthz22278999566824170264B ַ -c ->" - interface -name ethernet-1/43 - transceiver -healthz22278999566824186736B ׷ -c ->" - interface -name ethernet-1/44 - transceiver -healthz22278999566824203019B Բط -Q -, - -platform -fan-tray -id2 -healthz22278999566822638856B  -c ->" - interface -name ethernet-1/48 - transceiver -healthz22278999566824286167B ݷ \ No newline at end of file diff --git a/rawTopoFile/clab-demo/Leaf-01/config/last_boot_reason.json b/rawTopoFile/clab-demo/Leaf-01/config/last_boot_reason.json deleted file mode 100644 index 1697654d3..000000000 --- a/rawTopoFile/clab-demo/Leaf-01/config/last_boot_reason.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "active_serial_number": "Sim Serial No.", - "chassis_serial_number": "Sim Serial No.", - "last_boot_reason": "REASON_UNSET", - "standby_ready": false, - "file_written_at_unix_time": "2024-10-31T08:19:21.802Z", - "file_written_at_unix_time_ns": "1730362761802140965" -} diff --git a/rawTopoFile/clab-demo/Leaf-01/config/tls/clab-profile.key.pem b/rawTopoFile/clab-demo/Leaf-01/config/tls/clab-profile.key.pem deleted file mode 100644 index e58a5e1f8..000000000 --- a/rawTopoFile/clab-demo/Leaf-01/config/tls/clab-profile.key.pem +++ /dev/null @@ -1,27 +0,0 @@ ------BEGIN RSA PRIVATE KEY----- -MIIEpAIBAAKCAQEAoQBAAIzAS0cR3qda8YrornIA9oWqew7gy+oaNHMxls6r08wy -jLTGcz1ihtK/oC0vOUWTd9Npg7pGhkWFrdhFVfwIQtLUhAn/w/3SZabCMZX0DD+v -bG5Wdzt11x7v+MhZ1dK997SgVb4k6Lbq6KePDa1tIvdhDTYadocu6cUYuiOnGqP1 -VBd6lGMbsD9oQnryJE84JUdOzCpS4Ru3hTCfDfgbUzzRuz8/WH/7YZgEGUseWxIF -HIfSvFr2ZncCpSM6gU3VX+pHxQMq9MP6DMS8IVEq5VJiPtSLX+gqchebIrwaKyJl -Mcbo4qy1MQXqO4sU87sQoe1L+Ud4QraAMo1A0QIDAQABAoIBAHpsoD5KyOX08sel -5meJQwlzMvxCA7JzS8iDCM4dUfXkzY/N1BpeVBDI+qSemIwKD8CzAUG6hp9eA8aS -EuZwb7jEXtvBSUvl9pBn75bQSRY/ekXeH1yKQkGD+0VLBxrb7kPDbiRvOwQ4BATZ -IqMq1oKF/1j5Vtke7Nx4StoDv5u5z8/sEwJ0+Rsoo4K8WR/OkEkZE7P2K7JiTY2A -X6bGENcBrR5mTXIwbS6QjinTECAw8vFHidCuRmEOkqY8zlqWjCrFKqveDsZG7lJ8 -HxmWyDtyKQWa7nSTYrBlkgfIOzKRGM87V4QJBk4+O/kJ0CVVLJvNXZ3lot91A6UQ -4Uq3aukCgYEAzUgp6c+tZBi96b0ea1iikwCVFIXMdaLRneFZ4Y27TIDAPApvGy/R -OXWdImctAJ7btyI0n/PbkhvauqJkrdrmQGW1YecmoVGUveXd1LPMlsGwkh+wS1P5 -GfeanmOk5oPXfFFnMyJ5Pk1DYF3eTRwhRVLLh9Y5Yu9o3aXF7EJFcA8CgYEAyMde -+msb/x513n8QHlraC7xvOfv/tv9LaaOzlwglGAubkk90Mg62h9ahZdLy6NS/1Vlh -Qfqs2mnL8eQRZ0v5mxNmcyh/yVHLoTEpL8RYOvqUVlyCOqyBIykysDmBab0mFiC5 -fHfUU81PY1ssvqbJ2o4nnQocjvW2WseTGilhYR8CgYEAsXHxmQRFs0KX1xX813m0 -fjGArE7D3+OwIjMLiKcFAipBASVbyTpaNrrt6zEYe3LWJcVRi/o1EGU3eyCouod/ -hKbmVQyEHenxEv1B9Xy+Goqu4IC32UVrDAE2DDfB8OiCOhn7hP4Fo88RsJkzcaAh -OlVJTc/lpxmfogiLv5/Beg0CgYBmXF6rxNetJVZqbNVG5IKt4Q/DvBoOrfFAllkE -8v4WWDSkTyWqL54XevEl/HojAfQbTUosXSSq5a04UVIeG7nRuf5NT6R2euEZ+PpK -hAuHZiEiNl+ekjv0NRjGh0rXIbu9JEnsjxsM7ms++EjDmjzm0/qWMYWFzPd/KKhy -eg5PeQKBgQCVsWmog4REGoWRvUHDlu+4Mp4JuzOIZwClDGaGkhDGDl0f1St2S18t -ph9mqubTz86Yg+zZdS9DLt8fkjIXy497PrHeLwoP0uxR8259g7cafkvvj10bzTLG -xt+WRQeP7U1wVtfjGc5HGSBB4jFERH1dgU1ziR8QvpfErsORddOL8A== ------END RSA PRIVATE KEY----- diff --git a/rawTopoFile/clab-demo/Leaf-01/config/tls/clab-profile.pem b/rawTopoFile/clab-demo/Leaf-01/config/tls/clab-profile.pem deleted file mode 100644 index 46932aa08..000000000 --- a/rawTopoFile/clab-demo/Leaf-01/config/tls/clab-profile.pem +++ /dev/null @@ -1,23 +0,0 @@ ------BEGIN CERTIFICATE----- -MIID1DCCArygAwIBAgICBnowDQYJKoZIhvcNAQELBQAwUDELMAkGA1UEBhMCVVMx -CTAHBgNVBAcTADEVMBMGA1UEChMMY29udGFpbmVybGFiMQkwBwYDVQQLEwAxFDAS -BgNVBAMTC2RlbW8gbGFiIENBMB4XDTI0MTAzMTA4MTg0NVoXDTI1MTAzMTA4MTg0 -NVowVDELMAkGA1UEBhMCVVMxCTAHBgNVBAcTADEVMBMGA1UEChMMY29udGFpbmVy -bGFiMQkwBwYDVQQLEwAxGDAWBgNVBAMTD0xlYWYtMDEuZGVtby5pbzCCASIwDQYJ -KoZIhvcNAQEBBQADggEPADCCAQoCggEBAKEAQACMwEtHEd6nWvGK6K5yAPaFqnsO -4MvqGjRzMZbOq9PMMoy0xnM9YobSv6AtLzlFk3fTaYO6RoZFha3YRVX8CELS1IQJ -/8P90mWmwjGV9Aw/r2xuVnc7ddce7/jIWdXSvfe0oFW+JOi26uinjw2tbSL3YQ02 -GnaHLunFGLojpxqj9VQXepRjG7A/aEJ68iRPOCVHTswqUuEbt4Uwnw34G1M80bs/ -P1h/+2GYBBlLHlsSBRyH0rxa9mZ3AqUjOoFN1V/qR8UDKvTD+gzEvCFRKuVSYj7U -i1/oKnIXmyK8GisiZTHG6OKstTEF6juLFPO7EKHtS/lHeEK2gDKNQNECAwEAAaOB -szCBsDAOBgNVHQ8BAf8EBAMCBaAwHQYDVR0lBBYwFAYIKwYBBQUHAwIGCCsGAQUF -BwMBMA4GA1UdDgQHBAUBAgMEBjAfBgNVHSMEGDAWgBSSbvLEi7TgXM+U880FuTK7 -He+0hDBOBgNVHREERzBFggdMZWFmLTAxghFjbGFiLWRlbW8tTGVhZi0wMYIPTGVh -Zi0wMS5kZW1vLmlvhwSsFBQDhxA//wFyACAAIAAAAAAAAAADMA0GCSqGSIb3DQEB -CwUAA4IBAQDTsqbWbIr+qOPJh212fxzLQQNEXD8hdqUAvmuzDu8T11FTGt9hmaDm -PsefrjXOBbz65rXQwzet7qUPghf307L2XbOJUGEir9wP8hl4nDQnerBEg1axT0sx -TWCfdMWN46sxeplUyOyBbqAl7YYgxXxi4f5xzz8tBxjk8975d3rqN4WLhr4El0CP -eTpFCuLEt9ZQQf16Qe+jOKgfRohqEtpMPkyCgaXko4JJ2FoC1WzYi6flbno55Fbc -trftldmbihIdWN4iUU54sThj2sb7iztBmBo20rM+aLauVVAX8UMJ62ArJsjQ48Zn -qlHSN5UXGqFFN7uC698TQU8HKvbL8XW+ ------END CERTIFICATE----- diff --git a/rawTopoFile/clab-demo/Leaf-01/topology.yml b/rawTopoFile/clab-demo/Leaf-01/topology.yml deleted file mode 100644 index 186d10a7f..000000000 --- a/rawTopoFile/clab-demo/Leaf-01/topology.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 2021 Nokia -# Licensed under the BSD 3-Clause License. -# SPDX-License-Identifier: BSD-3-Clause - -chassis_configuration: - "chassis_type": 72 - "base_mac": "1a:46:00:00:00:00" - "cpm_card_type": 187 - -slot_configuration: - 1: - "card_type": 187 - "mda_type": 208 diff --git a/rawTopoFile/clab-demo/Leaf-01/yum.repo b/rawTopoFile/clab-demo/Leaf-01/yum.repo deleted file mode 100644 index fd923bc90..000000000 --- a/rawTopoFile/clab-demo/Leaf-01/yum.repo +++ /dev/null @@ -1,5 +0,0 @@ -[srlinux] -name=SR Linux NDK apps -baseurl=https://srlinux.fury.site/yum/ -enabled=1 -gpgcheck=0 diff --git a/rawTopoFile/clab-demo/Leaf-02/apt.list b/rawTopoFile/clab-demo/Leaf-02/apt.list deleted file mode 100644 index 2aa3ade3a..000000000 --- a/rawTopoFile/clab-demo/Leaf-02/apt.list +++ /dev/null @@ -1 +0,0 @@ -deb [trusted=yes] https://srlinux.fury.site/apt/ / diff --git a/rawTopoFile/clab-demo/Leaf-02/config/aaamgr_local_user.json b/rawTopoFile/clab-demo/Leaf-02/config/aaamgr_local_user.json deleted file mode 100755 index 009024f6f..000000000 --- a/rawTopoFile/clab-demo/Leaf-02/config/aaamgr_local_user.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "users": { - "admin": { - "password": [ - "$ar2$aOvsuj0ALlU=$r750fMa3ZEA/Di8dIfU2fQ==" - ], - "failed_login_count": 0, - "locked_out": false, - "password_changed_after_first_login": false, - "password_update_time": "2024-10-31T08:19:33Z" - } - }, - "ntp_sync": false, - "password_change_after_first_login": false -} diff --git a/rawTopoFile/clab-demo/Leaf-02/config/banner b/rawTopoFile/clab-demo/Leaf-02/config/banner deleted file mode 100644 index 0dc53d58d..000000000 --- a/rawTopoFile/clab-demo/Leaf-02/config/banner +++ /dev/null @@ -1,16 +0,0 @@ -................................................................ -: Welcome to Nokia SR Linux! : -: Open Network OS for the NetOps era. : -: : -: This is a freely distributed official container image. : -: Use it - Share it : -: : -: Get started: https://learn.srlinux.dev : -: Container: https://go.srlinux.dev/container-image : -: Docs: https://doc.srlinux.dev/23-10 : -: Rel. notes: https://doc.srlinux.dev/rn23-10-1 : -: YANG: https://yang.srlinux.dev/v23.10.1 : -: Discord: https://go.srlinux.dev/discord : -: Contact: https://go.srlinux.dev/contact-sales : -................................................................ - diff --git a/rawTopoFile/clab-demo/Leaf-02/config/checkpoint/checkpoint-0.json b/rawTopoFile/clab-demo/Leaf-02/config/checkpoint/checkpoint-0.json deleted file mode 100644 index e72af06a2..000000000 --- a/rawTopoFile/clab-demo/Leaf-02/config/checkpoint/checkpoint-0.json +++ /dev/null @@ -1,2743 +0,0 @@ -{ - "_preamble": { - "header": { - "generated-by": "SRLINUX", - "name": "clab-initial", - "comment": "set by containerlab", - "created": "2024-10-31T08:20:16.543Z", - "release": "v23.10.1", - "enabled-yang-features": ["srl_nokia-features:aaa-spiffe-id", "srl_nokia-features:admin-user-roles", "srl_nokia-features:anycast-gw", "srl_nokia-features:arp-nd-datapath-programming", "srl_nokia-features:bgp-add-paths", "srl_nokia-features:bgp-afi-safi-policy", "srl_nokia-features:bgp-auth-password", "srl_nokia-features:bgp-cfg-afi-safi-list", "srl_nokia-features:bgp-graceful-restart-gaps", "srl_nokia-features:bgp-ipv6-next-hop-tunnel-resolution", "srl_nokia-features:bgp-local-as-container-iso-list", "srl_nokia-features:bgp-max-ecmp-hash-buckets", "srl_nokia-features:bgp-mtu-discovery", "srl_nokia-features:bgp-prefix-limit", "srl_nokia-features:bgp-restart-max-wait", "srl_nokia-features:bgp-rib-afi-safi-list", "srl_nokia-features:bgp-rib-afi-safi-route", "srl_nokia-features:bgp-single-hop-connected-check", "srl_nokia-features:bgp-unnumbered-peers", "srl_nokia-features:bridged", "srl_nokia-features:bt-evpn-vlan-aware-bundle-interop", "srl_nokia-features:cli-plugin-authorization", "srl_nokia-features:dac-link-training", "srl_nokia-features:dhcp-relay-fqdn", "srl_nokia-features:dot1p-classifier-rewrite", "srl_nokia-features:dot1q-vlan-ranges", "srl_nokia-features:dynamic-tcam", "srl_nokia-features:event-handler", "srl_nokia-features:evpn", "srl_nokia-features:evpn-advertise-arp-nd-only-with-mac-table-entry", "srl_nokia-features:evpn-ifl-unequal-ecmp", "srl_nokia-features:evpn-mac-ip-adv-arp-nd-ext-comm", "srl_nokia-features:evpn-mh-ip-aliasing", "srl_nokia-features:evpn-mh-manual-alg", "srl_nokia-features:evpn-mh-pref-alg", "srl_nokia-features:evpn-mh-single-active", "srl_nokia-features:evpn-mh-virtual-es", "srl_nokia-features:factory-reset", "srl_nokia-features:fixed", "srl_nokia-features:gnmi-services", "srl_nokia-features:gnoi-healthz", "srl_nokia-features:ingress-subif-policing", "srl_nokia-features:interface-references", "srl_nokia-features:ip-acl-dscp-set", "srl_nokia-features:ip-qos-multifield", "srl_nokia-features:ipv4-unnumbered", "srl_nokia-features:isis-level-database", "srl_nokia-features:isis-lsdb", "srl_nokia-features:isis-mi", "srl_nokia-features:isis-mt", "srl_nokia-features:isis-nsf", "srl_nokia-features:l2-proxy-arp", "srl_nokia-features:l2-proxy-arp-nd-control-flood-on-evpn", "srl_nokia-features:l2-proxy-nd", "srl_nokia-features:l2cp-transparency", "srl_nokia-features:l3-proxy-arp", "srl_nokia-features:l3-proxy-nd", "srl_nokia-features:lacp-fallback", "srl_nokia-features:lag", "srl_nokia-features:license", "srl_nokia-features:mirroring", "srl_nokia-features:mirroring-intf-stats", "srl_nokia-features:named-queues-and-named-fcs", "srl_nokia-features:packet-tracer", "srl_nokia-features:platform-7220-d2", "srl_nokia-features:ra-guard", "srl_nokia-features:reload-delay", "srl_nokia-features:route-leaking", "srl_nokia-features:routing-policy-bgp-med", "srl_nokia-features:routing-policy-named-statements", "srl_nokia-features:scheduler-policies", "srl_nokia-features:segment-routing-adjacency-sid", "srl_nokia-features:segment-routing-shared-sid", "srl_nokia-features:storm-control", "srl_nokia-features:subif-acl-policer", "srl_nokia-features:subif-policer", "srl_nokia-features:tools-force-pwd-change", "srl_nokia-features:trident3", "srl_nokia-features:unequal-ecmp", "srl_nokia-features:unified-forwarding-tables", "srl_nokia-features:virtual-ip-discovery", "srl_nokia-features:vlan-id-any", "srl_nokia-features:vlan-tpid", "srl_nokia-features:vxlan", "srl_nokia-features:vxlan-stats", "srl_nokia-features:warm-reboot"], - "checksum": "4a2e6bf2cfe00b91$2dda6c722be4f3fd144ad3eae5d819c6f9706c6b" - }, - "build": { - "git-branch": "SRL_23_10_B1", - "git-tag": "v23.10.1-218-ga3fc1bea5a", - "git-sha": "a3fc1bea5afec83402393b9ca1ad139ebcb05e8c" - }, - "application": [ - { - "name": "aaa_mgr", - "path": "/opt/srlinux/bin/sr_aaa_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "acl_mgr", - "path": "/opt/srlinux/bin/sr_acl_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "app_mgr", - "path": "/opt/srlinux/bin/sr_app_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "arp_nd_mgr", - "path": "/opt/srlinux/bin/sr_arp_nd_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "bfd_mgr", - "path": "/opt/srlinux/bin/sr_bfd_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "bgp_mgr", - "path": "/opt/srlinux/bin/sr_bgp_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "chassis_mgr", - "path": "/opt/srlinux/bin/sr_chassis_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "dev_mgr", - "path": "/opt/srlinux/bin/sr_device_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "dhcp_client_mgr", - "path": "/opt/srlinux/bin/sr_dhcp_client_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "dhcp_relay_mgr", - "path": "/opt/srlinux/bin/sr_dhcp_relay_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "dhcp_server_mgr", - "path": "/opt/srlinux/bin/sr_dhcp_server_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "ethcfm_mgr", - "path": "/opt/srlinux/bin/sr_ethcfm_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "event_mgr", - "path": "/opt/srlinux/bin/sr_event_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "evpn_mgr", - "path": "/opt/srlinux/bin/sr_evpn_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "fhs_mgr", - "path": "/opt/srlinux/bin/sr_fhs_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "fib_mgr", - "path": "/opt/srlinux/bin/sr_fib_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "gnmi_server", - "path": "/opt/srlinux/bin/sr_gnmi_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "gribi_server", - "path": "/opt/srlinux/bin/sr_gribi_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "idb_server", - "path": "/opt/srlinux/bin/sr_idb_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "isis_mgr", - "path": "/opt/srlinux/bin/sr_isis_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "json_rpc", - "path": "/opt/srlinux/bin/sr_json_rpc", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "l2_mac_learn_mgr", - "path": "/opt/srlinux/bin/sr_l2_mac_learn_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "l2_mac_mgr", - "path": "/opt/srlinux/bin/sr_l2_mac_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "l2_proxy_arp_nd_mgr", - "path": "/opt/srlinux/bin/sr_l2_proxy_arp_nd_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "l2_static_mac_mgr", - "path": "/opt/srlinux/bin/sr_l2_static_mac_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "label_mgr", - "path": "/opt/srlinux/bin/sr_label_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "lag_mgr", - "path": "/opt/srlinux/bin/sr_lag_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "ldp_mgr", - "path": "/opt/srlinux/bin/sr_ldp_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "license_mgr", - "path": "/opt/srlinux/bin/sr_license_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "linux_mgr", - "path": "/opt/srlinux/bin/sr_linux_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "dnsmasq", - "path": "/usr/sbin/dnsmasq", - "version": "2023-01-13T21:57:01.000Z" - }, - { - "name": "sshd", - "path": "/usr/sbin/sshd:", - "version": "n/a" - }, - { - "name": "ntpd", - "path": "/usr/sbin/chronyd", - "version": "2023-05-08T20:05:00.000Z" - }, - { - "name": "vsftpd", - "path": "/usr/sbin/vsftpd", - "version": "2022-10-16T11:05:42.000Z" - }, - { - "name": "snmp_server", - "path": "/opt/srlinux/bin/sr_snmp_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "timesrv", - "path": "/usr/sbin/chronyd", - "version": "2023-05-08T20:05:00.000Z" - }, - { - "name": "lldp_mgr", - "path": "/opt/srlinux/bin/sr_lldp_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "log_mgr", - "path": "/opt/srlinux/bin/sr_log_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "macsec_mgr", - "path": "/opt/srlinux/bin/sr_macsec_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "mcid_mgr", - "path": "/opt/srlinux/bin/sr_mcid_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "mgmt_server", - "path": "/opt/srlinux/bin/sr_mgmt_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "common", - "path": "n/a", - "version": "n/a" - }, - { - "name": "mirror_mgr", - "path": "/opt/srlinux/bin/sr_mirror_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "mpls_mgr", - "path": "/opt/srlinux/bin/sr_mpls_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "mplsoam_mgr", - "path": "/opt/srlinux/bin/sr_mplsoam_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "net_inst_mgr", - "path": "/opt/srlinux/bin/sr_net_inst_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "oam_mgr", - "path": "/opt/srlinux/bin/sr_oam_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "oc_mgmt_server", - "path": "/opt/srlinux/bin/sr_oc_mgmt_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "oc_common", - "path": "n/a", - "version": "n/a" - }, - { - "name": "ospf_mgr", - "path": "/opt/srlinux/bin/sr_ospf_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "p4rt_server", - "path": "/opt/srlinux/bin/sr_p4rt_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "plcy_mgr", - "path": "/opt/srlinux/bin/sr_plcy_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "maint_mode_mgr", - "path": "n/a", - "version": "n/a" - }, - { - "name": "qos_mgr", - "path": "/opt/srlinux/bin/sr_qos_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "radius_mgr", - "path": "/opt/srlinux/bin/sr_radius_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "sdk_mgr", - "path": "/opt/srlinux/bin/sr_sdk_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "segrt_mgr", - "path": "/opt/srlinux/bin/sr_segrt_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "sflow_sample_mgr", - "path": "/opt/srlinux/bin/sr_sflow_sample_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "static_route_mgr", - "path": "/opt/srlinux/bin/sr_static_route_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "supportd", - "path": "/opt/srlinux/bin/sr_supportd", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "te_mgr", - "path": "/opt/srlinux/bin/sr_te_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "tepolicy_mgr", - "path": "/opt/srlinux/bin/sr_tepolicy_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "timing_stack", - "path": "/opt/srlinux/bin/sr_timing_stack", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "twamp_mgr", - "path": "/opt/srlinux/bin/sr_twamp_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "vrrp_mgr", - "path": "/opt/srlinux/bin/sr_vrrp_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "vxlan_mgr", - "path": "/opt/srlinux/bin/sr_vxlan_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "xdp_cpm", - "path": "/opt/srlinux/bin/sr_xdp_cpm", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "xdp_lc", - "path": "/opt/srlinux/bin/sr_xdp_lc", - "version": "2023-11-04T22:37:53.000Z" - } - ], - "yang-module": [ - { - "name": "srl_nokia-aaa", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-aaa-password", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-aaa-types", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-acl", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-acl-policers", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-acl-qos", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-aggregate-routes", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-app-mgmt", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-bfd", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-bgp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-bgp-evpn", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-bgp-evpn-bgp-instance-mpls-bridge-table-multicast-destinations", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-bgp-evpn-bgp-instance-mpls-bridge-table-statistics", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-bgp-evpn-bgp-instance-mpls-bridge-table-unicast-destinations", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-bgp-evpn-bgp-instance-mpls-vpws-destinations", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-bgp-ipvpn", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-bgp-vpn", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-boot", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-bridge-table", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-bridge-table-mac-duplication", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-bridge-table-mac-duplication-entries", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-bridge-table-mac-learning", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-bridge-table-mac-learning-entries", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-bridge-table-mac-limit", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-bridge-table-mac-table", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-bridge-table-proxy-arp-nd", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-bridge-table-reserved-macs", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-bridge-table-shg", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-bridge-table-static-mac", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-configuration", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-configuration-role", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-connection-point", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-dhcp-server", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-dns", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-ethcfm", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-event-handler", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-ftp", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-gnmi-server", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-gnsi-authz", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-gnsi-certz", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-gribi-server", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-icmp", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-if-ip", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-if-mpls", - "revision": "2021-06-30" - }, - { - "name": "srl_nokia-interfaces", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-interfaces-bridge-table", - "revision": "2021-06-30" - }, - { - "name": "srl_nokia-interfaces-bridge-table-mac-duplication-entries", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-interfaces-bridge-table-mac-learning-entries", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-interfaces-bridge-table-mac-table", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-interfaces-bridge-table-statistics", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-interfaces-ethernet-segment-association", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-interfaces-ip-dhcp", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-interfaces-ip-dhcp-relay", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-interfaces-ip-dhcp-server", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-interfaces-ip-vrrp", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-interfaces-l2cp", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-interfaces-lag", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-interfaces-local-mirror-destination", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-interfaces-nbr", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-interfaces-nbr-evpn", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-interfaces-nbr-virtual-ip-discovery", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-interfaces-p4rt", - "revision": "2022-06-30" - }, - { - "name": "srl_nokia-interfaces-router-adv", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-interfaces-vlans", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-interfaces-vxdp", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-ip-route-tables", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-ippm-source-udp-pool", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-isis", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-isis-lsdb", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-isis-lsdb-types", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-json-rpc", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-keychains", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-lacp", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-ldp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-license", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-link-measurement", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-linux", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-lldp", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-lldp-types", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-load-balancing", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-logging", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-lsp-ping-trace", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-macsec", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-maintenance-mode", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-maintenance-policies", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-micro-bfd", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-mirroring", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-mpls", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-mpls-label-management", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-mpls-route-tables", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-mpls-services-evpn-label-management", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-mpls-services-network-instance-label-management", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-mtu", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-network-instance", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-network-instance-mtu", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-next-hop-groups", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-ntp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-oam", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-oam-pm-ethcfm", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-oam-pm-ip", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-openconfig", - "revision": "2022-06-30" - }, - { - "name": "srl_nokia-ospf", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-p4rt-server", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-packet-link-qual", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-packet-match-types", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-acl", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-cgroup", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-platform-chassis", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform-control", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform-cpu", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-platform-datapath-resources", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-disk", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-fabric", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-platform-fan", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform-healthz", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-lc", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform-linecard-fib", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-platform-memory", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-platform-mtu", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-platform-p4rt", - "revision": "2022-06-30" - }, - { - "name": "srl_nokia-platform-pipeline-counters", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-platform-psu", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform-qos", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-redundancy", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-platform-resource-mgmt", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-platform-resource-monitoring", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-platform-secure-boot", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-tcam", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-tpm", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-vxdp", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-policy-forwarding", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-qos", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-qos-policers", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-ra_guard", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-rib-bgp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-routing-policy", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-segment-routing", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-sflow", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-snmp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-ssh", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-stamp", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-static-routes", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-system", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-system-banner", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-system-bridge-table", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-system-bridge-table-proxy-arp", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-system-info", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-system-multicast", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-system-name", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-system-network-instance", - "revision": "2021-06-30" - }, - { - "name": "srl_nokia-system-network-instance-bgp-evpn-ethernet-segments", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-system-network-instance-bgp-vpn", - "revision": "2022-06-30" - }, - { - "name": "srl_nokia-system-protocols", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-tcp-udp", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-te-policies", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-timezone", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-tls", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-traffic-engineering", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-transport-security", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-tunnel", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-tunnel-interfaces", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-tunnel-interfaces-vxlan-interface-bridge-table", - "revision": "2021-06-30" - }, - { - "name": "srl_nokia-tunnel-interfaces-vxlan-interface-bridge-table-multicast-destinations", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-tunnel-interfaces-vxlan-interface-bridge-table-unicast-destinations", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-tunnel-interfaces-vxlan-interface-bridge-table-unicast-es-destination-vteps", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-tunnel-tables", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-twamp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-vxlan-tunnel-vtep", - "revision": "2023-03-31" - } - ] - }, - "srl_nokia-acl:acl": { - "cpm-filter": { - "ipv4-filter": { - "statistics-per-entry": true, - "entry": [ - { - "sequence-id": 10, - "description": "Accept incoming ICMP unreachable messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "dest-unreachable", - "code": [ - 0, - 1, - 2, - 3, - 4, - 13 - ] - } - } - }, - { - "sequence-id": 20, - "description": "Accept incoming ICMP time-exceeded messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "time-exceeded" - } - } - }, - { - "sequence-id": 30, - "description": "Accept incoming ICMP parameter problem messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "param-problem" - } - } - }, - { - "sequence-id": 40, - "description": "Accept incoming ICMP echo messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "echo" - } - } - }, - { - "sequence-id": 50, - "description": "Accept incoming ICMP echo-reply messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "echo-reply" - } - } - }, - { - "sequence-id": 60, - "description": "Accept incoming SSH when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 22 - } - } - }, - { - "sequence-id": 70, - "description": "Accept incoming SSH when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 22 - } - } - }, - { - "sequence-id": 80, - "description": "Accept incoming Telnet when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 23 - } - } - }, - { - "sequence-id": 90, - "description": "Accept incoming Telnet when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 23 - } - } - }, - { - "sequence-id": 100, - "description": "Accept incoming TACACS+ when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 49 - } - } - }, - { - "sequence-id": 110, - "description": "Accept incoming TACACS+ when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 49 - } - } - }, - { - "sequence-id": 120, - "description": "Accept incoming DNS response messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "source-port": { - "operator": "eq", - "value": 53 - } - } - }, - { - "sequence-id": 130, - "description": "Accept incoming DHCP messages targeted for BOOTP/DHCP client", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 68 - } - } - }, - { - "sequence-id": 140, - "description": "Accept incoming TFTP read-request and write-request messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 69 - } - } - }, - { - "sequence-id": 150, - "description": "Accept incoming HTTP(JSON-RPC) when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 80 - } - } - }, - { - "sequence-id": 160, - "description": "Accept incoming HTTP(JSON-RPC) when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 80 - } - } - }, - { - "sequence-id": 170, - "description": "Accept incoming NTP messages from servers", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "source-port": { - "operator": "eq", - "value": 123 - } - } - }, - { - "sequence-id": 180, - "description": "Accept incoming SNMP GET/GETNEXT messages from servers", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 161 - } - } - }, - { - "sequence-id": 190, - "description": "Accept incoming BGP when the other router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 179 - } - } - }, - { - "sequence-id": 200, - "description": "Accept incoming BGP when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 179 - } - } - }, - { - "sequence-id": 210, - "description": "Accept incoming HTTPS(JSON-RPC) when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 443 - } - } - }, - { - "sequence-id": 220, - "description": "Accept incoming HTTPS(JSON-RPC) when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 443 - } - } - }, - { - "sequence-id": 230, - "description": "Accept incoming single-hop BFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 3784 - } - } - }, - { - "sequence-id": 240, - "description": "Accept incoming multi-hop BFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 4784 - } - } - }, - { - "sequence-id": 250, - "description": "Accept incoming uBFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 6784 - } - } - }, - { - "sequence-id": 260, - "description": "Accept incoming gNMI messages when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 57400 - } - } - }, - { - "sequence-id": 270, - "description": "Accept incoming UDP traceroute messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "range": { - "start": 33434, - "end": 33464 - } - } - } - }, - { - "sequence-id": 280, - "description": "Accept incoming ICMP timestamp messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "timestamp" - } - } - }, - { - "sequence-id": 290, - "description": "Accept incoming OSPF messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": 89 - } - }, - { - "sequence-id": 300, - "description": "Accept incoming DHCP relay messages targeted for BOOTP/DHCP server", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 67 - } - } - }, - { - "sequence-id": 310, - "description": "Accept ICMP fragment packets", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "fragment": true, - "protocol": "icmp" - } - }, - { - "sequence-id": 320, - "description": "Accept incoming LDP packets", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "source-port": { - "operator": "eq", - "value": 646 - } - } - }, - { - "sequence-id": 330, - "description": "Accept incoming LDP packets with source-port 646", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 646 - } - } - }, - { - "sequence-id": 340, - "description": "Accept incoming LDP packets with destination-port 646", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 646 - } - } - }, - { - "sequence-id": 350, - "description": "Accept incoming gRIBI packets with destination-port 57401", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 57401 - } - } - }, - { - "sequence-id": 360, - "description": "Accept incoming p4rt packets with destination-port 9559", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 9559 - } - } - }, - { - "sequence-id": 370, - "description": "Accept incoming IGMP packets", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "igmp" - } - }, - { - "sequence-id": 380, - "description": "Accept incoming PIM packets", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "pim" - } - }, - { - "sequence-id": 390, - "description": "Accept incoming RADIUS AAA packets", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "source-port": { - "range": { - "start": 1812, - "end": 1813 - } - } - } - }, - { - "sequence-id": 410, - "description": "Accept incoming PTP messages with destination-ports 319 and 320", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "range": { - "start": 319, - "end": 320 - } - } - } - }, - { - "sequence-id": 420, - "description": "Drop all else", - "action": { - "drop": { - "log": true - } - } - } - ] - }, - "ipv6-filter": { - "statistics-per-entry": true, - "entry": [ - { - "sequence-id": 10, - "description": "Accept incoming ICMPv6 unreachable messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "dest-unreachable", - "code": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ] - } - } - }, - { - "sequence-id": 20, - "description": "Accept incoming ICMPv6 packet-too-big messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "packet-too-big" - } - } - }, - { - "sequence-id": 30, - "description": "Accept incoming ICMPv6 time-exceeded messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "time-exceeded" - } - } - }, - { - "sequence-id": 40, - "description": "Accept incoming ICMPv6 parameter problem messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "param-problem" - } - } - }, - { - "sequence-id": 50, - "description": "Accept incoming ICMPv6 echo-request messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "echo-request" - } - } - }, - { - "sequence-id": 60, - "description": "Accept incoming ICMPv6 echo-reply messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "echo-reply" - } - } - }, - { - "sequence-id": 70, - "description": "Accept incoming ICMPv6 router-advertisement messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "router-advertise" - } - } - }, - { - "sequence-id": 80, - "description": "Accept incoming ICMPv6 neighbor-solicitation messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "neighbor-solicit" - } - } - }, - { - "sequence-id": 90, - "description": "Accept incoming ICMPv6 neighbor-advertisement messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "neighbor-advertise" - } - } - }, - { - "sequence-id": 100, - "description": "Accept incoming SSH when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 22 - } - } - }, - { - "sequence-id": 110, - "description": "Accept incoming SSH when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 22 - } - } - }, - { - "sequence-id": 120, - "description": "Accept incoming Telnet when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 23 - } - } - }, - { - "sequence-id": 130, - "description": "Accept incoming Telnet when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 23 - } - } - }, - { - "sequence-id": 140, - "description": "Accept incoming TACACS+ when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 49 - } - } - }, - { - "sequence-id": 150, - "description": "Accept incoming TACACS+ when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 49 - } - } - }, - { - "sequence-id": 160, - "description": "Accept incoming DNS response messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "source-port": { - "operator": "eq", - "value": 53 - } - } - }, - { - "sequence-id": 170, - "description": "Accept incoming TFTP read-request and write-request messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 69 - } - } - }, - { - "sequence-id": 180, - "description": "Accept incoming HTTP(JSON-RPC) when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 80 - } - } - }, - { - "sequence-id": 190, - "description": "Accept incoming HTTP(JSON-RPC) when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 80 - } - } - }, - { - "sequence-id": 200, - "description": "Accept incoming NTP messages from servers", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "source-port": { - "operator": "eq", - "value": 123 - } - } - }, - { - "sequence-id": 210, - "description": "Accept incoming SNMP GET/GETNEXT messages from servers", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 161 - } - } - }, - { - "sequence-id": 220, - "description": "Accept incoming BGP when the other router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 179 - } - } - }, - { - "sequence-id": 230, - "description": "Accept incoming BGP when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 179 - } - } - }, - { - "sequence-id": 240, - "description": "Accept incoming HTTPS(JSON-RPC) when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 443 - } - } - }, - { - "sequence-id": 250, - "description": "Accept incoming HTTPS(JSON-RPC) when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 443 - } - } - }, - { - "sequence-id": 260, - "description": "Accept incoming DHCPv6 client messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 546 - } - } - }, - { - "sequence-id": 270, - "description": "Accept incoming single-hop BFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 3784 - } - } - }, - { - "sequence-id": 280, - "description": "Accept incoming multi-hop BFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 4784 - } - } - }, - { - "sequence-id": 290, - "description": "Accept incoming uBFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 6784 - } - } - }, - { - "sequence-id": 300, - "description": "Accept incoming gNMI messages when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 57400 - } - } - }, - { - "sequence-id": 310, - "description": "Accept incoming UDP traceroute messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "range": { - "start": 33434, - "end": 33464 - } - } - } - }, - { - "sequence-id": 320, - "description": "Accept incoming IPV6 hop-in-hop messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": 0 - } - }, - { - "sequence-id": 330, - "description": "Accept incoming IPV6 fragment header messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": 44 - } - }, - { - "sequence-id": 340, - "description": "Accept incoming OSPF messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": 89 - } - }, - { - "sequence-id": 350, - "description": "Accept incoming DHCPv6 relay messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 547 - } - } - }, - { - "sequence-id": 360, - "description": "Accept incoming gRIBI packets with destination-port 57401", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 57401 - } - } - }, - { - "sequence-id": 370, - "description": "Accept incoming p4rt packets with destination-port 9559", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 9559 - } - } - }, - { - "sequence-id": 380, - "description": "Accept incoming MLDv1 report messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "mld-report" - } - } - }, - { - "sequence-id": 390, - "description": "Accept incoming MLDv2 report messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "mld-v2" - } - } - }, - { - "sequence-id": 400, - "description": "Accept incoming MLDv1 done messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "mld-done" - } - } - }, - { - "sequence-id": 410, - "description": "Accept incoming MLD query messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "mld-query" - } - } - }, - { - "sequence-id": 420, - "description": "Accept incoming PIM messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "pim" - } - }, - { - "sequence-id": 430, - "description": "Accept incoming RADIUS AAA messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "source-port": { - "range": { - "start": 1812, - "end": 1813 - } - } - } - }, - { - "sequence-id": 450, - "description": "Accept incoming PTP messages with destination-ports 319 and 320", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "range": { - "start": 319, - "end": 320 - } - } - } - }, - { - "sequence-id": 460, - "description": "Drop all else", - "action": { - "drop": { - "log": true - } - } - } - ] - } - }, - "policers": { - "system-cpu-policer": [ - { - "name": "icmp", - "entry-specific": false, - "peak-packet-rate": 1000, - "max-packet-burst": 1000 - } - ] - } - }, - "srl_nokia-interfaces:interface": [ - { - "name": "ethernet-1/1", - "admin-state": "enable" - }, - { - "name": "ethernet-1/2", - "admin-state": "enable" - }, - { - "name": "mgmt0", - "admin-state": "enable", - "subinterface": [ - { - "index": 0, - "admin-state": "enable", - "ip-mtu": 1500, - "ipv4": { - "admin-state": "enable", - "srl_nokia-interfaces-ip-dhcp:dhcp-client": { - - } - }, - "ipv6": { - "admin-state": "enable", - "srl_nokia-interfaces-ip-dhcp:dhcp-client": { - - } - } - } - ] - } - ], - "srl_nokia-system:system": { - "srl_nokia-aaa:aaa": { - "authentication": { - "idle-timeout": 7200, - "authentication-method": [ - "local" - ], - "admin-user": { - "ssh-key": [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJSGdT6gPlA4m+PSmQ8oR3z6N4ofCfTkJa2BpUgy+JV0" - ] - }, - "linuxadmin-user": { - "password": "$6$Ni233gqiuJ9zarHl$ZKtMh/vEvlY7XpHSYSJVrFNpUDeM/dsfaxK6csljO5X3.ImsDn8yiOcPASsTNpa1r6XrVlzrpnlJKqYIK0gvO1", - "ssh-key": [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJSGdT6gPlA4m+PSmQ8oR3z6N4ofCfTkJa2BpUgy+JV0" - ] - } - }, - "server-group": [ - { - "name": "local", - "type": "srl_nokia-aaa-types:local" - } - ] - }, - "srl_nokia-lldp:lldp": { - "admin-state": "enable" - }, - "srl_nokia-gnmi-server:gnmi-server": { - "admin-state": "enable", - "rate-limit": 65000, - "trace-options": [ - "request", - "response", - "common" - ], - "network-instance": [ - { - "name": "mgmt", - "admin-state": "enable", - "use-authentication": true, - "tls-profile": "clab-profile", - "port": 57400, - "services": [ - "srl_nokia-gnmi-server:gnmi" - ] - } - ], - "unix-socket": { - "admin-state": "enable", - "services": [ - "srl_nokia-gnmi-server:gnmi", - "srl_nokia-gnmi-server:gnoi" - ] - } - }, - "srl_nokia-tls:tls": { - "server-profile": [ - { - "name": "clab-profile", - "key": "$aes1$ATTdpPZUXT9d+28=$RS1nvYlcxIHUw+FjiJtzvMopJrKxNhs3d4McBqqJvfrLyA2hbglFNei6VScnIWkhcStjeL35ExRF1yUoP/ykjIrfXJaGg4qm5gxuK55KNhk0KPaK58GOz6SCR1xtgmEFITCGJa4H2VkUqxZgkadoLSHgs1f/GAJuYCuTAcXJQPCOYkgW8C8EDSNQptwxWhei1IdwwsES+AGFkXfRm9PBGbb4qYyN1io3wnC96KGRzhHAWWV2vKRbuTnURjHVkaKZP+he5ECGJjPkJ8/c/zqsWobN539r1rAYTutnKUkJidohQGnNJZm62NW488QU7QlGnzRZEwA53TpNpgJcZO3+tfwcIfqJC0We/tvppFH3fQBpbAudTr6R4XGc5AH/P+DmlTmo3NFX+nA+ZDnlEHGiqU1z9aINteNd2sQKs1svyIbAYcXgV0pmV64mIbkJW0gisGoKtLRD5Npgtv4y/tpiden9tmPPkYz3cIsP3fOBv6XyH9XNgKa9gvzoThZaodnb06Z5ztQjicrN3nY+NSEUh0DUbxcG8UFYHNTQOh+uqLVFZR6SKT5uBWAsI5vsLbLoR8eDV+q+KZgTgKoC7AFFJQk/DrsEC7zkjmLAT1jwkTn5CnuBR4I5ozb4zygN3gDI9PWRs42IBa9mo8WDHXL65+cYgxZBx7oDK9+Ac67DkV5LH4zLIEmBxOypg1JRaMu4+t3NUB4vfqMKt3L0SDiTOcVnu9yCqSLQ6g3L+SGHdbrS1iJESicdy7EQ26mG4/DmPF8bIYzgWuL2WhOdFVL5R50zb4PgFt9cjJlzXf5gbpmtK8jlE5NfJe+jVAaKuZYIrFFzqWyFhVYXp+NtSraWe53QFdBDPeEkVZTsDdXptfE9KxLKuL3XXXa0ufwMC1Yn34Rj84dR7LEE8FCxaGsbUvZw0Y8XqchhRKAVsdDNZit9vds5HIrZm+OwlGt9VeRDxSYPaXdI6GkrqKBKFDAlB9d+eb7H5S7aER9RDWsIgxtvBZO0NbYLvw3Kk6kY+q7vA+B2j0w1MKed7T8nkWfM2g9g4d6yjWGJL6Jr+He5XV3A2YaRdLz5ZGy+9LbSCbTO41ZutUJz3Og4gxG7khOqrGbr0kC7AchHxSMKnhG9XbaPsmxqEqWf/ycKuvNmGo1eUHct7zZ8olp8mcYwXu1Vzp27H+Qwn/LBPY1t/1AmRFkSC1CgzgBiaRBJ8TYB5wqIKhwyQ0x0bK03PiEUeg4b1GFlIziojq6JALdpU/iN4IVntcnHTFnra56mgYl7ugcXMYPxgucm7opVo+o58zgyL71xZwPwihNllMI+dSUFYWueiCiSIKikQHik3JC/X2fvldIKPIaJqnYFg4Cc4Z4C8DjratL6D+33kvaUSsMNJqwKDX6mofV+OTzUD2gJGvE5RFDXde/0I3mtDsSJSrCcuNQttijtN3oVKtyVYSqh39P4kmFaGjd9FX52p2pRYw4uQJdtjsuoEXplwyquLefQDuxchBFGLEZ3AC7Q444eb2XLF1cJaxsTRN/dzRFgAZ9WGOELRFz9CyQi0kW653gpSifKkhNHwKJTt0wpkL+i/KbShNtFsbkd1MLoqQQ6mm/zHobRHRg//Dty+WByKVhqb59Bp8Digq81zUuQrfxqwzFQAXAjR4vct4aO3e8J/uToHSoeR9SAVINCERWyU/zAnMHJQpsCHVZXJPY+M1yHmS3ttBft1CQJl/ngv5MByRwvsn0Brc5YwROmqykDMRwUYG6H+a0RYM1bj1HQ0rsAIf9ma/T0kIjrj4RrV1RLBLiZGtDkdIhLx9S7HKV9K2lmrCjPIVg84DZa9MTIm8Ggv/Q4/mljLVIkRjYoU05chxJW3b430SLtT12l6ksn+8DdfjuOGgixwP+/jhDXBHClhD1h8CdFQXoAptXvRFCrIMxR/MkCT+fHdYL/QD1zUOE8gkefDef71dOJGTG3UGjRM6g9P3OvSZEGY9vH/gGvNFUl3xZXztJtxDYXFbgKiSnF8yhxTxlzzkOjXACXKDEX5WhwMp+ssc4O4qePLKw3eP26SaVKWqGhBcBfwXpzlHjW/cifoKQSvFByB4Tx2kDngCZR3hXQe5IPmZ2fxPk356VEfwlhPK7ARA5F2M7qxtrC+BR4t3tmSVbIgL7GZ/v4N2jQga5SClC3tZkDX9S0nL5nTp7obetMYWPd9k3WZz0WcZ2FgEpReuGH5g1tADVKHjQlHg0+oGhAgKFsX952YkZh", - "certificate": "-----BEGIN CERTIFICATE-----\nMIID1DCCArygAwIBAgICBnowDQYJKoZIhvcNAQELBQAwUDELMAkGA1UEBhMCVVMx\nCTAHBgNVBAcTADEVMBMGA1UEChMMY29udGFpbmVybGFiMQkwBwYDVQQLEwAxFDAS\nBgNVBAMTC2RlbW8gbGFiIENBMB4XDTI0MTAzMTA4MTg0NVoXDTI1MTAzMTA4MTg0\nNVowVDELMAkGA1UEBhMCVVMxCTAHBgNVBAcTADEVMBMGA1UEChMMY29udGFpbmVy\nbGFiMQkwBwYDVQQLEwAxGDAWBgNVBAMTD0xlYWYtMDIuZGVtby5pbzCCASIwDQYJ\nKoZIhvcNAQEBBQADggEPADCCAQoCggEBALexIkzlTcZdOaNzmS+hsenDzCtHDpQA\nJkOJEQ4D+3Kfq/+X/bEh9xCqxLIKAwfeJ46lG6UxObugTv7AhaTOKLb/MVw8x7zz\n2MtQnkgtaWbDyukeX8Q/GezCXMZN+4iQFQlZz8ZBJN5PSxBypAxE6yC+PGEKVrHR\no16Ch5T6rHcEXU8uJc3qv1P11oM4+C1KGxcAsjn4Ppm9QoJ5zELkIpGlF7n850He\niloXozgxSWTN+U5PxlXOlVX3Zc11VCXljB4fZCUKDphKwHB2gqL+8h5EipDZaUAn\nL5016m//8WWGvCMybe20h1ua4o1DBBH3vcFBBYXbWtlFkm90kF+GH/cCAwEAAaOB\nszCBsDAOBgNVHQ8BAf8EBAMCBaAwHQYDVR0lBBYwFAYIKwYBBQUHAwIGCCsGAQUF\nBwMBMA4GA1UdDgQHBAUBAgMEBjAfBgNVHSMEGDAWgBSSbvLEi7TgXM+U880FuTK7\nHe+0hDBOBgNVHREERzBFggdMZWFmLTAyghFjbGFiLWRlbW8tTGVhZi0wMoIPTGVh\nZi0wMi5kZW1vLmlvhwSsFBQChxA//wFyACAAIAAAAAAAAAACMA0GCSqGSIb3DQEB\nCwUAA4IBAQCetUG2O/UsbPvcpm3GD6OKyFdfiWLp3uTGqij5oVDaaPWJhltEYTuE\n4WQV+A6JV9+qMOuQJPTPcR4198jg3S3eYbe5EPLQRhhMhnrbblLxRWPcHXLjUaHs\nq0J66SIfEBSyLyYtGsk8s70fX+z855jI9Umqd1ASfHoYduNuF8PuqodDj0SRIhCD\neHWZHRKaHU6dpaeunVuIxjbTZHNHmkD0CMKbhfOGEBuU/QZhUguYT5xFUbnwTxiy\nx1fNfBcCepx8vl6M8Wn0zsOaz+5Rwq9LWI5/gqU6zwtwHyu1Z+OPKfcze6dzOgK3\n/baLvcVNQrD1h61q6Ma/5c9CO1qzgRm2\n-----END CERTIFICATE-----\n", - "authenticate-client": false - } - ] - }, - "srl_nokia-json-rpc:json-rpc-server": { - "admin-state": "enable", - "network-instance": [ - { - "name": "mgmt", - "http": { - "admin-state": "enable" - }, - "https": { - "admin-state": "enable", - "tls-profile": "clab-profile" - } - } - ] - }, - "srl_nokia-dns:dns": { - "network-instance": "mgmt", - "server-list": [ - "100.124.38.2", - "100.124.38.3" - ] - }, - "srl_nokia-snmp:snmp": { - "community": "$aes1$AWBd8eiBLW3JEW8=$NSTyT/ugExrav0AZTwgNEg==", - "network-instance": [ - { - "name": "mgmt", - "admin-state": "enable" - } - ] - }, - "srl_nokia-ssh:ssh-server": { - "network-instance": [ - { - "name": "mgmt", - "admin-state": "enable" - } - ] - }, - "srl_nokia-system-banner:banner": { - "login-banner": "................................................................\n: Welcome to Nokia SR Linux! :\n: Open Network OS for the NetOps era. :\n: :\n: This is a freely distributed official container image. :\n: Use it - Share it :\n: :\n: Get started: https://learn.srlinux.dev :\n: Container: https://go.srlinux.dev/container-image :\n: Docs: https://doc.srlinux.dev/23-10 :\n: Rel. notes: https://doc.srlinux.dev/rn23-10-1 :\n: YANG: https://yang.srlinux.dev/v23.10.1 :\n: Discord: https://go.srlinux.dev/discord :\n: Contact: https://go.srlinux.dev/contact-sales :\n................................................................\n" - }, - "srl_nokia-logging:logging": { - "buffer": [ - { - "buffer-name": "messages", - "rotate": 3, - "size": "10000000", - "facility": [ - { - "facility-name": "local6", - "priority": { - "match-above": "informational" - } - } - ] - }, - { - "buffer-name": "system", - "facility": [ - { - "facility-name": "auth", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "cron", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "daemon", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "ftp", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "kern", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "lpr", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "mail", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "news", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "syslog", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "user", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "uucp", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local0", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local1", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local2", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local3", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local4", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local5", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local7", - "priority": { - "match-above": "warning" - } - } - ] - } - ], - "file": [ - { - "file-name": "messages", - "rotate": 3, - "size": "10000000", - "facility": [ - { - "facility-name": "local6", - "priority": { - "match-above": "warning" - } - } - ] - } - ] - } - }, - "srl_nokia-network-instance:network-instance": [ - { - "name": "mgmt", - "type": "srl_nokia-network-instance:ip-vrf", - "admin-state": "enable", - "description": "Management network instance", - "interface": [ - { - "name": "mgmt0.0" - } - ], - "protocols": { - "srl_nokia-linux:linux": { - "import-routes": true, - "export-routes": true, - "export-neighbors": true - } - } - } - ] -} \ No newline at end of file diff --git a/rawTopoFile/clab-demo/Leaf-02/config/config.json b/rawTopoFile/clab-demo/Leaf-02/config/config.json deleted file mode 100644 index 225844363..000000000 --- a/rawTopoFile/clab-demo/Leaf-02/config/config.json +++ /dev/null @@ -1,2743 +0,0 @@ -{ - "_preamble": { - "header": { - "generated-by": "SRLINUX", - "name": "", - "comment": "", - "created": "2024-10-31T08:20:08.689Z", - "release": "v23.10.1", - "enabled-yang-features": ["srl_nokia-features:aaa-spiffe-id", "srl_nokia-features:admin-user-roles", "srl_nokia-features:anycast-gw", "srl_nokia-features:arp-nd-datapath-programming", "srl_nokia-features:bgp-add-paths", "srl_nokia-features:bgp-afi-safi-policy", "srl_nokia-features:bgp-auth-password", "srl_nokia-features:bgp-cfg-afi-safi-list", "srl_nokia-features:bgp-graceful-restart-gaps", "srl_nokia-features:bgp-ipv6-next-hop-tunnel-resolution", "srl_nokia-features:bgp-local-as-container-iso-list", "srl_nokia-features:bgp-max-ecmp-hash-buckets", "srl_nokia-features:bgp-mtu-discovery", "srl_nokia-features:bgp-prefix-limit", "srl_nokia-features:bgp-restart-max-wait", "srl_nokia-features:bgp-rib-afi-safi-list", "srl_nokia-features:bgp-rib-afi-safi-route", "srl_nokia-features:bgp-single-hop-connected-check", "srl_nokia-features:bgp-unnumbered-peers", "srl_nokia-features:bridged", "srl_nokia-features:bt-evpn-vlan-aware-bundle-interop", "srl_nokia-features:cli-plugin-authorization", "srl_nokia-features:dac-link-training", "srl_nokia-features:dhcp-relay-fqdn", "srl_nokia-features:dot1p-classifier-rewrite", "srl_nokia-features:dot1q-vlan-ranges", "srl_nokia-features:dynamic-tcam", "srl_nokia-features:event-handler", "srl_nokia-features:evpn", "srl_nokia-features:evpn-advertise-arp-nd-only-with-mac-table-entry", "srl_nokia-features:evpn-ifl-unequal-ecmp", "srl_nokia-features:evpn-mac-ip-adv-arp-nd-ext-comm", "srl_nokia-features:evpn-mh-ip-aliasing", "srl_nokia-features:evpn-mh-manual-alg", "srl_nokia-features:evpn-mh-pref-alg", "srl_nokia-features:evpn-mh-single-active", "srl_nokia-features:evpn-mh-virtual-es", "srl_nokia-features:factory-reset", "srl_nokia-features:fixed", "srl_nokia-features:gnmi-services", "srl_nokia-features:gnoi-healthz", "srl_nokia-features:ingress-subif-policing", "srl_nokia-features:interface-references", "srl_nokia-features:ip-acl-dscp-set", "srl_nokia-features:ip-qos-multifield", "srl_nokia-features:ipv4-unnumbered", "srl_nokia-features:isis-level-database", "srl_nokia-features:isis-lsdb", "srl_nokia-features:isis-mi", "srl_nokia-features:isis-mt", "srl_nokia-features:isis-nsf", "srl_nokia-features:l2-proxy-arp", "srl_nokia-features:l2-proxy-arp-nd-control-flood-on-evpn", "srl_nokia-features:l2-proxy-nd", "srl_nokia-features:l2cp-transparency", "srl_nokia-features:l3-proxy-arp", "srl_nokia-features:l3-proxy-nd", "srl_nokia-features:lacp-fallback", "srl_nokia-features:lag", "srl_nokia-features:license", "srl_nokia-features:mirroring", "srl_nokia-features:mirroring-intf-stats", "srl_nokia-features:named-queues-and-named-fcs", "srl_nokia-features:packet-tracer", "srl_nokia-features:platform-7220-d2", "srl_nokia-features:ra-guard", "srl_nokia-features:reload-delay", "srl_nokia-features:route-leaking", "srl_nokia-features:routing-policy-bgp-med", "srl_nokia-features:routing-policy-named-statements", "srl_nokia-features:scheduler-policies", "srl_nokia-features:segment-routing-adjacency-sid", "srl_nokia-features:segment-routing-shared-sid", "srl_nokia-features:storm-control", "srl_nokia-features:subif-acl-policer", "srl_nokia-features:subif-policer", "srl_nokia-features:tools-force-pwd-change", "srl_nokia-features:trident3", "srl_nokia-features:unequal-ecmp", "srl_nokia-features:unified-forwarding-tables", "srl_nokia-features:virtual-ip-discovery", "srl_nokia-features:vlan-id-any", "srl_nokia-features:vlan-tpid", "srl_nokia-features:vxlan", "srl_nokia-features:vxlan-stats", "srl_nokia-features:warm-reboot"], - "checksum": "0d77b3ba868268fb$1e2cdb5ed4329c9df26eaea707f13b9a641c3e22" - }, - "build": { - "git-branch": "SRL_23_10_B1", - "git-tag": "v23.10.1-218-ga3fc1bea5a", - "git-sha": "a3fc1bea5afec83402393b9ca1ad139ebcb05e8c" - }, - "application": [ - { - "name": "aaa_mgr", - "path": "/opt/srlinux/bin/sr_aaa_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "acl_mgr", - "path": "/opt/srlinux/bin/sr_acl_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "app_mgr", - "path": "/opt/srlinux/bin/sr_app_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "arp_nd_mgr", - "path": "/opt/srlinux/bin/sr_arp_nd_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "bfd_mgr", - "path": "/opt/srlinux/bin/sr_bfd_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "bgp_mgr", - "path": "/opt/srlinux/bin/sr_bgp_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "chassis_mgr", - "path": "/opt/srlinux/bin/sr_chassis_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "dev_mgr", - "path": "/opt/srlinux/bin/sr_device_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "dhcp_client_mgr", - "path": "/opt/srlinux/bin/sr_dhcp_client_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "dhcp_relay_mgr", - "path": "/opt/srlinux/bin/sr_dhcp_relay_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "dhcp_server_mgr", - "path": "/opt/srlinux/bin/sr_dhcp_server_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "ethcfm_mgr", - "path": "/opt/srlinux/bin/sr_ethcfm_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "event_mgr", - "path": "/opt/srlinux/bin/sr_event_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "evpn_mgr", - "path": "/opt/srlinux/bin/sr_evpn_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "fhs_mgr", - "path": "/opt/srlinux/bin/sr_fhs_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "fib_mgr", - "path": "/opt/srlinux/bin/sr_fib_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "gnmi_server", - "path": "/opt/srlinux/bin/sr_gnmi_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "gribi_server", - "path": "/opt/srlinux/bin/sr_gribi_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "idb_server", - "path": "/opt/srlinux/bin/sr_idb_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "isis_mgr", - "path": "/opt/srlinux/bin/sr_isis_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "json_rpc", - "path": "/opt/srlinux/bin/sr_json_rpc", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "l2_mac_learn_mgr", - "path": "/opt/srlinux/bin/sr_l2_mac_learn_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "l2_mac_mgr", - "path": "/opt/srlinux/bin/sr_l2_mac_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "l2_proxy_arp_nd_mgr", - "path": "/opt/srlinux/bin/sr_l2_proxy_arp_nd_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "l2_static_mac_mgr", - "path": "/opt/srlinux/bin/sr_l2_static_mac_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "label_mgr", - "path": "/opt/srlinux/bin/sr_label_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "lag_mgr", - "path": "/opt/srlinux/bin/sr_lag_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "ldp_mgr", - "path": "/opt/srlinux/bin/sr_ldp_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "license_mgr", - "path": "/opt/srlinux/bin/sr_license_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "linux_mgr", - "path": "/opt/srlinux/bin/sr_linux_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "dnsmasq", - "path": "/usr/sbin/dnsmasq", - "version": "2023-01-13T21:57:01.000Z" - }, - { - "name": "sshd", - "path": "/usr/sbin/sshd:", - "version": "n/a" - }, - { - "name": "ntpd", - "path": "/usr/sbin/chronyd", - "version": "2023-05-08T20:05:00.000Z" - }, - { - "name": "vsftpd", - "path": "/usr/sbin/vsftpd", - "version": "2022-10-16T11:05:42.000Z" - }, - { - "name": "snmp_server", - "path": "/opt/srlinux/bin/sr_snmp_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "timesrv", - "path": "/usr/sbin/chronyd", - "version": "2023-05-08T20:05:00.000Z" - }, - { - "name": "lldp_mgr", - "path": "/opt/srlinux/bin/sr_lldp_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "log_mgr", - "path": "/opt/srlinux/bin/sr_log_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "macsec_mgr", - "path": "/opt/srlinux/bin/sr_macsec_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "mcid_mgr", - "path": "/opt/srlinux/bin/sr_mcid_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "mgmt_server", - "path": "/opt/srlinux/bin/sr_mgmt_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "common", - "path": "n/a", - "version": "n/a" - }, - { - "name": "mirror_mgr", - "path": "/opt/srlinux/bin/sr_mirror_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "mpls_mgr", - "path": "/opt/srlinux/bin/sr_mpls_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "mplsoam_mgr", - "path": "/opt/srlinux/bin/sr_mplsoam_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "net_inst_mgr", - "path": "/opt/srlinux/bin/sr_net_inst_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "oam_mgr", - "path": "/opt/srlinux/bin/sr_oam_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "oc_mgmt_server", - "path": "/opt/srlinux/bin/sr_oc_mgmt_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "oc_common", - "path": "n/a", - "version": "n/a" - }, - { - "name": "ospf_mgr", - "path": "/opt/srlinux/bin/sr_ospf_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "p4rt_server", - "path": "/opt/srlinux/bin/sr_p4rt_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "plcy_mgr", - "path": "/opt/srlinux/bin/sr_plcy_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "maint_mode_mgr", - "path": "n/a", - "version": "n/a" - }, - { - "name": "qos_mgr", - "path": "/opt/srlinux/bin/sr_qos_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "radius_mgr", - "path": "/opt/srlinux/bin/sr_radius_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "sdk_mgr", - "path": "/opt/srlinux/bin/sr_sdk_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "segrt_mgr", - "path": "/opt/srlinux/bin/sr_segrt_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "sflow_sample_mgr", - "path": "/opt/srlinux/bin/sr_sflow_sample_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "static_route_mgr", - "path": "/opt/srlinux/bin/sr_static_route_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "supportd", - "path": "/opt/srlinux/bin/sr_supportd", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "te_mgr", - "path": "/opt/srlinux/bin/sr_te_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "tepolicy_mgr", - "path": "/opt/srlinux/bin/sr_tepolicy_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "timing_stack", - "path": "/opt/srlinux/bin/sr_timing_stack", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "twamp_mgr", - "path": "/opt/srlinux/bin/sr_twamp_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "vrrp_mgr", - "path": "/opt/srlinux/bin/sr_vrrp_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "vxlan_mgr", - "path": "/opt/srlinux/bin/sr_vxlan_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "xdp_cpm", - "path": "/opt/srlinux/bin/sr_xdp_cpm", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "xdp_lc", - "path": "/opt/srlinux/bin/sr_xdp_lc", - "version": "2023-11-04T22:37:53.000Z" - } - ], - "yang-module": [ - { - "name": "srl_nokia-aaa", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-aaa-password", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-aaa-types", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-acl", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-acl-policers", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-acl-qos", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-aggregate-routes", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-app-mgmt", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-bfd", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-bgp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-bgp-evpn", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-bgp-evpn-bgp-instance-mpls-bridge-table-multicast-destinations", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-bgp-evpn-bgp-instance-mpls-bridge-table-statistics", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-bgp-evpn-bgp-instance-mpls-bridge-table-unicast-destinations", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-bgp-evpn-bgp-instance-mpls-vpws-destinations", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-bgp-ipvpn", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-bgp-vpn", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-boot", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-bridge-table", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-bridge-table-mac-duplication", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-bridge-table-mac-duplication-entries", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-bridge-table-mac-learning", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-bridge-table-mac-learning-entries", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-bridge-table-mac-limit", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-bridge-table-mac-table", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-bridge-table-proxy-arp-nd", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-bridge-table-reserved-macs", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-bridge-table-shg", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-bridge-table-static-mac", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-configuration", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-configuration-role", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-connection-point", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-dhcp-server", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-dns", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-ethcfm", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-event-handler", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-ftp", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-gnmi-server", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-gnsi-authz", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-gnsi-certz", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-gribi-server", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-icmp", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-if-ip", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-if-mpls", - "revision": "2021-06-30" - }, - { - "name": "srl_nokia-interfaces", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-interfaces-bridge-table", - "revision": "2021-06-30" - }, - { - "name": "srl_nokia-interfaces-bridge-table-mac-duplication-entries", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-interfaces-bridge-table-mac-learning-entries", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-interfaces-bridge-table-mac-table", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-interfaces-bridge-table-statistics", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-interfaces-ethernet-segment-association", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-interfaces-ip-dhcp", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-interfaces-ip-dhcp-relay", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-interfaces-ip-dhcp-server", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-interfaces-ip-vrrp", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-interfaces-l2cp", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-interfaces-lag", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-interfaces-local-mirror-destination", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-interfaces-nbr", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-interfaces-nbr-evpn", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-interfaces-nbr-virtual-ip-discovery", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-interfaces-p4rt", - "revision": "2022-06-30" - }, - { - "name": "srl_nokia-interfaces-router-adv", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-interfaces-vlans", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-interfaces-vxdp", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-ip-route-tables", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-ippm-source-udp-pool", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-isis", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-isis-lsdb", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-isis-lsdb-types", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-json-rpc", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-keychains", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-lacp", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-ldp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-license", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-link-measurement", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-linux", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-lldp", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-lldp-types", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-load-balancing", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-logging", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-lsp-ping-trace", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-macsec", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-maintenance-mode", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-maintenance-policies", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-micro-bfd", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-mirroring", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-mpls", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-mpls-label-management", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-mpls-route-tables", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-mpls-services-evpn-label-management", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-mpls-services-network-instance-label-management", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-mtu", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-network-instance", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-network-instance-mtu", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-next-hop-groups", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-ntp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-oam", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-oam-pm-ethcfm", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-oam-pm-ip", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-openconfig", - "revision": "2022-06-30" - }, - { - "name": "srl_nokia-ospf", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-p4rt-server", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-packet-link-qual", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-packet-match-types", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-acl", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-cgroup", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-platform-chassis", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform-control", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform-cpu", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-platform-datapath-resources", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-disk", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-fabric", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-platform-fan", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform-healthz", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-lc", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform-linecard-fib", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-platform-memory", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-platform-mtu", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-platform-p4rt", - "revision": "2022-06-30" - }, - { - "name": "srl_nokia-platform-pipeline-counters", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-platform-psu", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform-qos", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-redundancy", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-platform-resource-mgmt", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-platform-resource-monitoring", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-platform-secure-boot", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-tcam", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-tpm", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-vxdp", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-policy-forwarding", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-qos", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-qos-policers", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-ra_guard", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-rib-bgp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-routing-policy", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-segment-routing", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-sflow", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-snmp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-ssh", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-stamp", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-static-routes", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-system", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-system-banner", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-system-bridge-table", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-system-bridge-table-proxy-arp", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-system-info", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-system-multicast", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-system-name", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-system-network-instance", - "revision": "2021-06-30" - }, - { - "name": "srl_nokia-system-network-instance-bgp-evpn-ethernet-segments", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-system-network-instance-bgp-vpn", - "revision": "2022-06-30" - }, - { - "name": "srl_nokia-system-protocols", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-tcp-udp", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-te-policies", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-timezone", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-tls", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-traffic-engineering", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-transport-security", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-tunnel", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-tunnel-interfaces", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-tunnel-interfaces-vxlan-interface-bridge-table", - "revision": "2021-06-30" - }, - { - "name": "srl_nokia-tunnel-interfaces-vxlan-interface-bridge-table-multicast-destinations", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-tunnel-interfaces-vxlan-interface-bridge-table-unicast-destinations", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-tunnel-interfaces-vxlan-interface-bridge-table-unicast-es-destination-vteps", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-tunnel-tables", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-twamp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-vxlan-tunnel-vtep", - "revision": "2023-03-31" - } - ] - }, - "srl_nokia-acl:acl": { - "cpm-filter": { - "ipv4-filter": { - "statistics-per-entry": true, - "entry": [ - { - "sequence-id": 10, - "description": "Accept incoming ICMP unreachable messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "dest-unreachable", - "code": [ - 0, - 1, - 2, - 3, - 4, - 13 - ] - } - } - }, - { - "sequence-id": 20, - "description": "Accept incoming ICMP time-exceeded messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "time-exceeded" - } - } - }, - { - "sequence-id": 30, - "description": "Accept incoming ICMP parameter problem messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "param-problem" - } - } - }, - { - "sequence-id": 40, - "description": "Accept incoming ICMP echo messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "echo" - } - } - }, - { - "sequence-id": 50, - "description": "Accept incoming ICMP echo-reply messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "echo-reply" - } - } - }, - { - "sequence-id": 60, - "description": "Accept incoming SSH when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 22 - } - } - }, - { - "sequence-id": 70, - "description": "Accept incoming SSH when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 22 - } - } - }, - { - "sequence-id": 80, - "description": "Accept incoming Telnet when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 23 - } - } - }, - { - "sequence-id": 90, - "description": "Accept incoming Telnet when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 23 - } - } - }, - { - "sequence-id": 100, - "description": "Accept incoming TACACS+ when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 49 - } - } - }, - { - "sequence-id": 110, - "description": "Accept incoming TACACS+ when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 49 - } - } - }, - { - "sequence-id": 120, - "description": "Accept incoming DNS response messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "source-port": { - "operator": "eq", - "value": 53 - } - } - }, - { - "sequence-id": 130, - "description": "Accept incoming DHCP messages targeted for BOOTP/DHCP client", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 68 - } - } - }, - { - "sequence-id": 140, - "description": "Accept incoming TFTP read-request and write-request messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 69 - } - } - }, - { - "sequence-id": 150, - "description": "Accept incoming HTTP(JSON-RPC) when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 80 - } - } - }, - { - "sequence-id": 160, - "description": "Accept incoming HTTP(JSON-RPC) when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 80 - } - } - }, - { - "sequence-id": 170, - "description": "Accept incoming NTP messages from servers", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "source-port": { - "operator": "eq", - "value": 123 - } - } - }, - { - "sequence-id": 180, - "description": "Accept incoming SNMP GET/GETNEXT messages from servers", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 161 - } - } - }, - { - "sequence-id": 190, - "description": "Accept incoming BGP when the other router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 179 - } - } - }, - { - "sequence-id": 200, - "description": "Accept incoming BGP when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 179 - } - } - }, - { - "sequence-id": 210, - "description": "Accept incoming HTTPS(JSON-RPC) when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 443 - } - } - }, - { - "sequence-id": 220, - "description": "Accept incoming HTTPS(JSON-RPC) when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 443 - } - } - }, - { - "sequence-id": 230, - "description": "Accept incoming single-hop BFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 3784 - } - } - }, - { - "sequence-id": 240, - "description": "Accept incoming multi-hop BFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 4784 - } - } - }, - { - "sequence-id": 250, - "description": "Accept incoming uBFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 6784 - } - } - }, - { - "sequence-id": 260, - "description": "Accept incoming gNMI messages when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 57400 - } - } - }, - { - "sequence-id": 270, - "description": "Accept incoming UDP traceroute messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "range": { - "start": 33434, - "end": 33464 - } - } - } - }, - { - "sequence-id": 280, - "description": "Accept incoming ICMP timestamp messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "timestamp" - } - } - }, - { - "sequence-id": 290, - "description": "Accept incoming OSPF messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": 89 - } - }, - { - "sequence-id": 300, - "description": "Accept incoming DHCP relay messages targeted for BOOTP/DHCP server", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 67 - } - } - }, - { - "sequence-id": 310, - "description": "Accept ICMP fragment packets", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "fragment": true, - "protocol": "icmp" - } - }, - { - "sequence-id": 320, - "description": "Accept incoming LDP packets", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "source-port": { - "operator": "eq", - "value": 646 - } - } - }, - { - "sequence-id": 330, - "description": "Accept incoming LDP packets with source-port 646", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 646 - } - } - }, - { - "sequence-id": 340, - "description": "Accept incoming LDP packets with destination-port 646", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 646 - } - } - }, - { - "sequence-id": 350, - "description": "Accept incoming gRIBI packets with destination-port 57401", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 57401 - } - } - }, - { - "sequence-id": 360, - "description": "Accept incoming p4rt packets with destination-port 9559", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 9559 - } - } - }, - { - "sequence-id": 370, - "description": "Accept incoming IGMP packets", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "igmp" - } - }, - { - "sequence-id": 380, - "description": "Accept incoming PIM packets", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "pim" - } - }, - { - "sequence-id": 390, - "description": "Accept incoming RADIUS AAA packets", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "source-port": { - "range": { - "start": 1812, - "end": 1813 - } - } - } - }, - { - "sequence-id": 410, - "description": "Accept incoming PTP messages with destination-ports 319 and 320", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "range": { - "start": 319, - "end": 320 - } - } - } - }, - { - "sequence-id": 420, - "description": "Drop all else", - "action": { - "drop": { - "log": true - } - } - } - ] - }, - "ipv6-filter": { - "statistics-per-entry": true, - "entry": [ - { - "sequence-id": 10, - "description": "Accept incoming ICMPv6 unreachable messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "dest-unreachable", - "code": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ] - } - } - }, - { - "sequence-id": 20, - "description": "Accept incoming ICMPv6 packet-too-big messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "packet-too-big" - } - } - }, - { - "sequence-id": 30, - "description": "Accept incoming ICMPv6 time-exceeded messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "time-exceeded" - } - } - }, - { - "sequence-id": 40, - "description": "Accept incoming ICMPv6 parameter problem messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "param-problem" - } - } - }, - { - "sequence-id": 50, - "description": "Accept incoming ICMPv6 echo-request messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "echo-request" - } - } - }, - { - "sequence-id": 60, - "description": "Accept incoming ICMPv6 echo-reply messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "echo-reply" - } - } - }, - { - "sequence-id": 70, - "description": "Accept incoming ICMPv6 router-advertisement messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "router-advertise" - } - } - }, - { - "sequence-id": 80, - "description": "Accept incoming ICMPv6 neighbor-solicitation messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "neighbor-solicit" - } - } - }, - { - "sequence-id": 90, - "description": "Accept incoming ICMPv6 neighbor-advertisement messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "neighbor-advertise" - } - } - }, - { - "sequence-id": 100, - "description": "Accept incoming SSH when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 22 - } - } - }, - { - "sequence-id": 110, - "description": "Accept incoming SSH when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 22 - } - } - }, - { - "sequence-id": 120, - "description": "Accept incoming Telnet when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 23 - } - } - }, - { - "sequence-id": 130, - "description": "Accept incoming Telnet when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 23 - } - } - }, - { - "sequence-id": 140, - "description": "Accept incoming TACACS+ when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 49 - } - } - }, - { - "sequence-id": 150, - "description": "Accept incoming TACACS+ when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 49 - } - } - }, - { - "sequence-id": 160, - "description": "Accept incoming DNS response messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "source-port": { - "operator": "eq", - "value": 53 - } - } - }, - { - "sequence-id": 170, - "description": "Accept incoming TFTP read-request and write-request messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 69 - } - } - }, - { - "sequence-id": 180, - "description": "Accept incoming HTTP(JSON-RPC) when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 80 - } - } - }, - { - "sequence-id": 190, - "description": "Accept incoming HTTP(JSON-RPC) when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 80 - } - } - }, - { - "sequence-id": 200, - "description": "Accept incoming NTP messages from servers", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "source-port": { - "operator": "eq", - "value": 123 - } - } - }, - { - "sequence-id": 210, - "description": "Accept incoming SNMP GET/GETNEXT messages from servers", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 161 - } - } - }, - { - "sequence-id": 220, - "description": "Accept incoming BGP when the other router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 179 - } - } - }, - { - "sequence-id": 230, - "description": "Accept incoming BGP when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 179 - } - } - }, - { - "sequence-id": 240, - "description": "Accept incoming HTTPS(JSON-RPC) when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 443 - } - } - }, - { - "sequence-id": 250, - "description": "Accept incoming HTTPS(JSON-RPC) when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 443 - } - } - }, - { - "sequence-id": 260, - "description": "Accept incoming DHCPv6 client messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 546 - } - } - }, - { - "sequence-id": 270, - "description": "Accept incoming single-hop BFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 3784 - } - } - }, - { - "sequence-id": 280, - "description": "Accept incoming multi-hop BFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 4784 - } - } - }, - { - "sequence-id": 290, - "description": "Accept incoming uBFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 6784 - } - } - }, - { - "sequence-id": 300, - "description": "Accept incoming gNMI messages when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 57400 - } - } - }, - { - "sequence-id": 310, - "description": "Accept incoming UDP traceroute messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "range": { - "start": 33434, - "end": 33464 - } - } - } - }, - { - "sequence-id": 320, - "description": "Accept incoming IPV6 hop-in-hop messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": 0 - } - }, - { - "sequence-id": 330, - "description": "Accept incoming IPV6 fragment header messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": 44 - } - }, - { - "sequence-id": 340, - "description": "Accept incoming OSPF messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": 89 - } - }, - { - "sequence-id": 350, - "description": "Accept incoming DHCPv6 relay messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 547 - } - } - }, - { - "sequence-id": 360, - "description": "Accept incoming gRIBI packets with destination-port 57401", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 57401 - } - } - }, - { - "sequence-id": 370, - "description": "Accept incoming p4rt packets with destination-port 9559", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 9559 - } - } - }, - { - "sequence-id": 380, - "description": "Accept incoming MLDv1 report messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "mld-report" - } - } - }, - { - "sequence-id": 390, - "description": "Accept incoming MLDv2 report messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "mld-v2" - } - } - }, - { - "sequence-id": 400, - "description": "Accept incoming MLDv1 done messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "mld-done" - } - } - }, - { - "sequence-id": 410, - "description": "Accept incoming MLD query messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "mld-query" - } - } - }, - { - "sequence-id": 420, - "description": "Accept incoming PIM messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "pim" - } - }, - { - "sequence-id": 430, - "description": "Accept incoming RADIUS AAA messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "source-port": { - "range": { - "start": 1812, - "end": 1813 - } - } - } - }, - { - "sequence-id": 450, - "description": "Accept incoming PTP messages with destination-ports 319 and 320", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "range": { - "start": 319, - "end": 320 - } - } - } - }, - { - "sequence-id": 460, - "description": "Drop all else", - "action": { - "drop": { - "log": true - } - } - } - ] - } - }, - "policers": { - "system-cpu-policer": [ - { - "name": "icmp", - "entry-specific": false, - "peak-packet-rate": 1000, - "max-packet-burst": 1000 - } - ] - } - }, - "srl_nokia-interfaces:interface": [ - { - "name": "ethernet-1/1", - "admin-state": "enable" - }, - { - "name": "ethernet-1/2", - "admin-state": "enable" - }, - { - "name": "mgmt0", - "admin-state": "enable", - "subinterface": [ - { - "index": 0, - "admin-state": "enable", - "ip-mtu": 1500, - "ipv4": { - "admin-state": "enable", - "srl_nokia-interfaces-ip-dhcp:dhcp-client": { - - } - }, - "ipv6": { - "admin-state": "enable", - "srl_nokia-interfaces-ip-dhcp:dhcp-client": { - - } - } - } - ] - } - ], - "srl_nokia-system:system": { - "srl_nokia-aaa:aaa": { - "authentication": { - "idle-timeout": 7200, - "authentication-method": [ - "local" - ], - "admin-user": { - "ssh-key": [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJSGdT6gPlA4m+PSmQ8oR3z6N4ofCfTkJa2BpUgy+JV0" - ] - }, - "linuxadmin-user": { - "password": "$6$Ni233gqiuJ9zarHl$ZKtMh/vEvlY7XpHSYSJVrFNpUDeM/dsfaxK6csljO5X3.ImsDn8yiOcPASsTNpa1r6XrVlzrpnlJKqYIK0gvO1", - "ssh-key": [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJSGdT6gPlA4m+PSmQ8oR3z6N4ofCfTkJa2BpUgy+JV0" - ] - } - }, - "server-group": [ - { - "name": "local", - "type": "srl_nokia-aaa-types:local" - } - ] - }, - "srl_nokia-lldp:lldp": { - "admin-state": "enable" - }, - "srl_nokia-gnmi-server:gnmi-server": { - "admin-state": "enable", - "rate-limit": 65000, - "trace-options": [ - "request", - "response", - "common" - ], - "network-instance": [ - { - "name": "mgmt", - "admin-state": "enable", - "use-authentication": true, - "tls-profile": "clab-profile", - "port": 57400, - "services": [ - "srl_nokia-gnmi-server:gnmi" - ] - } - ], - "unix-socket": { - "admin-state": "enable", - "services": [ - "srl_nokia-gnmi-server:gnmi", - "srl_nokia-gnmi-server:gnoi" - ] - } - }, - "srl_nokia-tls:tls": { - "server-profile": [ - { - "name": "clab-profile", - "key": "$aes1$ATTdpPZUXT9d+28=$RS1nvYlcxIHUw+FjiJtzvMopJrKxNhs3d4McBqqJvfrLyA2hbglFNei6VScnIWkhcStjeL35ExRF1yUoP/ykjIrfXJaGg4qm5gxuK55KNhk0KPaK58GOz6SCR1xtgmEFITCGJa4H2VkUqxZgkadoLSHgs1f/GAJuYCuTAcXJQPCOYkgW8C8EDSNQptwxWhei1IdwwsES+AGFkXfRm9PBGbb4qYyN1io3wnC96KGRzhHAWWV2vKRbuTnURjHVkaKZP+he5ECGJjPkJ8/c/zqsWobN539r1rAYTutnKUkJidohQGnNJZm62NW488QU7QlGnzRZEwA53TpNpgJcZO3+tfwcIfqJC0We/tvppFH3fQBpbAudTr6R4XGc5AH/P+DmlTmo3NFX+nA+ZDnlEHGiqU1z9aINteNd2sQKs1svyIbAYcXgV0pmV64mIbkJW0gisGoKtLRD5Npgtv4y/tpiden9tmPPkYz3cIsP3fOBv6XyH9XNgKa9gvzoThZaodnb06Z5ztQjicrN3nY+NSEUh0DUbxcG8UFYHNTQOh+uqLVFZR6SKT5uBWAsI5vsLbLoR8eDV+q+KZgTgKoC7AFFJQk/DrsEC7zkjmLAT1jwkTn5CnuBR4I5ozb4zygN3gDI9PWRs42IBa9mo8WDHXL65+cYgxZBx7oDK9+Ac67DkV5LH4zLIEmBxOypg1JRaMu4+t3NUB4vfqMKt3L0SDiTOcVnu9yCqSLQ6g3L+SGHdbrS1iJESicdy7EQ26mG4/DmPF8bIYzgWuL2WhOdFVL5R50zb4PgFt9cjJlzXf5gbpmtK8jlE5NfJe+jVAaKuZYIrFFzqWyFhVYXp+NtSraWe53QFdBDPeEkVZTsDdXptfE9KxLKuL3XXXa0ufwMC1Yn34Rj84dR7LEE8FCxaGsbUvZw0Y8XqchhRKAVsdDNZit9vds5HIrZm+OwlGt9VeRDxSYPaXdI6GkrqKBKFDAlB9d+eb7H5S7aER9RDWsIgxtvBZO0NbYLvw3Kk6kY+q7vA+B2j0w1MKed7T8nkWfM2g9g4d6yjWGJL6Jr+He5XV3A2YaRdLz5ZGy+9LbSCbTO41ZutUJz3Og4gxG7khOqrGbr0kC7AchHxSMKnhG9XbaPsmxqEqWf/ycKuvNmGo1eUHct7zZ8olp8mcYwXu1Vzp27H+Qwn/LBPY1t/1AmRFkSC1CgzgBiaRBJ8TYB5wqIKhwyQ0x0bK03PiEUeg4b1GFlIziojq6JALdpU/iN4IVntcnHTFnra56mgYl7ugcXMYPxgucm7opVo+o58zgyL71xZwPwihNllMI+dSUFYWueiCiSIKikQHik3JC/X2fvldIKPIaJqnYFg4Cc4Z4C8DjratL6D+33kvaUSsMNJqwKDX6mofV+OTzUD2gJGvE5RFDXde/0I3mtDsSJSrCcuNQttijtN3oVKtyVYSqh39P4kmFaGjd9FX52p2pRYw4uQJdtjsuoEXplwyquLefQDuxchBFGLEZ3AC7Q444eb2XLF1cJaxsTRN/dzRFgAZ9WGOELRFz9CyQi0kW653gpSifKkhNHwKJTt0wpkL+i/KbShNtFsbkd1MLoqQQ6mm/zHobRHRg//Dty+WByKVhqb59Bp8Digq81zUuQrfxqwzFQAXAjR4vct4aO3e8J/uToHSoeR9SAVINCERWyU/zAnMHJQpsCHVZXJPY+M1yHmS3ttBft1CQJl/ngv5MByRwvsn0Brc5YwROmqykDMRwUYG6H+a0RYM1bj1HQ0rsAIf9ma/T0kIjrj4RrV1RLBLiZGtDkdIhLx9S7HKV9K2lmrCjPIVg84DZa9MTIm8Ggv/Q4/mljLVIkRjYoU05chxJW3b430SLtT12l6ksn+8DdfjuOGgixwP+/jhDXBHClhD1h8CdFQXoAptXvRFCrIMxR/MkCT+fHdYL/QD1zUOE8gkefDef71dOJGTG3UGjRM6g9P3OvSZEGY9vH/gGvNFUl3xZXztJtxDYXFbgKiSnF8yhxTxlzzkOjXACXKDEX5WhwMp+ssc4O4qePLKw3eP26SaVKWqGhBcBfwXpzlHjW/cifoKQSvFByB4Tx2kDngCZR3hXQe5IPmZ2fxPk356VEfwlhPK7ARA5F2M7qxtrC+BR4t3tmSVbIgL7GZ/v4N2jQga5SClC3tZkDX9S0nL5nTp7obetMYWPd9k3WZz0WcZ2FgEpReuGH5g1tADVKHjQlHg0+oGhAgKFsX952YkZh", - "certificate": "-----BEGIN CERTIFICATE-----\nMIID1DCCArygAwIBAgICBnowDQYJKoZIhvcNAQELBQAwUDELMAkGA1UEBhMCVVMx\nCTAHBgNVBAcTADEVMBMGA1UEChMMY29udGFpbmVybGFiMQkwBwYDVQQLEwAxFDAS\nBgNVBAMTC2RlbW8gbGFiIENBMB4XDTI0MTAzMTA4MTg0NVoXDTI1MTAzMTA4MTg0\nNVowVDELMAkGA1UEBhMCVVMxCTAHBgNVBAcTADEVMBMGA1UEChMMY29udGFpbmVy\nbGFiMQkwBwYDVQQLEwAxGDAWBgNVBAMTD0xlYWYtMDIuZGVtby5pbzCCASIwDQYJ\nKoZIhvcNAQEBBQADggEPADCCAQoCggEBALexIkzlTcZdOaNzmS+hsenDzCtHDpQA\nJkOJEQ4D+3Kfq/+X/bEh9xCqxLIKAwfeJ46lG6UxObugTv7AhaTOKLb/MVw8x7zz\n2MtQnkgtaWbDyukeX8Q/GezCXMZN+4iQFQlZz8ZBJN5PSxBypAxE6yC+PGEKVrHR\no16Ch5T6rHcEXU8uJc3qv1P11oM4+C1KGxcAsjn4Ppm9QoJ5zELkIpGlF7n850He\niloXozgxSWTN+U5PxlXOlVX3Zc11VCXljB4fZCUKDphKwHB2gqL+8h5EipDZaUAn\nL5016m//8WWGvCMybe20h1ua4o1DBBH3vcFBBYXbWtlFkm90kF+GH/cCAwEAAaOB\nszCBsDAOBgNVHQ8BAf8EBAMCBaAwHQYDVR0lBBYwFAYIKwYBBQUHAwIGCCsGAQUF\nBwMBMA4GA1UdDgQHBAUBAgMEBjAfBgNVHSMEGDAWgBSSbvLEi7TgXM+U880FuTK7\nHe+0hDBOBgNVHREERzBFggdMZWFmLTAyghFjbGFiLWRlbW8tTGVhZi0wMoIPTGVh\nZi0wMi5kZW1vLmlvhwSsFBQChxA//wFyACAAIAAAAAAAAAACMA0GCSqGSIb3DQEB\nCwUAA4IBAQCetUG2O/UsbPvcpm3GD6OKyFdfiWLp3uTGqij5oVDaaPWJhltEYTuE\n4WQV+A6JV9+qMOuQJPTPcR4198jg3S3eYbe5EPLQRhhMhnrbblLxRWPcHXLjUaHs\nq0J66SIfEBSyLyYtGsk8s70fX+z855jI9Umqd1ASfHoYduNuF8PuqodDj0SRIhCD\neHWZHRKaHU6dpaeunVuIxjbTZHNHmkD0CMKbhfOGEBuU/QZhUguYT5xFUbnwTxiy\nx1fNfBcCepx8vl6M8Wn0zsOaz+5Rwq9LWI5/gqU6zwtwHyu1Z+OPKfcze6dzOgK3\n/baLvcVNQrD1h61q6Ma/5c9CO1qzgRm2\n-----END CERTIFICATE-----\n", - "authenticate-client": false - } - ] - }, - "srl_nokia-json-rpc:json-rpc-server": { - "admin-state": "enable", - "network-instance": [ - { - "name": "mgmt", - "http": { - "admin-state": "enable" - }, - "https": { - "admin-state": "enable", - "tls-profile": "clab-profile" - } - } - ] - }, - "srl_nokia-dns:dns": { - "network-instance": "mgmt", - "server-list": [ - "100.124.38.2", - "100.124.38.3" - ] - }, - "srl_nokia-snmp:snmp": { - "community": "$aes1$AWBd8eiBLW3JEW8=$NSTyT/ugExrav0AZTwgNEg==", - "network-instance": [ - { - "name": "mgmt", - "admin-state": "enable" - } - ] - }, - "srl_nokia-ssh:ssh-server": { - "network-instance": [ - { - "name": "mgmt", - "admin-state": "enable" - } - ] - }, - "srl_nokia-system-banner:banner": { - "login-banner": "................................................................\n: Welcome to Nokia SR Linux! :\n: Open Network OS for the NetOps era. :\n: :\n: This is a freely distributed official container image. :\n: Use it - Share it :\n: :\n: Get started: https://learn.srlinux.dev :\n: Container: https://go.srlinux.dev/container-image :\n: Docs: https://doc.srlinux.dev/23-10 :\n: Rel. notes: https://doc.srlinux.dev/rn23-10-1 :\n: YANG: https://yang.srlinux.dev/v23.10.1 :\n: Discord: https://go.srlinux.dev/discord :\n: Contact: https://go.srlinux.dev/contact-sales :\n................................................................\n" - }, - "srl_nokia-logging:logging": { - "buffer": [ - { - "buffer-name": "messages", - "rotate": 3, - "size": "10000000", - "facility": [ - { - "facility-name": "local6", - "priority": { - "match-above": "informational" - } - } - ] - }, - { - "buffer-name": "system", - "facility": [ - { - "facility-name": "auth", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "cron", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "daemon", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "ftp", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "kern", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "lpr", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "mail", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "news", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "syslog", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "user", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "uucp", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local0", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local1", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local2", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local3", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local4", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local5", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local7", - "priority": { - "match-above": "warning" - } - } - ] - } - ], - "file": [ - { - "file-name": "messages", - "rotate": 3, - "size": "10000000", - "facility": [ - { - "facility-name": "local6", - "priority": { - "match-above": "warning" - } - } - ] - } - ] - } - }, - "srl_nokia-network-instance:network-instance": [ - { - "name": "mgmt", - "type": "srl_nokia-network-instance:ip-vrf", - "admin-state": "enable", - "description": "Management network instance", - "interface": [ - { - "name": "mgmt0.0" - } - ], - "protocols": { - "srl_nokia-linux:linux": { - "import-routes": true, - "export-routes": true, - "export-neighbors": true - } - } - } - ] -} \ No newline at end of file diff --git a/rawTopoFile/clab-demo/Leaf-02/config/devices/app_ephemeral.mgmt_server.ready_for_config b/rawTopoFile/clab-demo/Leaf-02/config/devices/app_ephemeral.mgmt_server.ready_for_config deleted file mode 100644 index 9a7211a0d..000000000 --- a/rawTopoFile/clab-demo/Leaf-02/config/devices/app_ephemeral.mgmt_server.ready_for_config +++ /dev/null @@ -1 +0,0 @@ -loaded initial configuration diff --git a/rawTopoFile/clab-demo/Leaf-02/config/devices/hw_details.json b/rawTopoFile/clab-demo/Leaf-02/config/devices/hw_details.json deleted file mode 100644 index 821ce8dc7..000000000 --- a/rawTopoFile/clab-demo/Leaf-02/config/devices/hw_details.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "chassis_type": 72, - "chassis_base_mac": { - "mac_address": "AAAAAAAA" - }, - "chassis_serial_number": "", - "is_active": true, - "card_details": [], - "cpm_slot_by_letter": "A", - "is_singleru": true, - "slot_num": 0, - "cpm_card_type": 187, - "ztp_interfaces": [], - "chassis_name": "7220 IXR-D2L", - "card_serial_number": "", - "mda_poll_thread": false, - "chassis_part_num": "", - "card_part_num": "" -} diff --git a/rawTopoFile/clab-demo/Leaf-02/config/devices/management-ip.json b/rawTopoFile/clab-demo/Leaf-02/config/devices/management-ip.json deleted file mode 100644 index aa7116ccc..000000000 --- a/rawTopoFile/clab-demo/Leaf-02/config/devices/management-ip.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "ipv4_gateway": "172.20.20.1", - "ipv6_gateway": "3fff:172:20:20::1", - "ipv4": "172.20.20.2/24", - "ipv6": "3fff:172:20:20::2/64" -} \ No newline at end of file diff --git a/rawTopoFile/clab-demo/Leaf-02/config/devices/slot_1.json b/rawTopoFile/clab-demo/Leaf-02/config/devices/slot_1.json deleted file mode 100644 index fe0413579..000000000 --- a/rawTopoFile/clab-demo/Leaf-02/config/devices/slot_1.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "slot_num": 1, - "card_type": 187, - "mda_type": 208, - "base_mac": { - "mac_address": "Gu8BAAAA" - }, - "mac_count": 0, - "chassis_type": 72, - "card_deviation": "", - "is_combined_system": true, - "active_cpm_slot_num": 1, - "version": 1, - "card_mfg_assembly": "", - "pd_type": 1, - "card_revision": 0, - "card_mac_count": 0, - "has_gnss": false -} diff --git a/rawTopoFile/clab-demo/Leaf-02/config/devices/slot_nums.json b/rawTopoFile/clab-demo/Leaf-02/config/devices/slot_nums.json deleted file mode 100644 index 2bfe0232d..000000000 --- a/rawTopoFile/clab-demo/Leaf-02/config/devices/slot_nums.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "slots": { - "slot_info": [ - { - "slot_num": 1, - "is_cpm": true, - "is_imm": true, - "card_type": 187 - }, - { - "slot_num": 1, - "is_cpm": true, - "is_imm": true, - "card_type": 187 - } - ] - }, - "my_cpm_slot_num": 1 -} diff --git a/rawTopoFile/clab-demo/Leaf-02/config/gnoi/healthz/events/events.data b/rawTopoFile/clab-demo/Leaf-02/config/gnoi/healthz/events/events.data deleted file mode 100644 index 878ea55ad..000000000 --- a/rawTopoFile/clab-demo/Leaf-02/config/gnoi/healthz/events/events.data +++ /dev/null @@ -1,426 +0,0 @@ - -c ->" - interface -name ethernet-1/57 - transceiver -healthz22278999610122457847B ܥ -c ->" - interface -name ethernet-1/56 - transceiver -healthz22278999610122440453B ۥ -c ->" - interface -name ethernet-1/55 - transceiver -healthz22278999610122422810B ڥ -c ->" - interface -name ethernet-1/54 - transceiver -healthz22278999610122389656B إ -c ->" - interface -name ethernet-1/51 - transceiver -healthz22278999610122332050B ԥ -c ->" - interface -name ethernet-1/39 - transceiver -healthz22278999610122057791B å -c ->" - interface -name ethernet-1/16 - transceiver -healthz22278999610121561658B ե -c ->" - interface -name ethernet-1/14 - transceiver -healthz22278999610121520145B  -b -=! - interface -name ethernet-1/7 - transceiver -healthz22278999610121383662B 暥 -c ->" - interface -name ethernet-1/25 - transceiver -healthz22278999610121749486B ␱ -b -=! - interface -name ethernet-1/6 - transceiver -healthz22278999610121366547B ᙥ -c ->" - interface -name ethernet-1/15 - transceiver -healthz22278999610121545201B Ԥ -c ->" - interface -name ethernet-1/10 - transceiver -healthz22278999610121442889B  -U -0 - -platform - power-supply -id2 -healthz22278999610120819554B ֯ -b -=! - interface -name ethernet-1/1 - transceiver -healthz22278999610120865841B  -c ->" - interface -name ethernet-1/41 - transceiver -healthz22278999610122102921B ƥ -c ->" - interface -name ethernet-1/47 - transceiver -healthz22278999610122229199B ôΥ -c ->" - interface -name ethernet-1/17 - transceiver -healthz22278999610121578264B צ -c ->" - interface -name ethernet-1/13 - transceiver -healthz22278999610121503235B  -c ->" - interface -name ethernet-1/12 - transceiver -healthz22278999610121486257B  -S -. - -platform -linecard -slot1 -healthz22278999610120728615B  -b -=! - interface -name ethernet-1/8 - transceiver -healthz22278999610121407774B  -b -=! - interface -name ethernet-1/4 - transceiver -healthz22278999610121322939B  -Q -, - -platform -fan-tray -id1 -healthz22278999610120505208B  -Q -, - -platform -fan-tray -id3 -healthz22278999610120605901B  -c ->" - interface -name ethernet-1/22 - transceiver -healthz22278999610121680107B  -T -- - -platform -control -slotA -healthz22278999610120402432B ޤ -Q -, - -platform -fan-tray -id4 -healthz22278999610120633293B  -c ->" - interface -name ethernet-1/58 - transceiver -healthz22278999610122485527B ޥ -c ->" - interface -name ethernet-1/19 - transceiver -healthz22278999610121620517B  -c ->" - interface -name ethernet-1/33 - transceiver -healthz22278999610121920680B ʻ -c ->" - interface -name ethernet-1/45 - transceiver -healthz22278999610122182859B ˥ -c ->" - interface -name ethernet-1/37 - transceiver -healthz22278999610122020663B  -b -=! - interface -name ethernet-1/3 - transceiver -healthz22278999610121302342B 땥 -Q -, - -platform -fan-tray -id6 -healthz22278999610120667602B ƌ -b -=! - interface -name ethernet-1/2 - transceiver -healthz22278999610121280426B  -b -=! - interface -name ethernet-1/5 - transceiver -healthz22278999610121348599B Ԙ -c ->" - interface -name ethernet-1/11 - transceiver -healthz22278999610121459940B غ -c ->" - interface -name ethernet-1/26 - transceiver -healthz22278999610121765536B  -U -0 - -platform - power-supply -id1 -healthz22278999610120775095B  -Q -, - -platform -fan-tray -id5 -healthz22278999610120650710B ʈ -c ->" - interface -name ethernet-1/46 - transceiver -healthz22278999610122211706B ͥ -b -=! - interface -name ethernet-1/9 - transceiver -healthz22278999610121425529B  -c ->" - interface -name ethernet-1/52 - transceiver -healthz22278999610122352450B ե -S -, - -platform -chassis -healthz -status22278999610018756657B  -c ->" - interface -name ethernet-1/20 - transceiver -healthz22278999610121638559B  -c ->" - interface -name ethernet-1/18 - transceiver -healthz22278999610121603103B  -c ->" - interface -name ethernet-1/27 - transceiver -healthz22278999610121796206B  -c ->" - interface -name ethernet-1/53 - transceiver -healthz22278999610122370881B ץ -c ->" - interface -name ethernet-1/31 - transceiver -healthz22278999610121874139B ޸ -c ->" - interface -name ethernet-1/23 - transceiver -healthz22278999610121697119B  -c ->" - interface -name ethernet-1/35 - transceiver -healthz22278999610121972384B ޾ -c ->" - interface -name ethernet-1/24 - transceiver -healthz22278999610121730928B  -c ->" - interface -name ethernet-1/21 - transceiver -healthz22278999610121663228B  -c ->" - interface -name ethernet-1/28 - transceiver -healthz22278999610121813224B ܂ -c ->" - interface -name ethernet-1/29 - transceiver -healthz22278999610121829141B  -c ->" - interface -name ethernet-1/34 - transceiver -healthz22278999610121952790B Ž -c ->" - interface -name ethernet-1/30 - transceiver -healthz22278999610121857635B ݷ -c ->" - interface -name ethernet-1/49 - transceiver -healthz22278999610122280825B ѥ -c ->" - interface -name ethernet-1/32 - transceiver -healthz22278999610121890833B ṥ -c ->" - interface -name ethernet-1/50 - transceiver -healthz22278999610122302764B ҥ -c ->" - interface -name ethernet-1/36 - transceiver -healthz22278999610121989596B 俥 -c ->" - interface -name ethernet-1/38 - transceiver -healthz22278999610122039667B ¥ -c ->" - interface -name ethernet-1/40 - transceiver -healthz22278999610122086861B ť -c ->" - interface -name ethernet-1/42 - transceiver -healthz22278999610122119183B ǥ -c ->" - interface -name ethernet-1/43 - transceiver -healthz22278999610122149638B ɥ -c ->" - interface -name ethernet-1/44 - transceiver -healthz22278999610122166654B ʥ -Q -, - -platform -fan-tray -id2 -healthz22278999610120586015B  -c ->" - interface -name ethernet-1/48 - transceiver -healthz22278999610122247400B ϥ \ No newline at end of file diff --git a/rawTopoFile/clab-demo/Leaf-02/config/last_boot_reason.json b/rawTopoFile/clab-demo/Leaf-02/config/last_boot_reason.json deleted file mode 100644 index 7a4073544..000000000 --- a/rawTopoFile/clab-demo/Leaf-02/config/last_boot_reason.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "active_serial_number": "Sim Serial No.", - "chassis_serial_number": "Sim Serial No.", - "last_boot_reason": "REASON_UNSET", - "standby_ready": false, - "file_written_at_unix_time": "2024-10-31T08:19:23.839Z", - "file_written_at_unix_time_ns": "1730362763839575944" -} diff --git a/rawTopoFile/clab-demo/Leaf-02/config/tls/clab-profile.key.pem b/rawTopoFile/clab-demo/Leaf-02/config/tls/clab-profile.key.pem deleted file mode 100644 index 432ea126c..000000000 --- a/rawTopoFile/clab-demo/Leaf-02/config/tls/clab-profile.key.pem +++ /dev/null @@ -1,27 +0,0 @@ ------BEGIN RSA PRIVATE KEY----- -MIIEowIBAAKCAQEAt7EiTOVNxl05o3OZL6Gx6cPMK0cOlAAmQ4kRDgP7cp+r/5f9 -sSH3EKrEsgoDB94njqUbpTE5u6BO/sCFpM4otv8xXDzHvPPYy1CeSC1pZsPK6R5f -xD8Z7MJcxk37iJAVCVnPxkEk3k9LEHKkDETrIL48YQpWsdGjXoKHlPqsdwRdTy4l -zeq/U/XWgzj4LUobFwCyOfg+mb1CgnnMQuQikaUXufznQd6KWhejODFJZM35Tk/G -Vc6VVfdlzXVUJeWMHh9kJQoOmErAcHaCov7yHkSKkNlpQCcvnTXqb//xZYa8IzJt -7bSHW5rijUMEEfe9wUEFhdta2UWSb3SQX4Yf9wIDAQABAoIBAFeWRYWm3KPV9dLD -HurATcXqD2MfWYsmWxhetdwZ9/5atjeEMHoSeOzgkDNYZMOOoQv6HClzRFT7hk8g -W1kO2AkRu2aAsLifCONBCIff518RwqHPUtiPQfxLXNNNgb9G/FDeGx0sGLlL073+ -+8vB3N9a9g1LUbUuAZjh4mYd9Lg2dHF4zXIPZH/nb1GB9Qax2HGrixmwsQaTLDQa -aQdLhD5cCU++/y5qTnTZpqzZyBb2x/5ijQCvOy302euwTnayu+u4EnDi/jPkZwJ7 -lFqxcdFuarMpECho3EJ4G6eOCd5931wtv/JMS3Rm/unHmd5e/FxAy/nKBdSj6sUn -VMZggMkCgYEAzXWbj9Mk7MpoZwvFUV7eZhCVSue3uhIgf9cFTT7VOq6GJnf7LU/a -3Fq9zgokIVVGv/2Vs3L7ltNwD7aVvH76uLEuGPdFXQPHXz9ViLIeS+Dl77CvM1cD -f5Ykbii+VKr1Xrc3rCqfjgR+b119Y3MO5WY+entjTX957KE0aTxfyjsCgYEA5ODD -bcXozpYSH6h2vFakiSSh+WEU67m5CKM5mdTf4LhQYqpEYytnxhbxmSjFluElCjuo -+0YlMDHE4sEXInph7ZibfJH9KYYjlp1V6Gpaott6cPN780uozm9BJaPGJr9nRB+o -1U7ySjuwHOY76QH/A/5lJsmR4q4WdtjXpRAd6XUCgYAXNJNPWT+wZuQHz3KH0Dk6 -OeFCxo0fvPBiv/xfTxtyN0f7jE2YPo6vmKgbX1XZVfJZuOBxlikITfU4MR0UXxse -RRS5ySPSb5zTCyoz+Donw8z0l3YSTF+ex2xx7LQih/SSsArfrSi8N5G4Lkz9MH+c -NUIVP15l4GH68fIjeKgxBQKBgQCC/3obbDjxdMduwzciWNzXedYTK9OTj7suDG49 -c6+nqRapQhbeQ8ujfyJMrR9aWgafMsJm/yDt0q6DskyReUZvfPcRd2VUzOe1ntu6 -qJSzvbb4ywNYnydA8EBzUKdrKgXq4cv6OrNGdZ85CzWjCXdyS7qNVrVe7pEA+N+E -JBNauQKBgDG4PD2t10x+E3dSVaGJ3pB523QnDl0i9DkciXo41NPsvnmsNUSVe99/ -KP/ZRs5yOddfVjxyepHUBSHvwZYAK7YrezH8uCpzmZUixh+hbqFhY1CFsamxcwk6 -xaSGJ5A1Jt/HKWZyiuvdVAdgR9ViUyib+B7Wl14WAcgOQf7DG5Bh ------END RSA PRIVATE KEY----- diff --git a/rawTopoFile/clab-demo/Leaf-02/config/tls/clab-profile.pem b/rawTopoFile/clab-demo/Leaf-02/config/tls/clab-profile.pem deleted file mode 100644 index 55387ec26..000000000 --- a/rawTopoFile/clab-demo/Leaf-02/config/tls/clab-profile.pem +++ /dev/null @@ -1,23 +0,0 @@ ------BEGIN CERTIFICATE----- -MIID1DCCArygAwIBAgICBnowDQYJKoZIhvcNAQELBQAwUDELMAkGA1UEBhMCVVMx -CTAHBgNVBAcTADEVMBMGA1UEChMMY29udGFpbmVybGFiMQkwBwYDVQQLEwAxFDAS -BgNVBAMTC2RlbW8gbGFiIENBMB4XDTI0MTAzMTA4MTg0NVoXDTI1MTAzMTA4MTg0 -NVowVDELMAkGA1UEBhMCVVMxCTAHBgNVBAcTADEVMBMGA1UEChMMY29udGFpbmVy -bGFiMQkwBwYDVQQLEwAxGDAWBgNVBAMTD0xlYWYtMDIuZGVtby5pbzCCASIwDQYJ -KoZIhvcNAQEBBQADggEPADCCAQoCggEBALexIkzlTcZdOaNzmS+hsenDzCtHDpQA -JkOJEQ4D+3Kfq/+X/bEh9xCqxLIKAwfeJ46lG6UxObugTv7AhaTOKLb/MVw8x7zz -2MtQnkgtaWbDyukeX8Q/GezCXMZN+4iQFQlZz8ZBJN5PSxBypAxE6yC+PGEKVrHR -o16Ch5T6rHcEXU8uJc3qv1P11oM4+C1KGxcAsjn4Ppm9QoJ5zELkIpGlF7n850He -iloXozgxSWTN+U5PxlXOlVX3Zc11VCXljB4fZCUKDphKwHB2gqL+8h5EipDZaUAn -L5016m//8WWGvCMybe20h1ua4o1DBBH3vcFBBYXbWtlFkm90kF+GH/cCAwEAAaOB -szCBsDAOBgNVHQ8BAf8EBAMCBaAwHQYDVR0lBBYwFAYIKwYBBQUHAwIGCCsGAQUF -BwMBMA4GA1UdDgQHBAUBAgMEBjAfBgNVHSMEGDAWgBSSbvLEi7TgXM+U880FuTK7 -He+0hDBOBgNVHREERzBFggdMZWFmLTAyghFjbGFiLWRlbW8tTGVhZi0wMoIPTGVh -Zi0wMi5kZW1vLmlvhwSsFBQChxA//wFyACAAIAAAAAAAAAACMA0GCSqGSIb3DQEB -CwUAA4IBAQCetUG2O/UsbPvcpm3GD6OKyFdfiWLp3uTGqij5oVDaaPWJhltEYTuE -4WQV+A6JV9+qMOuQJPTPcR4198jg3S3eYbe5EPLQRhhMhnrbblLxRWPcHXLjUaHs -q0J66SIfEBSyLyYtGsk8s70fX+z855jI9Umqd1ASfHoYduNuF8PuqodDj0SRIhCD -eHWZHRKaHU6dpaeunVuIxjbTZHNHmkD0CMKbhfOGEBuU/QZhUguYT5xFUbnwTxiy -x1fNfBcCepx8vl6M8Wn0zsOaz+5Rwq9LWI5/gqU6zwtwHyu1Z+OPKfcze6dzOgK3 -/baLvcVNQrD1h61q6Ma/5c9CO1qzgRm2 ------END CERTIFICATE----- diff --git a/rawTopoFile/clab-demo/Leaf-02/topology.yml b/rawTopoFile/clab-demo/Leaf-02/topology.yml deleted file mode 100644 index 88ab24a6e..000000000 --- a/rawTopoFile/clab-demo/Leaf-02/topology.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 2021 Nokia -# Licensed under the BSD 3-Clause License. -# SPDX-License-Identifier: BSD-3-Clause - -chassis_configuration: - "chassis_type": 72 - "base_mac": "1a:ef:01:00:00:00" - "cpm_card_type": 187 - -slot_configuration: - 1: - "card_type": 187 - "mda_type": 208 diff --git a/rawTopoFile/clab-demo/Leaf-02/yum.repo b/rawTopoFile/clab-demo/Leaf-02/yum.repo deleted file mode 100644 index fd923bc90..000000000 --- a/rawTopoFile/clab-demo/Leaf-02/yum.repo +++ /dev/null @@ -1,5 +0,0 @@ -[srlinux] -name=SR Linux NDK apps -baseurl=https://srlinux.fury.site/yum/ -enabled=1 -gpgcheck=0 diff --git a/rawTopoFile/clab-demo/Leaf-03/apt.list b/rawTopoFile/clab-demo/Leaf-03/apt.list deleted file mode 100644 index 2aa3ade3a..000000000 --- a/rawTopoFile/clab-demo/Leaf-03/apt.list +++ /dev/null @@ -1 +0,0 @@ -deb [trusted=yes] https://srlinux.fury.site/apt/ / diff --git a/rawTopoFile/clab-demo/Leaf-03/config/aaamgr_local_user.json b/rawTopoFile/clab-demo/Leaf-03/config/aaamgr_local_user.json deleted file mode 100755 index 009024f6f..000000000 --- a/rawTopoFile/clab-demo/Leaf-03/config/aaamgr_local_user.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "users": { - "admin": { - "password": [ - "$ar2$aOvsuj0ALlU=$r750fMa3ZEA/Di8dIfU2fQ==" - ], - "failed_login_count": 0, - "locked_out": false, - "password_changed_after_first_login": false, - "password_update_time": "2024-10-31T08:19:33Z" - } - }, - "ntp_sync": false, - "password_change_after_first_login": false -} diff --git a/rawTopoFile/clab-demo/Leaf-03/config/banner b/rawTopoFile/clab-demo/Leaf-03/config/banner deleted file mode 100644 index 0dc53d58d..000000000 --- a/rawTopoFile/clab-demo/Leaf-03/config/banner +++ /dev/null @@ -1,16 +0,0 @@ -................................................................ -: Welcome to Nokia SR Linux! : -: Open Network OS for the NetOps era. : -: : -: This is a freely distributed official container image. : -: Use it - Share it : -: : -: Get started: https://learn.srlinux.dev : -: Container: https://go.srlinux.dev/container-image : -: Docs: https://doc.srlinux.dev/23-10 : -: Rel. notes: https://doc.srlinux.dev/rn23-10-1 : -: YANG: https://yang.srlinux.dev/v23.10.1 : -: Discord: https://go.srlinux.dev/discord : -: Contact: https://go.srlinux.dev/contact-sales : -................................................................ - diff --git a/rawTopoFile/clab-demo/Leaf-03/config/checkpoint/checkpoint-0.json b/rawTopoFile/clab-demo/Leaf-03/config/checkpoint/checkpoint-0.json deleted file mode 100644 index 179af2978..000000000 --- a/rawTopoFile/clab-demo/Leaf-03/config/checkpoint/checkpoint-0.json +++ /dev/null @@ -1,2743 +0,0 @@ -{ - "_preamble": { - "header": { - "generated-by": "SRLINUX", - "name": "clab-initial", - "comment": "set by containerlab", - "created": "2024-10-31T08:20:22.957Z", - "release": "v23.10.1", - "enabled-yang-features": ["srl_nokia-features:aaa-spiffe-id", "srl_nokia-features:admin-user-roles", "srl_nokia-features:anycast-gw", "srl_nokia-features:arp-nd-datapath-programming", "srl_nokia-features:bgp-add-paths", "srl_nokia-features:bgp-afi-safi-policy", "srl_nokia-features:bgp-auth-password", "srl_nokia-features:bgp-cfg-afi-safi-list", "srl_nokia-features:bgp-graceful-restart-gaps", "srl_nokia-features:bgp-ipv6-next-hop-tunnel-resolution", "srl_nokia-features:bgp-local-as-container-iso-list", "srl_nokia-features:bgp-max-ecmp-hash-buckets", "srl_nokia-features:bgp-mtu-discovery", "srl_nokia-features:bgp-prefix-limit", "srl_nokia-features:bgp-restart-max-wait", "srl_nokia-features:bgp-rib-afi-safi-list", "srl_nokia-features:bgp-rib-afi-safi-route", "srl_nokia-features:bgp-single-hop-connected-check", "srl_nokia-features:bgp-unnumbered-peers", "srl_nokia-features:bridged", "srl_nokia-features:bt-evpn-vlan-aware-bundle-interop", "srl_nokia-features:cli-plugin-authorization", "srl_nokia-features:dac-link-training", "srl_nokia-features:dhcp-relay-fqdn", "srl_nokia-features:dot1p-classifier-rewrite", "srl_nokia-features:dot1q-vlan-ranges", "srl_nokia-features:dynamic-tcam", "srl_nokia-features:event-handler", "srl_nokia-features:evpn", "srl_nokia-features:evpn-advertise-arp-nd-only-with-mac-table-entry", "srl_nokia-features:evpn-ifl-unequal-ecmp", "srl_nokia-features:evpn-mac-ip-adv-arp-nd-ext-comm", "srl_nokia-features:evpn-mh-ip-aliasing", "srl_nokia-features:evpn-mh-manual-alg", "srl_nokia-features:evpn-mh-pref-alg", "srl_nokia-features:evpn-mh-single-active", "srl_nokia-features:evpn-mh-virtual-es", "srl_nokia-features:factory-reset", "srl_nokia-features:fixed", "srl_nokia-features:gnmi-services", "srl_nokia-features:gnoi-healthz", "srl_nokia-features:ingress-subif-policing", "srl_nokia-features:interface-references", "srl_nokia-features:ip-acl-dscp-set", "srl_nokia-features:ip-qos-multifield", "srl_nokia-features:ipv4-unnumbered", "srl_nokia-features:isis-level-database", "srl_nokia-features:isis-lsdb", "srl_nokia-features:isis-mi", "srl_nokia-features:isis-mt", "srl_nokia-features:isis-nsf", "srl_nokia-features:l2-proxy-arp", "srl_nokia-features:l2-proxy-arp-nd-control-flood-on-evpn", "srl_nokia-features:l2-proxy-nd", "srl_nokia-features:l2cp-transparency", "srl_nokia-features:l3-proxy-arp", "srl_nokia-features:l3-proxy-nd", "srl_nokia-features:lacp-fallback", "srl_nokia-features:lag", "srl_nokia-features:license", "srl_nokia-features:mirroring", "srl_nokia-features:mirroring-intf-stats", "srl_nokia-features:named-queues-and-named-fcs", "srl_nokia-features:packet-tracer", "srl_nokia-features:platform-7220-d2", "srl_nokia-features:ra-guard", "srl_nokia-features:reload-delay", "srl_nokia-features:route-leaking", "srl_nokia-features:routing-policy-bgp-med", "srl_nokia-features:routing-policy-named-statements", "srl_nokia-features:scheduler-policies", "srl_nokia-features:segment-routing-adjacency-sid", "srl_nokia-features:segment-routing-shared-sid", "srl_nokia-features:storm-control", "srl_nokia-features:subif-acl-policer", "srl_nokia-features:subif-policer", "srl_nokia-features:tools-force-pwd-change", "srl_nokia-features:trident3", "srl_nokia-features:unequal-ecmp", "srl_nokia-features:unified-forwarding-tables", "srl_nokia-features:virtual-ip-discovery", "srl_nokia-features:vlan-id-any", "srl_nokia-features:vlan-tpid", "srl_nokia-features:vxlan", "srl_nokia-features:vxlan-stats", "srl_nokia-features:warm-reboot"], - "checksum": "78e06dc3195d9f2e$17ccf4bab2c0b4be57a78004b0faa172e23501d7" - }, - "build": { - "git-branch": "SRL_23_10_B1", - "git-tag": "v23.10.1-218-ga3fc1bea5a", - "git-sha": "a3fc1bea5afec83402393b9ca1ad139ebcb05e8c" - }, - "application": [ - { - "name": "aaa_mgr", - "path": "/opt/srlinux/bin/sr_aaa_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "acl_mgr", - "path": "/opt/srlinux/bin/sr_acl_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "app_mgr", - "path": "/opt/srlinux/bin/sr_app_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "arp_nd_mgr", - "path": "/opt/srlinux/bin/sr_arp_nd_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "bfd_mgr", - "path": "/opt/srlinux/bin/sr_bfd_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "bgp_mgr", - "path": "/opt/srlinux/bin/sr_bgp_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "chassis_mgr", - "path": "/opt/srlinux/bin/sr_chassis_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "dev_mgr", - "path": "/opt/srlinux/bin/sr_device_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "dhcp_client_mgr", - "path": "/opt/srlinux/bin/sr_dhcp_client_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "dhcp_relay_mgr", - "path": "/opt/srlinux/bin/sr_dhcp_relay_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "dhcp_server_mgr", - "path": "/opt/srlinux/bin/sr_dhcp_server_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "ethcfm_mgr", - "path": "/opt/srlinux/bin/sr_ethcfm_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "event_mgr", - "path": "/opt/srlinux/bin/sr_event_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "evpn_mgr", - "path": "/opt/srlinux/bin/sr_evpn_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "fhs_mgr", - "path": "/opt/srlinux/bin/sr_fhs_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "fib_mgr", - "path": "/opt/srlinux/bin/sr_fib_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "gnmi_server", - "path": "/opt/srlinux/bin/sr_gnmi_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "gribi_server", - "path": "/opt/srlinux/bin/sr_gribi_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "idb_server", - "path": "/opt/srlinux/bin/sr_idb_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "isis_mgr", - "path": "/opt/srlinux/bin/sr_isis_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "json_rpc", - "path": "/opt/srlinux/bin/sr_json_rpc", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "l2_mac_learn_mgr", - "path": "/opt/srlinux/bin/sr_l2_mac_learn_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "l2_mac_mgr", - "path": "/opt/srlinux/bin/sr_l2_mac_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "l2_proxy_arp_nd_mgr", - "path": "/opt/srlinux/bin/sr_l2_proxy_arp_nd_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "l2_static_mac_mgr", - "path": "/opt/srlinux/bin/sr_l2_static_mac_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "label_mgr", - "path": "/opt/srlinux/bin/sr_label_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "lag_mgr", - "path": "/opt/srlinux/bin/sr_lag_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "ldp_mgr", - "path": "/opt/srlinux/bin/sr_ldp_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "license_mgr", - "path": "/opt/srlinux/bin/sr_license_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "linux_mgr", - "path": "/opt/srlinux/bin/sr_linux_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "dnsmasq", - "path": "/usr/sbin/dnsmasq", - "version": "2023-01-13T21:57:01.000Z" - }, - { - "name": "sshd", - "path": "/usr/sbin/sshd:", - "version": "n/a" - }, - { - "name": "ntpd", - "path": "/usr/sbin/chronyd", - "version": "2023-05-08T20:05:00.000Z" - }, - { - "name": "vsftpd", - "path": "/usr/sbin/vsftpd", - "version": "2022-10-16T11:05:42.000Z" - }, - { - "name": "snmp_server", - "path": "/opt/srlinux/bin/sr_snmp_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "timesrv", - "path": "/usr/sbin/chronyd", - "version": "2023-05-08T20:05:00.000Z" - }, - { - "name": "lldp_mgr", - "path": "/opt/srlinux/bin/sr_lldp_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "log_mgr", - "path": "/opt/srlinux/bin/sr_log_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "macsec_mgr", - "path": "/opt/srlinux/bin/sr_macsec_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "mcid_mgr", - "path": "/opt/srlinux/bin/sr_mcid_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "mgmt_server", - "path": "/opt/srlinux/bin/sr_mgmt_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "common", - "path": "n/a", - "version": "n/a" - }, - { - "name": "mirror_mgr", - "path": "/opt/srlinux/bin/sr_mirror_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "mpls_mgr", - "path": "/opt/srlinux/bin/sr_mpls_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "mplsoam_mgr", - "path": "/opt/srlinux/bin/sr_mplsoam_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "net_inst_mgr", - "path": "/opt/srlinux/bin/sr_net_inst_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "oam_mgr", - "path": "/opt/srlinux/bin/sr_oam_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "oc_mgmt_server", - "path": "/opt/srlinux/bin/sr_oc_mgmt_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "oc_common", - "path": "n/a", - "version": "n/a" - }, - { - "name": "ospf_mgr", - "path": "/opt/srlinux/bin/sr_ospf_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "p4rt_server", - "path": "/opt/srlinux/bin/sr_p4rt_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "plcy_mgr", - "path": "/opt/srlinux/bin/sr_plcy_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "maint_mode_mgr", - "path": "n/a", - "version": "n/a" - }, - { - "name": "qos_mgr", - "path": "/opt/srlinux/bin/sr_qos_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "radius_mgr", - "path": "/opt/srlinux/bin/sr_radius_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "sdk_mgr", - "path": "/opt/srlinux/bin/sr_sdk_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "segrt_mgr", - "path": "/opt/srlinux/bin/sr_segrt_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "sflow_sample_mgr", - "path": "/opt/srlinux/bin/sr_sflow_sample_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "static_route_mgr", - "path": "/opt/srlinux/bin/sr_static_route_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "supportd", - "path": "/opt/srlinux/bin/sr_supportd", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "te_mgr", - "path": "/opt/srlinux/bin/sr_te_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "tepolicy_mgr", - "path": "/opt/srlinux/bin/sr_tepolicy_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "timing_stack", - "path": "/opt/srlinux/bin/sr_timing_stack", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "twamp_mgr", - "path": "/opt/srlinux/bin/sr_twamp_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "vrrp_mgr", - "path": "/opt/srlinux/bin/sr_vrrp_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "vxlan_mgr", - "path": "/opt/srlinux/bin/sr_vxlan_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "xdp_cpm", - "path": "/opt/srlinux/bin/sr_xdp_cpm", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "xdp_lc", - "path": "/opt/srlinux/bin/sr_xdp_lc", - "version": "2023-11-04T22:37:53.000Z" - } - ], - "yang-module": [ - { - "name": "srl_nokia-aaa", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-aaa-password", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-aaa-types", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-acl", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-acl-policers", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-acl-qos", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-aggregate-routes", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-app-mgmt", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-bfd", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-bgp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-bgp-evpn", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-bgp-evpn-bgp-instance-mpls-bridge-table-multicast-destinations", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-bgp-evpn-bgp-instance-mpls-bridge-table-statistics", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-bgp-evpn-bgp-instance-mpls-bridge-table-unicast-destinations", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-bgp-evpn-bgp-instance-mpls-vpws-destinations", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-bgp-ipvpn", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-bgp-vpn", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-boot", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-bridge-table", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-bridge-table-mac-duplication", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-bridge-table-mac-duplication-entries", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-bridge-table-mac-learning", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-bridge-table-mac-learning-entries", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-bridge-table-mac-limit", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-bridge-table-mac-table", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-bridge-table-proxy-arp-nd", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-bridge-table-reserved-macs", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-bridge-table-shg", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-bridge-table-static-mac", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-configuration", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-configuration-role", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-connection-point", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-dhcp-server", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-dns", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-ethcfm", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-event-handler", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-ftp", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-gnmi-server", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-gnsi-authz", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-gnsi-certz", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-gribi-server", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-icmp", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-if-ip", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-if-mpls", - "revision": "2021-06-30" - }, - { - "name": "srl_nokia-interfaces", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-interfaces-bridge-table", - "revision": "2021-06-30" - }, - { - "name": "srl_nokia-interfaces-bridge-table-mac-duplication-entries", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-interfaces-bridge-table-mac-learning-entries", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-interfaces-bridge-table-mac-table", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-interfaces-bridge-table-statistics", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-interfaces-ethernet-segment-association", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-interfaces-ip-dhcp", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-interfaces-ip-dhcp-relay", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-interfaces-ip-dhcp-server", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-interfaces-ip-vrrp", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-interfaces-l2cp", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-interfaces-lag", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-interfaces-local-mirror-destination", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-interfaces-nbr", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-interfaces-nbr-evpn", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-interfaces-nbr-virtual-ip-discovery", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-interfaces-p4rt", - "revision": "2022-06-30" - }, - { - "name": "srl_nokia-interfaces-router-adv", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-interfaces-vlans", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-interfaces-vxdp", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-ip-route-tables", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-ippm-source-udp-pool", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-isis", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-isis-lsdb", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-isis-lsdb-types", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-json-rpc", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-keychains", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-lacp", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-ldp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-license", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-link-measurement", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-linux", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-lldp", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-lldp-types", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-load-balancing", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-logging", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-lsp-ping-trace", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-macsec", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-maintenance-mode", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-maintenance-policies", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-micro-bfd", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-mirroring", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-mpls", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-mpls-label-management", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-mpls-route-tables", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-mpls-services-evpn-label-management", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-mpls-services-network-instance-label-management", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-mtu", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-network-instance", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-network-instance-mtu", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-next-hop-groups", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-ntp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-oam", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-oam-pm-ethcfm", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-oam-pm-ip", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-openconfig", - "revision": "2022-06-30" - }, - { - "name": "srl_nokia-ospf", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-p4rt-server", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-packet-link-qual", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-packet-match-types", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-acl", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-cgroup", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-platform-chassis", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform-control", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform-cpu", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-platform-datapath-resources", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-disk", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-fabric", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-platform-fan", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform-healthz", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-lc", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform-linecard-fib", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-platform-memory", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-platform-mtu", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-platform-p4rt", - "revision": "2022-06-30" - }, - { - "name": "srl_nokia-platform-pipeline-counters", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-platform-psu", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform-qos", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-redundancy", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-platform-resource-mgmt", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-platform-resource-monitoring", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-platform-secure-boot", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-tcam", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-tpm", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-vxdp", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-policy-forwarding", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-qos", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-qos-policers", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-ra_guard", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-rib-bgp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-routing-policy", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-segment-routing", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-sflow", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-snmp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-ssh", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-stamp", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-static-routes", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-system", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-system-banner", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-system-bridge-table", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-system-bridge-table-proxy-arp", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-system-info", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-system-multicast", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-system-name", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-system-network-instance", - "revision": "2021-06-30" - }, - { - "name": "srl_nokia-system-network-instance-bgp-evpn-ethernet-segments", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-system-network-instance-bgp-vpn", - "revision": "2022-06-30" - }, - { - "name": "srl_nokia-system-protocols", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-tcp-udp", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-te-policies", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-timezone", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-tls", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-traffic-engineering", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-transport-security", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-tunnel", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-tunnel-interfaces", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-tunnel-interfaces-vxlan-interface-bridge-table", - "revision": "2021-06-30" - }, - { - "name": "srl_nokia-tunnel-interfaces-vxlan-interface-bridge-table-multicast-destinations", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-tunnel-interfaces-vxlan-interface-bridge-table-unicast-destinations", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-tunnel-interfaces-vxlan-interface-bridge-table-unicast-es-destination-vteps", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-tunnel-tables", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-twamp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-vxlan-tunnel-vtep", - "revision": "2023-03-31" - } - ] - }, - "srl_nokia-acl:acl": { - "cpm-filter": { - "ipv4-filter": { - "statistics-per-entry": true, - "entry": [ - { - "sequence-id": 10, - "description": "Accept incoming ICMP unreachable messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "dest-unreachable", - "code": [ - 0, - 1, - 2, - 3, - 4, - 13 - ] - } - } - }, - { - "sequence-id": 20, - "description": "Accept incoming ICMP time-exceeded messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "time-exceeded" - } - } - }, - { - "sequence-id": 30, - "description": "Accept incoming ICMP parameter problem messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "param-problem" - } - } - }, - { - "sequence-id": 40, - "description": "Accept incoming ICMP echo messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "echo" - } - } - }, - { - "sequence-id": 50, - "description": "Accept incoming ICMP echo-reply messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "echo-reply" - } - } - }, - { - "sequence-id": 60, - "description": "Accept incoming SSH when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 22 - } - } - }, - { - "sequence-id": 70, - "description": "Accept incoming SSH when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 22 - } - } - }, - { - "sequence-id": 80, - "description": "Accept incoming Telnet when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 23 - } - } - }, - { - "sequence-id": 90, - "description": "Accept incoming Telnet when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 23 - } - } - }, - { - "sequence-id": 100, - "description": "Accept incoming TACACS+ when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 49 - } - } - }, - { - "sequence-id": 110, - "description": "Accept incoming TACACS+ when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 49 - } - } - }, - { - "sequence-id": 120, - "description": "Accept incoming DNS response messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "source-port": { - "operator": "eq", - "value": 53 - } - } - }, - { - "sequence-id": 130, - "description": "Accept incoming DHCP messages targeted for BOOTP/DHCP client", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 68 - } - } - }, - { - "sequence-id": 140, - "description": "Accept incoming TFTP read-request and write-request messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 69 - } - } - }, - { - "sequence-id": 150, - "description": "Accept incoming HTTP(JSON-RPC) when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 80 - } - } - }, - { - "sequence-id": 160, - "description": "Accept incoming HTTP(JSON-RPC) when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 80 - } - } - }, - { - "sequence-id": 170, - "description": "Accept incoming NTP messages from servers", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "source-port": { - "operator": "eq", - "value": 123 - } - } - }, - { - "sequence-id": 180, - "description": "Accept incoming SNMP GET/GETNEXT messages from servers", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 161 - } - } - }, - { - "sequence-id": 190, - "description": "Accept incoming BGP when the other router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 179 - } - } - }, - { - "sequence-id": 200, - "description": "Accept incoming BGP when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 179 - } - } - }, - { - "sequence-id": 210, - "description": "Accept incoming HTTPS(JSON-RPC) when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 443 - } - } - }, - { - "sequence-id": 220, - "description": "Accept incoming HTTPS(JSON-RPC) when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 443 - } - } - }, - { - "sequence-id": 230, - "description": "Accept incoming single-hop BFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 3784 - } - } - }, - { - "sequence-id": 240, - "description": "Accept incoming multi-hop BFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 4784 - } - } - }, - { - "sequence-id": 250, - "description": "Accept incoming uBFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 6784 - } - } - }, - { - "sequence-id": 260, - "description": "Accept incoming gNMI messages when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 57400 - } - } - }, - { - "sequence-id": 270, - "description": "Accept incoming UDP traceroute messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "range": { - "start": 33434, - "end": 33464 - } - } - } - }, - { - "sequence-id": 280, - "description": "Accept incoming ICMP timestamp messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "timestamp" - } - } - }, - { - "sequence-id": 290, - "description": "Accept incoming OSPF messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": 89 - } - }, - { - "sequence-id": 300, - "description": "Accept incoming DHCP relay messages targeted for BOOTP/DHCP server", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 67 - } - } - }, - { - "sequence-id": 310, - "description": "Accept ICMP fragment packets", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "fragment": true, - "protocol": "icmp" - } - }, - { - "sequence-id": 320, - "description": "Accept incoming LDP packets", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "source-port": { - "operator": "eq", - "value": 646 - } - } - }, - { - "sequence-id": 330, - "description": "Accept incoming LDP packets with source-port 646", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 646 - } - } - }, - { - "sequence-id": 340, - "description": "Accept incoming LDP packets with destination-port 646", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 646 - } - } - }, - { - "sequence-id": 350, - "description": "Accept incoming gRIBI packets with destination-port 57401", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 57401 - } - } - }, - { - "sequence-id": 360, - "description": "Accept incoming p4rt packets with destination-port 9559", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 9559 - } - } - }, - { - "sequence-id": 370, - "description": "Accept incoming IGMP packets", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "igmp" - } - }, - { - "sequence-id": 380, - "description": "Accept incoming PIM packets", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "pim" - } - }, - { - "sequence-id": 390, - "description": "Accept incoming RADIUS AAA packets", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "source-port": { - "range": { - "start": 1812, - "end": 1813 - } - } - } - }, - { - "sequence-id": 410, - "description": "Accept incoming PTP messages with destination-ports 319 and 320", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "range": { - "start": 319, - "end": 320 - } - } - } - }, - { - "sequence-id": 420, - "description": "Drop all else", - "action": { - "drop": { - "log": true - } - } - } - ] - }, - "ipv6-filter": { - "statistics-per-entry": true, - "entry": [ - { - "sequence-id": 10, - "description": "Accept incoming ICMPv6 unreachable messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "dest-unreachable", - "code": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ] - } - } - }, - { - "sequence-id": 20, - "description": "Accept incoming ICMPv6 packet-too-big messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "packet-too-big" - } - } - }, - { - "sequence-id": 30, - "description": "Accept incoming ICMPv6 time-exceeded messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "time-exceeded" - } - } - }, - { - "sequence-id": 40, - "description": "Accept incoming ICMPv6 parameter problem messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "param-problem" - } - } - }, - { - "sequence-id": 50, - "description": "Accept incoming ICMPv6 echo-request messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "echo-request" - } - } - }, - { - "sequence-id": 60, - "description": "Accept incoming ICMPv6 echo-reply messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "echo-reply" - } - } - }, - { - "sequence-id": 70, - "description": "Accept incoming ICMPv6 router-advertisement messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "router-advertise" - } - } - }, - { - "sequence-id": 80, - "description": "Accept incoming ICMPv6 neighbor-solicitation messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "neighbor-solicit" - } - } - }, - { - "sequence-id": 90, - "description": "Accept incoming ICMPv6 neighbor-advertisement messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "neighbor-advertise" - } - } - }, - { - "sequence-id": 100, - "description": "Accept incoming SSH when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 22 - } - } - }, - { - "sequence-id": 110, - "description": "Accept incoming SSH when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 22 - } - } - }, - { - "sequence-id": 120, - "description": "Accept incoming Telnet when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 23 - } - } - }, - { - "sequence-id": 130, - "description": "Accept incoming Telnet when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 23 - } - } - }, - { - "sequence-id": 140, - "description": "Accept incoming TACACS+ when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 49 - } - } - }, - { - "sequence-id": 150, - "description": "Accept incoming TACACS+ when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 49 - } - } - }, - { - "sequence-id": 160, - "description": "Accept incoming DNS response messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "source-port": { - "operator": "eq", - "value": 53 - } - } - }, - { - "sequence-id": 170, - "description": "Accept incoming TFTP read-request and write-request messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 69 - } - } - }, - { - "sequence-id": 180, - "description": "Accept incoming HTTP(JSON-RPC) when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 80 - } - } - }, - { - "sequence-id": 190, - "description": "Accept incoming HTTP(JSON-RPC) when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 80 - } - } - }, - { - "sequence-id": 200, - "description": "Accept incoming NTP messages from servers", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "source-port": { - "operator": "eq", - "value": 123 - } - } - }, - { - "sequence-id": 210, - "description": "Accept incoming SNMP GET/GETNEXT messages from servers", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 161 - } - } - }, - { - "sequence-id": 220, - "description": "Accept incoming BGP when the other router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 179 - } - } - }, - { - "sequence-id": 230, - "description": "Accept incoming BGP when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 179 - } - } - }, - { - "sequence-id": 240, - "description": "Accept incoming HTTPS(JSON-RPC) when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 443 - } - } - }, - { - "sequence-id": 250, - "description": "Accept incoming HTTPS(JSON-RPC) when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 443 - } - } - }, - { - "sequence-id": 260, - "description": "Accept incoming DHCPv6 client messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 546 - } - } - }, - { - "sequence-id": 270, - "description": "Accept incoming single-hop BFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 3784 - } - } - }, - { - "sequence-id": 280, - "description": "Accept incoming multi-hop BFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 4784 - } - } - }, - { - "sequence-id": 290, - "description": "Accept incoming uBFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 6784 - } - } - }, - { - "sequence-id": 300, - "description": "Accept incoming gNMI messages when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 57400 - } - } - }, - { - "sequence-id": 310, - "description": "Accept incoming UDP traceroute messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "range": { - "start": 33434, - "end": 33464 - } - } - } - }, - { - "sequence-id": 320, - "description": "Accept incoming IPV6 hop-in-hop messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": 0 - } - }, - { - "sequence-id": 330, - "description": "Accept incoming IPV6 fragment header messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": 44 - } - }, - { - "sequence-id": 340, - "description": "Accept incoming OSPF messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": 89 - } - }, - { - "sequence-id": 350, - "description": "Accept incoming DHCPv6 relay messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 547 - } - } - }, - { - "sequence-id": 360, - "description": "Accept incoming gRIBI packets with destination-port 57401", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 57401 - } - } - }, - { - "sequence-id": 370, - "description": "Accept incoming p4rt packets with destination-port 9559", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 9559 - } - } - }, - { - "sequence-id": 380, - "description": "Accept incoming MLDv1 report messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "mld-report" - } - } - }, - { - "sequence-id": 390, - "description": "Accept incoming MLDv2 report messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "mld-v2" - } - } - }, - { - "sequence-id": 400, - "description": "Accept incoming MLDv1 done messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "mld-done" - } - } - }, - { - "sequence-id": 410, - "description": "Accept incoming MLD query messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "mld-query" - } - } - }, - { - "sequence-id": 420, - "description": "Accept incoming PIM messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "pim" - } - }, - { - "sequence-id": 430, - "description": "Accept incoming RADIUS AAA messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "source-port": { - "range": { - "start": 1812, - "end": 1813 - } - } - } - }, - { - "sequence-id": 450, - "description": "Accept incoming PTP messages with destination-ports 319 and 320", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "range": { - "start": 319, - "end": 320 - } - } - } - }, - { - "sequence-id": 460, - "description": "Drop all else", - "action": { - "drop": { - "log": true - } - } - } - ] - } - }, - "policers": { - "system-cpu-policer": [ - { - "name": "icmp", - "entry-specific": false, - "peak-packet-rate": 1000, - "max-packet-burst": 1000 - } - ] - } - }, - "srl_nokia-interfaces:interface": [ - { - "name": "ethernet-1/3", - "admin-state": "enable" - }, - { - "name": "ethernet-1/4", - "admin-state": "enable" - }, - { - "name": "mgmt0", - "admin-state": "enable", - "subinterface": [ - { - "index": 0, - "admin-state": "enable", - "ip-mtu": 1500, - "ipv4": { - "admin-state": "enable", - "srl_nokia-interfaces-ip-dhcp:dhcp-client": { - - } - }, - "ipv6": { - "admin-state": "enable", - "srl_nokia-interfaces-ip-dhcp:dhcp-client": { - - } - } - } - ] - } - ], - "srl_nokia-system:system": { - "srl_nokia-aaa:aaa": { - "authentication": { - "idle-timeout": 7200, - "authentication-method": [ - "local" - ], - "admin-user": { - "ssh-key": [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJSGdT6gPlA4m+PSmQ8oR3z6N4ofCfTkJa2BpUgy+JV0" - ] - }, - "linuxadmin-user": { - "password": "$6$Ni233gqiuJ9zarHl$ZKtMh/vEvlY7XpHSYSJVrFNpUDeM/dsfaxK6csljO5X3.ImsDn8yiOcPASsTNpa1r6XrVlzrpnlJKqYIK0gvO1", - "ssh-key": [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJSGdT6gPlA4m+PSmQ8oR3z6N4ofCfTkJa2BpUgy+JV0" - ] - } - }, - "server-group": [ - { - "name": "local", - "type": "srl_nokia-aaa-types:local" - } - ] - }, - "srl_nokia-lldp:lldp": { - "admin-state": "enable" - }, - "srl_nokia-gnmi-server:gnmi-server": { - "admin-state": "enable", - "rate-limit": 65000, - "trace-options": [ - "request", - "response", - "common" - ], - "network-instance": [ - { - "name": "mgmt", - "admin-state": "enable", - "use-authentication": true, - "tls-profile": "clab-profile", - "port": 57400, - "services": [ - "srl_nokia-gnmi-server:gnmi" - ] - } - ], - "unix-socket": { - "admin-state": "enable", - "services": [ - "srl_nokia-gnmi-server:gnmi", - "srl_nokia-gnmi-server:gnoi" - ] - } - }, - "srl_nokia-tls:tls": { - "server-profile": [ - { - "name": "clab-profile", - "key": "$aes1$ATR1tum99ZS51W8=$22YAJlu+wErxDY25MCqZby42xS2zz66mdJlTGVPE0QJB1oWI4xE1NeWd7pYPajqw59jmaidYzrQ9CCBYSJ42en4d+mZJgz9H5A7quGZQEeBs6H4NyGby2zBkeF6x6v/utGNS4XU7He58BMB5Y0EkBfTDZilkCCgRMtMmch5b2p2A+VAWl4lSOfu/A6RkVv9FjfYLXYtnMVbSp8QjTzCOi7NNRheN6VPV2Yw2AoyYr6FZevG+IZVlGi7GqUzGMkEqen59jyb71qWwQ7IOgvlZzEPAHk/D+9wapggo2HGaLSnOQSV59vKbV285aunzfkFUqD/uqbQ1i3TGgCDi/s9S9NRK3FkKZRIU9//LTZHjIAl2sMdpVWyFWXPu/9sWkABHk9G03lMpsLfrjvEd22ME6mtsGxlT9w39xELZQZnsSe3AW6iLzwHGXjbSOubYxjh7rtXwj4A82KcWWCC4pvkAEs9/qo0mBlEj9HiZT9VOGTHI6x2erNNBCVkWzyBo+h417y49iDGh9/Kr8BArfYBZfaqjK2OSQrM0USbyBwQBfoENG/iUkXLYG5xjDGSxawrtudoWKqkPwzsKQFi3VDrlHIbpysR3E/XtASvOafG2VB+lIPSieAVqG5EafZwWN2PwgC49sd6MQH4NpK1QxFKzy7cnEeTfE+SERD1xrSSNid2/E6xPPNZRnsJa5+IBhFd+nB21u/7paHu98CVEEc3IvJ9nz6XXRRgoQup+bDc2xNmUhLrnh+10HZbMUiLNWxaz7xa2sJvOEwmr2ya8hiCmEzAIYJW4Br65dzErlxtYFjouwmtkTOW5O9a2Opuu0WmYV7e+5k8dTQVn6lDgeJaz82aZClllrFoocLh+KcPNzqdFdQksTCNraoiiSUI0PrgqmNfw3gFSlsAAUdfyW1uf2u2f5yqvcNqBYZ8BWBo6DZv4/HmSWFVm+SMULN+wIkVNC+9QhsebE7UPVsnslOoxZKBkwt/2zroHeSNOl/epfZhimXGwBRqR/GnFQb636r2G4WJNXGM4LWnCurHVAnH3okim/5xDQzXSULTr7CggCikDn0JKqXn0B+hv0NJCZPtHiPa2Kj2hQq2PV6PKUcVAPH9RrLaG3ZhA1EUQLmHxEWq4OCKzTJYiS/1GRROGZrvRnaSQBqEmSslGAwmYrOFq0mOQfUALPcyerqBizbr2FMVQjDdn6NcXgkHD8GsVOrGV4I8zrLbElxoySkBzyIhzL8+jmtcIbtm6v/o84NZI2Fi6bJqYb8TJu4xOKgL787kfPNGMd8a9PfGhwodLV04YBby/Ti508F+jHTJ+nkXrYBE0phyjnbMk+5FBoqTXUQgZlAsMQsj3k4IGT/3/d5m0WroLChpps8mbaJFg6Kk4o47xqEWaXA0NCPsCdwt8rMi44MHeRKIlr7+QLN+FUx81HB6wynNRk93ko8ZqxFk/QfKk7yBKF0s4BYCXHEJP+y/2IyLL8wPTHoniq+oA3DaOPPRci341gqJsKMtY/HoGA+IznVX3J8EoBBpk8IPXxyppXeziJJimpW9FGxHc5HUTqyuOE4Huy1tevWnupMkG0fVjWassw2mwVkPbzC/bJE5x7ARK/Wj5Gfu+Uug4MG+brf/vMA/6oLnJBI/LRYCEMR/0eeYcyeu4dIGvavwdouGGjkE//O+RtFEP00ue57xnIVy9zp/ckjMyLhR2pYy4iAeZgLBCKUG+5ZHJ3XVGyMqy3fP8329yoyF5lOMxlhKOJJ0cqqb3TdjCJ3vfcXU0KLKNaKj33glRRa2nScF/cHU+fe8/OL9f7D1Q+DhwVlqKr7flZ9eEDp6e48Cw2V2QRmovvh4r0+I52TgZV3C9q6aYUN6AAMB3QgNKk3ElZMf5ldqraAnNvmx67G2N5aD8H+NSTmZyvTpo5tm78tPW8SuNTA5drDrt6c/MvW1/4cjYVlwwGgNCjpf2YG8Z9j3YQHqd264n4HhfIPRj5HozBPVlDXplyzPgwAZ7mAoHs1+fYJXRdNS8ASCZsFza6Rmb8dblnIzHTbLV3t2D0f6MbhNCvqjmNYO5NSTi1wMLNmX27OrPgQkoiv9y+18cX3TY7si+vCClCjIj/vDPK2elZHjhopz7s5i2Kiv1el8cuLGPP3BhGw6MBgHvP78tXJQVcyC/qC1FBjKg1FpoyWIfDlL6zzxV2h4nSQJWaUnbiv7Sb4Zk8Z5Ns8xNHB1WpLz5ktjvjxvTqapeOM9O3820u9Pd", - "certificate": "-----BEGIN CERTIFICATE-----\nMIID1DCCArygAwIBAgICBnowDQYJKoZIhvcNAQELBQAwUDELMAkGA1UEBhMCVVMx\nCTAHBgNVBAcTADEVMBMGA1UEChMMY29udGFpbmVybGFiMQkwBwYDVQQLEwAxFDAS\nBgNVBAMTC2RlbW8gbGFiIENBMB4XDTI0MTAzMTA4MTg0OVoXDTI1MTAzMTA4MTg0\nOVowVDELMAkGA1UEBhMCVVMxCTAHBgNVBAcTADEVMBMGA1UEChMMY29udGFpbmVy\nbGFiMQkwBwYDVQQLEwAxGDAWBgNVBAMTD0xlYWYtMDMuZGVtby5pbzCCASIwDQYJ\nKoZIhvcNAQEBBQADggEPADCCAQoCggEBALcdbh2NrYuZIhCSmlW9rxS4GhsUtPeh\nB3MAfvf3hpIIfB198VF8e9vMtDqGtpzmr92Ao6Rfo0thqloRKOdbrZaF8kJZgjCe\n7INdphSFbt2YJaeaxZX2n6I72tkqbeUGW0zhsOsxBws/IyP29AqyWNRMJN4NuJP1\nwFcIn+HafBIm7g9D5S5rJSBTLG5U/VfYva1pFbbgmgUX8felf/5dLCfHJl/ORxni\nMqrJK+4pzqoX6CdlKzEFAkxZu1NP4twbcyBhzKGqMb5wZMID6tjYVxKHgkSQk/F0\n3FNs39Ipy/MgaHF5QVHq+2aIGVMbNFJWiWGVn423UjtFsrpqYMwFpl8CAwEAAaOB\nszCBsDAOBgNVHQ8BAf8EBAMCBaAwHQYDVR0lBBYwFAYIKwYBBQUHAwIGCCsGAQUF\nBwMBMA4GA1UdDgQHBAUBAgMEBjAfBgNVHSMEGDAWgBSSbvLEi7TgXM+U880FuTK7\nHe+0hDBOBgNVHREERzBFggdMZWFmLTAzghFjbGFiLWRlbW8tTGVhZi0wM4IPTGVh\nZi0wMy5kZW1vLmlvhwSsFBQFhxA//wFyACAAIAAAAAAAAAAFMA0GCSqGSIb3DQEB\nCwUAA4IBAQA3YD0gOwh3GcBg7YXL5JTIHvm/E1DYFWXFbjvIHbcLQTL4ItsSdzTA\ndJxoAlRjN4ae78XDvFR6ywh/4v27meG0Jn/dVUjt9IO19rfokI4Gp92fYY+z/0Yz\n6ptoWt/Ntxp6ebsxHWXZzZ8tN3zA4T8bUU9FaOYGYC8ontsTzS0PdX3bPwoQvKyn\ny1LAL9/NLZQu0VGaHRHJPkc2n3AgI0qFA0AwE6P0i7H3KFAF9UO8CSwkNnDBwnjp\n/Ec9coJ6dAGyzJNvilq1H2MAirKgcAIllBpDntCm13XoLGWGPmBVSh4R9BMfVVCo\nUIX8G7v/t28wxE5TOnSlXVmFgv1U83yG\n-----END CERTIFICATE-----\n", - "authenticate-client": false - } - ] - }, - "srl_nokia-json-rpc:json-rpc-server": { - "admin-state": "enable", - "network-instance": [ - { - "name": "mgmt", - "http": { - "admin-state": "enable" - }, - "https": { - "admin-state": "enable", - "tls-profile": "clab-profile" - } - } - ] - }, - "srl_nokia-dns:dns": { - "network-instance": "mgmt", - "server-list": [ - "100.124.38.2", - "100.124.38.3" - ] - }, - "srl_nokia-snmp:snmp": { - "community": "$aes1$AWD1YuCJtZqqyW8=$9+DUzgMxQj+XrTWbLaCPug==", - "network-instance": [ - { - "name": "mgmt", - "admin-state": "enable" - } - ] - }, - "srl_nokia-ssh:ssh-server": { - "network-instance": [ - { - "name": "mgmt", - "admin-state": "enable" - } - ] - }, - "srl_nokia-system-banner:banner": { - "login-banner": "................................................................\n: Welcome to Nokia SR Linux! :\n: Open Network OS for the NetOps era. :\n: :\n: This is a freely distributed official container image. :\n: Use it - Share it :\n: :\n: Get started: https://learn.srlinux.dev :\n: Container: https://go.srlinux.dev/container-image :\n: Docs: https://doc.srlinux.dev/23-10 :\n: Rel. notes: https://doc.srlinux.dev/rn23-10-1 :\n: YANG: https://yang.srlinux.dev/v23.10.1 :\n: Discord: https://go.srlinux.dev/discord :\n: Contact: https://go.srlinux.dev/contact-sales :\n................................................................\n" - }, - "srl_nokia-logging:logging": { - "buffer": [ - { - "buffer-name": "messages", - "rotate": 3, - "size": "10000000", - "facility": [ - { - "facility-name": "local6", - "priority": { - "match-above": "informational" - } - } - ] - }, - { - "buffer-name": "system", - "facility": [ - { - "facility-name": "auth", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "cron", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "daemon", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "ftp", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "kern", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "lpr", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "mail", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "news", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "syslog", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "user", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "uucp", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local0", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local1", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local2", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local3", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local4", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local5", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local7", - "priority": { - "match-above": "warning" - } - } - ] - } - ], - "file": [ - { - "file-name": "messages", - "rotate": 3, - "size": "10000000", - "facility": [ - { - "facility-name": "local6", - "priority": { - "match-above": "warning" - } - } - ] - } - ] - } - }, - "srl_nokia-network-instance:network-instance": [ - { - "name": "mgmt", - "type": "srl_nokia-network-instance:ip-vrf", - "admin-state": "enable", - "description": "Management network instance", - "interface": [ - { - "name": "mgmt0.0" - } - ], - "protocols": { - "srl_nokia-linux:linux": { - "import-routes": true, - "export-routes": true, - "export-neighbors": true - } - } - } - ] -} \ No newline at end of file diff --git a/rawTopoFile/clab-demo/Leaf-03/config/config.json b/rawTopoFile/clab-demo/Leaf-03/config/config.json deleted file mode 100644 index ce5b4b9a3..000000000 --- a/rawTopoFile/clab-demo/Leaf-03/config/config.json +++ /dev/null @@ -1,2743 +0,0 @@ -{ - "_preamble": { - "header": { - "generated-by": "SRLINUX", - "name": "", - "comment": "", - "created": "2024-10-31T08:20:14.767Z", - "release": "v23.10.1", - "enabled-yang-features": ["srl_nokia-features:aaa-spiffe-id", "srl_nokia-features:admin-user-roles", "srl_nokia-features:anycast-gw", "srl_nokia-features:arp-nd-datapath-programming", "srl_nokia-features:bgp-add-paths", "srl_nokia-features:bgp-afi-safi-policy", "srl_nokia-features:bgp-auth-password", "srl_nokia-features:bgp-cfg-afi-safi-list", "srl_nokia-features:bgp-graceful-restart-gaps", "srl_nokia-features:bgp-ipv6-next-hop-tunnel-resolution", "srl_nokia-features:bgp-local-as-container-iso-list", "srl_nokia-features:bgp-max-ecmp-hash-buckets", "srl_nokia-features:bgp-mtu-discovery", "srl_nokia-features:bgp-prefix-limit", "srl_nokia-features:bgp-restart-max-wait", "srl_nokia-features:bgp-rib-afi-safi-list", "srl_nokia-features:bgp-rib-afi-safi-route", "srl_nokia-features:bgp-single-hop-connected-check", "srl_nokia-features:bgp-unnumbered-peers", "srl_nokia-features:bridged", "srl_nokia-features:bt-evpn-vlan-aware-bundle-interop", "srl_nokia-features:cli-plugin-authorization", "srl_nokia-features:dac-link-training", "srl_nokia-features:dhcp-relay-fqdn", "srl_nokia-features:dot1p-classifier-rewrite", "srl_nokia-features:dot1q-vlan-ranges", "srl_nokia-features:dynamic-tcam", "srl_nokia-features:event-handler", "srl_nokia-features:evpn", "srl_nokia-features:evpn-advertise-arp-nd-only-with-mac-table-entry", "srl_nokia-features:evpn-ifl-unequal-ecmp", "srl_nokia-features:evpn-mac-ip-adv-arp-nd-ext-comm", "srl_nokia-features:evpn-mh-ip-aliasing", "srl_nokia-features:evpn-mh-manual-alg", "srl_nokia-features:evpn-mh-pref-alg", "srl_nokia-features:evpn-mh-single-active", "srl_nokia-features:evpn-mh-virtual-es", "srl_nokia-features:factory-reset", "srl_nokia-features:fixed", "srl_nokia-features:gnmi-services", "srl_nokia-features:gnoi-healthz", "srl_nokia-features:ingress-subif-policing", "srl_nokia-features:interface-references", "srl_nokia-features:ip-acl-dscp-set", "srl_nokia-features:ip-qos-multifield", "srl_nokia-features:ipv4-unnumbered", "srl_nokia-features:isis-level-database", "srl_nokia-features:isis-lsdb", "srl_nokia-features:isis-mi", "srl_nokia-features:isis-mt", "srl_nokia-features:isis-nsf", "srl_nokia-features:l2-proxy-arp", "srl_nokia-features:l2-proxy-arp-nd-control-flood-on-evpn", "srl_nokia-features:l2-proxy-nd", "srl_nokia-features:l2cp-transparency", "srl_nokia-features:l3-proxy-arp", "srl_nokia-features:l3-proxy-nd", "srl_nokia-features:lacp-fallback", "srl_nokia-features:lag", "srl_nokia-features:license", "srl_nokia-features:mirroring", "srl_nokia-features:mirroring-intf-stats", "srl_nokia-features:named-queues-and-named-fcs", "srl_nokia-features:packet-tracer", "srl_nokia-features:platform-7220-d2", "srl_nokia-features:ra-guard", "srl_nokia-features:reload-delay", "srl_nokia-features:route-leaking", "srl_nokia-features:routing-policy-bgp-med", "srl_nokia-features:routing-policy-named-statements", "srl_nokia-features:scheduler-policies", "srl_nokia-features:segment-routing-adjacency-sid", "srl_nokia-features:segment-routing-shared-sid", "srl_nokia-features:storm-control", "srl_nokia-features:subif-acl-policer", "srl_nokia-features:subif-policer", "srl_nokia-features:tools-force-pwd-change", "srl_nokia-features:trident3", "srl_nokia-features:unequal-ecmp", "srl_nokia-features:unified-forwarding-tables", "srl_nokia-features:virtual-ip-discovery", "srl_nokia-features:vlan-id-any", "srl_nokia-features:vlan-tpid", "srl_nokia-features:vxlan", "srl_nokia-features:vxlan-stats", "srl_nokia-features:warm-reboot"], - "checksum": "e3c7b73d6299f86c$cc8630572c5d4931acf6d681c188a8fe6269adab" - }, - "build": { - "git-branch": "SRL_23_10_B1", - "git-tag": "v23.10.1-218-ga3fc1bea5a", - "git-sha": "a3fc1bea5afec83402393b9ca1ad139ebcb05e8c" - }, - "application": [ - { - "name": "aaa_mgr", - "path": "/opt/srlinux/bin/sr_aaa_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "acl_mgr", - "path": "/opt/srlinux/bin/sr_acl_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "app_mgr", - "path": "/opt/srlinux/bin/sr_app_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "arp_nd_mgr", - "path": "/opt/srlinux/bin/sr_arp_nd_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "bfd_mgr", - "path": "/opt/srlinux/bin/sr_bfd_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "bgp_mgr", - "path": "/opt/srlinux/bin/sr_bgp_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "chassis_mgr", - "path": "/opt/srlinux/bin/sr_chassis_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "dev_mgr", - "path": "/opt/srlinux/bin/sr_device_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "dhcp_client_mgr", - "path": "/opt/srlinux/bin/sr_dhcp_client_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "dhcp_relay_mgr", - "path": "/opt/srlinux/bin/sr_dhcp_relay_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "dhcp_server_mgr", - "path": "/opt/srlinux/bin/sr_dhcp_server_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "ethcfm_mgr", - "path": "/opt/srlinux/bin/sr_ethcfm_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "event_mgr", - "path": "/opt/srlinux/bin/sr_event_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "evpn_mgr", - "path": "/opt/srlinux/bin/sr_evpn_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "fhs_mgr", - "path": "/opt/srlinux/bin/sr_fhs_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "fib_mgr", - "path": "/opt/srlinux/bin/sr_fib_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "gnmi_server", - "path": "/opt/srlinux/bin/sr_gnmi_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "gribi_server", - "path": "/opt/srlinux/bin/sr_gribi_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "idb_server", - "path": "/opt/srlinux/bin/sr_idb_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "isis_mgr", - "path": "/opt/srlinux/bin/sr_isis_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "json_rpc", - "path": "/opt/srlinux/bin/sr_json_rpc", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "l2_mac_learn_mgr", - "path": "/opt/srlinux/bin/sr_l2_mac_learn_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "l2_mac_mgr", - "path": "/opt/srlinux/bin/sr_l2_mac_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "l2_proxy_arp_nd_mgr", - "path": "/opt/srlinux/bin/sr_l2_proxy_arp_nd_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "l2_static_mac_mgr", - "path": "/opt/srlinux/bin/sr_l2_static_mac_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "label_mgr", - "path": "/opt/srlinux/bin/sr_label_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "lag_mgr", - "path": "/opt/srlinux/bin/sr_lag_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "ldp_mgr", - "path": "/opt/srlinux/bin/sr_ldp_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "license_mgr", - "path": "/opt/srlinux/bin/sr_license_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "linux_mgr", - "path": "/opt/srlinux/bin/sr_linux_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "dnsmasq", - "path": "/usr/sbin/dnsmasq", - "version": "2023-01-13T21:57:01.000Z" - }, - { - "name": "sshd", - "path": "/usr/sbin/sshd:", - "version": "n/a" - }, - { - "name": "ntpd", - "path": "/usr/sbin/chronyd", - "version": "2023-05-08T20:05:00.000Z" - }, - { - "name": "vsftpd", - "path": "/usr/sbin/vsftpd", - "version": "2022-10-16T11:05:42.000Z" - }, - { - "name": "snmp_server", - "path": "/opt/srlinux/bin/sr_snmp_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "timesrv", - "path": "/usr/sbin/chronyd", - "version": "2023-05-08T20:05:00.000Z" - }, - { - "name": "lldp_mgr", - "path": "/opt/srlinux/bin/sr_lldp_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "log_mgr", - "path": "/opt/srlinux/bin/sr_log_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "macsec_mgr", - "path": "/opt/srlinux/bin/sr_macsec_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "mcid_mgr", - "path": "/opt/srlinux/bin/sr_mcid_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "mgmt_server", - "path": "/opt/srlinux/bin/sr_mgmt_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "common", - "path": "n/a", - "version": "n/a" - }, - { - "name": "mirror_mgr", - "path": "/opt/srlinux/bin/sr_mirror_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "mpls_mgr", - "path": "/opt/srlinux/bin/sr_mpls_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "mplsoam_mgr", - "path": "/opt/srlinux/bin/sr_mplsoam_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "net_inst_mgr", - "path": "/opt/srlinux/bin/sr_net_inst_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "oam_mgr", - "path": "/opt/srlinux/bin/sr_oam_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "oc_mgmt_server", - "path": "/opt/srlinux/bin/sr_oc_mgmt_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "oc_common", - "path": "n/a", - "version": "n/a" - }, - { - "name": "ospf_mgr", - "path": "/opt/srlinux/bin/sr_ospf_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "p4rt_server", - "path": "/opt/srlinux/bin/sr_p4rt_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "plcy_mgr", - "path": "/opt/srlinux/bin/sr_plcy_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "maint_mode_mgr", - "path": "n/a", - "version": "n/a" - }, - { - "name": "qos_mgr", - "path": "/opt/srlinux/bin/sr_qos_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "radius_mgr", - "path": "/opt/srlinux/bin/sr_radius_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "sdk_mgr", - "path": "/opt/srlinux/bin/sr_sdk_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "segrt_mgr", - "path": "/opt/srlinux/bin/sr_segrt_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "sflow_sample_mgr", - "path": "/opt/srlinux/bin/sr_sflow_sample_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "static_route_mgr", - "path": "/opt/srlinux/bin/sr_static_route_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "supportd", - "path": "/opt/srlinux/bin/sr_supportd", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "te_mgr", - "path": "/opt/srlinux/bin/sr_te_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "tepolicy_mgr", - "path": "/opt/srlinux/bin/sr_tepolicy_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "timing_stack", - "path": "/opt/srlinux/bin/sr_timing_stack", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "twamp_mgr", - "path": "/opt/srlinux/bin/sr_twamp_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "vrrp_mgr", - "path": "/opt/srlinux/bin/sr_vrrp_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "vxlan_mgr", - "path": "/opt/srlinux/bin/sr_vxlan_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "xdp_cpm", - "path": "/opt/srlinux/bin/sr_xdp_cpm", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "xdp_lc", - "path": "/opt/srlinux/bin/sr_xdp_lc", - "version": "2023-11-04T22:37:53.000Z" - } - ], - "yang-module": [ - { - "name": "srl_nokia-aaa", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-aaa-password", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-aaa-types", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-acl", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-acl-policers", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-acl-qos", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-aggregate-routes", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-app-mgmt", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-bfd", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-bgp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-bgp-evpn", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-bgp-evpn-bgp-instance-mpls-bridge-table-multicast-destinations", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-bgp-evpn-bgp-instance-mpls-bridge-table-statistics", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-bgp-evpn-bgp-instance-mpls-bridge-table-unicast-destinations", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-bgp-evpn-bgp-instance-mpls-vpws-destinations", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-bgp-ipvpn", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-bgp-vpn", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-boot", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-bridge-table", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-bridge-table-mac-duplication", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-bridge-table-mac-duplication-entries", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-bridge-table-mac-learning", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-bridge-table-mac-learning-entries", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-bridge-table-mac-limit", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-bridge-table-mac-table", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-bridge-table-proxy-arp-nd", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-bridge-table-reserved-macs", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-bridge-table-shg", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-bridge-table-static-mac", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-configuration", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-configuration-role", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-connection-point", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-dhcp-server", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-dns", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-ethcfm", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-event-handler", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-ftp", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-gnmi-server", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-gnsi-authz", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-gnsi-certz", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-gribi-server", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-icmp", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-if-ip", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-if-mpls", - "revision": "2021-06-30" - }, - { - "name": "srl_nokia-interfaces", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-interfaces-bridge-table", - "revision": "2021-06-30" - }, - { - "name": "srl_nokia-interfaces-bridge-table-mac-duplication-entries", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-interfaces-bridge-table-mac-learning-entries", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-interfaces-bridge-table-mac-table", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-interfaces-bridge-table-statistics", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-interfaces-ethernet-segment-association", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-interfaces-ip-dhcp", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-interfaces-ip-dhcp-relay", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-interfaces-ip-dhcp-server", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-interfaces-ip-vrrp", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-interfaces-l2cp", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-interfaces-lag", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-interfaces-local-mirror-destination", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-interfaces-nbr", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-interfaces-nbr-evpn", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-interfaces-nbr-virtual-ip-discovery", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-interfaces-p4rt", - "revision": "2022-06-30" - }, - { - "name": "srl_nokia-interfaces-router-adv", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-interfaces-vlans", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-interfaces-vxdp", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-ip-route-tables", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-ippm-source-udp-pool", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-isis", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-isis-lsdb", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-isis-lsdb-types", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-json-rpc", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-keychains", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-lacp", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-ldp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-license", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-link-measurement", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-linux", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-lldp", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-lldp-types", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-load-balancing", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-logging", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-lsp-ping-trace", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-macsec", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-maintenance-mode", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-maintenance-policies", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-micro-bfd", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-mirroring", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-mpls", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-mpls-label-management", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-mpls-route-tables", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-mpls-services-evpn-label-management", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-mpls-services-network-instance-label-management", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-mtu", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-network-instance", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-network-instance-mtu", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-next-hop-groups", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-ntp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-oam", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-oam-pm-ethcfm", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-oam-pm-ip", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-openconfig", - "revision": "2022-06-30" - }, - { - "name": "srl_nokia-ospf", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-p4rt-server", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-packet-link-qual", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-packet-match-types", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-acl", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-cgroup", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-platform-chassis", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform-control", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform-cpu", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-platform-datapath-resources", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-disk", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-fabric", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-platform-fan", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform-healthz", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-lc", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform-linecard-fib", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-platform-memory", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-platform-mtu", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-platform-p4rt", - "revision": "2022-06-30" - }, - { - "name": "srl_nokia-platform-pipeline-counters", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-platform-psu", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform-qos", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-redundancy", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-platform-resource-mgmt", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-platform-resource-monitoring", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-platform-secure-boot", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-tcam", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-tpm", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-vxdp", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-policy-forwarding", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-qos", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-qos-policers", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-ra_guard", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-rib-bgp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-routing-policy", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-segment-routing", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-sflow", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-snmp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-ssh", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-stamp", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-static-routes", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-system", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-system-banner", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-system-bridge-table", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-system-bridge-table-proxy-arp", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-system-info", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-system-multicast", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-system-name", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-system-network-instance", - "revision": "2021-06-30" - }, - { - "name": "srl_nokia-system-network-instance-bgp-evpn-ethernet-segments", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-system-network-instance-bgp-vpn", - "revision": "2022-06-30" - }, - { - "name": "srl_nokia-system-protocols", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-tcp-udp", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-te-policies", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-timezone", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-tls", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-traffic-engineering", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-transport-security", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-tunnel", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-tunnel-interfaces", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-tunnel-interfaces-vxlan-interface-bridge-table", - "revision": "2021-06-30" - }, - { - "name": "srl_nokia-tunnel-interfaces-vxlan-interface-bridge-table-multicast-destinations", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-tunnel-interfaces-vxlan-interface-bridge-table-unicast-destinations", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-tunnel-interfaces-vxlan-interface-bridge-table-unicast-es-destination-vteps", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-tunnel-tables", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-twamp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-vxlan-tunnel-vtep", - "revision": "2023-03-31" - } - ] - }, - "srl_nokia-acl:acl": { - "cpm-filter": { - "ipv4-filter": { - "statistics-per-entry": true, - "entry": [ - { - "sequence-id": 10, - "description": "Accept incoming ICMP unreachable messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "dest-unreachable", - "code": [ - 0, - 1, - 2, - 3, - 4, - 13 - ] - } - } - }, - { - "sequence-id": 20, - "description": "Accept incoming ICMP time-exceeded messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "time-exceeded" - } - } - }, - { - "sequence-id": 30, - "description": "Accept incoming ICMP parameter problem messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "param-problem" - } - } - }, - { - "sequence-id": 40, - "description": "Accept incoming ICMP echo messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "echo" - } - } - }, - { - "sequence-id": 50, - "description": "Accept incoming ICMP echo-reply messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "echo-reply" - } - } - }, - { - "sequence-id": 60, - "description": "Accept incoming SSH when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 22 - } - } - }, - { - "sequence-id": 70, - "description": "Accept incoming SSH when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 22 - } - } - }, - { - "sequence-id": 80, - "description": "Accept incoming Telnet when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 23 - } - } - }, - { - "sequence-id": 90, - "description": "Accept incoming Telnet when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 23 - } - } - }, - { - "sequence-id": 100, - "description": "Accept incoming TACACS+ when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 49 - } - } - }, - { - "sequence-id": 110, - "description": "Accept incoming TACACS+ when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 49 - } - } - }, - { - "sequence-id": 120, - "description": "Accept incoming DNS response messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "source-port": { - "operator": "eq", - "value": 53 - } - } - }, - { - "sequence-id": 130, - "description": "Accept incoming DHCP messages targeted for BOOTP/DHCP client", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 68 - } - } - }, - { - "sequence-id": 140, - "description": "Accept incoming TFTP read-request and write-request messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 69 - } - } - }, - { - "sequence-id": 150, - "description": "Accept incoming HTTP(JSON-RPC) when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 80 - } - } - }, - { - "sequence-id": 160, - "description": "Accept incoming HTTP(JSON-RPC) when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 80 - } - } - }, - { - "sequence-id": 170, - "description": "Accept incoming NTP messages from servers", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "source-port": { - "operator": "eq", - "value": 123 - } - } - }, - { - "sequence-id": 180, - "description": "Accept incoming SNMP GET/GETNEXT messages from servers", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 161 - } - } - }, - { - "sequence-id": 190, - "description": "Accept incoming BGP when the other router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 179 - } - } - }, - { - "sequence-id": 200, - "description": "Accept incoming BGP when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 179 - } - } - }, - { - "sequence-id": 210, - "description": "Accept incoming HTTPS(JSON-RPC) when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 443 - } - } - }, - { - "sequence-id": 220, - "description": "Accept incoming HTTPS(JSON-RPC) when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 443 - } - } - }, - { - "sequence-id": 230, - "description": "Accept incoming single-hop BFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 3784 - } - } - }, - { - "sequence-id": 240, - "description": "Accept incoming multi-hop BFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 4784 - } - } - }, - { - "sequence-id": 250, - "description": "Accept incoming uBFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 6784 - } - } - }, - { - "sequence-id": 260, - "description": "Accept incoming gNMI messages when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 57400 - } - } - }, - { - "sequence-id": 270, - "description": "Accept incoming UDP traceroute messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "range": { - "start": 33434, - "end": 33464 - } - } - } - }, - { - "sequence-id": 280, - "description": "Accept incoming ICMP timestamp messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "timestamp" - } - } - }, - { - "sequence-id": 290, - "description": "Accept incoming OSPF messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": 89 - } - }, - { - "sequence-id": 300, - "description": "Accept incoming DHCP relay messages targeted for BOOTP/DHCP server", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 67 - } - } - }, - { - "sequence-id": 310, - "description": "Accept ICMP fragment packets", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "fragment": true, - "protocol": "icmp" - } - }, - { - "sequence-id": 320, - "description": "Accept incoming LDP packets", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "source-port": { - "operator": "eq", - "value": 646 - } - } - }, - { - "sequence-id": 330, - "description": "Accept incoming LDP packets with source-port 646", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 646 - } - } - }, - { - "sequence-id": 340, - "description": "Accept incoming LDP packets with destination-port 646", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 646 - } - } - }, - { - "sequence-id": 350, - "description": "Accept incoming gRIBI packets with destination-port 57401", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 57401 - } - } - }, - { - "sequence-id": 360, - "description": "Accept incoming p4rt packets with destination-port 9559", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 9559 - } - } - }, - { - "sequence-id": 370, - "description": "Accept incoming IGMP packets", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "igmp" - } - }, - { - "sequence-id": 380, - "description": "Accept incoming PIM packets", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "pim" - } - }, - { - "sequence-id": 390, - "description": "Accept incoming RADIUS AAA packets", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "source-port": { - "range": { - "start": 1812, - "end": 1813 - } - } - } - }, - { - "sequence-id": 410, - "description": "Accept incoming PTP messages with destination-ports 319 and 320", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "range": { - "start": 319, - "end": 320 - } - } - } - }, - { - "sequence-id": 420, - "description": "Drop all else", - "action": { - "drop": { - "log": true - } - } - } - ] - }, - "ipv6-filter": { - "statistics-per-entry": true, - "entry": [ - { - "sequence-id": 10, - "description": "Accept incoming ICMPv6 unreachable messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "dest-unreachable", - "code": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ] - } - } - }, - { - "sequence-id": 20, - "description": "Accept incoming ICMPv6 packet-too-big messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "packet-too-big" - } - } - }, - { - "sequence-id": 30, - "description": "Accept incoming ICMPv6 time-exceeded messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "time-exceeded" - } - } - }, - { - "sequence-id": 40, - "description": "Accept incoming ICMPv6 parameter problem messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "param-problem" - } - } - }, - { - "sequence-id": 50, - "description": "Accept incoming ICMPv6 echo-request messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "echo-request" - } - } - }, - { - "sequence-id": 60, - "description": "Accept incoming ICMPv6 echo-reply messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "echo-reply" - } - } - }, - { - "sequence-id": 70, - "description": "Accept incoming ICMPv6 router-advertisement messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "router-advertise" - } - } - }, - { - "sequence-id": 80, - "description": "Accept incoming ICMPv6 neighbor-solicitation messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "neighbor-solicit" - } - } - }, - { - "sequence-id": 90, - "description": "Accept incoming ICMPv6 neighbor-advertisement messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "neighbor-advertise" - } - } - }, - { - "sequence-id": 100, - "description": "Accept incoming SSH when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 22 - } - } - }, - { - "sequence-id": 110, - "description": "Accept incoming SSH when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 22 - } - } - }, - { - "sequence-id": 120, - "description": "Accept incoming Telnet when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 23 - } - } - }, - { - "sequence-id": 130, - "description": "Accept incoming Telnet when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 23 - } - } - }, - { - "sequence-id": 140, - "description": "Accept incoming TACACS+ when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 49 - } - } - }, - { - "sequence-id": 150, - "description": "Accept incoming TACACS+ when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 49 - } - } - }, - { - "sequence-id": 160, - "description": "Accept incoming DNS response messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "source-port": { - "operator": "eq", - "value": 53 - } - } - }, - { - "sequence-id": 170, - "description": "Accept incoming TFTP read-request and write-request messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 69 - } - } - }, - { - "sequence-id": 180, - "description": "Accept incoming HTTP(JSON-RPC) when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 80 - } - } - }, - { - "sequence-id": 190, - "description": "Accept incoming HTTP(JSON-RPC) when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 80 - } - } - }, - { - "sequence-id": 200, - "description": "Accept incoming NTP messages from servers", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "source-port": { - "operator": "eq", - "value": 123 - } - } - }, - { - "sequence-id": 210, - "description": "Accept incoming SNMP GET/GETNEXT messages from servers", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 161 - } - } - }, - { - "sequence-id": 220, - "description": "Accept incoming BGP when the other router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 179 - } - } - }, - { - "sequence-id": 230, - "description": "Accept incoming BGP when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 179 - } - } - }, - { - "sequence-id": 240, - "description": "Accept incoming HTTPS(JSON-RPC) when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 443 - } - } - }, - { - "sequence-id": 250, - "description": "Accept incoming HTTPS(JSON-RPC) when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 443 - } - } - }, - { - "sequence-id": 260, - "description": "Accept incoming DHCPv6 client messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 546 - } - } - }, - { - "sequence-id": 270, - "description": "Accept incoming single-hop BFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 3784 - } - } - }, - { - "sequence-id": 280, - "description": "Accept incoming multi-hop BFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 4784 - } - } - }, - { - "sequence-id": 290, - "description": "Accept incoming uBFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 6784 - } - } - }, - { - "sequence-id": 300, - "description": "Accept incoming gNMI messages when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 57400 - } - } - }, - { - "sequence-id": 310, - "description": "Accept incoming UDP traceroute messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "range": { - "start": 33434, - "end": 33464 - } - } - } - }, - { - "sequence-id": 320, - "description": "Accept incoming IPV6 hop-in-hop messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": 0 - } - }, - { - "sequence-id": 330, - "description": "Accept incoming IPV6 fragment header messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": 44 - } - }, - { - "sequence-id": 340, - "description": "Accept incoming OSPF messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": 89 - } - }, - { - "sequence-id": 350, - "description": "Accept incoming DHCPv6 relay messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 547 - } - } - }, - { - "sequence-id": 360, - "description": "Accept incoming gRIBI packets with destination-port 57401", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 57401 - } - } - }, - { - "sequence-id": 370, - "description": "Accept incoming p4rt packets with destination-port 9559", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 9559 - } - } - }, - { - "sequence-id": 380, - "description": "Accept incoming MLDv1 report messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "mld-report" - } - } - }, - { - "sequence-id": 390, - "description": "Accept incoming MLDv2 report messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "mld-v2" - } - } - }, - { - "sequence-id": 400, - "description": "Accept incoming MLDv1 done messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "mld-done" - } - } - }, - { - "sequence-id": 410, - "description": "Accept incoming MLD query messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "mld-query" - } - } - }, - { - "sequence-id": 420, - "description": "Accept incoming PIM messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "pim" - } - }, - { - "sequence-id": 430, - "description": "Accept incoming RADIUS AAA messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "source-port": { - "range": { - "start": 1812, - "end": 1813 - } - } - } - }, - { - "sequence-id": 450, - "description": "Accept incoming PTP messages with destination-ports 319 and 320", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "range": { - "start": 319, - "end": 320 - } - } - } - }, - { - "sequence-id": 460, - "description": "Drop all else", - "action": { - "drop": { - "log": true - } - } - } - ] - } - }, - "policers": { - "system-cpu-policer": [ - { - "name": "icmp", - "entry-specific": false, - "peak-packet-rate": 1000, - "max-packet-burst": 1000 - } - ] - } - }, - "srl_nokia-interfaces:interface": [ - { - "name": "ethernet-1/3", - "admin-state": "enable" - }, - { - "name": "ethernet-1/4", - "admin-state": "enable" - }, - { - "name": "mgmt0", - "admin-state": "enable", - "subinterface": [ - { - "index": 0, - "admin-state": "enable", - "ip-mtu": 1500, - "ipv4": { - "admin-state": "enable", - "srl_nokia-interfaces-ip-dhcp:dhcp-client": { - - } - }, - "ipv6": { - "admin-state": "enable", - "srl_nokia-interfaces-ip-dhcp:dhcp-client": { - - } - } - } - ] - } - ], - "srl_nokia-system:system": { - "srl_nokia-aaa:aaa": { - "authentication": { - "idle-timeout": 7200, - "authentication-method": [ - "local" - ], - "admin-user": { - "ssh-key": [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJSGdT6gPlA4m+PSmQ8oR3z6N4ofCfTkJa2BpUgy+JV0" - ] - }, - "linuxadmin-user": { - "password": "$6$Ni233gqiuJ9zarHl$ZKtMh/vEvlY7XpHSYSJVrFNpUDeM/dsfaxK6csljO5X3.ImsDn8yiOcPASsTNpa1r6XrVlzrpnlJKqYIK0gvO1", - "ssh-key": [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJSGdT6gPlA4m+PSmQ8oR3z6N4ofCfTkJa2BpUgy+JV0" - ] - } - }, - "server-group": [ - { - "name": "local", - "type": "srl_nokia-aaa-types:local" - } - ] - }, - "srl_nokia-lldp:lldp": { - "admin-state": "enable" - }, - "srl_nokia-gnmi-server:gnmi-server": { - "admin-state": "enable", - "rate-limit": 65000, - "trace-options": [ - "request", - "response", - "common" - ], - "network-instance": [ - { - "name": "mgmt", - "admin-state": "enable", - "use-authentication": true, - "tls-profile": "clab-profile", - "port": 57400, - "services": [ - "srl_nokia-gnmi-server:gnmi" - ] - } - ], - "unix-socket": { - "admin-state": "enable", - "services": [ - "srl_nokia-gnmi-server:gnmi", - "srl_nokia-gnmi-server:gnoi" - ] - } - }, - "srl_nokia-tls:tls": { - "server-profile": [ - { - "name": "clab-profile", - "key": "$aes1$ATR1tum99ZS51W8=$22YAJlu+wErxDY25MCqZby42xS2zz66mdJlTGVPE0QJB1oWI4xE1NeWd7pYPajqw59jmaidYzrQ9CCBYSJ42en4d+mZJgz9H5A7quGZQEeBs6H4NyGby2zBkeF6x6v/utGNS4XU7He58BMB5Y0EkBfTDZilkCCgRMtMmch5b2p2A+VAWl4lSOfu/A6RkVv9FjfYLXYtnMVbSp8QjTzCOi7NNRheN6VPV2Yw2AoyYr6FZevG+IZVlGi7GqUzGMkEqen59jyb71qWwQ7IOgvlZzEPAHk/D+9wapggo2HGaLSnOQSV59vKbV285aunzfkFUqD/uqbQ1i3TGgCDi/s9S9NRK3FkKZRIU9//LTZHjIAl2sMdpVWyFWXPu/9sWkABHk9G03lMpsLfrjvEd22ME6mtsGxlT9w39xELZQZnsSe3AW6iLzwHGXjbSOubYxjh7rtXwj4A82KcWWCC4pvkAEs9/qo0mBlEj9HiZT9VOGTHI6x2erNNBCVkWzyBo+h417y49iDGh9/Kr8BArfYBZfaqjK2OSQrM0USbyBwQBfoENG/iUkXLYG5xjDGSxawrtudoWKqkPwzsKQFi3VDrlHIbpysR3E/XtASvOafG2VB+lIPSieAVqG5EafZwWN2PwgC49sd6MQH4NpK1QxFKzy7cnEeTfE+SERD1xrSSNid2/E6xPPNZRnsJa5+IBhFd+nB21u/7paHu98CVEEc3IvJ9nz6XXRRgoQup+bDc2xNmUhLrnh+10HZbMUiLNWxaz7xa2sJvOEwmr2ya8hiCmEzAIYJW4Br65dzErlxtYFjouwmtkTOW5O9a2Opuu0WmYV7e+5k8dTQVn6lDgeJaz82aZClllrFoocLh+KcPNzqdFdQksTCNraoiiSUI0PrgqmNfw3gFSlsAAUdfyW1uf2u2f5yqvcNqBYZ8BWBo6DZv4/HmSWFVm+SMULN+wIkVNC+9QhsebE7UPVsnslOoxZKBkwt/2zroHeSNOl/epfZhimXGwBRqR/GnFQb636r2G4WJNXGM4LWnCurHVAnH3okim/5xDQzXSULTr7CggCikDn0JKqXn0B+hv0NJCZPtHiPa2Kj2hQq2PV6PKUcVAPH9RrLaG3ZhA1EUQLmHxEWq4OCKzTJYiS/1GRROGZrvRnaSQBqEmSslGAwmYrOFq0mOQfUALPcyerqBizbr2FMVQjDdn6NcXgkHD8GsVOrGV4I8zrLbElxoySkBzyIhzL8+jmtcIbtm6v/o84NZI2Fi6bJqYb8TJu4xOKgL787kfPNGMd8a9PfGhwodLV04YBby/Ti508F+jHTJ+nkXrYBE0phyjnbMk+5FBoqTXUQgZlAsMQsj3k4IGT/3/d5m0WroLChpps8mbaJFg6Kk4o47xqEWaXA0NCPsCdwt8rMi44MHeRKIlr7+QLN+FUx81HB6wynNRk93ko8ZqxFk/QfKk7yBKF0s4BYCXHEJP+y/2IyLL8wPTHoniq+oA3DaOPPRci341gqJsKMtY/HoGA+IznVX3J8EoBBpk8IPXxyppXeziJJimpW9FGxHc5HUTqyuOE4Huy1tevWnupMkG0fVjWassw2mwVkPbzC/bJE5x7ARK/Wj5Gfu+Uug4MG+brf/vMA/6oLnJBI/LRYCEMR/0eeYcyeu4dIGvavwdouGGjkE//O+RtFEP00ue57xnIVy9zp/ckjMyLhR2pYy4iAeZgLBCKUG+5ZHJ3XVGyMqy3fP8329yoyF5lOMxlhKOJJ0cqqb3TdjCJ3vfcXU0KLKNaKj33glRRa2nScF/cHU+fe8/OL9f7D1Q+DhwVlqKr7flZ9eEDp6e48Cw2V2QRmovvh4r0+I52TgZV3C9q6aYUN6AAMB3QgNKk3ElZMf5ldqraAnNvmx67G2N5aD8H+NSTmZyvTpo5tm78tPW8SuNTA5drDrt6c/MvW1/4cjYVlwwGgNCjpf2YG8Z9j3YQHqd264n4HhfIPRj5HozBPVlDXplyzPgwAZ7mAoHs1+fYJXRdNS8ASCZsFza6Rmb8dblnIzHTbLV3t2D0f6MbhNCvqjmNYO5NSTi1wMLNmX27OrPgQkoiv9y+18cX3TY7si+vCClCjIj/vDPK2elZHjhopz7s5i2Kiv1el8cuLGPP3BhGw6MBgHvP78tXJQVcyC/qC1FBjKg1FpoyWIfDlL6zzxV2h4nSQJWaUnbiv7Sb4Zk8Z5Ns8xNHB1WpLz5ktjvjxvTqapeOM9O3820u9Pd", - "certificate": "-----BEGIN CERTIFICATE-----\nMIID1DCCArygAwIBAgICBnowDQYJKoZIhvcNAQELBQAwUDELMAkGA1UEBhMCVVMx\nCTAHBgNVBAcTADEVMBMGA1UEChMMY29udGFpbmVybGFiMQkwBwYDVQQLEwAxFDAS\nBgNVBAMTC2RlbW8gbGFiIENBMB4XDTI0MTAzMTA4MTg0OVoXDTI1MTAzMTA4MTg0\nOVowVDELMAkGA1UEBhMCVVMxCTAHBgNVBAcTADEVMBMGA1UEChMMY29udGFpbmVy\nbGFiMQkwBwYDVQQLEwAxGDAWBgNVBAMTD0xlYWYtMDMuZGVtby5pbzCCASIwDQYJ\nKoZIhvcNAQEBBQADggEPADCCAQoCggEBALcdbh2NrYuZIhCSmlW9rxS4GhsUtPeh\nB3MAfvf3hpIIfB198VF8e9vMtDqGtpzmr92Ao6Rfo0thqloRKOdbrZaF8kJZgjCe\n7INdphSFbt2YJaeaxZX2n6I72tkqbeUGW0zhsOsxBws/IyP29AqyWNRMJN4NuJP1\nwFcIn+HafBIm7g9D5S5rJSBTLG5U/VfYva1pFbbgmgUX8felf/5dLCfHJl/ORxni\nMqrJK+4pzqoX6CdlKzEFAkxZu1NP4twbcyBhzKGqMb5wZMID6tjYVxKHgkSQk/F0\n3FNs39Ipy/MgaHF5QVHq+2aIGVMbNFJWiWGVn423UjtFsrpqYMwFpl8CAwEAAaOB\nszCBsDAOBgNVHQ8BAf8EBAMCBaAwHQYDVR0lBBYwFAYIKwYBBQUHAwIGCCsGAQUF\nBwMBMA4GA1UdDgQHBAUBAgMEBjAfBgNVHSMEGDAWgBSSbvLEi7TgXM+U880FuTK7\nHe+0hDBOBgNVHREERzBFggdMZWFmLTAzghFjbGFiLWRlbW8tTGVhZi0wM4IPTGVh\nZi0wMy5kZW1vLmlvhwSsFBQFhxA//wFyACAAIAAAAAAAAAAFMA0GCSqGSIb3DQEB\nCwUAA4IBAQA3YD0gOwh3GcBg7YXL5JTIHvm/E1DYFWXFbjvIHbcLQTL4ItsSdzTA\ndJxoAlRjN4ae78XDvFR6ywh/4v27meG0Jn/dVUjt9IO19rfokI4Gp92fYY+z/0Yz\n6ptoWt/Ntxp6ebsxHWXZzZ8tN3zA4T8bUU9FaOYGYC8ontsTzS0PdX3bPwoQvKyn\ny1LAL9/NLZQu0VGaHRHJPkc2n3AgI0qFA0AwE6P0i7H3KFAF9UO8CSwkNnDBwnjp\n/Ec9coJ6dAGyzJNvilq1H2MAirKgcAIllBpDntCm13XoLGWGPmBVSh4R9BMfVVCo\nUIX8G7v/t28wxE5TOnSlXVmFgv1U83yG\n-----END CERTIFICATE-----\n", - "authenticate-client": false - } - ] - }, - "srl_nokia-json-rpc:json-rpc-server": { - "admin-state": "enable", - "network-instance": [ - { - "name": "mgmt", - "http": { - "admin-state": "enable" - }, - "https": { - "admin-state": "enable", - "tls-profile": "clab-profile" - } - } - ] - }, - "srl_nokia-dns:dns": { - "network-instance": "mgmt", - "server-list": [ - "100.124.38.2", - "100.124.38.3" - ] - }, - "srl_nokia-snmp:snmp": { - "community": "$aes1$AWD1YuCJtZqqyW8=$9+DUzgMxQj+XrTWbLaCPug==", - "network-instance": [ - { - "name": "mgmt", - "admin-state": "enable" - } - ] - }, - "srl_nokia-ssh:ssh-server": { - "network-instance": [ - { - "name": "mgmt", - "admin-state": "enable" - } - ] - }, - "srl_nokia-system-banner:banner": { - "login-banner": "................................................................\n: Welcome to Nokia SR Linux! :\n: Open Network OS for the NetOps era. :\n: :\n: This is a freely distributed official container image. :\n: Use it - Share it :\n: :\n: Get started: https://learn.srlinux.dev :\n: Container: https://go.srlinux.dev/container-image :\n: Docs: https://doc.srlinux.dev/23-10 :\n: Rel. notes: https://doc.srlinux.dev/rn23-10-1 :\n: YANG: https://yang.srlinux.dev/v23.10.1 :\n: Discord: https://go.srlinux.dev/discord :\n: Contact: https://go.srlinux.dev/contact-sales :\n................................................................\n" - }, - "srl_nokia-logging:logging": { - "buffer": [ - { - "buffer-name": "messages", - "rotate": 3, - "size": "10000000", - "facility": [ - { - "facility-name": "local6", - "priority": { - "match-above": "informational" - } - } - ] - }, - { - "buffer-name": "system", - "facility": [ - { - "facility-name": "auth", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "cron", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "daemon", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "ftp", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "kern", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "lpr", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "mail", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "news", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "syslog", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "user", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "uucp", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local0", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local1", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local2", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local3", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local4", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local5", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local7", - "priority": { - "match-above": "warning" - } - } - ] - } - ], - "file": [ - { - "file-name": "messages", - "rotate": 3, - "size": "10000000", - "facility": [ - { - "facility-name": "local6", - "priority": { - "match-above": "warning" - } - } - ] - } - ] - } - }, - "srl_nokia-network-instance:network-instance": [ - { - "name": "mgmt", - "type": "srl_nokia-network-instance:ip-vrf", - "admin-state": "enable", - "description": "Management network instance", - "interface": [ - { - "name": "mgmt0.0" - } - ], - "protocols": { - "srl_nokia-linux:linux": { - "import-routes": true, - "export-routes": true, - "export-neighbors": true - } - } - } - ] -} \ No newline at end of file diff --git a/rawTopoFile/clab-demo/Leaf-03/config/devices/app_ephemeral.mgmt_server.ready_for_config b/rawTopoFile/clab-demo/Leaf-03/config/devices/app_ephemeral.mgmt_server.ready_for_config deleted file mode 100644 index 9a7211a0d..000000000 --- a/rawTopoFile/clab-demo/Leaf-03/config/devices/app_ephemeral.mgmt_server.ready_for_config +++ /dev/null @@ -1 +0,0 @@ -loaded initial configuration diff --git a/rawTopoFile/clab-demo/Leaf-03/config/devices/hw_details.json b/rawTopoFile/clab-demo/Leaf-03/config/devices/hw_details.json deleted file mode 100644 index 821ce8dc7..000000000 --- a/rawTopoFile/clab-demo/Leaf-03/config/devices/hw_details.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "chassis_type": 72, - "chassis_base_mac": { - "mac_address": "AAAAAAAA" - }, - "chassis_serial_number": "", - "is_active": true, - "card_details": [], - "cpm_slot_by_letter": "A", - "is_singleru": true, - "slot_num": 0, - "cpm_card_type": 187, - "ztp_interfaces": [], - "chassis_name": "7220 IXR-D2L", - "card_serial_number": "", - "mda_poll_thread": false, - "chassis_part_num": "", - "card_part_num": "" -} diff --git a/rawTopoFile/clab-demo/Leaf-03/config/devices/management-ip.json b/rawTopoFile/clab-demo/Leaf-03/config/devices/management-ip.json deleted file mode 100644 index 33c3a48b1..000000000 --- a/rawTopoFile/clab-demo/Leaf-03/config/devices/management-ip.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "ipv4_gateway": "172.20.20.1", - "ipv6_gateway": "3fff:172:20:20::1", - "ipv4": "172.20.20.5/24", - "ipv6": "3fff:172:20:20::5/64" -} \ No newline at end of file diff --git a/rawTopoFile/clab-demo/Leaf-03/config/devices/slot_1.json b/rawTopoFile/clab-demo/Leaf-03/config/devices/slot_1.json deleted file mode 100644 index ffa7a61d9..000000000 --- a/rawTopoFile/clab-demo/Leaf-03/config/devices/slot_1.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "slot_num": 1, - "card_type": 187, - "mda_type": 208, - "base_mac": { - "mac_address": "GpgCAAAA" - }, - "mac_count": 0, - "chassis_type": 72, - "card_deviation": "", - "is_combined_system": true, - "active_cpm_slot_num": 1, - "version": 1, - "card_mfg_assembly": "", - "pd_type": 1, - "card_revision": 0, - "card_mac_count": 0, - "has_gnss": false -} diff --git a/rawTopoFile/clab-demo/Leaf-03/config/devices/slot_nums.json b/rawTopoFile/clab-demo/Leaf-03/config/devices/slot_nums.json deleted file mode 100644 index 2bfe0232d..000000000 --- a/rawTopoFile/clab-demo/Leaf-03/config/devices/slot_nums.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "slots": { - "slot_info": [ - { - "slot_num": 1, - "is_cpm": true, - "is_imm": true, - "card_type": 187 - }, - { - "slot_num": 1, - "is_cpm": true, - "is_imm": true, - "card_type": 187 - } - ] - }, - "my_cpm_slot_num": 1 -} diff --git a/rawTopoFile/clab-demo/Leaf-03/config/gnoi/healthz/events/events.data b/rawTopoFile/clab-demo/Leaf-03/config/gnoi/healthz/events/events.data deleted file mode 100644 index a8db12685..000000000 --- a/rawTopoFile/clab-demo/Leaf-03/config/gnoi/healthz/events/events.data +++ /dev/null @@ -1,426 +0,0 @@ - -c ->" - interface -name ethernet-1/57 - transceiver -healthz22278999598151241222B  -c ->" - interface -name ethernet-1/56 - transceiver -healthz22278999598151225468B  -c ->" - interface -name ethernet-1/55 - transceiver -healthz22278999598151209542B ͵ -c ->" - interface -name ethernet-1/54 - transceiver -healthz22278999598151193056B 紭 -c ->" - interface -name ethernet-1/51 - transceiver -healthz22278999598151137484B ӂ -c ->" - interface -name ethernet-1/39 - transceiver -healthz22278999598150886888B ܚ -c ->" - interface -name ethernet-1/16 - transceiver -healthz22278999598149417941B ܈ -c ->" - interface -name ethernet-1/14 - transceiver -healthz22278999598149386160B  -b -=! - interface -name ethernet-1/7 - transceiver -healthz22278999598149240020B ۚ -c ->" - interface -name ethernet-1/25 - transceiver -healthz22278999598150623336B ъ -b -=! - interface -name ethernet-1/6 - transceiver -healthz22278999598149223848B  -c ->" - interface -name ethernet-1/15 - transceiver -healthz22278999598149402246B  -c ->" - interface -name ethernet-1/10 - transceiver -healthz22278999598149305544B Ϛ -U -0 - -platform - power-supply -id2 -healthz22278999598148991039B Ɓ -b -=! - interface -name ethernet-1/1 - transceiver -healthz22278999598149035365B ۩ -c ->" - interface -name ethernet-1/41 - transceiver -healthz22278999598150927023B  -c ->" - interface -name ethernet-1/47 - transceiver -healthz22278999598151055694B Ճ -c ->" - interface -name ethernet-1/17 - transceiver -healthz22278999598150456923B ⽀ -c ->" - interface -name ethernet-1/13 - transceiver -healthz22278999598149362407B ֽ -c ->" - interface -name ethernet-1/12 - transceiver -healthz22278999598149346603B ۼ -S -. - -platform -linecard -slot1 -healthz22278999598148884305B ؿ -b -=! - interface -name ethernet-1/8 - transceiver -healthz22278999598149272687B  -b -=! - interface -name ethernet-1/4 - transceiver -healthz22278999598149191470B  -Q -, - -platform -fan-tray -id1 -healthz22278999598148682157B  -Q -, - -platform -fan-tray -id3 -healthz22278999598148773563B ޙ -c ->" - interface -name ethernet-1/22 - transceiver -healthz22278999598150567193B  -T -- - -platform -control -slotA -healthz22278999598148619476B ۪ -Q -, - -platform -fan-tray -id4 -healthz22278999598148795899B  -c ->" - interface -name ethernet-1/58 - transceiver -healthz22278999598151264977B 池 -c ->" - interface -name ethernet-1/19 - transceiver -healthz22278999598150506626B ƒ -c ->" - interface -name ethernet-1/33 - transceiver -healthz22278999598150780152B  -c ->" - interface -name ethernet-1/45 - transceiver -healthz22278999598151015158B Ƣ -c ->" - interface -name ethernet-1/37 - transceiver -healthz22278999598150855005B 㘠 -b -=! - interface -name ethernet-1/3 - transceiver -healthz22278999598149168630B 챟 -Q -, - -platform -fan-tray -id6 -healthz22278999598148827807B  -b -=! - interface -name ethernet-1/2 - transceiver -healthz22278999598149150583B ߰ -b -=! - interface -name ethernet-1/5 - transceiver -healthz22278999598149207709B  -c ->" - interface -name ethernet-1/11 - transceiver -healthz22278999598149329900B ػ -c ->" - interface -name ethernet-1/26 - transceiver -healthz22278999598150639431B ϋ -U -0 - -platform - power-supply -id1 -healthz22278999598148928307B  -Q -, - -platform -fan-tray -id5 -healthz22278999598148811938B  -c ->" - interface -name ethernet-1/46 - transceiver -healthz22278999598151039487B  -b -=! - interface -name ethernet-1/9 - transceiver -healthz22278999598149289246B  -c ->" - interface -name ethernet-1/52 - transceiver -healthz22278999598151153513B  -S -, - -platform -chassis -healthz -status22278999598148404861B  -c ->" - interface -name ethernet-1/20 - transceiver -healthz22278999598150525725B ׄ -c ->" - interface -name ethernet-1/18 - transceiver -healthz22278999598150489837B  -c ->" - interface -name ethernet-1/27 - transceiver -healthz22278999598150664018B ُ -c ->" - interface -name ethernet-1/53 - transceiver -healthz22278999598151169460B  -c ->" - interface -name ethernet-1/31 - transceiver -healthz22278999598150736467B ő -c ->" - interface -name ethernet-1/23 - transceiver -healthz22278999598150583301B  -c ->" - interface -name ethernet-1/35 - transceiver -healthz22278999598150814181B 줖 -c ->" - interface -name ethernet-1/24 - transceiver -healthz22278999598150607082B ҉ -c ->" - interface -name ethernet-1/21 - transceiver -healthz22278999598150550862B ՛ -c ->" - interface -name ethernet-1/28 - transceiver -healthz22278999598150680112B  -c ->" - interface -name ethernet-1/29 - transceiver -healthz22278999598150696489B  -c ->" - interface -name ethernet-1/34 - transceiver -healthz22278999598150797874B  -c ->" - interface -name ethernet-1/30 - transceiver -healthz22278999598150720247B Ɛ -c ->" - interface -name ethernet-1/49 - transceiver -healthz22278999598151095029B  -c ->" - interface -name ethernet-1/32 - transceiver -healthz22278999598150752479B ’ -c ->" - interface -name ethernet-1/50 - transceiver -healthz22278999598151114104B ˨ -c ->" - interface -name ethernet-1/36 - transceiver -healthz22278999598150833444B  -c ->" - interface -name ethernet-1/38 - transceiver -healthz22278999598150871112B ᙠ -c ->" - interface -name ethernet-1/40 - transceiver -healthz22278999598150910860B  -c ->" - interface -name ethernet-1/42 - transceiver -healthz22278999598150957246B ł -c ->" - interface -name ethernet-1/43 - transceiver -healthz22278999598150983359B Π -c ->" - interface -name ethernet-1/44 - transceiver -healthz22278999598150999451B ̡ -Q -, - -platform -fan-tray -id2 -healthz22278999598148754580B ʘ -c ->" - interface -name ethernet-1/48 - transceiver -healthz22278999598151071652B  \ No newline at end of file diff --git a/rawTopoFile/clab-demo/Leaf-03/config/last_boot_reason.json b/rawTopoFile/clab-demo/Leaf-03/config/last_boot_reason.json deleted file mode 100644 index 571f6816b..000000000 --- a/rawTopoFile/clab-demo/Leaf-03/config/last_boot_reason.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "active_serial_number": "Sim Serial No.", - "chassis_serial_number": "Sim Serial No.", - "last_boot_reason": "REASON_UNSET", - "standby_ready": false, - "file_written_at_unix_time": "2024-10-31T08:19:23.803Z", - "file_written_at_unix_time_ns": "1730362763803638027" -} diff --git a/rawTopoFile/clab-demo/Leaf-03/config/tls/clab-profile.key.pem b/rawTopoFile/clab-demo/Leaf-03/config/tls/clab-profile.key.pem deleted file mode 100644 index a8bbbbeae..000000000 --- a/rawTopoFile/clab-demo/Leaf-03/config/tls/clab-profile.key.pem +++ /dev/null @@ -1,27 +0,0 @@ ------BEGIN RSA PRIVATE KEY----- -MIIEowIBAAKCAQEAtx1uHY2ti5kiEJKaVb2vFLgaGxS096EHcwB+9/eGkgh8HX3x -UXx728y0Ooa2nOav3YCjpF+jS2GqWhEo51utloXyQlmCMJ7sg12mFIVu3Zglp5rF -lfafojva2Spt5QZbTOGw6zEHCz8jI/b0CrJY1Ewk3g24k/XAVwif4dp8EibuD0Pl -LmslIFMsblT9V9i9rWkVtuCaBRfx96V//l0sJ8cmX85HGeIyqskr7inOqhfoJ2Ur -MQUCTFm7U0/i3BtzIGHMoaoxvnBkwgPq2NhXEoeCRJCT8XTcU2zf0inL8yBocXlB -Uer7ZogZUxs0UlaJYZWfjbdSO0WyumpgzAWmXwIDAQABAoIBAEM71BWX0pPCGybY -nUBEEEfcPQGafcO6ZWDNWtEzGj7+TIwLlRJlUZjntXkTw3MipIoA1JTi5LMl3gWJ -7WndWIQ/FC9WbB3sDE1DklpQj99fINxEUK36Sqynq3g3QvhneBhnea0xaDOx7/Yh -k4Nl7oWsm5DImvAAuKl8KjAkJ5AGCg7lN0qgFmPlEnP/D4ekJno4poPvv9omDLFl -rCGDQuGMab0aqwNNgGnCMraeuPz67HGczvjaRlTzoa4IL8FKF22F0yUF7/qkAENh -ElfTIDz+Hb3gYvnS9wCdBkn9asMpE9fu1owWAFtGcLCKTlzM9liQGeUdQisf1qSv -96Vn6kkCgYEA4zDoDK7AVf+z9l4xU3UAY+Wqa9/XKXV4RsEc/JcKAQxXArFCL1ja -P6TLGVkPUcDt7LARMfhRDYJCd5oyrA1lk373T9q8QFVZy7mIwRfXlH0cdjKlrlZ+ -xO5JNkKDXw2iXOcfgKWfibq01CyJDs4wohDanK9wctVMg9VOvIBZDs0CgYEAzlW4 -9vAVL4kvZ6u2+7j0Apo7G4pkf7jp6FlfCbHH/7QBTUuJ7o+mtB/ZR1+xPjhJBYkJ -8WUd+CNh2JV8hKgdXsc5Li3/KA45FvBGP7wSfoQH2reKRExqhgreiyJZzsxzUjlf -NIebQwRyuVNvOzJiyZs9T0NEzkQRUHcYzu6D8dsCgYA8qmaMXG2HiUwo0WYifu+n -vUAQpijyLSf83Lw8xqgpN35UfbjKo9NDg2GoVxu8HORre2hcC465KLtO7KHzR3CE -PjcT37i9BQ2BVP2rcg5i3DWpakTLlNUtCOQL1R73VtCwNhc3ZwJ+6Jg4v9upVG2w -GQgHJuHECCjyWxc3Rp6BUQKBgQCczGHqLho7bIn8w24jrrKnw6LFVA75TIFck4X4 -bQSqWZVfstbX1ox9d3J7ncmomcdMEI7gxdHXfrPdjgP5H3RqUQUwBb5QJzbVKrSH -vJllUVpSqIXHTzboNBxYKTuMPqwoQPcLiT3A2QGBuljd6HVP9cvKjzkbcnih6E+O -+YyFXwKBgDFBT21hYWMCeyojqYJAPsYQIKWFi8WeoscFRhFIvDeJgcIATXGPzx2b -Lc3AxJZev3I3QnsG2e2V8lKFy1tuDVsaezLwyRTVTRTN+VbpkQPpIHWD9/+MlMtr -+qX6uw/0UkVpVjQPLcT37drwiRGZ1SnYDn0QqQAqEv88WtRblWdO ------END RSA PRIVATE KEY----- diff --git a/rawTopoFile/clab-demo/Leaf-03/config/tls/clab-profile.pem b/rawTopoFile/clab-demo/Leaf-03/config/tls/clab-profile.pem deleted file mode 100644 index c265317e5..000000000 --- a/rawTopoFile/clab-demo/Leaf-03/config/tls/clab-profile.pem +++ /dev/null @@ -1,23 +0,0 @@ ------BEGIN CERTIFICATE----- -MIID1DCCArygAwIBAgICBnowDQYJKoZIhvcNAQELBQAwUDELMAkGA1UEBhMCVVMx -CTAHBgNVBAcTADEVMBMGA1UEChMMY29udGFpbmVybGFiMQkwBwYDVQQLEwAxFDAS -BgNVBAMTC2RlbW8gbGFiIENBMB4XDTI0MTAzMTA4MTg0OVoXDTI1MTAzMTA4MTg0 -OVowVDELMAkGA1UEBhMCVVMxCTAHBgNVBAcTADEVMBMGA1UEChMMY29udGFpbmVy -bGFiMQkwBwYDVQQLEwAxGDAWBgNVBAMTD0xlYWYtMDMuZGVtby5pbzCCASIwDQYJ -KoZIhvcNAQEBBQADggEPADCCAQoCggEBALcdbh2NrYuZIhCSmlW9rxS4GhsUtPeh -B3MAfvf3hpIIfB198VF8e9vMtDqGtpzmr92Ao6Rfo0thqloRKOdbrZaF8kJZgjCe -7INdphSFbt2YJaeaxZX2n6I72tkqbeUGW0zhsOsxBws/IyP29AqyWNRMJN4NuJP1 -wFcIn+HafBIm7g9D5S5rJSBTLG5U/VfYva1pFbbgmgUX8felf/5dLCfHJl/ORxni -MqrJK+4pzqoX6CdlKzEFAkxZu1NP4twbcyBhzKGqMb5wZMID6tjYVxKHgkSQk/F0 -3FNs39Ipy/MgaHF5QVHq+2aIGVMbNFJWiWGVn423UjtFsrpqYMwFpl8CAwEAAaOB -szCBsDAOBgNVHQ8BAf8EBAMCBaAwHQYDVR0lBBYwFAYIKwYBBQUHAwIGCCsGAQUF -BwMBMA4GA1UdDgQHBAUBAgMEBjAfBgNVHSMEGDAWgBSSbvLEi7TgXM+U880FuTK7 -He+0hDBOBgNVHREERzBFggdMZWFmLTAzghFjbGFiLWRlbW8tTGVhZi0wM4IPTGVh -Zi0wMy5kZW1vLmlvhwSsFBQFhxA//wFyACAAIAAAAAAAAAAFMA0GCSqGSIb3DQEB -CwUAA4IBAQA3YD0gOwh3GcBg7YXL5JTIHvm/E1DYFWXFbjvIHbcLQTL4ItsSdzTA -dJxoAlRjN4ae78XDvFR6ywh/4v27meG0Jn/dVUjt9IO19rfokI4Gp92fYY+z/0Yz -6ptoWt/Ntxp6ebsxHWXZzZ8tN3zA4T8bUU9FaOYGYC8ontsTzS0PdX3bPwoQvKyn -y1LAL9/NLZQu0VGaHRHJPkc2n3AgI0qFA0AwE6P0i7H3KFAF9UO8CSwkNnDBwnjp -/Ec9coJ6dAGyzJNvilq1H2MAirKgcAIllBpDntCm13XoLGWGPmBVSh4R9BMfVVCo -UIX8G7v/t28wxE5TOnSlXVmFgv1U83yG ------END CERTIFICATE----- diff --git a/rawTopoFile/clab-demo/Leaf-03/topology.yml b/rawTopoFile/clab-demo/Leaf-03/topology.yml deleted file mode 100644 index de775b6de..000000000 --- a/rawTopoFile/clab-demo/Leaf-03/topology.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 2021 Nokia -# Licensed under the BSD 3-Clause License. -# SPDX-License-Identifier: BSD-3-Clause - -chassis_configuration: - "chassis_type": 72 - "base_mac": "1a:98:02:00:00:00" - "cpm_card_type": 187 - -slot_configuration: - 1: - "card_type": 187 - "mda_type": 208 diff --git a/rawTopoFile/clab-demo/Leaf-03/yum.repo b/rawTopoFile/clab-demo/Leaf-03/yum.repo deleted file mode 100644 index fd923bc90..000000000 --- a/rawTopoFile/clab-demo/Leaf-03/yum.repo +++ /dev/null @@ -1,5 +0,0 @@ -[srlinux] -name=SR Linux NDK apps -baseurl=https://srlinux.fury.site/yum/ -enabled=1 -gpgcheck=0 diff --git a/rawTopoFile/clab-demo/Leaf-04/apt.list b/rawTopoFile/clab-demo/Leaf-04/apt.list deleted file mode 100644 index 2aa3ade3a..000000000 --- a/rawTopoFile/clab-demo/Leaf-04/apt.list +++ /dev/null @@ -1 +0,0 @@ -deb [trusted=yes] https://srlinux.fury.site/apt/ / diff --git a/rawTopoFile/clab-demo/Leaf-04/config/aaamgr_local_user.json b/rawTopoFile/clab-demo/Leaf-04/config/aaamgr_local_user.json deleted file mode 100755 index 5a13af698..000000000 --- a/rawTopoFile/clab-demo/Leaf-04/config/aaamgr_local_user.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "users": { - "admin": { - "password": [ - "$ar2$aOvsuj0ALlU=$r750fMa3ZEA/Di8dIfU2fQ==" - ], - "failed_login_count": 0, - "locked_out": false, - "password_changed_after_first_login": false, - "password_update_time": "2024-10-31T08:19:30Z" - } - }, - "ntp_sync": false, - "password_change_after_first_login": false -} diff --git a/rawTopoFile/clab-demo/Leaf-04/config/banner b/rawTopoFile/clab-demo/Leaf-04/config/banner deleted file mode 100644 index 0dc53d58d..000000000 --- a/rawTopoFile/clab-demo/Leaf-04/config/banner +++ /dev/null @@ -1,16 +0,0 @@ -................................................................ -: Welcome to Nokia SR Linux! : -: Open Network OS for the NetOps era. : -: : -: This is a freely distributed official container image. : -: Use it - Share it : -: : -: Get started: https://learn.srlinux.dev : -: Container: https://go.srlinux.dev/container-image : -: Docs: https://doc.srlinux.dev/23-10 : -: Rel. notes: https://doc.srlinux.dev/rn23-10-1 : -: YANG: https://yang.srlinux.dev/v23.10.1 : -: Discord: https://go.srlinux.dev/discord : -: Contact: https://go.srlinux.dev/contact-sales : -................................................................ - diff --git a/rawTopoFile/clab-demo/Leaf-04/config/checkpoint/checkpoint-0.json b/rawTopoFile/clab-demo/Leaf-04/config/checkpoint/checkpoint-0.json deleted file mode 100644 index 30460421c..000000000 --- a/rawTopoFile/clab-demo/Leaf-04/config/checkpoint/checkpoint-0.json +++ /dev/null @@ -1,2743 +0,0 @@ -{ - "_preamble": { - "header": { - "generated-by": "SRLINUX", - "name": "clab-initial", - "comment": "set by containerlab", - "created": "2024-10-31T08:20:12.369Z", - "release": "v23.10.1", - "enabled-yang-features": ["srl_nokia-features:aaa-spiffe-id", "srl_nokia-features:admin-user-roles", "srl_nokia-features:anycast-gw", "srl_nokia-features:arp-nd-datapath-programming", "srl_nokia-features:bgp-add-paths", "srl_nokia-features:bgp-afi-safi-policy", "srl_nokia-features:bgp-auth-password", "srl_nokia-features:bgp-cfg-afi-safi-list", "srl_nokia-features:bgp-graceful-restart-gaps", "srl_nokia-features:bgp-ipv6-next-hop-tunnel-resolution", "srl_nokia-features:bgp-local-as-container-iso-list", "srl_nokia-features:bgp-max-ecmp-hash-buckets", "srl_nokia-features:bgp-mtu-discovery", "srl_nokia-features:bgp-prefix-limit", "srl_nokia-features:bgp-restart-max-wait", "srl_nokia-features:bgp-rib-afi-safi-list", "srl_nokia-features:bgp-rib-afi-safi-route", "srl_nokia-features:bgp-single-hop-connected-check", "srl_nokia-features:bgp-unnumbered-peers", "srl_nokia-features:bridged", "srl_nokia-features:bt-evpn-vlan-aware-bundle-interop", "srl_nokia-features:cli-plugin-authorization", "srl_nokia-features:dac-link-training", "srl_nokia-features:dhcp-relay-fqdn", "srl_nokia-features:dot1p-classifier-rewrite", "srl_nokia-features:dot1q-vlan-ranges", "srl_nokia-features:dynamic-tcam", "srl_nokia-features:event-handler", "srl_nokia-features:evpn", "srl_nokia-features:evpn-advertise-arp-nd-only-with-mac-table-entry", "srl_nokia-features:evpn-ifl-unequal-ecmp", "srl_nokia-features:evpn-mac-ip-adv-arp-nd-ext-comm", "srl_nokia-features:evpn-mh-ip-aliasing", "srl_nokia-features:evpn-mh-manual-alg", "srl_nokia-features:evpn-mh-pref-alg", "srl_nokia-features:evpn-mh-single-active", "srl_nokia-features:evpn-mh-virtual-es", "srl_nokia-features:factory-reset", "srl_nokia-features:fixed", "srl_nokia-features:gnmi-services", "srl_nokia-features:gnoi-healthz", "srl_nokia-features:ingress-subif-policing", "srl_nokia-features:interface-references", "srl_nokia-features:ip-acl-dscp-set", "srl_nokia-features:ip-qos-multifield", "srl_nokia-features:ipv4-unnumbered", "srl_nokia-features:isis-level-database", "srl_nokia-features:isis-lsdb", "srl_nokia-features:isis-mi", "srl_nokia-features:isis-mt", "srl_nokia-features:isis-nsf", "srl_nokia-features:l2-proxy-arp", "srl_nokia-features:l2-proxy-arp-nd-control-flood-on-evpn", "srl_nokia-features:l2-proxy-nd", "srl_nokia-features:l2cp-transparency", "srl_nokia-features:l3-proxy-arp", "srl_nokia-features:l3-proxy-nd", "srl_nokia-features:lacp-fallback", "srl_nokia-features:lag", "srl_nokia-features:license", "srl_nokia-features:mirroring", "srl_nokia-features:mirroring-intf-stats", "srl_nokia-features:named-queues-and-named-fcs", "srl_nokia-features:packet-tracer", "srl_nokia-features:platform-7220-d2", "srl_nokia-features:ra-guard", "srl_nokia-features:reload-delay", "srl_nokia-features:route-leaking", "srl_nokia-features:routing-policy-bgp-med", "srl_nokia-features:routing-policy-named-statements", "srl_nokia-features:scheduler-policies", "srl_nokia-features:segment-routing-adjacency-sid", "srl_nokia-features:segment-routing-shared-sid", "srl_nokia-features:storm-control", "srl_nokia-features:subif-acl-policer", "srl_nokia-features:subif-policer", "srl_nokia-features:tools-force-pwd-change", "srl_nokia-features:trident3", "srl_nokia-features:unequal-ecmp", "srl_nokia-features:unified-forwarding-tables", "srl_nokia-features:virtual-ip-discovery", "srl_nokia-features:vlan-id-any", "srl_nokia-features:vlan-tpid", "srl_nokia-features:vxlan", "srl_nokia-features:vxlan-stats", "srl_nokia-features:warm-reboot"], - "checksum": "90a6f96361fd36d1$44fc279aeb8f9b09ea1342c030681dce8716b3ee" - }, - "build": { - "git-branch": "SRL_23_10_B1", - "git-tag": "v23.10.1-218-ga3fc1bea5a", - "git-sha": "a3fc1bea5afec83402393b9ca1ad139ebcb05e8c" - }, - "application": [ - { - "name": "aaa_mgr", - "path": "/opt/srlinux/bin/sr_aaa_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "acl_mgr", - "path": "/opt/srlinux/bin/sr_acl_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "app_mgr", - "path": "/opt/srlinux/bin/sr_app_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "arp_nd_mgr", - "path": "/opt/srlinux/bin/sr_arp_nd_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "bfd_mgr", - "path": "/opt/srlinux/bin/sr_bfd_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "bgp_mgr", - "path": "/opt/srlinux/bin/sr_bgp_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "chassis_mgr", - "path": "/opt/srlinux/bin/sr_chassis_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "dev_mgr", - "path": "/opt/srlinux/bin/sr_device_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "dhcp_client_mgr", - "path": "/opt/srlinux/bin/sr_dhcp_client_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "dhcp_relay_mgr", - "path": "/opt/srlinux/bin/sr_dhcp_relay_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "dhcp_server_mgr", - "path": "/opt/srlinux/bin/sr_dhcp_server_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "ethcfm_mgr", - "path": "/opt/srlinux/bin/sr_ethcfm_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "event_mgr", - "path": "/opt/srlinux/bin/sr_event_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "evpn_mgr", - "path": "/opt/srlinux/bin/sr_evpn_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "fhs_mgr", - "path": "/opt/srlinux/bin/sr_fhs_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "fib_mgr", - "path": "/opt/srlinux/bin/sr_fib_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "gnmi_server", - "path": "/opt/srlinux/bin/sr_gnmi_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "gribi_server", - "path": "/opt/srlinux/bin/sr_gribi_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "idb_server", - "path": "/opt/srlinux/bin/sr_idb_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "isis_mgr", - "path": "/opt/srlinux/bin/sr_isis_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "json_rpc", - "path": "/opt/srlinux/bin/sr_json_rpc", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "l2_mac_learn_mgr", - "path": "/opt/srlinux/bin/sr_l2_mac_learn_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "l2_mac_mgr", - "path": "/opt/srlinux/bin/sr_l2_mac_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "l2_proxy_arp_nd_mgr", - "path": "/opt/srlinux/bin/sr_l2_proxy_arp_nd_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "l2_static_mac_mgr", - "path": "/opt/srlinux/bin/sr_l2_static_mac_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "label_mgr", - "path": "/opt/srlinux/bin/sr_label_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "lag_mgr", - "path": "/opt/srlinux/bin/sr_lag_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "ldp_mgr", - "path": "/opt/srlinux/bin/sr_ldp_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "license_mgr", - "path": "/opt/srlinux/bin/sr_license_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "linux_mgr", - "path": "/opt/srlinux/bin/sr_linux_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "dnsmasq", - "path": "/usr/sbin/dnsmasq", - "version": "2023-01-13T21:57:01.000Z" - }, - { - "name": "sshd", - "path": "/usr/sbin/sshd:", - "version": "n/a" - }, - { - "name": "ntpd", - "path": "/usr/sbin/chronyd", - "version": "2023-05-08T20:05:00.000Z" - }, - { - "name": "vsftpd", - "path": "/usr/sbin/vsftpd", - "version": "2022-10-16T11:05:42.000Z" - }, - { - "name": "snmp_server", - "path": "/opt/srlinux/bin/sr_snmp_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "timesrv", - "path": "/usr/sbin/chronyd", - "version": "2023-05-08T20:05:00.000Z" - }, - { - "name": "lldp_mgr", - "path": "/opt/srlinux/bin/sr_lldp_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "log_mgr", - "path": "/opt/srlinux/bin/sr_log_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "macsec_mgr", - "path": "/opt/srlinux/bin/sr_macsec_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "mcid_mgr", - "path": "/opt/srlinux/bin/sr_mcid_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "mgmt_server", - "path": "/opt/srlinux/bin/sr_mgmt_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "common", - "path": "n/a", - "version": "n/a" - }, - { - "name": "mirror_mgr", - "path": "/opt/srlinux/bin/sr_mirror_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "mpls_mgr", - "path": "/opt/srlinux/bin/sr_mpls_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "mplsoam_mgr", - "path": "/opt/srlinux/bin/sr_mplsoam_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "net_inst_mgr", - "path": "/opt/srlinux/bin/sr_net_inst_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "oam_mgr", - "path": "/opt/srlinux/bin/sr_oam_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "oc_mgmt_server", - "path": "/opt/srlinux/bin/sr_oc_mgmt_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "oc_common", - "path": "n/a", - "version": "n/a" - }, - { - "name": "ospf_mgr", - "path": "/opt/srlinux/bin/sr_ospf_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "p4rt_server", - "path": "/opt/srlinux/bin/sr_p4rt_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "plcy_mgr", - "path": "/opt/srlinux/bin/sr_plcy_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "maint_mode_mgr", - "path": "n/a", - "version": "n/a" - }, - { - "name": "qos_mgr", - "path": "/opt/srlinux/bin/sr_qos_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "radius_mgr", - "path": "/opt/srlinux/bin/sr_radius_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "sdk_mgr", - "path": "/opt/srlinux/bin/sr_sdk_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "segrt_mgr", - "path": "/opt/srlinux/bin/sr_segrt_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "sflow_sample_mgr", - "path": "/opt/srlinux/bin/sr_sflow_sample_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "static_route_mgr", - "path": "/opt/srlinux/bin/sr_static_route_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "supportd", - "path": "/opt/srlinux/bin/sr_supportd", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "te_mgr", - "path": "/opt/srlinux/bin/sr_te_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "tepolicy_mgr", - "path": "/opt/srlinux/bin/sr_tepolicy_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "timing_stack", - "path": "/opt/srlinux/bin/sr_timing_stack", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "twamp_mgr", - "path": "/opt/srlinux/bin/sr_twamp_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "vrrp_mgr", - "path": "/opt/srlinux/bin/sr_vrrp_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "vxlan_mgr", - "path": "/opt/srlinux/bin/sr_vxlan_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "xdp_cpm", - "path": "/opt/srlinux/bin/sr_xdp_cpm", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "xdp_lc", - "path": "/opt/srlinux/bin/sr_xdp_lc", - "version": "2023-11-04T22:37:53.000Z" - } - ], - "yang-module": [ - { - "name": "srl_nokia-aaa", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-aaa-password", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-aaa-types", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-acl", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-acl-policers", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-acl-qos", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-aggregate-routes", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-app-mgmt", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-bfd", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-bgp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-bgp-evpn", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-bgp-evpn-bgp-instance-mpls-bridge-table-multicast-destinations", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-bgp-evpn-bgp-instance-mpls-bridge-table-statistics", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-bgp-evpn-bgp-instance-mpls-bridge-table-unicast-destinations", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-bgp-evpn-bgp-instance-mpls-vpws-destinations", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-bgp-ipvpn", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-bgp-vpn", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-boot", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-bridge-table", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-bridge-table-mac-duplication", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-bridge-table-mac-duplication-entries", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-bridge-table-mac-learning", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-bridge-table-mac-learning-entries", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-bridge-table-mac-limit", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-bridge-table-mac-table", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-bridge-table-proxy-arp-nd", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-bridge-table-reserved-macs", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-bridge-table-shg", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-bridge-table-static-mac", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-configuration", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-configuration-role", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-connection-point", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-dhcp-server", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-dns", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-ethcfm", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-event-handler", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-ftp", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-gnmi-server", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-gnsi-authz", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-gnsi-certz", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-gribi-server", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-icmp", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-if-ip", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-if-mpls", - "revision": "2021-06-30" - }, - { - "name": "srl_nokia-interfaces", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-interfaces-bridge-table", - "revision": "2021-06-30" - }, - { - "name": "srl_nokia-interfaces-bridge-table-mac-duplication-entries", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-interfaces-bridge-table-mac-learning-entries", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-interfaces-bridge-table-mac-table", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-interfaces-bridge-table-statistics", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-interfaces-ethernet-segment-association", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-interfaces-ip-dhcp", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-interfaces-ip-dhcp-relay", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-interfaces-ip-dhcp-server", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-interfaces-ip-vrrp", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-interfaces-l2cp", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-interfaces-lag", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-interfaces-local-mirror-destination", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-interfaces-nbr", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-interfaces-nbr-evpn", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-interfaces-nbr-virtual-ip-discovery", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-interfaces-p4rt", - "revision": "2022-06-30" - }, - { - "name": "srl_nokia-interfaces-router-adv", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-interfaces-vlans", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-interfaces-vxdp", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-ip-route-tables", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-ippm-source-udp-pool", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-isis", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-isis-lsdb", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-isis-lsdb-types", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-json-rpc", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-keychains", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-lacp", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-ldp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-license", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-link-measurement", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-linux", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-lldp", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-lldp-types", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-load-balancing", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-logging", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-lsp-ping-trace", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-macsec", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-maintenance-mode", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-maintenance-policies", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-micro-bfd", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-mirroring", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-mpls", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-mpls-label-management", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-mpls-route-tables", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-mpls-services-evpn-label-management", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-mpls-services-network-instance-label-management", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-mtu", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-network-instance", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-network-instance-mtu", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-next-hop-groups", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-ntp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-oam", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-oam-pm-ethcfm", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-oam-pm-ip", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-openconfig", - "revision": "2022-06-30" - }, - { - "name": "srl_nokia-ospf", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-p4rt-server", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-packet-link-qual", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-packet-match-types", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-acl", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-cgroup", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-platform-chassis", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform-control", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform-cpu", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-platform-datapath-resources", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-disk", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-fabric", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-platform-fan", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform-healthz", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-lc", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform-linecard-fib", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-platform-memory", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-platform-mtu", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-platform-p4rt", - "revision": "2022-06-30" - }, - { - "name": "srl_nokia-platform-pipeline-counters", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-platform-psu", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform-qos", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-redundancy", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-platform-resource-mgmt", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-platform-resource-monitoring", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-platform-secure-boot", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-tcam", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-tpm", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-vxdp", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-policy-forwarding", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-qos", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-qos-policers", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-ra_guard", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-rib-bgp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-routing-policy", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-segment-routing", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-sflow", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-snmp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-ssh", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-stamp", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-static-routes", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-system", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-system-banner", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-system-bridge-table", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-system-bridge-table-proxy-arp", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-system-info", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-system-multicast", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-system-name", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-system-network-instance", - "revision": "2021-06-30" - }, - { - "name": "srl_nokia-system-network-instance-bgp-evpn-ethernet-segments", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-system-network-instance-bgp-vpn", - "revision": "2022-06-30" - }, - { - "name": "srl_nokia-system-protocols", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-tcp-udp", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-te-policies", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-timezone", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-tls", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-traffic-engineering", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-transport-security", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-tunnel", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-tunnel-interfaces", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-tunnel-interfaces-vxlan-interface-bridge-table", - "revision": "2021-06-30" - }, - { - "name": "srl_nokia-tunnel-interfaces-vxlan-interface-bridge-table-multicast-destinations", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-tunnel-interfaces-vxlan-interface-bridge-table-unicast-destinations", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-tunnel-interfaces-vxlan-interface-bridge-table-unicast-es-destination-vteps", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-tunnel-tables", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-twamp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-vxlan-tunnel-vtep", - "revision": "2023-03-31" - } - ] - }, - "srl_nokia-acl:acl": { - "cpm-filter": { - "ipv4-filter": { - "statistics-per-entry": true, - "entry": [ - { - "sequence-id": 10, - "description": "Accept incoming ICMP unreachable messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "dest-unreachable", - "code": [ - 0, - 1, - 2, - 3, - 4, - 13 - ] - } - } - }, - { - "sequence-id": 20, - "description": "Accept incoming ICMP time-exceeded messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "time-exceeded" - } - } - }, - { - "sequence-id": 30, - "description": "Accept incoming ICMP parameter problem messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "param-problem" - } - } - }, - { - "sequence-id": 40, - "description": "Accept incoming ICMP echo messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "echo" - } - } - }, - { - "sequence-id": 50, - "description": "Accept incoming ICMP echo-reply messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "echo-reply" - } - } - }, - { - "sequence-id": 60, - "description": "Accept incoming SSH when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 22 - } - } - }, - { - "sequence-id": 70, - "description": "Accept incoming SSH when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 22 - } - } - }, - { - "sequence-id": 80, - "description": "Accept incoming Telnet when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 23 - } - } - }, - { - "sequence-id": 90, - "description": "Accept incoming Telnet when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 23 - } - } - }, - { - "sequence-id": 100, - "description": "Accept incoming TACACS+ when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 49 - } - } - }, - { - "sequence-id": 110, - "description": "Accept incoming TACACS+ when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 49 - } - } - }, - { - "sequence-id": 120, - "description": "Accept incoming DNS response messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "source-port": { - "operator": "eq", - "value": 53 - } - } - }, - { - "sequence-id": 130, - "description": "Accept incoming DHCP messages targeted for BOOTP/DHCP client", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 68 - } - } - }, - { - "sequence-id": 140, - "description": "Accept incoming TFTP read-request and write-request messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 69 - } - } - }, - { - "sequence-id": 150, - "description": "Accept incoming HTTP(JSON-RPC) when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 80 - } - } - }, - { - "sequence-id": 160, - "description": "Accept incoming HTTP(JSON-RPC) when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 80 - } - } - }, - { - "sequence-id": 170, - "description": "Accept incoming NTP messages from servers", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "source-port": { - "operator": "eq", - "value": 123 - } - } - }, - { - "sequence-id": 180, - "description": "Accept incoming SNMP GET/GETNEXT messages from servers", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 161 - } - } - }, - { - "sequence-id": 190, - "description": "Accept incoming BGP when the other router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 179 - } - } - }, - { - "sequence-id": 200, - "description": "Accept incoming BGP when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 179 - } - } - }, - { - "sequence-id": 210, - "description": "Accept incoming HTTPS(JSON-RPC) when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 443 - } - } - }, - { - "sequence-id": 220, - "description": "Accept incoming HTTPS(JSON-RPC) when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 443 - } - } - }, - { - "sequence-id": 230, - "description": "Accept incoming single-hop BFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 3784 - } - } - }, - { - "sequence-id": 240, - "description": "Accept incoming multi-hop BFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 4784 - } - } - }, - { - "sequence-id": 250, - "description": "Accept incoming uBFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 6784 - } - } - }, - { - "sequence-id": 260, - "description": "Accept incoming gNMI messages when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 57400 - } - } - }, - { - "sequence-id": 270, - "description": "Accept incoming UDP traceroute messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "range": { - "start": 33434, - "end": 33464 - } - } - } - }, - { - "sequence-id": 280, - "description": "Accept incoming ICMP timestamp messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "timestamp" - } - } - }, - { - "sequence-id": 290, - "description": "Accept incoming OSPF messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": 89 - } - }, - { - "sequence-id": 300, - "description": "Accept incoming DHCP relay messages targeted for BOOTP/DHCP server", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 67 - } - } - }, - { - "sequence-id": 310, - "description": "Accept ICMP fragment packets", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "fragment": true, - "protocol": "icmp" - } - }, - { - "sequence-id": 320, - "description": "Accept incoming LDP packets", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "source-port": { - "operator": "eq", - "value": 646 - } - } - }, - { - "sequence-id": 330, - "description": "Accept incoming LDP packets with source-port 646", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 646 - } - } - }, - { - "sequence-id": 340, - "description": "Accept incoming LDP packets with destination-port 646", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 646 - } - } - }, - { - "sequence-id": 350, - "description": "Accept incoming gRIBI packets with destination-port 57401", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 57401 - } - } - }, - { - "sequence-id": 360, - "description": "Accept incoming p4rt packets with destination-port 9559", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 9559 - } - } - }, - { - "sequence-id": 370, - "description": "Accept incoming IGMP packets", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "igmp" - } - }, - { - "sequence-id": 380, - "description": "Accept incoming PIM packets", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "pim" - } - }, - { - "sequence-id": 390, - "description": "Accept incoming RADIUS AAA packets", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "source-port": { - "range": { - "start": 1812, - "end": 1813 - } - } - } - }, - { - "sequence-id": 410, - "description": "Accept incoming PTP messages with destination-ports 319 and 320", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "range": { - "start": 319, - "end": 320 - } - } - } - }, - { - "sequence-id": 420, - "description": "Drop all else", - "action": { - "drop": { - "log": true - } - } - } - ] - }, - "ipv6-filter": { - "statistics-per-entry": true, - "entry": [ - { - "sequence-id": 10, - "description": "Accept incoming ICMPv6 unreachable messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "dest-unreachable", - "code": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ] - } - } - }, - { - "sequence-id": 20, - "description": "Accept incoming ICMPv6 packet-too-big messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "packet-too-big" - } - } - }, - { - "sequence-id": 30, - "description": "Accept incoming ICMPv6 time-exceeded messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "time-exceeded" - } - } - }, - { - "sequence-id": 40, - "description": "Accept incoming ICMPv6 parameter problem messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "param-problem" - } - } - }, - { - "sequence-id": 50, - "description": "Accept incoming ICMPv6 echo-request messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "echo-request" - } - } - }, - { - "sequence-id": 60, - "description": "Accept incoming ICMPv6 echo-reply messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "echo-reply" - } - } - }, - { - "sequence-id": 70, - "description": "Accept incoming ICMPv6 router-advertisement messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "router-advertise" - } - } - }, - { - "sequence-id": 80, - "description": "Accept incoming ICMPv6 neighbor-solicitation messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "neighbor-solicit" - } - } - }, - { - "sequence-id": 90, - "description": "Accept incoming ICMPv6 neighbor-advertisement messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "neighbor-advertise" - } - } - }, - { - "sequence-id": 100, - "description": "Accept incoming SSH when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 22 - } - } - }, - { - "sequence-id": 110, - "description": "Accept incoming SSH when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 22 - } - } - }, - { - "sequence-id": 120, - "description": "Accept incoming Telnet when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 23 - } - } - }, - { - "sequence-id": 130, - "description": "Accept incoming Telnet when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 23 - } - } - }, - { - "sequence-id": 140, - "description": "Accept incoming TACACS+ when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 49 - } - } - }, - { - "sequence-id": 150, - "description": "Accept incoming TACACS+ when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 49 - } - } - }, - { - "sequence-id": 160, - "description": "Accept incoming DNS response messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "source-port": { - "operator": "eq", - "value": 53 - } - } - }, - { - "sequence-id": 170, - "description": "Accept incoming TFTP read-request and write-request messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 69 - } - } - }, - { - "sequence-id": 180, - "description": "Accept incoming HTTP(JSON-RPC) when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 80 - } - } - }, - { - "sequence-id": 190, - "description": "Accept incoming HTTP(JSON-RPC) when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 80 - } - } - }, - { - "sequence-id": 200, - "description": "Accept incoming NTP messages from servers", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "source-port": { - "operator": "eq", - "value": 123 - } - } - }, - { - "sequence-id": 210, - "description": "Accept incoming SNMP GET/GETNEXT messages from servers", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 161 - } - } - }, - { - "sequence-id": 220, - "description": "Accept incoming BGP when the other router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 179 - } - } - }, - { - "sequence-id": 230, - "description": "Accept incoming BGP when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 179 - } - } - }, - { - "sequence-id": 240, - "description": "Accept incoming HTTPS(JSON-RPC) when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 443 - } - } - }, - { - "sequence-id": 250, - "description": "Accept incoming HTTPS(JSON-RPC) when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 443 - } - } - }, - { - "sequence-id": 260, - "description": "Accept incoming DHCPv6 client messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 546 - } - } - }, - { - "sequence-id": 270, - "description": "Accept incoming single-hop BFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 3784 - } - } - }, - { - "sequence-id": 280, - "description": "Accept incoming multi-hop BFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 4784 - } - } - }, - { - "sequence-id": 290, - "description": "Accept incoming uBFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 6784 - } - } - }, - { - "sequence-id": 300, - "description": "Accept incoming gNMI messages when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 57400 - } - } - }, - { - "sequence-id": 310, - "description": "Accept incoming UDP traceroute messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "range": { - "start": 33434, - "end": 33464 - } - } - } - }, - { - "sequence-id": 320, - "description": "Accept incoming IPV6 hop-in-hop messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": 0 - } - }, - { - "sequence-id": 330, - "description": "Accept incoming IPV6 fragment header messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": 44 - } - }, - { - "sequence-id": 340, - "description": "Accept incoming OSPF messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": 89 - } - }, - { - "sequence-id": 350, - "description": "Accept incoming DHCPv6 relay messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 547 - } - } - }, - { - "sequence-id": 360, - "description": "Accept incoming gRIBI packets with destination-port 57401", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 57401 - } - } - }, - { - "sequence-id": 370, - "description": "Accept incoming p4rt packets with destination-port 9559", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 9559 - } - } - }, - { - "sequence-id": 380, - "description": "Accept incoming MLDv1 report messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "mld-report" - } - } - }, - { - "sequence-id": 390, - "description": "Accept incoming MLDv2 report messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "mld-v2" - } - } - }, - { - "sequence-id": 400, - "description": "Accept incoming MLDv1 done messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "mld-done" - } - } - }, - { - "sequence-id": 410, - "description": "Accept incoming MLD query messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "mld-query" - } - } - }, - { - "sequence-id": 420, - "description": "Accept incoming PIM messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "pim" - } - }, - { - "sequence-id": 430, - "description": "Accept incoming RADIUS AAA messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "source-port": { - "range": { - "start": 1812, - "end": 1813 - } - } - } - }, - { - "sequence-id": 450, - "description": "Accept incoming PTP messages with destination-ports 319 and 320", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "range": { - "start": 319, - "end": 320 - } - } - } - }, - { - "sequence-id": 460, - "description": "Drop all else", - "action": { - "drop": { - "log": true - } - } - } - ] - } - }, - "policers": { - "system-cpu-policer": [ - { - "name": "icmp", - "entry-specific": false, - "peak-packet-rate": 1000, - "max-packet-burst": 1000 - } - ] - } - }, - "srl_nokia-interfaces:interface": [ - { - "name": "ethernet-1/3", - "admin-state": "enable" - }, - { - "name": "ethernet-1/4", - "admin-state": "enable" - }, - { - "name": "mgmt0", - "admin-state": "enable", - "subinterface": [ - { - "index": 0, - "admin-state": "enable", - "ip-mtu": 1500, - "ipv4": { - "admin-state": "enable", - "srl_nokia-interfaces-ip-dhcp:dhcp-client": { - - } - }, - "ipv6": { - "admin-state": "enable", - "srl_nokia-interfaces-ip-dhcp:dhcp-client": { - - } - } - } - ] - } - ], - "srl_nokia-system:system": { - "srl_nokia-aaa:aaa": { - "authentication": { - "idle-timeout": 7200, - "authentication-method": [ - "local" - ], - "admin-user": { - "ssh-key": [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJSGdT6gPlA4m+PSmQ8oR3z6N4ofCfTkJa2BpUgy+JV0" - ] - }, - "linuxadmin-user": { - "password": "$6$Ni233gqiuJ9zarHl$ZKtMh/vEvlY7XpHSYSJVrFNpUDeM/dsfaxK6csljO5X3.ImsDn8yiOcPASsTNpa1r6XrVlzrpnlJKqYIK0gvO1", - "ssh-key": [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJSGdT6gPlA4m+PSmQ8oR3z6N4ofCfTkJa2BpUgy+JV0" - ] - } - }, - "server-group": [ - { - "name": "local", - "type": "srl_nokia-aaa-types:local" - } - ] - }, - "srl_nokia-lldp:lldp": { - "admin-state": "enable" - }, - "srl_nokia-gnmi-server:gnmi-server": { - "admin-state": "enable", - "rate-limit": 65000, - "trace-options": [ - "request", - "response", - "common" - ], - "network-instance": [ - { - "name": "mgmt", - "admin-state": "enable", - "use-authentication": true, - "tls-profile": "clab-profile", - "port": 57400, - "services": [ - "srl_nokia-gnmi-server:gnmi" - ] - } - ], - "unix-socket": { - "admin-state": "enable", - "services": [ - "srl_nokia-gnmi-server:gnmi", - "srl_nokia-gnmi-server:gnoi" - ] - } - }, - "srl_nokia-tls:tls": { - "server-profile": [ - { - "name": "clab-profile", - "key": "$aes1$ATAGtFfWJB+J428=$FsDoGdfwe5td2N+95NkOO3vMtLTed9u4G7gHZwqOUnfnIVe5zCUUJ7hHOqNB/s3Ii8WViuGQtftItsLg75+nj5NMXdtnuT5bn6DiAbMCFbarAqq7o5pUP4JkuYmfVLAdJbhBZHg7oX4neHgMukAe/oAswt2/tuWDO89lnpgXvHLN6Ccz76TQQI+4YoPXNIIIOGyCV8z1uSpahwavEWo9f6k42NZgBrcXjUeUpRRdtumd+0DiNPmrJK0P2xmzFRMgacLuXn3UKdtvfUMwP5ts647nxluIz79jJefVeiKVyetIQYgdHKmAADhkrETLvpXFvJv2L/i0KXOFaiE7nvh6lLzeia6QJUjbGMetb6G0eT7GFrTcsLQwriy2nw+Fs9oh/an7R/A/6+6Q4Amq1hhf6/e3+sq1UpugRIoigMmzPVxKi63rPrqQICUzwhCxkiVdDeu5ic1UkT+yXOzUT37RoqLsXmC7bqWagEgU+9MAcYiZ/RKKaeMbiQnA6vqeDL8tXbPfc+TOVLrZZW+k5qK9i0VdleFlYLMyZxwrDSb30ewOulOuSBftYhN2k5B5AtJt56YC/BZKxzRxmjQJFpdcjPURI7mxyTcvYhJ5Vv8bo5UeB2GNqV7i5mewXEkYF7ITmvk/+YQSL2i/hgPLOHgerEWqaltMZdqu1AqoMkmwEuqBcP2QEMP8ZxF3ORdv7z27O6laEKPHMpPyGvgED+PI/ogxcz0giGoDiYLboRUqymfS1A1+w5rkLVCxiItx0/M5Rj44KOfiCtgLCGQsf5Yal5aTsk/632k086doeLVHxkfmSaamqh4NHT/MkX4NwUlhpV5bFwBZhydnJNnj3Q7R3nVRgqPTRI9OU2ET50/daiVoZDbFzE6kQHJPo0/9p/RN37mvxV5VU+Omyg9l5EAy9ICS0oYgggU+H9rzlzAT5peYdOTvN3Z0/nux1egO4Xr+cVsT7U+tA4J8svZEB+0VrYyndaHqOaBXFv8aCWAwYWuz0yisJYiHeOg4IuLf5KXMTgmBpqfouMoLKHnY4QelpTvocYqqrn5w/eRbzFpE5MZgEWbMC3biBH5fLpU/HKbguPghuegEbNVbAhHhG/xPFWgDa4J3B8ih2L8HIJFrqps4jvzCp7zFhWXT/al84sFdyNz64S3Vn8ALEC9JNeLwAp/LEi9H2dBpJvG6PONi5rXYdCh9DbLykSKM1vqEhzawgnYuLwlTDA5ZeSPLZNxbYh5ApfKxaEU7bWmNeqj9vcCgQiMUNvO0cLzqIFoUjAPYcErjVqJW+KjpOjINLgr2LOmyCvuUjt3b9yK2r5FNapmDe540nJqRwgyRlGuoDwVaunXTfGqdCl8W4MDnDbOb59CmjbsVk1OXBOU1m9dPmKyuQ39VzmKfpJGwBYk7yyKONAjhXh6LQWvhA6HyxJgvUtdMVnul5CkgPnK+3Q/4Bo67B54VfuUl9Fa44W2l4vGWPNLGoxBiwx81T99Zd0+4YsSDJymzwaRjJFMeK7u39+gEcpK1sZAvkh4RWnRy/xpmiVEDoDGNWXSIBJu0rizIkU0Q1fnMLZ7iFgGzU4R6z2eaUBP8gABzxTwwEmF8x7uiTbCSEFi3IZONosFESbCJiYJjdrpI7k4BNOX+BN3PpO0H19l5jK5PHvjyGyWg5hBpy3Roa6+5xSAKozs4oqx0vBP+2M48gVkPsTyzfLNCVICzatIQVZt+MlyNLGRjIKM+tshJ01cxd2oal276RVtacyUU4eC/OUMdxgPEUw3GfRV8pXg5wgj27xM1Toq1QZqJCnEohyTegN6BUqiUIhg7O0M2Diz8Zp+qzpbIJpppAMiI0xCxgUHMnr9W7x/749TOah9ovqYpRDPDbKC92ZRF3h6SdOx6fhyyDvmevpJXFV742n4ZHaV+M5yjktcM5dMb4EMM9XiiM2I0mSqNwwoOh+3xlvys5h7ivgQ5s712rI87/hfF5gxZK6d21L91Qr5YQYOJ+SQUGdV7Y+OY9p9gCOOvgH8UonLTP1+PRyThtcUFQeyFyAloxqgkgC5ww2gXOn1g1hG8GevZ7QZClcUgll/AaTfnJ0RsUU8/iAB37SH3OLxMec7/MCNqkuvK9WVSIB0FLNEYW8kVCiVv/voL9olPko1Xni+PPSxb9n12jeVaW0tb+NtmcfOE7Q/B0QHLUfJxFPsp//ChmAKcSvT7pK8sqB1ggc28AGAgXk1FbAnCOd/YSIRuCLwzwVprE1fV", - "certificate": "-----BEGIN CERTIFICATE-----\nMIID1DCCArygAwIBAgICBnowDQYJKoZIhvcNAQELBQAwUDELMAkGA1UEBhMCVVMx\nCTAHBgNVBAcTADEVMBMGA1UEChMMY29udGFpbmVybGFiMQkwBwYDVQQLEwAxFDAS\nBgNVBAMTC2RlbW8gbGFiIENBMB4XDTI0MTAzMTA4MTg1MVoXDTI1MTAzMTA4MTg1\nMVowVDELMAkGA1UEBhMCVVMxCTAHBgNVBAcTADEVMBMGA1UEChMMY29udGFpbmVy\nbGFiMQkwBwYDVQQLEwAxGDAWBgNVBAMTD0xlYWYtMDQuZGVtby5pbzCCASIwDQYJ\nKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMJPqd6MC4v8ggL09erji5fVGC6DDvPY\nsa2PZkFsN2nLpLNTysz9ZbR/ijDhaE6b2tG3Jl7hOh64+ffliUDxUu904lDss+pA\n5cMhXOUi1ithwbxriCnDZWqvYzvJ9E1RtkJFBXzE5KaN+sSooxMl8bOCCaKoZ8Ke\nil6btIUWi2d9zoFAvhqMPij17piFXVvNCr6XkKNNwntskQ2UZdZd+NdyGDJZ9ydJ\nGe48Lmk4UHd2YqHCVpEk8leHNBO0TED3uREJq8NBt2dTE956KnEftgWHXrYikKKX\nZVMcbW+uNDczHDHD4TOPRAoChcEc0H7yz6gBkeeHhEphPHCWHs0NzZMCAwEAAaOB\nszCBsDAOBgNVHQ8BAf8EBAMCBaAwHQYDVR0lBBYwFAYIKwYBBQUHAwIGCCsGAQUF\nBwMBMA4GA1UdDgQHBAUBAgMEBjAfBgNVHSMEGDAWgBSSbvLEi7TgXM+U880FuTK7\nHe+0hDBOBgNVHREERzBFggdMZWFmLTA0ghFjbGFiLWRlbW8tTGVhZi0wNIIPTGVh\nZi0wNC5kZW1vLmlvhwSsFBQGhxA//wFyACAAIAAAAAAAAAAGMA0GCSqGSIb3DQEB\nCwUAA4IBAQDVnsKL3z1UF++e2jZeA7iB4RUUM3TPtVrxjlhNSO9VBZc5JhkqFfoF\nxoBQNcr/N8k7fesT5IvCwyPvH9rU/Ioh8u8easNomiF7GVvaD8ySGd8ol7MxTkmS\nRVL+CpUFdhh3EdedEzcsyROpvLCK3u8eRcvboCHdx6LZYJuBdubJXExQrPzngzzt\nJO7ITYBm3f5M28WPEg+6i4aGIQyfl4GgrpiFvRUq+1FBB3V/0ywkj2BTdOe2vC6w\nweBu+SsGY0BXpbC/8ajlbJSFdM8BIqzsRIj70RzrpvOqGJV9mPOj2NbJg4hBbaDq\nMDyE5HSYd0Uc6//QjJOBwFbf/nYIkLhF\n-----END CERTIFICATE-----\n", - "authenticate-client": false - } - ] - }, - "srl_nokia-json-rpc:json-rpc-server": { - "admin-state": "enable", - "network-instance": [ - { - "name": "mgmt", - "http": { - "admin-state": "enable" - }, - "https": { - "admin-state": "enable", - "tls-profile": "clab-profile" - } - } - ] - }, - "srl_nokia-dns:dns": { - "network-instance": "mgmt", - "server-list": [ - "100.124.38.2", - "100.124.38.3" - ] - }, - "srl_nokia-snmp:snmp": { - "community": "$aes1$AWAnAeUVwgBvJm8=$e/gtQBRUUkYn1rRZVlCVQw==", - "network-instance": [ - { - "name": "mgmt", - "admin-state": "enable" - } - ] - }, - "srl_nokia-ssh:ssh-server": { - "network-instance": [ - { - "name": "mgmt", - "admin-state": "enable" - } - ] - }, - "srl_nokia-system-banner:banner": { - "login-banner": "................................................................\n: Welcome to Nokia SR Linux! :\n: Open Network OS for the NetOps era. :\n: :\n: This is a freely distributed official container image. :\n: Use it - Share it :\n: :\n: Get started: https://learn.srlinux.dev :\n: Container: https://go.srlinux.dev/container-image :\n: Docs: https://doc.srlinux.dev/23-10 :\n: Rel. notes: https://doc.srlinux.dev/rn23-10-1 :\n: YANG: https://yang.srlinux.dev/v23.10.1 :\n: Discord: https://go.srlinux.dev/discord :\n: Contact: https://go.srlinux.dev/contact-sales :\n................................................................\n" - }, - "srl_nokia-logging:logging": { - "buffer": [ - { - "buffer-name": "messages", - "rotate": 3, - "size": "10000000", - "facility": [ - { - "facility-name": "local6", - "priority": { - "match-above": "informational" - } - } - ] - }, - { - "buffer-name": "system", - "facility": [ - { - "facility-name": "auth", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "cron", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "daemon", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "ftp", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "kern", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "lpr", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "mail", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "news", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "syslog", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "user", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "uucp", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local0", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local1", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local2", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local3", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local4", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local5", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local7", - "priority": { - "match-above": "warning" - } - } - ] - } - ], - "file": [ - { - "file-name": "messages", - "rotate": 3, - "size": "10000000", - "facility": [ - { - "facility-name": "local6", - "priority": { - "match-above": "warning" - } - } - ] - } - ] - } - }, - "srl_nokia-network-instance:network-instance": [ - { - "name": "mgmt", - "type": "srl_nokia-network-instance:ip-vrf", - "admin-state": "enable", - "description": "Management network instance", - "interface": [ - { - "name": "mgmt0.0" - } - ], - "protocols": { - "srl_nokia-linux:linux": { - "import-routes": true, - "export-routes": true, - "export-neighbors": true - } - } - } - ] -} \ No newline at end of file diff --git a/rawTopoFile/clab-demo/Leaf-04/config/config.json b/rawTopoFile/clab-demo/Leaf-04/config/config.json deleted file mode 100644 index ea6e1fb31..000000000 --- a/rawTopoFile/clab-demo/Leaf-04/config/config.json +++ /dev/null @@ -1,2743 +0,0 @@ -{ - "_preamble": { - "header": { - "generated-by": "SRLINUX", - "name": "", - "comment": "", - "created": "2024-10-31T08:20:04.216Z", - "release": "v23.10.1", - "enabled-yang-features": ["srl_nokia-features:aaa-spiffe-id", "srl_nokia-features:admin-user-roles", "srl_nokia-features:anycast-gw", "srl_nokia-features:arp-nd-datapath-programming", "srl_nokia-features:bgp-add-paths", "srl_nokia-features:bgp-afi-safi-policy", "srl_nokia-features:bgp-auth-password", "srl_nokia-features:bgp-cfg-afi-safi-list", "srl_nokia-features:bgp-graceful-restart-gaps", "srl_nokia-features:bgp-ipv6-next-hop-tunnel-resolution", "srl_nokia-features:bgp-local-as-container-iso-list", "srl_nokia-features:bgp-max-ecmp-hash-buckets", "srl_nokia-features:bgp-mtu-discovery", "srl_nokia-features:bgp-prefix-limit", "srl_nokia-features:bgp-restart-max-wait", "srl_nokia-features:bgp-rib-afi-safi-list", "srl_nokia-features:bgp-rib-afi-safi-route", "srl_nokia-features:bgp-single-hop-connected-check", "srl_nokia-features:bgp-unnumbered-peers", "srl_nokia-features:bridged", "srl_nokia-features:bt-evpn-vlan-aware-bundle-interop", "srl_nokia-features:cli-plugin-authorization", "srl_nokia-features:dac-link-training", "srl_nokia-features:dhcp-relay-fqdn", "srl_nokia-features:dot1p-classifier-rewrite", "srl_nokia-features:dot1q-vlan-ranges", "srl_nokia-features:dynamic-tcam", "srl_nokia-features:event-handler", "srl_nokia-features:evpn", "srl_nokia-features:evpn-advertise-arp-nd-only-with-mac-table-entry", "srl_nokia-features:evpn-ifl-unequal-ecmp", "srl_nokia-features:evpn-mac-ip-adv-arp-nd-ext-comm", "srl_nokia-features:evpn-mh-ip-aliasing", "srl_nokia-features:evpn-mh-manual-alg", "srl_nokia-features:evpn-mh-pref-alg", "srl_nokia-features:evpn-mh-single-active", "srl_nokia-features:evpn-mh-virtual-es", "srl_nokia-features:factory-reset", "srl_nokia-features:fixed", "srl_nokia-features:gnmi-services", "srl_nokia-features:gnoi-healthz", "srl_nokia-features:ingress-subif-policing", "srl_nokia-features:interface-references", "srl_nokia-features:ip-acl-dscp-set", "srl_nokia-features:ip-qos-multifield", "srl_nokia-features:ipv4-unnumbered", "srl_nokia-features:isis-level-database", "srl_nokia-features:isis-lsdb", "srl_nokia-features:isis-mi", "srl_nokia-features:isis-mt", "srl_nokia-features:isis-nsf", "srl_nokia-features:l2-proxy-arp", "srl_nokia-features:l2-proxy-arp-nd-control-flood-on-evpn", "srl_nokia-features:l2-proxy-nd", "srl_nokia-features:l2cp-transparency", "srl_nokia-features:l3-proxy-arp", "srl_nokia-features:l3-proxy-nd", "srl_nokia-features:lacp-fallback", "srl_nokia-features:lag", "srl_nokia-features:license", "srl_nokia-features:mirroring", "srl_nokia-features:mirroring-intf-stats", "srl_nokia-features:named-queues-and-named-fcs", "srl_nokia-features:packet-tracer", "srl_nokia-features:platform-7220-d2", "srl_nokia-features:ra-guard", "srl_nokia-features:reload-delay", "srl_nokia-features:route-leaking", "srl_nokia-features:routing-policy-bgp-med", "srl_nokia-features:routing-policy-named-statements", "srl_nokia-features:scheduler-policies", "srl_nokia-features:segment-routing-adjacency-sid", "srl_nokia-features:segment-routing-shared-sid", "srl_nokia-features:storm-control", "srl_nokia-features:subif-acl-policer", "srl_nokia-features:subif-policer", "srl_nokia-features:tools-force-pwd-change", "srl_nokia-features:trident3", "srl_nokia-features:unequal-ecmp", "srl_nokia-features:unified-forwarding-tables", "srl_nokia-features:virtual-ip-discovery", "srl_nokia-features:vlan-id-any", "srl_nokia-features:vlan-tpid", "srl_nokia-features:vxlan", "srl_nokia-features:vxlan-stats", "srl_nokia-features:warm-reboot"], - "checksum": "ae55fee77220cecb$c992d16fc8426b0e4a4369be8503033575b75948" - }, - "build": { - "git-branch": "SRL_23_10_B1", - "git-tag": "v23.10.1-218-ga3fc1bea5a", - "git-sha": "a3fc1bea5afec83402393b9ca1ad139ebcb05e8c" - }, - "application": [ - { - "name": "aaa_mgr", - "path": "/opt/srlinux/bin/sr_aaa_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "acl_mgr", - "path": "/opt/srlinux/bin/sr_acl_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "app_mgr", - "path": "/opt/srlinux/bin/sr_app_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "arp_nd_mgr", - "path": "/opt/srlinux/bin/sr_arp_nd_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "bfd_mgr", - "path": "/opt/srlinux/bin/sr_bfd_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "bgp_mgr", - "path": "/opt/srlinux/bin/sr_bgp_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "chassis_mgr", - "path": "/opt/srlinux/bin/sr_chassis_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "dev_mgr", - "path": "/opt/srlinux/bin/sr_device_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "dhcp_client_mgr", - "path": "/opt/srlinux/bin/sr_dhcp_client_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "dhcp_relay_mgr", - "path": "/opt/srlinux/bin/sr_dhcp_relay_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "dhcp_server_mgr", - "path": "/opt/srlinux/bin/sr_dhcp_server_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "ethcfm_mgr", - "path": "/opt/srlinux/bin/sr_ethcfm_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "event_mgr", - "path": "/opt/srlinux/bin/sr_event_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "evpn_mgr", - "path": "/opt/srlinux/bin/sr_evpn_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "fhs_mgr", - "path": "/opt/srlinux/bin/sr_fhs_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "fib_mgr", - "path": "/opt/srlinux/bin/sr_fib_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "gnmi_server", - "path": "/opt/srlinux/bin/sr_gnmi_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "gribi_server", - "path": "/opt/srlinux/bin/sr_gribi_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "idb_server", - "path": "/opt/srlinux/bin/sr_idb_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "isis_mgr", - "path": "/opt/srlinux/bin/sr_isis_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "json_rpc", - "path": "/opt/srlinux/bin/sr_json_rpc", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "l2_mac_learn_mgr", - "path": "/opt/srlinux/bin/sr_l2_mac_learn_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "l2_mac_mgr", - "path": "/opt/srlinux/bin/sr_l2_mac_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "l2_proxy_arp_nd_mgr", - "path": "/opt/srlinux/bin/sr_l2_proxy_arp_nd_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "l2_static_mac_mgr", - "path": "/opt/srlinux/bin/sr_l2_static_mac_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "label_mgr", - "path": "/opt/srlinux/bin/sr_label_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "lag_mgr", - "path": "/opt/srlinux/bin/sr_lag_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "ldp_mgr", - "path": "/opt/srlinux/bin/sr_ldp_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "license_mgr", - "path": "/opt/srlinux/bin/sr_license_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "linux_mgr", - "path": "/opt/srlinux/bin/sr_linux_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "dnsmasq", - "path": "/usr/sbin/dnsmasq", - "version": "2023-01-13T21:57:01.000Z" - }, - { - "name": "sshd", - "path": "/usr/sbin/sshd:", - "version": "n/a" - }, - { - "name": "ntpd", - "path": "/usr/sbin/chronyd", - "version": "2023-05-08T20:05:00.000Z" - }, - { - "name": "vsftpd", - "path": "/usr/sbin/vsftpd", - "version": "2022-10-16T11:05:42.000Z" - }, - { - "name": "snmp_server", - "path": "/opt/srlinux/bin/sr_snmp_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "timesrv", - "path": "/usr/sbin/chronyd", - "version": "2023-05-08T20:05:00.000Z" - }, - { - "name": "lldp_mgr", - "path": "/opt/srlinux/bin/sr_lldp_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "log_mgr", - "path": "/opt/srlinux/bin/sr_log_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "macsec_mgr", - "path": "/opt/srlinux/bin/sr_macsec_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "mcid_mgr", - "path": "/opt/srlinux/bin/sr_mcid_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "mgmt_server", - "path": "/opt/srlinux/bin/sr_mgmt_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "common", - "path": "n/a", - "version": "n/a" - }, - { - "name": "mirror_mgr", - "path": "/opt/srlinux/bin/sr_mirror_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "mpls_mgr", - "path": "/opt/srlinux/bin/sr_mpls_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "mplsoam_mgr", - "path": "/opt/srlinux/bin/sr_mplsoam_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "net_inst_mgr", - "path": "/opt/srlinux/bin/sr_net_inst_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "oam_mgr", - "path": "/opt/srlinux/bin/sr_oam_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "oc_mgmt_server", - "path": "/opt/srlinux/bin/sr_oc_mgmt_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "oc_common", - "path": "n/a", - "version": "n/a" - }, - { - "name": "ospf_mgr", - "path": "/opt/srlinux/bin/sr_ospf_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "p4rt_server", - "path": "/opt/srlinux/bin/sr_p4rt_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "plcy_mgr", - "path": "/opt/srlinux/bin/sr_plcy_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "maint_mode_mgr", - "path": "n/a", - "version": "n/a" - }, - { - "name": "qos_mgr", - "path": "/opt/srlinux/bin/sr_qos_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "radius_mgr", - "path": "/opt/srlinux/bin/sr_radius_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "sdk_mgr", - "path": "/opt/srlinux/bin/sr_sdk_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "segrt_mgr", - "path": "/opt/srlinux/bin/sr_segrt_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "sflow_sample_mgr", - "path": "/opt/srlinux/bin/sr_sflow_sample_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "static_route_mgr", - "path": "/opt/srlinux/bin/sr_static_route_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "supportd", - "path": "/opt/srlinux/bin/sr_supportd", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "te_mgr", - "path": "/opt/srlinux/bin/sr_te_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "tepolicy_mgr", - "path": "/opt/srlinux/bin/sr_tepolicy_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "timing_stack", - "path": "/opt/srlinux/bin/sr_timing_stack", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "twamp_mgr", - "path": "/opt/srlinux/bin/sr_twamp_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "vrrp_mgr", - "path": "/opt/srlinux/bin/sr_vrrp_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "vxlan_mgr", - "path": "/opt/srlinux/bin/sr_vxlan_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "xdp_cpm", - "path": "/opt/srlinux/bin/sr_xdp_cpm", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "xdp_lc", - "path": "/opt/srlinux/bin/sr_xdp_lc", - "version": "2023-11-04T22:37:53.000Z" - } - ], - "yang-module": [ - { - "name": "srl_nokia-aaa", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-aaa-password", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-aaa-types", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-acl", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-acl-policers", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-acl-qos", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-aggregate-routes", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-app-mgmt", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-bfd", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-bgp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-bgp-evpn", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-bgp-evpn-bgp-instance-mpls-bridge-table-multicast-destinations", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-bgp-evpn-bgp-instance-mpls-bridge-table-statistics", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-bgp-evpn-bgp-instance-mpls-bridge-table-unicast-destinations", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-bgp-evpn-bgp-instance-mpls-vpws-destinations", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-bgp-ipvpn", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-bgp-vpn", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-boot", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-bridge-table", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-bridge-table-mac-duplication", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-bridge-table-mac-duplication-entries", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-bridge-table-mac-learning", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-bridge-table-mac-learning-entries", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-bridge-table-mac-limit", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-bridge-table-mac-table", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-bridge-table-proxy-arp-nd", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-bridge-table-reserved-macs", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-bridge-table-shg", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-bridge-table-static-mac", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-configuration", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-configuration-role", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-connection-point", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-dhcp-server", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-dns", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-ethcfm", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-event-handler", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-ftp", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-gnmi-server", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-gnsi-authz", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-gnsi-certz", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-gribi-server", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-icmp", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-if-ip", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-if-mpls", - "revision": "2021-06-30" - }, - { - "name": "srl_nokia-interfaces", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-interfaces-bridge-table", - "revision": "2021-06-30" - }, - { - "name": "srl_nokia-interfaces-bridge-table-mac-duplication-entries", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-interfaces-bridge-table-mac-learning-entries", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-interfaces-bridge-table-mac-table", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-interfaces-bridge-table-statistics", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-interfaces-ethernet-segment-association", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-interfaces-ip-dhcp", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-interfaces-ip-dhcp-relay", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-interfaces-ip-dhcp-server", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-interfaces-ip-vrrp", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-interfaces-l2cp", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-interfaces-lag", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-interfaces-local-mirror-destination", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-interfaces-nbr", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-interfaces-nbr-evpn", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-interfaces-nbr-virtual-ip-discovery", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-interfaces-p4rt", - "revision": "2022-06-30" - }, - { - "name": "srl_nokia-interfaces-router-adv", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-interfaces-vlans", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-interfaces-vxdp", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-ip-route-tables", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-ippm-source-udp-pool", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-isis", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-isis-lsdb", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-isis-lsdb-types", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-json-rpc", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-keychains", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-lacp", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-ldp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-license", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-link-measurement", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-linux", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-lldp", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-lldp-types", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-load-balancing", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-logging", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-lsp-ping-trace", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-macsec", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-maintenance-mode", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-maintenance-policies", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-micro-bfd", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-mirroring", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-mpls", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-mpls-label-management", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-mpls-route-tables", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-mpls-services-evpn-label-management", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-mpls-services-network-instance-label-management", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-mtu", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-network-instance", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-network-instance-mtu", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-next-hop-groups", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-ntp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-oam", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-oam-pm-ethcfm", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-oam-pm-ip", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-openconfig", - "revision": "2022-06-30" - }, - { - "name": "srl_nokia-ospf", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-p4rt-server", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-packet-link-qual", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-packet-match-types", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-acl", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-cgroup", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-platform-chassis", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform-control", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform-cpu", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-platform-datapath-resources", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-disk", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-fabric", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-platform-fan", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform-healthz", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-lc", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform-linecard-fib", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-platform-memory", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-platform-mtu", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-platform-p4rt", - "revision": "2022-06-30" - }, - { - "name": "srl_nokia-platform-pipeline-counters", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-platform-psu", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform-qos", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-redundancy", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-platform-resource-mgmt", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-platform-resource-monitoring", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-platform-secure-boot", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-tcam", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-tpm", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-vxdp", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-policy-forwarding", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-qos", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-qos-policers", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-ra_guard", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-rib-bgp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-routing-policy", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-segment-routing", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-sflow", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-snmp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-ssh", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-stamp", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-static-routes", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-system", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-system-banner", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-system-bridge-table", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-system-bridge-table-proxy-arp", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-system-info", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-system-multicast", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-system-name", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-system-network-instance", - "revision": "2021-06-30" - }, - { - "name": "srl_nokia-system-network-instance-bgp-evpn-ethernet-segments", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-system-network-instance-bgp-vpn", - "revision": "2022-06-30" - }, - { - "name": "srl_nokia-system-protocols", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-tcp-udp", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-te-policies", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-timezone", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-tls", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-traffic-engineering", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-transport-security", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-tunnel", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-tunnel-interfaces", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-tunnel-interfaces-vxlan-interface-bridge-table", - "revision": "2021-06-30" - }, - { - "name": "srl_nokia-tunnel-interfaces-vxlan-interface-bridge-table-multicast-destinations", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-tunnel-interfaces-vxlan-interface-bridge-table-unicast-destinations", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-tunnel-interfaces-vxlan-interface-bridge-table-unicast-es-destination-vteps", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-tunnel-tables", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-twamp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-vxlan-tunnel-vtep", - "revision": "2023-03-31" - } - ] - }, - "srl_nokia-acl:acl": { - "cpm-filter": { - "ipv4-filter": { - "statistics-per-entry": true, - "entry": [ - { - "sequence-id": 10, - "description": "Accept incoming ICMP unreachable messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "dest-unreachable", - "code": [ - 0, - 1, - 2, - 3, - 4, - 13 - ] - } - } - }, - { - "sequence-id": 20, - "description": "Accept incoming ICMP time-exceeded messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "time-exceeded" - } - } - }, - { - "sequence-id": 30, - "description": "Accept incoming ICMP parameter problem messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "param-problem" - } - } - }, - { - "sequence-id": 40, - "description": "Accept incoming ICMP echo messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "echo" - } - } - }, - { - "sequence-id": 50, - "description": "Accept incoming ICMP echo-reply messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "echo-reply" - } - } - }, - { - "sequence-id": 60, - "description": "Accept incoming SSH when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 22 - } - } - }, - { - "sequence-id": 70, - "description": "Accept incoming SSH when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 22 - } - } - }, - { - "sequence-id": 80, - "description": "Accept incoming Telnet when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 23 - } - } - }, - { - "sequence-id": 90, - "description": "Accept incoming Telnet when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 23 - } - } - }, - { - "sequence-id": 100, - "description": "Accept incoming TACACS+ when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 49 - } - } - }, - { - "sequence-id": 110, - "description": "Accept incoming TACACS+ when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 49 - } - } - }, - { - "sequence-id": 120, - "description": "Accept incoming DNS response messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "source-port": { - "operator": "eq", - "value": 53 - } - } - }, - { - "sequence-id": 130, - "description": "Accept incoming DHCP messages targeted for BOOTP/DHCP client", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 68 - } - } - }, - { - "sequence-id": 140, - "description": "Accept incoming TFTP read-request and write-request messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 69 - } - } - }, - { - "sequence-id": 150, - "description": "Accept incoming HTTP(JSON-RPC) when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 80 - } - } - }, - { - "sequence-id": 160, - "description": "Accept incoming HTTP(JSON-RPC) when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 80 - } - } - }, - { - "sequence-id": 170, - "description": "Accept incoming NTP messages from servers", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "source-port": { - "operator": "eq", - "value": 123 - } - } - }, - { - "sequence-id": 180, - "description": "Accept incoming SNMP GET/GETNEXT messages from servers", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 161 - } - } - }, - { - "sequence-id": 190, - "description": "Accept incoming BGP when the other router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 179 - } - } - }, - { - "sequence-id": 200, - "description": "Accept incoming BGP when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 179 - } - } - }, - { - "sequence-id": 210, - "description": "Accept incoming HTTPS(JSON-RPC) when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 443 - } - } - }, - { - "sequence-id": 220, - "description": "Accept incoming HTTPS(JSON-RPC) when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 443 - } - } - }, - { - "sequence-id": 230, - "description": "Accept incoming single-hop BFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 3784 - } - } - }, - { - "sequence-id": 240, - "description": "Accept incoming multi-hop BFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 4784 - } - } - }, - { - "sequence-id": 250, - "description": "Accept incoming uBFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 6784 - } - } - }, - { - "sequence-id": 260, - "description": "Accept incoming gNMI messages when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 57400 - } - } - }, - { - "sequence-id": 270, - "description": "Accept incoming UDP traceroute messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "range": { - "start": 33434, - "end": 33464 - } - } - } - }, - { - "sequence-id": 280, - "description": "Accept incoming ICMP timestamp messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "timestamp" - } - } - }, - { - "sequence-id": 290, - "description": "Accept incoming OSPF messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": 89 - } - }, - { - "sequence-id": 300, - "description": "Accept incoming DHCP relay messages targeted for BOOTP/DHCP server", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 67 - } - } - }, - { - "sequence-id": 310, - "description": "Accept ICMP fragment packets", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "fragment": true, - "protocol": "icmp" - } - }, - { - "sequence-id": 320, - "description": "Accept incoming LDP packets", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "source-port": { - "operator": "eq", - "value": 646 - } - } - }, - { - "sequence-id": 330, - "description": "Accept incoming LDP packets with source-port 646", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 646 - } - } - }, - { - "sequence-id": 340, - "description": "Accept incoming LDP packets with destination-port 646", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 646 - } - } - }, - { - "sequence-id": 350, - "description": "Accept incoming gRIBI packets with destination-port 57401", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 57401 - } - } - }, - { - "sequence-id": 360, - "description": "Accept incoming p4rt packets with destination-port 9559", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 9559 - } - } - }, - { - "sequence-id": 370, - "description": "Accept incoming IGMP packets", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "igmp" - } - }, - { - "sequence-id": 380, - "description": "Accept incoming PIM packets", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "pim" - } - }, - { - "sequence-id": 390, - "description": "Accept incoming RADIUS AAA packets", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "source-port": { - "range": { - "start": 1812, - "end": 1813 - } - } - } - }, - { - "sequence-id": 410, - "description": "Accept incoming PTP messages with destination-ports 319 and 320", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "range": { - "start": 319, - "end": 320 - } - } - } - }, - { - "sequence-id": 420, - "description": "Drop all else", - "action": { - "drop": { - "log": true - } - } - } - ] - }, - "ipv6-filter": { - "statistics-per-entry": true, - "entry": [ - { - "sequence-id": 10, - "description": "Accept incoming ICMPv6 unreachable messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "dest-unreachable", - "code": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ] - } - } - }, - { - "sequence-id": 20, - "description": "Accept incoming ICMPv6 packet-too-big messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "packet-too-big" - } - } - }, - { - "sequence-id": 30, - "description": "Accept incoming ICMPv6 time-exceeded messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "time-exceeded" - } - } - }, - { - "sequence-id": 40, - "description": "Accept incoming ICMPv6 parameter problem messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "param-problem" - } - } - }, - { - "sequence-id": 50, - "description": "Accept incoming ICMPv6 echo-request messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "echo-request" - } - } - }, - { - "sequence-id": 60, - "description": "Accept incoming ICMPv6 echo-reply messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "echo-reply" - } - } - }, - { - "sequence-id": 70, - "description": "Accept incoming ICMPv6 router-advertisement messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "router-advertise" - } - } - }, - { - "sequence-id": 80, - "description": "Accept incoming ICMPv6 neighbor-solicitation messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "neighbor-solicit" - } - } - }, - { - "sequence-id": 90, - "description": "Accept incoming ICMPv6 neighbor-advertisement messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "neighbor-advertise" - } - } - }, - { - "sequence-id": 100, - "description": "Accept incoming SSH when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 22 - } - } - }, - { - "sequence-id": 110, - "description": "Accept incoming SSH when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 22 - } - } - }, - { - "sequence-id": 120, - "description": "Accept incoming Telnet when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 23 - } - } - }, - { - "sequence-id": 130, - "description": "Accept incoming Telnet when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 23 - } - } - }, - { - "sequence-id": 140, - "description": "Accept incoming TACACS+ when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 49 - } - } - }, - { - "sequence-id": 150, - "description": "Accept incoming TACACS+ when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 49 - } - } - }, - { - "sequence-id": 160, - "description": "Accept incoming DNS response messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "source-port": { - "operator": "eq", - "value": 53 - } - } - }, - { - "sequence-id": 170, - "description": "Accept incoming TFTP read-request and write-request messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 69 - } - } - }, - { - "sequence-id": 180, - "description": "Accept incoming HTTP(JSON-RPC) when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 80 - } - } - }, - { - "sequence-id": 190, - "description": "Accept incoming HTTP(JSON-RPC) when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 80 - } - } - }, - { - "sequence-id": 200, - "description": "Accept incoming NTP messages from servers", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "source-port": { - "operator": "eq", - "value": 123 - } - } - }, - { - "sequence-id": 210, - "description": "Accept incoming SNMP GET/GETNEXT messages from servers", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 161 - } - } - }, - { - "sequence-id": 220, - "description": "Accept incoming BGP when the other router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 179 - } - } - }, - { - "sequence-id": 230, - "description": "Accept incoming BGP when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 179 - } - } - }, - { - "sequence-id": 240, - "description": "Accept incoming HTTPS(JSON-RPC) when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 443 - } - } - }, - { - "sequence-id": 250, - "description": "Accept incoming HTTPS(JSON-RPC) when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 443 - } - } - }, - { - "sequence-id": 260, - "description": "Accept incoming DHCPv6 client messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 546 - } - } - }, - { - "sequence-id": 270, - "description": "Accept incoming single-hop BFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 3784 - } - } - }, - { - "sequence-id": 280, - "description": "Accept incoming multi-hop BFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 4784 - } - } - }, - { - "sequence-id": 290, - "description": "Accept incoming uBFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 6784 - } - } - }, - { - "sequence-id": 300, - "description": "Accept incoming gNMI messages when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 57400 - } - } - }, - { - "sequence-id": 310, - "description": "Accept incoming UDP traceroute messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "range": { - "start": 33434, - "end": 33464 - } - } - } - }, - { - "sequence-id": 320, - "description": "Accept incoming IPV6 hop-in-hop messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": 0 - } - }, - { - "sequence-id": 330, - "description": "Accept incoming IPV6 fragment header messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": 44 - } - }, - { - "sequence-id": 340, - "description": "Accept incoming OSPF messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": 89 - } - }, - { - "sequence-id": 350, - "description": "Accept incoming DHCPv6 relay messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 547 - } - } - }, - { - "sequence-id": 360, - "description": "Accept incoming gRIBI packets with destination-port 57401", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 57401 - } - } - }, - { - "sequence-id": 370, - "description": "Accept incoming p4rt packets with destination-port 9559", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 9559 - } - } - }, - { - "sequence-id": 380, - "description": "Accept incoming MLDv1 report messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "mld-report" - } - } - }, - { - "sequence-id": 390, - "description": "Accept incoming MLDv2 report messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "mld-v2" - } - } - }, - { - "sequence-id": 400, - "description": "Accept incoming MLDv1 done messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "mld-done" - } - } - }, - { - "sequence-id": 410, - "description": "Accept incoming MLD query messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "mld-query" - } - } - }, - { - "sequence-id": 420, - "description": "Accept incoming PIM messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "pim" - } - }, - { - "sequence-id": 430, - "description": "Accept incoming RADIUS AAA messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "source-port": { - "range": { - "start": 1812, - "end": 1813 - } - } - } - }, - { - "sequence-id": 450, - "description": "Accept incoming PTP messages with destination-ports 319 and 320", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "range": { - "start": 319, - "end": 320 - } - } - } - }, - { - "sequence-id": 460, - "description": "Drop all else", - "action": { - "drop": { - "log": true - } - } - } - ] - } - }, - "policers": { - "system-cpu-policer": [ - { - "name": "icmp", - "entry-specific": false, - "peak-packet-rate": 1000, - "max-packet-burst": 1000 - } - ] - } - }, - "srl_nokia-interfaces:interface": [ - { - "name": "ethernet-1/3", - "admin-state": "enable" - }, - { - "name": "ethernet-1/4", - "admin-state": "enable" - }, - { - "name": "mgmt0", - "admin-state": "enable", - "subinterface": [ - { - "index": 0, - "admin-state": "enable", - "ip-mtu": 1500, - "ipv4": { - "admin-state": "enable", - "srl_nokia-interfaces-ip-dhcp:dhcp-client": { - - } - }, - "ipv6": { - "admin-state": "enable", - "srl_nokia-interfaces-ip-dhcp:dhcp-client": { - - } - } - } - ] - } - ], - "srl_nokia-system:system": { - "srl_nokia-aaa:aaa": { - "authentication": { - "idle-timeout": 7200, - "authentication-method": [ - "local" - ], - "admin-user": { - "ssh-key": [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJSGdT6gPlA4m+PSmQ8oR3z6N4ofCfTkJa2BpUgy+JV0" - ] - }, - "linuxadmin-user": { - "password": "$6$Ni233gqiuJ9zarHl$ZKtMh/vEvlY7XpHSYSJVrFNpUDeM/dsfaxK6csljO5X3.ImsDn8yiOcPASsTNpa1r6XrVlzrpnlJKqYIK0gvO1", - "ssh-key": [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJSGdT6gPlA4m+PSmQ8oR3z6N4ofCfTkJa2BpUgy+JV0" - ] - } - }, - "server-group": [ - { - "name": "local", - "type": "srl_nokia-aaa-types:local" - } - ] - }, - "srl_nokia-lldp:lldp": { - "admin-state": "enable" - }, - "srl_nokia-gnmi-server:gnmi-server": { - "admin-state": "enable", - "rate-limit": 65000, - "trace-options": [ - "request", - "response", - "common" - ], - "network-instance": [ - { - "name": "mgmt", - "admin-state": "enable", - "use-authentication": true, - "tls-profile": "clab-profile", - "port": 57400, - "services": [ - "srl_nokia-gnmi-server:gnmi" - ] - } - ], - "unix-socket": { - "admin-state": "enable", - "services": [ - "srl_nokia-gnmi-server:gnmi", - "srl_nokia-gnmi-server:gnoi" - ] - } - }, - "srl_nokia-tls:tls": { - "server-profile": [ - { - "name": "clab-profile", - "key": "$aes1$ATAGtFfWJB+J428=$FsDoGdfwe5td2N+95NkOO3vMtLTed9u4G7gHZwqOUnfnIVe5zCUUJ7hHOqNB/s3Ii8WViuGQtftItsLg75+nj5NMXdtnuT5bn6DiAbMCFbarAqq7o5pUP4JkuYmfVLAdJbhBZHg7oX4neHgMukAe/oAswt2/tuWDO89lnpgXvHLN6Ccz76TQQI+4YoPXNIIIOGyCV8z1uSpahwavEWo9f6k42NZgBrcXjUeUpRRdtumd+0DiNPmrJK0P2xmzFRMgacLuXn3UKdtvfUMwP5ts647nxluIz79jJefVeiKVyetIQYgdHKmAADhkrETLvpXFvJv2L/i0KXOFaiE7nvh6lLzeia6QJUjbGMetb6G0eT7GFrTcsLQwriy2nw+Fs9oh/an7R/A/6+6Q4Amq1hhf6/e3+sq1UpugRIoigMmzPVxKi63rPrqQICUzwhCxkiVdDeu5ic1UkT+yXOzUT37RoqLsXmC7bqWagEgU+9MAcYiZ/RKKaeMbiQnA6vqeDL8tXbPfc+TOVLrZZW+k5qK9i0VdleFlYLMyZxwrDSb30ewOulOuSBftYhN2k5B5AtJt56YC/BZKxzRxmjQJFpdcjPURI7mxyTcvYhJ5Vv8bo5UeB2GNqV7i5mewXEkYF7ITmvk/+YQSL2i/hgPLOHgerEWqaltMZdqu1AqoMkmwEuqBcP2QEMP8ZxF3ORdv7z27O6laEKPHMpPyGvgED+PI/ogxcz0giGoDiYLboRUqymfS1A1+w5rkLVCxiItx0/M5Rj44KOfiCtgLCGQsf5Yal5aTsk/632k086doeLVHxkfmSaamqh4NHT/MkX4NwUlhpV5bFwBZhydnJNnj3Q7R3nVRgqPTRI9OU2ET50/daiVoZDbFzE6kQHJPo0/9p/RN37mvxV5VU+Omyg9l5EAy9ICS0oYgggU+H9rzlzAT5peYdOTvN3Z0/nux1egO4Xr+cVsT7U+tA4J8svZEB+0VrYyndaHqOaBXFv8aCWAwYWuz0yisJYiHeOg4IuLf5KXMTgmBpqfouMoLKHnY4QelpTvocYqqrn5w/eRbzFpE5MZgEWbMC3biBH5fLpU/HKbguPghuegEbNVbAhHhG/xPFWgDa4J3B8ih2L8HIJFrqps4jvzCp7zFhWXT/al84sFdyNz64S3Vn8ALEC9JNeLwAp/LEi9H2dBpJvG6PONi5rXYdCh9DbLykSKM1vqEhzawgnYuLwlTDA5ZeSPLZNxbYh5ApfKxaEU7bWmNeqj9vcCgQiMUNvO0cLzqIFoUjAPYcErjVqJW+KjpOjINLgr2LOmyCvuUjt3b9yK2r5FNapmDe540nJqRwgyRlGuoDwVaunXTfGqdCl8W4MDnDbOb59CmjbsVk1OXBOU1m9dPmKyuQ39VzmKfpJGwBYk7yyKONAjhXh6LQWvhA6HyxJgvUtdMVnul5CkgPnK+3Q/4Bo67B54VfuUl9Fa44W2l4vGWPNLGoxBiwx81T99Zd0+4YsSDJymzwaRjJFMeK7u39+gEcpK1sZAvkh4RWnRy/xpmiVEDoDGNWXSIBJu0rizIkU0Q1fnMLZ7iFgGzU4R6z2eaUBP8gABzxTwwEmF8x7uiTbCSEFi3IZONosFESbCJiYJjdrpI7k4BNOX+BN3PpO0H19l5jK5PHvjyGyWg5hBpy3Roa6+5xSAKozs4oqx0vBP+2M48gVkPsTyzfLNCVICzatIQVZt+MlyNLGRjIKM+tshJ01cxd2oal276RVtacyUU4eC/OUMdxgPEUw3GfRV8pXg5wgj27xM1Toq1QZqJCnEohyTegN6BUqiUIhg7O0M2Diz8Zp+qzpbIJpppAMiI0xCxgUHMnr9W7x/749TOah9ovqYpRDPDbKC92ZRF3h6SdOx6fhyyDvmevpJXFV742n4ZHaV+M5yjktcM5dMb4EMM9XiiM2I0mSqNwwoOh+3xlvys5h7ivgQ5s712rI87/hfF5gxZK6d21L91Qr5YQYOJ+SQUGdV7Y+OY9p9gCOOvgH8UonLTP1+PRyThtcUFQeyFyAloxqgkgC5ww2gXOn1g1hG8GevZ7QZClcUgll/AaTfnJ0RsUU8/iAB37SH3OLxMec7/MCNqkuvK9WVSIB0FLNEYW8kVCiVv/voL9olPko1Xni+PPSxb9n12jeVaW0tb+NtmcfOE7Q/B0QHLUfJxFPsp//ChmAKcSvT7pK8sqB1ggc28AGAgXk1FbAnCOd/YSIRuCLwzwVprE1fV", - "certificate": "-----BEGIN CERTIFICATE-----\nMIID1DCCArygAwIBAgICBnowDQYJKoZIhvcNAQELBQAwUDELMAkGA1UEBhMCVVMx\nCTAHBgNVBAcTADEVMBMGA1UEChMMY29udGFpbmVybGFiMQkwBwYDVQQLEwAxFDAS\nBgNVBAMTC2RlbW8gbGFiIENBMB4XDTI0MTAzMTA4MTg1MVoXDTI1MTAzMTA4MTg1\nMVowVDELMAkGA1UEBhMCVVMxCTAHBgNVBAcTADEVMBMGA1UEChMMY29udGFpbmVy\nbGFiMQkwBwYDVQQLEwAxGDAWBgNVBAMTD0xlYWYtMDQuZGVtby5pbzCCASIwDQYJ\nKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMJPqd6MC4v8ggL09erji5fVGC6DDvPY\nsa2PZkFsN2nLpLNTysz9ZbR/ijDhaE6b2tG3Jl7hOh64+ffliUDxUu904lDss+pA\n5cMhXOUi1ithwbxriCnDZWqvYzvJ9E1RtkJFBXzE5KaN+sSooxMl8bOCCaKoZ8Ke\nil6btIUWi2d9zoFAvhqMPij17piFXVvNCr6XkKNNwntskQ2UZdZd+NdyGDJZ9ydJ\nGe48Lmk4UHd2YqHCVpEk8leHNBO0TED3uREJq8NBt2dTE956KnEftgWHXrYikKKX\nZVMcbW+uNDczHDHD4TOPRAoChcEc0H7yz6gBkeeHhEphPHCWHs0NzZMCAwEAAaOB\nszCBsDAOBgNVHQ8BAf8EBAMCBaAwHQYDVR0lBBYwFAYIKwYBBQUHAwIGCCsGAQUF\nBwMBMA4GA1UdDgQHBAUBAgMEBjAfBgNVHSMEGDAWgBSSbvLEi7TgXM+U880FuTK7\nHe+0hDBOBgNVHREERzBFggdMZWFmLTA0ghFjbGFiLWRlbW8tTGVhZi0wNIIPTGVh\nZi0wNC5kZW1vLmlvhwSsFBQGhxA//wFyACAAIAAAAAAAAAAGMA0GCSqGSIb3DQEB\nCwUAA4IBAQDVnsKL3z1UF++e2jZeA7iB4RUUM3TPtVrxjlhNSO9VBZc5JhkqFfoF\nxoBQNcr/N8k7fesT5IvCwyPvH9rU/Ioh8u8easNomiF7GVvaD8ySGd8ol7MxTkmS\nRVL+CpUFdhh3EdedEzcsyROpvLCK3u8eRcvboCHdx6LZYJuBdubJXExQrPzngzzt\nJO7ITYBm3f5M28WPEg+6i4aGIQyfl4GgrpiFvRUq+1FBB3V/0ywkj2BTdOe2vC6w\nweBu+SsGY0BXpbC/8ajlbJSFdM8BIqzsRIj70RzrpvOqGJV9mPOj2NbJg4hBbaDq\nMDyE5HSYd0Uc6//QjJOBwFbf/nYIkLhF\n-----END CERTIFICATE-----\n", - "authenticate-client": false - } - ] - }, - "srl_nokia-json-rpc:json-rpc-server": { - "admin-state": "enable", - "network-instance": [ - { - "name": "mgmt", - "http": { - "admin-state": "enable" - }, - "https": { - "admin-state": "enable", - "tls-profile": "clab-profile" - } - } - ] - }, - "srl_nokia-dns:dns": { - "network-instance": "mgmt", - "server-list": [ - "100.124.38.2", - "100.124.38.3" - ] - }, - "srl_nokia-snmp:snmp": { - "community": "$aes1$AWAnAeUVwgBvJm8=$e/gtQBRUUkYn1rRZVlCVQw==", - "network-instance": [ - { - "name": "mgmt", - "admin-state": "enable" - } - ] - }, - "srl_nokia-ssh:ssh-server": { - "network-instance": [ - { - "name": "mgmt", - "admin-state": "enable" - } - ] - }, - "srl_nokia-system-banner:banner": { - "login-banner": "................................................................\n: Welcome to Nokia SR Linux! :\n: Open Network OS for the NetOps era. :\n: :\n: This is a freely distributed official container image. :\n: Use it - Share it :\n: :\n: Get started: https://learn.srlinux.dev :\n: Container: https://go.srlinux.dev/container-image :\n: Docs: https://doc.srlinux.dev/23-10 :\n: Rel. notes: https://doc.srlinux.dev/rn23-10-1 :\n: YANG: https://yang.srlinux.dev/v23.10.1 :\n: Discord: https://go.srlinux.dev/discord :\n: Contact: https://go.srlinux.dev/contact-sales :\n................................................................\n" - }, - "srl_nokia-logging:logging": { - "buffer": [ - { - "buffer-name": "messages", - "rotate": 3, - "size": "10000000", - "facility": [ - { - "facility-name": "local6", - "priority": { - "match-above": "informational" - } - } - ] - }, - { - "buffer-name": "system", - "facility": [ - { - "facility-name": "auth", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "cron", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "daemon", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "ftp", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "kern", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "lpr", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "mail", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "news", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "syslog", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "user", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "uucp", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local0", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local1", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local2", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local3", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local4", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local5", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local7", - "priority": { - "match-above": "warning" - } - } - ] - } - ], - "file": [ - { - "file-name": "messages", - "rotate": 3, - "size": "10000000", - "facility": [ - { - "facility-name": "local6", - "priority": { - "match-above": "warning" - } - } - ] - } - ] - } - }, - "srl_nokia-network-instance:network-instance": [ - { - "name": "mgmt", - "type": "srl_nokia-network-instance:ip-vrf", - "admin-state": "enable", - "description": "Management network instance", - "interface": [ - { - "name": "mgmt0.0" - } - ], - "protocols": { - "srl_nokia-linux:linux": { - "import-routes": true, - "export-routes": true, - "export-neighbors": true - } - } - } - ] -} \ No newline at end of file diff --git a/rawTopoFile/clab-demo/Leaf-04/config/devices/app_ephemeral.mgmt_server.ready_for_config b/rawTopoFile/clab-demo/Leaf-04/config/devices/app_ephemeral.mgmt_server.ready_for_config deleted file mode 100644 index 9a7211a0d..000000000 --- a/rawTopoFile/clab-demo/Leaf-04/config/devices/app_ephemeral.mgmt_server.ready_for_config +++ /dev/null @@ -1 +0,0 @@ -loaded initial configuration diff --git a/rawTopoFile/clab-demo/Leaf-04/config/devices/hw_details.json b/rawTopoFile/clab-demo/Leaf-04/config/devices/hw_details.json deleted file mode 100644 index 821ce8dc7..000000000 --- a/rawTopoFile/clab-demo/Leaf-04/config/devices/hw_details.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "chassis_type": 72, - "chassis_base_mac": { - "mac_address": "AAAAAAAA" - }, - "chassis_serial_number": "", - "is_active": true, - "card_details": [], - "cpm_slot_by_letter": "A", - "is_singleru": true, - "slot_num": 0, - "cpm_card_type": 187, - "ztp_interfaces": [], - "chassis_name": "7220 IXR-D2L", - "card_serial_number": "", - "mda_poll_thread": false, - "chassis_part_num": "", - "card_part_num": "" -} diff --git a/rawTopoFile/clab-demo/Leaf-04/config/devices/management-ip.json b/rawTopoFile/clab-demo/Leaf-04/config/devices/management-ip.json deleted file mode 100644 index ee7861afa..000000000 --- a/rawTopoFile/clab-demo/Leaf-04/config/devices/management-ip.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "ipv4_gateway": "172.20.20.1", - "ipv6_gateway": "3fff:172:20:20::1", - "ipv4": "172.20.20.6/24", - "ipv6": "3fff:172:20:20::6/64" -} \ No newline at end of file diff --git a/rawTopoFile/clab-demo/Leaf-04/config/devices/slot_1.json b/rawTopoFile/clab-demo/Leaf-04/config/devices/slot_1.json deleted file mode 100644 index 35f00a33c..000000000 --- a/rawTopoFile/clab-demo/Leaf-04/config/devices/slot_1.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "slot_num": 1, - "card_type": 187, - "mda_type": 208, - "base_mac": { - "mac_address": "GjoDAAAA" - }, - "mac_count": 0, - "chassis_type": 72, - "card_deviation": "", - "is_combined_system": true, - "active_cpm_slot_num": 1, - "version": 1, - "card_mfg_assembly": "", - "pd_type": 1, - "card_revision": 0, - "card_mac_count": 0, - "has_gnss": false -} diff --git a/rawTopoFile/clab-demo/Leaf-04/config/devices/slot_nums.json b/rawTopoFile/clab-demo/Leaf-04/config/devices/slot_nums.json deleted file mode 100644 index 2bfe0232d..000000000 --- a/rawTopoFile/clab-demo/Leaf-04/config/devices/slot_nums.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "slots": { - "slot_info": [ - { - "slot_num": 1, - "is_cpm": true, - "is_imm": true, - "card_type": 187 - }, - { - "slot_num": 1, - "is_cpm": true, - "is_imm": true, - "card_type": 187 - } - ] - }, - "my_cpm_slot_num": 1 -} diff --git a/rawTopoFile/clab-demo/Leaf-04/config/gnoi/healthz/events/events.data b/rawTopoFile/clab-demo/Leaf-04/config/gnoi/healthz/events/events.data deleted file mode 100644 index 2ccaa863d..000000000 --- a/rawTopoFile/clab-demo/Leaf-04/config/gnoi/healthz/events/events.data +++ /dev/null @@ -1,426 +0,0 @@ - -b ->" - interface -name ethernet-1/57 - transceiver -healthz22278999553296342120B 䑢D -b ->" - interface -name ethernet-1/56 - transceiver -healthz22278999553296327028B D -b ->" - interface -name ethernet-1/55 - transceiver -healthz22278999553296311843B D -b ->" - interface -name ethernet-1/54 - transceiver -healthz22278999553296289232B D -b ->" - interface -name ethernet-1/51 - transceiver -healthz22278999553296243142B ŒD -b ->" - interface -name ethernet-1/39 - transceiver -healthz22278999553296015531B D -b ->" - interface -name ethernet-1/16 - transceiver -healthz22278999553295308502B ҆C -b ->" - interface -name ethernet-1/14 - transceiver -healthz22278999553295278504B C -a -=! - interface -name ethernet-1/7 - transceiver -healthz22278999553295154386B C -b ->" - interface -name ethernet-1/25 - transceiver -healthz22278999553295761060B C -a -=! - interface -name ethernet-1/6 - transceiver -healthz22278999553295129200B C -b ->" - interface -name ethernet-1/15 - transceiver -healthz22278999553295293704B C -b ->" - interface -name ethernet-1/10 - transceiver -healthz22278999553295208414B C -T -0 - -platform - power-supply -id2 -healthz22278999553294879891B C -a -=! - interface -name ethernet-1/1 - transceiver -healthz22278999553294934010B C -b ->" - interface -name ethernet-1/41 - transceiver -healthz22278999553296053665B ĐD -b ->" - interface -name ethernet-1/47 - transceiver -healthz22278999553296163223B D -b ->" - interface -name ethernet-1/17 - transceiver -healthz22278999553295397488B C -b ->" - interface -name ethernet-1/13 - transceiver -healthz22278999553295262516B C -b ->" - interface -name ethernet-1/12 - transceiver -healthz22278999553295240264B C -R -. - -platform -linecard -slot1 -healthz22278999553294796735B C -a -=! - interface -name ethernet-1/8 - transceiver -healthz22278999553295169952B C -a -=! - interface -name ethernet-1/4 - transceiver -healthz22278999553295097793B C -P -, - -platform -fan-tray -id1 -healthz22278999553294585996B C -P -, - -platform -fan-tray -id3 -healthz22278999553294692000B C -b ->" - interface -name ethernet-1/22 - transceiver -healthz22278999553295479334B C -S -- - -platform -control -slotA -healthz22278999553294524479B C -P -, - -platform -fan-tray -id4 -healthz22278999553294707837B C -b ->" - interface -name ethernet-1/58 - transceiver -healthz22278999553296364750B £D -b ->" - interface -name ethernet-1/19 - transceiver -healthz22278999553295431078B C -b ->" - interface -name ethernet-1/33 - transceiver -healthz22278999553295907773B ЇD -b ->" - interface -name ethernet-1/45 - transceiver -healthz22278999553296121675B הD -b ->" - interface -name ethernet-1/37 - transceiver -healthz22278999553295985318B D -a -=! - interface -name ethernet-1/3 - transceiver -healthz22278999553295071145B C -P -, - -platform -fan-tray -id6 -healthz22278999553294737726B C -a -=! - interface -name ethernet-1/2 - transceiver -healthz22278999553295052964B C -a -=! - interface -name ethernet-1/5 - transceiver -healthz22278999553295113827B ߕC -b ->" - interface -name ethernet-1/11 - transceiver -healthz22278999553295224772B C -b ->" - interface -name ethernet-1/26 - transceiver -healthz22278999553295780169B C -T -0 - -platform - power-supply -id1 -healthz22278999553294839169B C -P -, - -platform -fan-tray -id5 -healthz22278999553294722936B C -b ->" - interface -name ethernet-1/46 - transceiver -healthz22278999553296147955B 烙D -a -=! - interface -name ethernet-1/9 - transceiver -healthz22278999553295185639B C -b ->" - interface -name ethernet-1/52 - transceiver -healthz22278999553296259224B D -R -, - -platform -chassis -healthz -status22278999553294314944B C -b ->" - interface -name ethernet-1/20 - transceiver -healthz22278999553295448625B C -b ->" - interface -name ethernet-1/18 - transceiver -healthz22278999553295415165B C -b ->" - interface -name ethernet-1/27 - transceiver -healthz22278999553295807170B D -b ->" - interface -name ethernet-1/53 - transceiver -healthz22278999553296274190B D -b ->" - interface -name ethernet-1/31 - transceiver -healthz22278999553295877439B D -b ->" - interface -name ethernet-1/23 - transceiver -healthz22278999553295495277B C -b ->" - interface -name ethernet-1/35 - transceiver -healthz22278999553295947154B D -b ->" - interface -name ethernet-1/24 - transceiver -healthz22278999553295510310B C -b ->" - interface -name ethernet-1/21 - transceiver -healthz22278999553295464169B C -b ->" - interface -name ethernet-1/28 - transceiver -healthz22278999553295822897B D -b ->" - interface -name ethernet-1/29 - transceiver -healthz22278999553295838218B D -b ->" - interface -name ethernet-1/34 - transceiver -healthz22278999553295931615B ۊD -b ->" - interface -name ethernet-1/30 - transceiver -healthz22278999553295861308B D -b ->" - interface -name ethernet-1/49 - transceiver -healthz22278999553296202634B ЙD -b ->" - interface -name ethernet-1/32 - transceiver -healthz22278999553295892685B چD -b ->" - interface -name ethernet-1/50 - transceiver -healthz22278999553296221258B D -b ->" - interface -name ethernet-1/36 - transceiver -healthz22278999553295962328B D -b ->" - interface -name ethernet-1/38 - transceiver -healthz22278999553296000355B ߣD -b ->" - interface -name ethernet-1/40 - transceiver -healthz22278999553296038411B ͏D -b ->" - interface -name ethernet-1/42 - transceiver -healthz22278999553296068903B D -b ->" - interface -name ethernet-1/43 - transceiver -healthz22278999553296091587B D -b ->" - interface -name ethernet-1/44 - transceiver -healthz22278999553296106843B D -P -, - -platform -fan-tray -id2 -healthz22278999553294667686B C -b ->" - interface -name ethernet-1/48 - transceiver -healthz22278999553296178387B ϒD \ No newline at end of file diff --git a/rawTopoFile/clab-demo/Leaf-04/config/last_boot_reason.json b/rawTopoFile/clab-demo/Leaf-04/config/last_boot_reason.json deleted file mode 100644 index 3fccc5087..000000000 --- a/rawTopoFile/clab-demo/Leaf-04/config/last_boot_reason.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "active_serial_number": "Sim Serial No.", - "chassis_serial_number": "Sim Serial No.", - "last_boot_reason": "REASON_UNSET", - "standby_ready": false, - "file_written_at_unix_time": "2024-10-31T08:19:23.067Z", - "file_written_at_unix_time_ns": "1730362763067493757" -} diff --git a/rawTopoFile/clab-demo/Leaf-04/config/tls/clab-profile.key.pem b/rawTopoFile/clab-demo/Leaf-04/config/tls/clab-profile.key.pem deleted file mode 100644 index 140cfa6c8..000000000 --- a/rawTopoFile/clab-demo/Leaf-04/config/tls/clab-profile.key.pem +++ /dev/null @@ -1,27 +0,0 @@ ------BEGIN RSA PRIVATE KEY----- -MIIEpAIBAAKCAQEAwk+p3owLi/yCAvT16uOLl9UYLoMO89ixrY9mQWw3acuks1PK -zP1ltH+KMOFoTpva0bcmXuE6Hrj59+WJQPFS73TiUOyz6kDlwyFc5SLWK2HBvGuI -KcNlaq9jO8n0TVG2QkUFfMTkpo36xKijEyXxs4IJoqhnwp6KXpu0hRaLZ33OgUC+ -Gow+KPXumIVdW80KvpeQo03Ce2yRDZRl1l3413IYMln3J0kZ7jwuaThQd3ZiocJW -kSTyV4c0E7RMQPe5EQmrw0G3Z1MT3noqcR+2BYdetiKQopdlUxxtb640NzMcMcPh -M49ECgKFwRzQfvLPqAGR54eESmE8cJYezQ3NkwIDAQABAoIBAQC6VGQjiY3lDh2q -MjbDqLIKxghrSbgD827mbRV0dQ5qQCLO5/IYQoHN5WOh3fUFNIVQB14fK8FtBpqF -sjG8+e06vI3tZh5c6yCozoxjGdXgQdzjDwbCbaIJ/OeexNmlb07kG4XYkIJmiM3I -2aGPUhqFtZQBy5W8VgWAFbW0zdqeQKMWu4UG2HAGl2na4fkXHdOC7UkfCPi0KBhY -qmXHhUon2v4LTadg/qTsdzTNaXNmmxSc3cLlJdvjXEBTN9qveNAyT4gE1uzsubdW -ZxPuPaCggCEDAdFVOaQMWmm+o9qhs1MzOVCOhX0Lx2xMDZ3NTivhWtji7bErXgxj -nAOGTzFBAoGBAMqhqIfVGp4ee2uVkiNO/v17jiUtksYSMui/Mi4TLGJqNLKrmo5E -mhNkFObq1BRw0xB/09qrM8JE00eGFQrikdUrBlo8NoWDwLHg5y+4wI7D5M2g77NF -5hb6Ii2QQmw8JfvKmir4t/lps2Dci3YI4ZmqUY35EYJ4z/vHLr1AblohAoGBAPV9 -A1eizHs5ccOct8L/Q85v4xNZNRDx8gXMYvtZOJASSjVMf2dkVd1jeZJBqJKQPUQk -8cfJxELHGhbMNwjtyrT8xdXoNaEv2pkIB3bXy+zDp4nU1n4HijtWJQI/lxXpssKY -ijwR5NJIAn8ehq5sv0RwBR5EhhjapoNkMGmZ8LkzAoGAHmFyhTscTIzBcHXyfTzA -2nyF6WkV0oC0BVV1TpctVmwaDpfQCniaqUGeKKkYtx/bZWPk/aohjoUHMHgX+5PQ -zacvwqO4gPgqEgFoaC1JIZ6ZVYNFrRlT0CocqbwxWU0DXOcZikvUOZ7xeBpZBo96 -U7HHnIO1blxywoswpMteQEECgYEAl40c4h5cFHqrM/LtM1G5f5ltW0WIUDS9kDzU -oo07MR5Jd8wJH0A/DhTaOaOVOR4Y5JfWN9vk8MDP52EdXMLIkKE4VU0sxpyvXCgr -y39/omRLavjdjiKDgQw2fsPZNyr2M9JODLWTSQoxmF61ELuL/OkXD8+H5ZIemCDj -Dl590ScCgYA60OynWC6IXjIvY9d4H6Fgx+Vk+R/yD5YOGmTbLY3WpA/Zjhlozzwo -iRbLbBBKxqKzSbtABEcmdRdvi8GmdYgW1tLONRIWcF6uInjiaaHg4gGzLDisXj/M -PZESIo8QcfsZIHkFY2eOT+aif+BeegNcLEi0nELdD3BnLozQ+dBIXg== ------END RSA PRIVATE KEY----- diff --git a/rawTopoFile/clab-demo/Leaf-04/config/tls/clab-profile.pem b/rawTopoFile/clab-demo/Leaf-04/config/tls/clab-profile.pem deleted file mode 100644 index 931ea9608..000000000 --- a/rawTopoFile/clab-demo/Leaf-04/config/tls/clab-profile.pem +++ /dev/null @@ -1,23 +0,0 @@ ------BEGIN CERTIFICATE----- -MIID1DCCArygAwIBAgICBnowDQYJKoZIhvcNAQELBQAwUDELMAkGA1UEBhMCVVMx -CTAHBgNVBAcTADEVMBMGA1UEChMMY29udGFpbmVybGFiMQkwBwYDVQQLEwAxFDAS -BgNVBAMTC2RlbW8gbGFiIENBMB4XDTI0MTAzMTA4MTg1MVoXDTI1MTAzMTA4MTg1 -MVowVDELMAkGA1UEBhMCVVMxCTAHBgNVBAcTADEVMBMGA1UEChMMY29udGFpbmVy -bGFiMQkwBwYDVQQLEwAxGDAWBgNVBAMTD0xlYWYtMDQuZGVtby5pbzCCASIwDQYJ -KoZIhvcNAQEBBQADggEPADCCAQoCggEBAMJPqd6MC4v8ggL09erji5fVGC6DDvPY -sa2PZkFsN2nLpLNTysz9ZbR/ijDhaE6b2tG3Jl7hOh64+ffliUDxUu904lDss+pA -5cMhXOUi1ithwbxriCnDZWqvYzvJ9E1RtkJFBXzE5KaN+sSooxMl8bOCCaKoZ8Ke -il6btIUWi2d9zoFAvhqMPij17piFXVvNCr6XkKNNwntskQ2UZdZd+NdyGDJZ9ydJ -Ge48Lmk4UHd2YqHCVpEk8leHNBO0TED3uREJq8NBt2dTE956KnEftgWHXrYikKKX -ZVMcbW+uNDczHDHD4TOPRAoChcEc0H7yz6gBkeeHhEphPHCWHs0NzZMCAwEAAaOB -szCBsDAOBgNVHQ8BAf8EBAMCBaAwHQYDVR0lBBYwFAYIKwYBBQUHAwIGCCsGAQUF -BwMBMA4GA1UdDgQHBAUBAgMEBjAfBgNVHSMEGDAWgBSSbvLEi7TgXM+U880FuTK7 -He+0hDBOBgNVHREERzBFggdMZWFmLTA0ghFjbGFiLWRlbW8tTGVhZi0wNIIPTGVh -Zi0wNC5kZW1vLmlvhwSsFBQGhxA//wFyACAAIAAAAAAAAAAGMA0GCSqGSIb3DQEB -CwUAA4IBAQDVnsKL3z1UF++e2jZeA7iB4RUUM3TPtVrxjlhNSO9VBZc5JhkqFfoF -xoBQNcr/N8k7fesT5IvCwyPvH9rU/Ioh8u8easNomiF7GVvaD8ySGd8ol7MxTkmS -RVL+CpUFdhh3EdedEzcsyROpvLCK3u8eRcvboCHdx6LZYJuBdubJXExQrPzngzzt -JO7ITYBm3f5M28WPEg+6i4aGIQyfl4GgrpiFvRUq+1FBB3V/0ywkj2BTdOe2vC6w -weBu+SsGY0BXpbC/8ajlbJSFdM8BIqzsRIj70RzrpvOqGJV9mPOj2NbJg4hBbaDq -MDyE5HSYd0Uc6//QjJOBwFbf/nYIkLhF ------END CERTIFICATE----- diff --git a/rawTopoFile/clab-demo/Leaf-04/topology.yml b/rawTopoFile/clab-demo/Leaf-04/topology.yml deleted file mode 100644 index abad7f690..000000000 --- a/rawTopoFile/clab-demo/Leaf-04/topology.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 2021 Nokia -# Licensed under the BSD 3-Clause License. -# SPDX-License-Identifier: BSD-3-Clause - -chassis_configuration: - "chassis_type": 72 - "base_mac": "1a:3a:03:00:00:00" - "cpm_card_type": 187 - -slot_configuration: - 1: - "card_type": 187 - "mda_type": 208 diff --git a/rawTopoFile/clab-demo/Leaf-04/yum.repo b/rawTopoFile/clab-demo/Leaf-04/yum.repo deleted file mode 100644 index fd923bc90..000000000 --- a/rawTopoFile/clab-demo/Leaf-04/yum.repo +++ /dev/null @@ -1,5 +0,0 @@ -[srlinux] -name=SR Linux NDK apps -baseurl=https://srlinux.fury.site/yum/ -enabled=1 -gpgcheck=0 diff --git a/rawTopoFile/clab-demo/Spine-01/apt.list b/rawTopoFile/clab-demo/Spine-01/apt.list deleted file mode 100644 index 2aa3ade3a..000000000 --- a/rawTopoFile/clab-demo/Spine-01/apt.list +++ /dev/null @@ -1 +0,0 @@ -deb [trusted=yes] https://srlinux.fury.site/apt/ / diff --git a/rawTopoFile/clab-demo/Spine-01/config/aaamgr_local_user.json b/rawTopoFile/clab-demo/Spine-01/config/aaamgr_local_user.json deleted file mode 100755 index cff348fa2..000000000 --- a/rawTopoFile/clab-demo/Spine-01/config/aaamgr_local_user.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "users": { - "admin": { - "password": [ - "$ar2$aOvsuj0ALlU=$r750fMa3ZEA/Di8dIfU2fQ==" - ], - "failed_login_count": 0, - "locked_out": false, - "password_changed_after_first_login": false, - "password_update_time": "2024-10-31T08:19:34Z" - } - }, - "ntp_sync": false, - "password_change_after_first_login": false -} diff --git a/rawTopoFile/clab-demo/Spine-01/config/banner b/rawTopoFile/clab-demo/Spine-01/config/banner deleted file mode 100644 index 0dc53d58d..000000000 --- a/rawTopoFile/clab-demo/Spine-01/config/banner +++ /dev/null @@ -1,16 +0,0 @@ -................................................................ -: Welcome to Nokia SR Linux! : -: Open Network OS for the NetOps era. : -: : -: This is a freely distributed official container image. : -: Use it - Share it : -: : -: Get started: https://learn.srlinux.dev : -: Container: https://go.srlinux.dev/container-image : -: Docs: https://doc.srlinux.dev/23-10 : -: Rel. notes: https://doc.srlinux.dev/rn23-10-1 : -: YANG: https://yang.srlinux.dev/v23.10.1 : -: Discord: https://go.srlinux.dev/discord : -: Contact: https://go.srlinux.dev/contact-sales : -................................................................ - diff --git a/rawTopoFile/clab-demo/Spine-01/config/checkpoint/checkpoint-0.json b/rawTopoFile/clab-demo/Spine-01/config/checkpoint/checkpoint-0.json deleted file mode 100644 index f76fd2635..000000000 --- a/rawTopoFile/clab-demo/Spine-01/config/checkpoint/checkpoint-0.json +++ /dev/null @@ -1,2751 +0,0 @@ -{ - "_preamble": { - "header": { - "generated-by": "SRLINUX", - "name": "clab-initial", - "comment": "set by containerlab", - "created": "2024-10-31T08:20:22.878Z", - "release": "v23.10.1", - "enabled-yang-features": ["srl_nokia-features:aaa-spiffe-id", "srl_nokia-features:admin-user-roles", "srl_nokia-features:anycast-gw", "srl_nokia-features:arp-nd-datapath-programming", "srl_nokia-features:bgp-add-paths", "srl_nokia-features:bgp-afi-safi-policy", "srl_nokia-features:bgp-auth-password", "srl_nokia-features:bgp-cfg-afi-safi-list", "srl_nokia-features:bgp-graceful-restart-gaps", "srl_nokia-features:bgp-ipv6-next-hop-tunnel-resolution", "srl_nokia-features:bgp-local-as-container-iso-list", "srl_nokia-features:bgp-max-ecmp-hash-buckets", "srl_nokia-features:bgp-mtu-discovery", "srl_nokia-features:bgp-prefix-limit", "srl_nokia-features:bgp-restart-max-wait", "srl_nokia-features:bgp-rib-afi-safi-list", "srl_nokia-features:bgp-rib-afi-safi-route", "srl_nokia-features:bgp-single-hop-connected-check", "srl_nokia-features:bgp-unnumbered-peers", "srl_nokia-features:bridged", "srl_nokia-features:bt-evpn-vlan-aware-bundle-interop", "srl_nokia-features:cli-plugin-authorization", "srl_nokia-features:dac-link-training", "srl_nokia-features:dhcp-relay-fqdn", "srl_nokia-features:dot1p-classifier-rewrite", "srl_nokia-features:dot1q-vlan-ranges", "srl_nokia-features:dynamic-tcam", "srl_nokia-features:event-handler", "srl_nokia-features:evpn", "srl_nokia-features:evpn-advertise-arp-nd-only-with-mac-table-entry", "srl_nokia-features:evpn-ifl-unequal-ecmp", "srl_nokia-features:evpn-mac-ip-adv-arp-nd-ext-comm", "srl_nokia-features:evpn-mh-ip-aliasing", "srl_nokia-features:evpn-mh-manual-alg", "srl_nokia-features:evpn-mh-pref-alg", "srl_nokia-features:evpn-mh-single-active", "srl_nokia-features:evpn-mh-virtual-es", "srl_nokia-features:factory-reset", "srl_nokia-features:fixed", "srl_nokia-features:gnmi-services", "srl_nokia-features:gnoi-healthz", "srl_nokia-features:ingress-subif-policing", "srl_nokia-features:interface-references", "srl_nokia-features:ip-acl-dscp-set", "srl_nokia-features:ip-qos-multifield", "srl_nokia-features:ipv4-unnumbered", "srl_nokia-features:isis-level-database", "srl_nokia-features:isis-lsdb", "srl_nokia-features:isis-mi", "srl_nokia-features:isis-mt", "srl_nokia-features:isis-nsf", "srl_nokia-features:l2-proxy-arp", "srl_nokia-features:l2-proxy-arp-nd-control-flood-on-evpn", "srl_nokia-features:l2-proxy-nd", "srl_nokia-features:l2cp-transparency", "srl_nokia-features:l3-proxy-arp", "srl_nokia-features:l3-proxy-nd", "srl_nokia-features:lacp-fallback", "srl_nokia-features:lag", "srl_nokia-features:license", "srl_nokia-features:mirroring", "srl_nokia-features:mirroring-intf-stats", "srl_nokia-features:named-queues-and-named-fcs", "srl_nokia-features:packet-tracer", "srl_nokia-features:platform-7220-d2", "srl_nokia-features:ra-guard", "srl_nokia-features:reload-delay", "srl_nokia-features:route-leaking", "srl_nokia-features:routing-policy-bgp-med", "srl_nokia-features:routing-policy-named-statements", "srl_nokia-features:scheduler-policies", "srl_nokia-features:segment-routing-adjacency-sid", "srl_nokia-features:segment-routing-shared-sid", "srl_nokia-features:storm-control", "srl_nokia-features:subif-acl-policer", "srl_nokia-features:subif-policer", "srl_nokia-features:tools-force-pwd-change", "srl_nokia-features:trident3", "srl_nokia-features:unequal-ecmp", "srl_nokia-features:unified-forwarding-tables", "srl_nokia-features:virtual-ip-discovery", "srl_nokia-features:vlan-id-any", "srl_nokia-features:vlan-tpid", "srl_nokia-features:vxlan", "srl_nokia-features:vxlan-stats", "srl_nokia-features:warm-reboot"], - "checksum": "b08c20eaf2ec7af9$6f66cce3cabd84411ee6f05ecbaceec094aa0d03" - }, - "build": { - "git-branch": "SRL_23_10_B1", - "git-tag": "v23.10.1-218-ga3fc1bea5a", - "git-sha": "a3fc1bea5afec83402393b9ca1ad139ebcb05e8c" - }, - "application": [ - { - "name": "aaa_mgr", - "path": "/opt/srlinux/bin/sr_aaa_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "acl_mgr", - "path": "/opt/srlinux/bin/sr_acl_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "app_mgr", - "path": "/opt/srlinux/bin/sr_app_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "arp_nd_mgr", - "path": "/opt/srlinux/bin/sr_arp_nd_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "bfd_mgr", - "path": "/opt/srlinux/bin/sr_bfd_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "bgp_mgr", - "path": "/opt/srlinux/bin/sr_bgp_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "chassis_mgr", - "path": "/opt/srlinux/bin/sr_chassis_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "dev_mgr", - "path": "/opt/srlinux/bin/sr_device_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "dhcp_client_mgr", - "path": "/opt/srlinux/bin/sr_dhcp_client_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "dhcp_relay_mgr", - "path": "/opt/srlinux/bin/sr_dhcp_relay_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "dhcp_server_mgr", - "path": "/opt/srlinux/bin/sr_dhcp_server_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "ethcfm_mgr", - "path": "/opt/srlinux/bin/sr_ethcfm_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "event_mgr", - "path": "/opt/srlinux/bin/sr_event_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "evpn_mgr", - "path": "/opt/srlinux/bin/sr_evpn_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "fhs_mgr", - "path": "/opt/srlinux/bin/sr_fhs_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "fib_mgr", - "path": "/opt/srlinux/bin/sr_fib_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "gnmi_server", - "path": "/opt/srlinux/bin/sr_gnmi_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "gribi_server", - "path": "/opt/srlinux/bin/sr_gribi_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "idb_server", - "path": "/opt/srlinux/bin/sr_idb_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "isis_mgr", - "path": "/opt/srlinux/bin/sr_isis_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "json_rpc", - "path": "/opt/srlinux/bin/sr_json_rpc", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "l2_mac_learn_mgr", - "path": "/opt/srlinux/bin/sr_l2_mac_learn_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "l2_mac_mgr", - "path": "/opt/srlinux/bin/sr_l2_mac_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "l2_proxy_arp_nd_mgr", - "path": "/opt/srlinux/bin/sr_l2_proxy_arp_nd_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "l2_static_mac_mgr", - "path": "/opt/srlinux/bin/sr_l2_static_mac_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "label_mgr", - "path": "/opt/srlinux/bin/sr_label_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "lag_mgr", - "path": "/opt/srlinux/bin/sr_lag_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "ldp_mgr", - "path": "/opt/srlinux/bin/sr_ldp_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "license_mgr", - "path": "/opt/srlinux/bin/sr_license_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "linux_mgr", - "path": "/opt/srlinux/bin/sr_linux_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "dnsmasq", - "path": "/usr/sbin/dnsmasq", - "version": "2023-01-13T21:57:01.000Z" - }, - { - "name": "sshd", - "path": "/usr/sbin/sshd:", - "version": "n/a" - }, - { - "name": "ntpd", - "path": "/usr/sbin/chronyd", - "version": "2023-05-08T20:05:00.000Z" - }, - { - "name": "vsftpd", - "path": "/usr/sbin/vsftpd", - "version": "2022-10-16T11:05:42.000Z" - }, - { - "name": "snmp_server", - "path": "/opt/srlinux/bin/sr_snmp_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "timesrv", - "path": "/usr/sbin/chronyd", - "version": "2023-05-08T20:05:00.000Z" - }, - { - "name": "lldp_mgr", - "path": "/opt/srlinux/bin/sr_lldp_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "log_mgr", - "path": "/opt/srlinux/bin/sr_log_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "macsec_mgr", - "path": "/opt/srlinux/bin/sr_macsec_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "mcid_mgr", - "path": "/opt/srlinux/bin/sr_mcid_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "mgmt_server", - "path": "/opt/srlinux/bin/sr_mgmt_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "common", - "path": "n/a", - "version": "n/a" - }, - { - "name": "mirror_mgr", - "path": "/opt/srlinux/bin/sr_mirror_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "mpls_mgr", - "path": "/opt/srlinux/bin/sr_mpls_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "mplsoam_mgr", - "path": "/opt/srlinux/bin/sr_mplsoam_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "net_inst_mgr", - "path": "/opt/srlinux/bin/sr_net_inst_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "oam_mgr", - "path": "/opt/srlinux/bin/sr_oam_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "oc_mgmt_server", - "path": "/opt/srlinux/bin/sr_oc_mgmt_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "oc_common", - "path": "n/a", - "version": "n/a" - }, - { - "name": "ospf_mgr", - "path": "/opt/srlinux/bin/sr_ospf_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "p4rt_server", - "path": "/opt/srlinux/bin/sr_p4rt_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "plcy_mgr", - "path": "/opt/srlinux/bin/sr_plcy_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "maint_mode_mgr", - "path": "n/a", - "version": "n/a" - }, - { - "name": "qos_mgr", - "path": "/opt/srlinux/bin/sr_qos_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "radius_mgr", - "path": "/opt/srlinux/bin/sr_radius_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "sdk_mgr", - "path": "/opt/srlinux/bin/sr_sdk_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "segrt_mgr", - "path": "/opt/srlinux/bin/sr_segrt_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "sflow_sample_mgr", - "path": "/opt/srlinux/bin/sr_sflow_sample_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "static_route_mgr", - "path": "/opt/srlinux/bin/sr_static_route_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "supportd", - "path": "/opt/srlinux/bin/sr_supportd", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "te_mgr", - "path": "/opt/srlinux/bin/sr_te_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "tepolicy_mgr", - "path": "/opt/srlinux/bin/sr_tepolicy_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "timing_stack", - "path": "/opt/srlinux/bin/sr_timing_stack", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "twamp_mgr", - "path": "/opt/srlinux/bin/sr_twamp_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "vrrp_mgr", - "path": "/opt/srlinux/bin/sr_vrrp_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "vxlan_mgr", - "path": "/opt/srlinux/bin/sr_vxlan_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "xdp_cpm", - "path": "/opt/srlinux/bin/sr_xdp_cpm", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "xdp_lc", - "path": "/opt/srlinux/bin/sr_xdp_lc", - "version": "2023-11-04T22:37:53.000Z" - } - ], - "yang-module": [ - { - "name": "srl_nokia-aaa", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-aaa-password", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-aaa-types", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-acl", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-acl-policers", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-acl-qos", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-aggregate-routes", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-app-mgmt", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-bfd", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-bgp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-bgp-evpn", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-bgp-evpn-bgp-instance-mpls-bridge-table-multicast-destinations", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-bgp-evpn-bgp-instance-mpls-bridge-table-statistics", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-bgp-evpn-bgp-instance-mpls-bridge-table-unicast-destinations", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-bgp-evpn-bgp-instance-mpls-vpws-destinations", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-bgp-ipvpn", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-bgp-vpn", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-boot", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-bridge-table", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-bridge-table-mac-duplication", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-bridge-table-mac-duplication-entries", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-bridge-table-mac-learning", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-bridge-table-mac-learning-entries", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-bridge-table-mac-limit", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-bridge-table-mac-table", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-bridge-table-proxy-arp-nd", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-bridge-table-reserved-macs", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-bridge-table-shg", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-bridge-table-static-mac", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-configuration", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-configuration-role", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-connection-point", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-dhcp-server", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-dns", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-ethcfm", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-event-handler", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-ftp", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-gnmi-server", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-gnsi-authz", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-gnsi-certz", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-gribi-server", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-icmp", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-if-ip", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-if-mpls", - "revision": "2021-06-30" - }, - { - "name": "srl_nokia-interfaces", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-interfaces-bridge-table", - "revision": "2021-06-30" - }, - { - "name": "srl_nokia-interfaces-bridge-table-mac-duplication-entries", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-interfaces-bridge-table-mac-learning-entries", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-interfaces-bridge-table-mac-table", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-interfaces-bridge-table-statistics", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-interfaces-ethernet-segment-association", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-interfaces-ip-dhcp", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-interfaces-ip-dhcp-relay", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-interfaces-ip-dhcp-server", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-interfaces-ip-vrrp", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-interfaces-l2cp", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-interfaces-lag", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-interfaces-local-mirror-destination", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-interfaces-nbr", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-interfaces-nbr-evpn", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-interfaces-nbr-virtual-ip-discovery", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-interfaces-p4rt", - "revision": "2022-06-30" - }, - { - "name": "srl_nokia-interfaces-router-adv", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-interfaces-vlans", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-interfaces-vxdp", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-ip-route-tables", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-ippm-source-udp-pool", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-isis", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-isis-lsdb", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-isis-lsdb-types", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-json-rpc", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-keychains", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-lacp", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-ldp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-license", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-link-measurement", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-linux", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-lldp", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-lldp-types", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-load-balancing", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-logging", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-lsp-ping-trace", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-macsec", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-maintenance-mode", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-maintenance-policies", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-micro-bfd", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-mirroring", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-mpls", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-mpls-label-management", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-mpls-route-tables", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-mpls-services-evpn-label-management", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-mpls-services-network-instance-label-management", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-mtu", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-network-instance", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-network-instance-mtu", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-next-hop-groups", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-ntp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-oam", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-oam-pm-ethcfm", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-oam-pm-ip", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-openconfig", - "revision": "2022-06-30" - }, - { - "name": "srl_nokia-ospf", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-p4rt-server", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-packet-link-qual", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-packet-match-types", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-acl", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-cgroup", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-platform-chassis", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform-control", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform-cpu", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-platform-datapath-resources", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-disk", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-fabric", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-platform-fan", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform-healthz", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-lc", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform-linecard-fib", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-platform-memory", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-platform-mtu", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-platform-p4rt", - "revision": "2022-06-30" - }, - { - "name": "srl_nokia-platform-pipeline-counters", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-platform-psu", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform-qos", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-redundancy", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-platform-resource-mgmt", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-platform-resource-monitoring", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-platform-secure-boot", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-tcam", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-tpm", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-vxdp", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-policy-forwarding", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-qos", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-qos-policers", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-ra_guard", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-rib-bgp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-routing-policy", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-segment-routing", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-sflow", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-snmp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-ssh", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-stamp", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-static-routes", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-system", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-system-banner", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-system-bridge-table", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-system-bridge-table-proxy-arp", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-system-info", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-system-multicast", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-system-name", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-system-network-instance", - "revision": "2021-06-30" - }, - { - "name": "srl_nokia-system-network-instance-bgp-evpn-ethernet-segments", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-system-network-instance-bgp-vpn", - "revision": "2022-06-30" - }, - { - "name": "srl_nokia-system-protocols", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-tcp-udp", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-te-policies", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-timezone", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-tls", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-traffic-engineering", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-transport-security", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-tunnel", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-tunnel-interfaces", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-tunnel-interfaces-vxlan-interface-bridge-table", - "revision": "2021-06-30" - }, - { - "name": "srl_nokia-tunnel-interfaces-vxlan-interface-bridge-table-multicast-destinations", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-tunnel-interfaces-vxlan-interface-bridge-table-unicast-destinations", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-tunnel-interfaces-vxlan-interface-bridge-table-unicast-es-destination-vteps", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-tunnel-tables", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-twamp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-vxlan-tunnel-vtep", - "revision": "2023-03-31" - } - ] - }, - "srl_nokia-acl:acl": { - "cpm-filter": { - "ipv4-filter": { - "statistics-per-entry": true, - "entry": [ - { - "sequence-id": 10, - "description": "Accept incoming ICMP unreachable messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "dest-unreachable", - "code": [ - 0, - 1, - 2, - 3, - 4, - 13 - ] - } - } - }, - { - "sequence-id": 20, - "description": "Accept incoming ICMP time-exceeded messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "time-exceeded" - } - } - }, - { - "sequence-id": 30, - "description": "Accept incoming ICMP parameter problem messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "param-problem" - } - } - }, - { - "sequence-id": 40, - "description": "Accept incoming ICMP echo messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "echo" - } - } - }, - { - "sequence-id": 50, - "description": "Accept incoming ICMP echo-reply messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "echo-reply" - } - } - }, - { - "sequence-id": 60, - "description": "Accept incoming SSH when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 22 - } - } - }, - { - "sequence-id": 70, - "description": "Accept incoming SSH when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 22 - } - } - }, - { - "sequence-id": 80, - "description": "Accept incoming Telnet when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 23 - } - } - }, - { - "sequence-id": 90, - "description": "Accept incoming Telnet when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 23 - } - } - }, - { - "sequence-id": 100, - "description": "Accept incoming TACACS+ when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 49 - } - } - }, - { - "sequence-id": 110, - "description": "Accept incoming TACACS+ when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 49 - } - } - }, - { - "sequence-id": 120, - "description": "Accept incoming DNS response messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "source-port": { - "operator": "eq", - "value": 53 - } - } - }, - { - "sequence-id": 130, - "description": "Accept incoming DHCP messages targeted for BOOTP/DHCP client", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 68 - } - } - }, - { - "sequence-id": 140, - "description": "Accept incoming TFTP read-request and write-request messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 69 - } - } - }, - { - "sequence-id": 150, - "description": "Accept incoming HTTP(JSON-RPC) when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 80 - } - } - }, - { - "sequence-id": 160, - "description": "Accept incoming HTTP(JSON-RPC) when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 80 - } - } - }, - { - "sequence-id": 170, - "description": "Accept incoming NTP messages from servers", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "source-port": { - "operator": "eq", - "value": 123 - } - } - }, - { - "sequence-id": 180, - "description": "Accept incoming SNMP GET/GETNEXT messages from servers", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 161 - } - } - }, - { - "sequence-id": 190, - "description": "Accept incoming BGP when the other router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 179 - } - } - }, - { - "sequence-id": 200, - "description": "Accept incoming BGP when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 179 - } - } - }, - { - "sequence-id": 210, - "description": "Accept incoming HTTPS(JSON-RPC) when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 443 - } - } - }, - { - "sequence-id": 220, - "description": "Accept incoming HTTPS(JSON-RPC) when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 443 - } - } - }, - { - "sequence-id": 230, - "description": "Accept incoming single-hop BFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 3784 - } - } - }, - { - "sequence-id": 240, - "description": "Accept incoming multi-hop BFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 4784 - } - } - }, - { - "sequence-id": 250, - "description": "Accept incoming uBFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 6784 - } - } - }, - { - "sequence-id": 260, - "description": "Accept incoming gNMI messages when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 57400 - } - } - }, - { - "sequence-id": 270, - "description": "Accept incoming UDP traceroute messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "range": { - "start": 33434, - "end": 33464 - } - } - } - }, - { - "sequence-id": 280, - "description": "Accept incoming ICMP timestamp messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "timestamp" - } - } - }, - { - "sequence-id": 290, - "description": "Accept incoming OSPF messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": 89 - } - }, - { - "sequence-id": 300, - "description": "Accept incoming DHCP relay messages targeted for BOOTP/DHCP server", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 67 - } - } - }, - { - "sequence-id": 310, - "description": "Accept ICMP fragment packets", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "fragment": true, - "protocol": "icmp" - } - }, - { - "sequence-id": 320, - "description": "Accept incoming LDP packets", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "source-port": { - "operator": "eq", - "value": 646 - } - } - }, - { - "sequence-id": 330, - "description": "Accept incoming LDP packets with source-port 646", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 646 - } - } - }, - { - "sequence-id": 340, - "description": "Accept incoming LDP packets with destination-port 646", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 646 - } - } - }, - { - "sequence-id": 350, - "description": "Accept incoming gRIBI packets with destination-port 57401", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 57401 - } - } - }, - { - "sequence-id": 360, - "description": "Accept incoming p4rt packets with destination-port 9559", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 9559 - } - } - }, - { - "sequence-id": 370, - "description": "Accept incoming IGMP packets", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "igmp" - } - }, - { - "sequence-id": 380, - "description": "Accept incoming PIM packets", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "pim" - } - }, - { - "sequence-id": 390, - "description": "Accept incoming RADIUS AAA packets", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "source-port": { - "range": { - "start": 1812, - "end": 1813 - } - } - } - }, - { - "sequence-id": 410, - "description": "Accept incoming PTP messages with destination-ports 319 and 320", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "range": { - "start": 319, - "end": 320 - } - } - } - }, - { - "sequence-id": 420, - "description": "Drop all else", - "action": { - "drop": { - "log": true - } - } - } - ] - }, - "ipv6-filter": { - "statistics-per-entry": true, - "entry": [ - { - "sequence-id": 10, - "description": "Accept incoming ICMPv6 unreachable messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "dest-unreachable", - "code": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ] - } - } - }, - { - "sequence-id": 20, - "description": "Accept incoming ICMPv6 packet-too-big messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "packet-too-big" - } - } - }, - { - "sequence-id": 30, - "description": "Accept incoming ICMPv6 time-exceeded messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "time-exceeded" - } - } - }, - { - "sequence-id": 40, - "description": "Accept incoming ICMPv6 parameter problem messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "param-problem" - } - } - }, - { - "sequence-id": 50, - "description": "Accept incoming ICMPv6 echo-request messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "echo-request" - } - } - }, - { - "sequence-id": 60, - "description": "Accept incoming ICMPv6 echo-reply messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "echo-reply" - } - } - }, - { - "sequence-id": 70, - "description": "Accept incoming ICMPv6 router-advertisement messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "router-advertise" - } - } - }, - { - "sequence-id": 80, - "description": "Accept incoming ICMPv6 neighbor-solicitation messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "neighbor-solicit" - } - } - }, - { - "sequence-id": 90, - "description": "Accept incoming ICMPv6 neighbor-advertisement messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "neighbor-advertise" - } - } - }, - { - "sequence-id": 100, - "description": "Accept incoming SSH when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 22 - } - } - }, - { - "sequence-id": 110, - "description": "Accept incoming SSH when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 22 - } - } - }, - { - "sequence-id": 120, - "description": "Accept incoming Telnet when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 23 - } - } - }, - { - "sequence-id": 130, - "description": "Accept incoming Telnet when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 23 - } - } - }, - { - "sequence-id": 140, - "description": "Accept incoming TACACS+ when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 49 - } - } - }, - { - "sequence-id": 150, - "description": "Accept incoming TACACS+ when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 49 - } - } - }, - { - "sequence-id": 160, - "description": "Accept incoming DNS response messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "source-port": { - "operator": "eq", - "value": 53 - } - } - }, - { - "sequence-id": 170, - "description": "Accept incoming TFTP read-request and write-request messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 69 - } - } - }, - { - "sequence-id": 180, - "description": "Accept incoming HTTP(JSON-RPC) when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 80 - } - } - }, - { - "sequence-id": 190, - "description": "Accept incoming HTTP(JSON-RPC) when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 80 - } - } - }, - { - "sequence-id": 200, - "description": "Accept incoming NTP messages from servers", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "source-port": { - "operator": "eq", - "value": 123 - } - } - }, - { - "sequence-id": 210, - "description": "Accept incoming SNMP GET/GETNEXT messages from servers", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 161 - } - } - }, - { - "sequence-id": 220, - "description": "Accept incoming BGP when the other router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 179 - } - } - }, - { - "sequence-id": 230, - "description": "Accept incoming BGP when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 179 - } - } - }, - { - "sequence-id": 240, - "description": "Accept incoming HTTPS(JSON-RPC) when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 443 - } - } - }, - { - "sequence-id": 250, - "description": "Accept incoming HTTPS(JSON-RPC) when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 443 - } - } - }, - { - "sequence-id": 260, - "description": "Accept incoming DHCPv6 client messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 546 - } - } - }, - { - "sequence-id": 270, - "description": "Accept incoming single-hop BFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 3784 - } - } - }, - { - "sequence-id": 280, - "description": "Accept incoming multi-hop BFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 4784 - } - } - }, - { - "sequence-id": 290, - "description": "Accept incoming uBFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 6784 - } - } - }, - { - "sequence-id": 300, - "description": "Accept incoming gNMI messages when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 57400 - } - } - }, - { - "sequence-id": 310, - "description": "Accept incoming UDP traceroute messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "range": { - "start": 33434, - "end": 33464 - } - } - } - }, - { - "sequence-id": 320, - "description": "Accept incoming IPV6 hop-in-hop messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": 0 - } - }, - { - "sequence-id": 330, - "description": "Accept incoming IPV6 fragment header messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": 44 - } - }, - { - "sequence-id": 340, - "description": "Accept incoming OSPF messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": 89 - } - }, - { - "sequence-id": 350, - "description": "Accept incoming DHCPv6 relay messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 547 - } - } - }, - { - "sequence-id": 360, - "description": "Accept incoming gRIBI packets with destination-port 57401", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 57401 - } - } - }, - { - "sequence-id": 370, - "description": "Accept incoming p4rt packets with destination-port 9559", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 9559 - } - } - }, - { - "sequence-id": 380, - "description": "Accept incoming MLDv1 report messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "mld-report" - } - } - }, - { - "sequence-id": 390, - "description": "Accept incoming MLDv2 report messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "mld-v2" - } - } - }, - { - "sequence-id": 400, - "description": "Accept incoming MLDv1 done messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "mld-done" - } - } - }, - { - "sequence-id": 410, - "description": "Accept incoming MLD query messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "mld-query" - } - } - }, - { - "sequence-id": 420, - "description": "Accept incoming PIM messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "pim" - } - }, - { - "sequence-id": 430, - "description": "Accept incoming RADIUS AAA messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "source-port": { - "range": { - "start": 1812, - "end": 1813 - } - } - } - }, - { - "sequence-id": 450, - "description": "Accept incoming PTP messages with destination-ports 319 and 320", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "range": { - "start": 319, - "end": 320 - } - } - } - }, - { - "sequence-id": 460, - "description": "Drop all else", - "action": { - "drop": { - "log": true - } - } - } - ] - } - }, - "policers": { - "system-cpu-policer": [ - { - "name": "icmp", - "entry-specific": false, - "peak-packet-rate": 1000, - "max-packet-burst": 1000 - } - ] - } - }, - "srl_nokia-interfaces:interface": [ - { - "name": "ethernet-1/1", - "admin-state": "enable" - }, - { - "name": "ethernet-1/2", - "admin-state": "enable" - }, - { - "name": "ethernet-1/3", - "admin-state": "enable" - }, - { - "name": "ethernet-1/4", - "admin-state": "enable" - }, - { - "name": "mgmt0", - "admin-state": "enable", - "subinterface": [ - { - "index": 0, - "admin-state": "enable", - "ip-mtu": 1500, - "ipv4": { - "admin-state": "enable", - "srl_nokia-interfaces-ip-dhcp:dhcp-client": { - - } - }, - "ipv6": { - "admin-state": "enable", - "srl_nokia-interfaces-ip-dhcp:dhcp-client": { - - } - } - } - ] - } - ], - "srl_nokia-system:system": { - "srl_nokia-aaa:aaa": { - "authentication": { - "idle-timeout": 7200, - "authentication-method": [ - "local" - ], - "admin-user": { - "ssh-key": [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJSGdT6gPlA4m+PSmQ8oR3z6N4ofCfTkJa2BpUgy+JV0" - ] - }, - "linuxadmin-user": { - "password": "$6$Ni233gqiuJ9zarHl$ZKtMh/vEvlY7XpHSYSJVrFNpUDeM/dsfaxK6csljO5X3.ImsDn8yiOcPASsTNpa1r6XrVlzrpnlJKqYIK0gvO1", - "ssh-key": [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJSGdT6gPlA4m+PSmQ8oR3z6N4ofCfTkJa2BpUgy+JV0" - ] - } - }, - "server-group": [ - { - "name": "local", - "type": "srl_nokia-aaa-types:local" - } - ] - }, - "srl_nokia-lldp:lldp": { - "admin-state": "enable" - }, - "srl_nokia-gnmi-server:gnmi-server": { - "admin-state": "enable", - "rate-limit": 65000, - "trace-options": [ - "request", - "response", - "common" - ], - "network-instance": [ - { - "name": "mgmt", - "admin-state": "enable", - "use-authentication": true, - "tls-profile": "clab-profile", - "port": 57400, - "services": [ - "srl_nokia-gnmi-server:gnmi" - ] - } - ], - "unix-socket": { - "admin-state": "enable", - "services": [ - "srl_nokia-gnmi-server:gnmi", - "srl_nokia-gnmi-server:gnoi" - ] - } - }, - "srl_nokia-tls:tls": { - "server-profile": [ - { - "name": "clab-profile", - "key": "$aes1$ATD16jWWjL92jW8=$Wxi9LhBkNCoMdW+9JqRFFizLnJh78coHYCdJrCHgxpd31XxqQ2k+zLgBaOtREPNvsM0RbOJ1OBDG/3AKFQMuAVazfQaa/sH3CNsp0fRGvPRNGbc042wDwZdLvkKtNc38OgI3jYSeyn9VIJPerX3VpkKlPYANzGSis3X3Zn/P+9T03l+iscdv6/WYYj1bQwoiQ3wT5PxaXyIWRYTEHfE3A8FOHdd5g9zdjxf6pbHtOb8c5d1QcZ+N5/uXj/9ucs5VZJAhUhLgIg9idKRubEL7uJZ6JTo3orXrWZeODXRkDUbG0DUVi8Fs4Ro6SJrlnHjiIw0eYr5YKbSHOvO3L8o5N59zyS05HnC5o5kF5KSdHJuNV5+iz9/kDvjViH0zu6IqrvniB8mwYubwFe8RPqqgzICrgsaOSUg+pwDYVHXcBDT6vohJeg1EedDNBmqHAa385Pf3w2XdWVRMSZVIo68ha207PHldP3CvtqBLBPVgW0Lma2M3P67nJ7HoYfd/aOjD63GLviRonr4D1DROYj3ycmIGdLLv00dd1QBTB5Ugs3QlAR1OzORrchunhiu0rmPJbC4r6654a1RGhjf2RrZaaLrvCkGY+hPmuxj/WRaCaacTIZN3ZKV/NBXCqs/XDoGpJPs48Hvuy5CCK8u2Tew3KfFEgKQsJgeOXOkiLgBjR6tPpUp7Gp0wrHw/zNlRVTDaOwiT1DZ2yaE9hAJ9uNlKPQLRAkJ/oui29I0evAsvTWTQkExkt1kE5MwBdAegRjOXtU63zK2BDcHQ/dkhSFPN4yXcywL/Zdt6lfUthRzYP6dPbKfh+0YkBOWoM39n/Td5uOk2j+IrQI5rJ2FILupbSW8wDI+FpOCdSH5nOiI5+8wHLUPNrMDkxinGK5zpmpPBAz6ASb2hgEd0OwexkPZHJov4yT6/8P5N/p0ylT92dVxCdNo787J0vltrrzibbIA/e7F8AScuIaO8oQcYTAN2TBFlNomNS7GhbzpbphmXYGepkVmMKD4TsnLBsOl20ZnpLrfBHP8iS+Gl+s6EE2tNvBZSbyopjgIAr+LP9zQqSlVSYrITTgU05e2MTQPMlN7zUbSJgIUCIKvOehNUYkHf7Jp5V19ecsK3bFVyFaqeKETX7rLr6eXVPgCcju3fwzdG6zfNR9zSnCj4l58LIJ0vabPbt/SRZDZrIBDZhsrXs2Y5tMkfzDkFvXshCjU996XTBJ4wey3jR8aknP5B7xHJPai3+IqGKy44qujHpsNZkyIGoZM+ntuQJxXeTuniffNkzAIdDlqMYomCmikQMpUheCrjKHASyelf0IG1Z31a1KmCWaoOG748+90RZo6mNYxB/qjg6C9dH4qsR57hTh4QVrM/54O6BFZotQmCMuCybzwNWazFoQhish5nuRDVTe0vl8pmFNduH+fugWfRD0/7yVOjqpfT0fCYZZMSSztyeMcyX0UXsE1/fmZNxrGq4TGJScfPPDmybswBaLVZXD7I3vza9zK+4f7D/v4O33UXZHMzACgB4U6T6ye0jLLkT+DyeRYxmBDCc9O9+/u/Y6djW9+iETMzNq67Agd6nRi2/1qSma/2wz84XwotyA3nUgWadiarpCnGaHoQ5ozYwxiEQZUWjxGpb/PXtmjnDC/XAMfjsLQvs24LA++Ir42MEFdjbxSFGNVW68tYeY8KudMNBJbK6nhl7KjUVSNSOF+60hRg5j6A6ExJYITS8SUYC8bwK4l/oyAEP4qjN1WUuLyBG/uCFFwMLF6rd0tj0IdvRx4/p4qtQEXhXhh6Rfy6GjxrxznlAeR/VdEoH4Yuf4wltL1d69kEgxhhiXZAfGfx6+V8tNiVDA0g2iBXUrttRmufvaj2FWHpZRj89qMeVSwBC4svvGJOAtaKRlfAAdR+Cvf92O+y2bYUrgA/Pj2sTJ7JXA1NTeZR+IM1KKH1SUDdf3tyYqFJKBMQhCmIytWbAwS3n5Fh6HU0ay1q+TQieOcuWxq1UGrqg6T7ridJBYHWKS2IImG3wQCcM1OZBVB7joZpmw36XV3D9q+DTSxLqSThL7cNuJHWhlrM17k2w5nrVcCbmFFQcDPTKBHYiMnJFJkA27usiaGpKOhaKDsJQFUNDnbn6AwdZhNlQZenT5lVKgWEAcgcTOvtCsXsM8RNpqhhKzfxSbZymlWMzrOQdztwTuB0j+bbGw9P1Osa+KcY54WaQ1/LR59GgmsL0sWjIAuTS8+z71tc753vY9J0qlQM", - "certificate": "-----BEGIN CERTIFICATE-----\nMIID2DCCAsCgAwIBAgICBnowDQYJKoZIhvcNAQELBQAwUDELMAkGA1UEBhMCVVMx\nCTAHBgNVBAcTADEVMBMGA1UEChMMY29udGFpbmVybGFiMQkwBwYDVQQLEwAxFDAS\nBgNVBAMTC2RlbW8gbGFiIENBMB4XDTI0MTAzMTA4MTg0OFoXDTI1MTAzMTA4MTg0\nOFowVTELMAkGA1UEBhMCVVMxCTAHBgNVBAcTADEVMBMGA1UEChMMY29udGFpbmVy\nbGFiMQkwBwYDVQQLEwAxGTAXBgNVBAMTEFNwaW5lLTAxLmRlbW8uaW8wggEiMA0G\nCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDJ5Xa/7cCmYRHdkAO8O67WtsCSYvC+\n7q/ICClDmZ5ilCOPYfb1UwgmftU4I4n/wTQ5Wh6UK6UIV5CvAuSV8XBZz9OgV+2f\nVXEZvmNJbqPv5JdRDHfJpRNKycO0aVj0DoYtHWCL8JgsfEeMzXyQ8348/DAxmqsu\nUn4fuYZmTPnOBg+1Hi2TA8vXvOR2kz8nB2oX/qtwdH9OShPhBd1+iV9zGNhR4PMo\nGO/wcRgXU7A7dWSnqFmsqBa1njC5kZNLh3TVGwb/RBDMK5uBs7Iow3AJK0gEUOp6\npfK7Xts/PQwLPhNkqEg90zlWP9IFseBWAUx/AC5AiXqmOf4JmECdnSOxAgMBAAGj\ngbYwgbMwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEF\nBQcDATAOBgNVHQ4EBwQFAQIDBAYwHwYDVR0jBBgwFoAUkm7yxIu04FzPlPPNBbky\nux3vtIQwUQYDVR0RBEowSIIIU3BpbmUtMDGCEmNsYWItZGVtby1TcGluZS0wMYIQ\nU3BpbmUtMDEuZGVtby5pb4cErBQUBIcQP/8BcgAgACAAAAAAAAAABDANBgkqhkiG\n9w0BAQsFAAOCAQEAJhLQudyUB64rtU0AFPUINhUQ4emBU4m1NZqQBT7YqWHlvP2y\neN9hsyJDMqq8MJ66QqgUA+PvDAFns/lSqKmNqS0q98B87cJP1SLCglLQlKpADEqc\nS7O3+6iUFbYXJsE0JGL1bV24w6QnVkWocs1npSFgGoX+FSPuNsAMBQkUA75Rz44n\nCrvU0U5AiCynaxVo4nemjFlMa7imPz/rmcucOyPi4U8QPBOJk50k+F0PaJquuZkx\nfJtB+SkVInDkNx9UIA4oOJLtQYTG7J2xqnK5v97zrhLedmmMsV+VXZHFmwzoC+J6\nL3pXRgyCLz2uF3eUgWeCTaj8HkatOq01cFI/8g==\n-----END CERTIFICATE-----\n", - "authenticate-client": false - } - ] - }, - "srl_nokia-json-rpc:json-rpc-server": { - "admin-state": "enable", - "network-instance": [ - { - "name": "mgmt", - "http": { - "admin-state": "enable" - }, - "https": { - "admin-state": "enable", - "tls-profile": "clab-profile" - } - } - ] - }, - "srl_nokia-dns:dns": { - "network-instance": "mgmt", - "server-list": [ - "100.124.38.2", - "100.124.38.3" - ] - }, - "srl_nokia-snmp:snmp": { - "community": "$aes1$AWCj5fOv24emJ28=$M48PvfExczzCYZfGq8ynAQ==", - "network-instance": [ - { - "name": "mgmt", - "admin-state": "enable" - } - ] - }, - "srl_nokia-ssh:ssh-server": { - "network-instance": [ - { - "name": "mgmt", - "admin-state": "enable" - } - ] - }, - "srl_nokia-system-banner:banner": { - "login-banner": "................................................................\n: Welcome to Nokia SR Linux! :\n: Open Network OS for the NetOps era. :\n: :\n: This is a freely distributed official container image. :\n: Use it - Share it :\n: :\n: Get started: https://learn.srlinux.dev :\n: Container: https://go.srlinux.dev/container-image :\n: Docs: https://doc.srlinux.dev/23-10 :\n: Rel. notes: https://doc.srlinux.dev/rn23-10-1 :\n: YANG: https://yang.srlinux.dev/v23.10.1 :\n: Discord: https://go.srlinux.dev/discord :\n: Contact: https://go.srlinux.dev/contact-sales :\n................................................................\n" - }, - "srl_nokia-logging:logging": { - "buffer": [ - { - "buffer-name": "messages", - "rotate": 3, - "size": "10000000", - "facility": [ - { - "facility-name": "local6", - "priority": { - "match-above": "informational" - } - } - ] - }, - { - "buffer-name": "system", - "facility": [ - { - "facility-name": "auth", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "cron", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "daemon", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "ftp", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "kern", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "lpr", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "mail", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "news", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "syslog", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "user", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "uucp", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local0", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local1", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local2", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local3", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local4", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local5", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local7", - "priority": { - "match-above": "warning" - } - } - ] - } - ], - "file": [ - { - "file-name": "messages", - "rotate": 3, - "size": "10000000", - "facility": [ - { - "facility-name": "local6", - "priority": { - "match-above": "warning" - } - } - ] - } - ] - } - }, - "srl_nokia-network-instance:network-instance": [ - { - "name": "mgmt", - "type": "srl_nokia-network-instance:ip-vrf", - "admin-state": "enable", - "description": "Management network instance", - "interface": [ - { - "name": "mgmt0.0" - } - ], - "protocols": { - "srl_nokia-linux:linux": { - "import-routes": true, - "export-routes": true, - "export-neighbors": true - } - } - } - ] -} \ No newline at end of file diff --git a/rawTopoFile/clab-demo/Spine-01/config/config.json b/rawTopoFile/clab-demo/Spine-01/config/config.json deleted file mode 100644 index ed2b02935..000000000 --- a/rawTopoFile/clab-demo/Spine-01/config/config.json +++ /dev/null @@ -1,2751 +0,0 @@ -{ - "_preamble": { - "header": { - "generated-by": "SRLINUX", - "name": "", - "comment": "", - "created": "2024-10-31T08:20:13.402Z", - "release": "v23.10.1", - "enabled-yang-features": ["srl_nokia-features:aaa-spiffe-id", "srl_nokia-features:admin-user-roles", "srl_nokia-features:anycast-gw", "srl_nokia-features:arp-nd-datapath-programming", "srl_nokia-features:bgp-add-paths", "srl_nokia-features:bgp-afi-safi-policy", "srl_nokia-features:bgp-auth-password", "srl_nokia-features:bgp-cfg-afi-safi-list", "srl_nokia-features:bgp-graceful-restart-gaps", "srl_nokia-features:bgp-ipv6-next-hop-tunnel-resolution", "srl_nokia-features:bgp-local-as-container-iso-list", "srl_nokia-features:bgp-max-ecmp-hash-buckets", "srl_nokia-features:bgp-mtu-discovery", "srl_nokia-features:bgp-prefix-limit", "srl_nokia-features:bgp-restart-max-wait", "srl_nokia-features:bgp-rib-afi-safi-list", "srl_nokia-features:bgp-rib-afi-safi-route", "srl_nokia-features:bgp-single-hop-connected-check", "srl_nokia-features:bgp-unnumbered-peers", "srl_nokia-features:bridged", "srl_nokia-features:bt-evpn-vlan-aware-bundle-interop", "srl_nokia-features:cli-plugin-authorization", "srl_nokia-features:dac-link-training", "srl_nokia-features:dhcp-relay-fqdn", "srl_nokia-features:dot1p-classifier-rewrite", "srl_nokia-features:dot1q-vlan-ranges", "srl_nokia-features:dynamic-tcam", "srl_nokia-features:event-handler", "srl_nokia-features:evpn", "srl_nokia-features:evpn-advertise-arp-nd-only-with-mac-table-entry", "srl_nokia-features:evpn-ifl-unequal-ecmp", "srl_nokia-features:evpn-mac-ip-adv-arp-nd-ext-comm", "srl_nokia-features:evpn-mh-ip-aliasing", "srl_nokia-features:evpn-mh-manual-alg", "srl_nokia-features:evpn-mh-pref-alg", "srl_nokia-features:evpn-mh-single-active", "srl_nokia-features:evpn-mh-virtual-es", "srl_nokia-features:factory-reset", "srl_nokia-features:fixed", "srl_nokia-features:gnmi-services", "srl_nokia-features:gnoi-healthz", "srl_nokia-features:ingress-subif-policing", "srl_nokia-features:interface-references", "srl_nokia-features:ip-acl-dscp-set", "srl_nokia-features:ip-qos-multifield", "srl_nokia-features:ipv4-unnumbered", "srl_nokia-features:isis-level-database", "srl_nokia-features:isis-lsdb", "srl_nokia-features:isis-mi", "srl_nokia-features:isis-mt", "srl_nokia-features:isis-nsf", "srl_nokia-features:l2-proxy-arp", "srl_nokia-features:l2-proxy-arp-nd-control-flood-on-evpn", "srl_nokia-features:l2-proxy-nd", "srl_nokia-features:l2cp-transparency", "srl_nokia-features:l3-proxy-arp", "srl_nokia-features:l3-proxy-nd", "srl_nokia-features:lacp-fallback", "srl_nokia-features:lag", "srl_nokia-features:license", "srl_nokia-features:mirroring", "srl_nokia-features:mirroring-intf-stats", "srl_nokia-features:named-queues-and-named-fcs", "srl_nokia-features:packet-tracer", "srl_nokia-features:platform-7220-d2", "srl_nokia-features:ra-guard", "srl_nokia-features:reload-delay", "srl_nokia-features:route-leaking", "srl_nokia-features:routing-policy-bgp-med", "srl_nokia-features:routing-policy-named-statements", "srl_nokia-features:scheduler-policies", "srl_nokia-features:segment-routing-adjacency-sid", "srl_nokia-features:segment-routing-shared-sid", "srl_nokia-features:storm-control", "srl_nokia-features:subif-acl-policer", "srl_nokia-features:subif-policer", "srl_nokia-features:tools-force-pwd-change", "srl_nokia-features:trident3", "srl_nokia-features:unequal-ecmp", "srl_nokia-features:unified-forwarding-tables", "srl_nokia-features:virtual-ip-discovery", "srl_nokia-features:vlan-id-any", "srl_nokia-features:vlan-tpid", "srl_nokia-features:vxlan", "srl_nokia-features:vxlan-stats", "srl_nokia-features:warm-reboot"], - "checksum": "a0c44f2e739e5f89$d362e4525ded9d11867ab57fd75d2ca6f6c4c9b8" - }, - "build": { - "git-branch": "SRL_23_10_B1", - "git-tag": "v23.10.1-218-ga3fc1bea5a", - "git-sha": "a3fc1bea5afec83402393b9ca1ad139ebcb05e8c" - }, - "application": [ - { - "name": "aaa_mgr", - "path": "/opt/srlinux/bin/sr_aaa_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "acl_mgr", - "path": "/opt/srlinux/bin/sr_acl_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "app_mgr", - "path": "/opt/srlinux/bin/sr_app_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "arp_nd_mgr", - "path": "/opt/srlinux/bin/sr_arp_nd_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "bfd_mgr", - "path": "/opt/srlinux/bin/sr_bfd_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "bgp_mgr", - "path": "/opt/srlinux/bin/sr_bgp_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "chassis_mgr", - "path": "/opt/srlinux/bin/sr_chassis_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "dev_mgr", - "path": "/opt/srlinux/bin/sr_device_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "dhcp_client_mgr", - "path": "/opt/srlinux/bin/sr_dhcp_client_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "dhcp_relay_mgr", - "path": "/opt/srlinux/bin/sr_dhcp_relay_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "dhcp_server_mgr", - "path": "/opt/srlinux/bin/sr_dhcp_server_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "ethcfm_mgr", - "path": "/opt/srlinux/bin/sr_ethcfm_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "event_mgr", - "path": "/opt/srlinux/bin/sr_event_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "evpn_mgr", - "path": "/opt/srlinux/bin/sr_evpn_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "fhs_mgr", - "path": "/opt/srlinux/bin/sr_fhs_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "fib_mgr", - "path": "/opt/srlinux/bin/sr_fib_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "gnmi_server", - "path": "/opt/srlinux/bin/sr_gnmi_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "gribi_server", - "path": "/opt/srlinux/bin/sr_gribi_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "idb_server", - "path": "/opt/srlinux/bin/sr_idb_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "isis_mgr", - "path": "/opt/srlinux/bin/sr_isis_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "json_rpc", - "path": "/opt/srlinux/bin/sr_json_rpc", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "l2_mac_learn_mgr", - "path": "/opt/srlinux/bin/sr_l2_mac_learn_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "l2_mac_mgr", - "path": "/opt/srlinux/bin/sr_l2_mac_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "l2_proxy_arp_nd_mgr", - "path": "/opt/srlinux/bin/sr_l2_proxy_arp_nd_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "l2_static_mac_mgr", - "path": "/opt/srlinux/bin/sr_l2_static_mac_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "label_mgr", - "path": "/opt/srlinux/bin/sr_label_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "lag_mgr", - "path": "/opt/srlinux/bin/sr_lag_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "ldp_mgr", - "path": "/opt/srlinux/bin/sr_ldp_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "license_mgr", - "path": "/opt/srlinux/bin/sr_license_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "linux_mgr", - "path": "/opt/srlinux/bin/sr_linux_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "dnsmasq", - "path": "/usr/sbin/dnsmasq", - "version": "2023-01-13T21:57:01.000Z" - }, - { - "name": "sshd", - "path": "/usr/sbin/sshd:", - "version": "n/a" - }, - { - "name": "ntpd", - "path": "/usr/sbin/chronyd", - "version": "2023-05-08T20:05:00.000Z" - }, - { - "name": "vsftpd", - "path": "/usr/sbin/vsftpd", - "version": "2022-10-16T11:05:42.000Z" - }, - { - "name": "snmp_server", - "path": "/opt/srlinux/bin/sr_snmp_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "timesrv", - "path": "/usr/sbin/chronyd", - "version": "2023-05-08T20:05:00.000Z" - }, - { - "name": "lldp_mgr", - "path": "/opt/srlinux/bin/sr_lldp_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "log_mgr", - "path": "/opt/srlinux/bin/sr_log_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "macsec_mgr", - "path": "/opt/srlinux/bin/sr_macsec_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "mcid_mgr", - "path": "/opt/srlinux/bin/sr_mcid_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "mgmt_server", - "path": "/opt/srlinux/bin/sr_mgmt_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "common", - "path": "n/a", - "version": "n/a" - }, - { - "name": "mirror_mgr", - "path": "/opt/srlinux/bin/sr_mirror_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "mpls_mgr", - "path": "/opt/srlinux/bin/sr_mpls_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "mplsoam_mgr", - "path": "/opt/srlinux/bin/sr_mplsoam_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "net_inst_mgr", - "path": "/opt/srlinux/bin/sr_net_inst_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "oam_mgr", - "path": "/opt/srlinux/bin/sr_oam_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "oc_mgmt_server", - "path": "/opt/srlinux/bin/sr_oc_mgmt_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "oc_common", - "path": "n/a", - "version": "n/a" - }, - { - "name": "ospf_mgr", - "path": "/opt/srlinux/bin/sr_ospf_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "p4rt_server", - "path": "/opt/srlinux/bin/sr_p4rt_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "plcy_mgr", - "path": "/opt/srlinux/bin/sr_plcy_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "maint_mode_mgr", - "path": "n/a", - "version": "n/a" - }, - { - "name": "qos_mgr", - "path": "/opt/srlinux/bin/sr_qos_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "radius_mgr", - "path": "/opt/srlinux/bin/sr_radius_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "sdk_mgr", - "path": "/opt/srlinux/bin/sr_sdk_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "segrt_mgr", - "path": "/opt/srlinux/bin/sr_segrt_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "sflow_sample_mgr", - "path": "/opt/srlinux/bin/sr_sflow_sample_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "static_route_mgr", - "path": "/opt/srlinux/bin/sr_static_route_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "supportd", - "path": "/opt/srlinux/bin/sr_supportd", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "te_mgr", - "path": "/opt/srlinux/bin/sr_te_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "tepolicy_mgr", - "path": "/opt/srlinux/bin/sr_tepolicy_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "timing_stack", - "path": "/opt/srlinux/bin/sr_timing_stack", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "twamp_mgr", - "path": "/opt/srlinux/bin/sr_twamp_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "vrrp_mgr", - "path": "/opt/srlinux/bin/sr_vrrp_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "vxlan_mgr", - "path": "/opt/srlinux/bin/sr_vxlan_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "xdp_cpm", - "path": "/opt/srlinux/bin/sr_xdp_cpm", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "xdp_lc", - "path": "/opt/srlinux/bin/sr_xdp_lc", - "version": "2023-11-04T22:37:53.000Z" - } - ], - "yang-module": [ - { - "name": "srl_nokia-aaa", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-aaa-password", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-aaa-types", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-acl", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-acl-policers", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-acl-qos", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-aggregate-routes", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-app-mgmt", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-bfd", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-bgp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-bgp-evpn", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-bgp-evpn-bgp-instance-mpls-bridge-table-multicast-destinations", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-bgp-evpn-bgp-instance-mpls-bridge-table-statistics", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-bgp-evpn-bgp-instance-mpls-bridge-table-unicast-destinations", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-bgp-evpn-bgp-instance-mpls-vpws-destinations", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-bgp-ipvpn", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-bgp-vpn", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-boot", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-bridge-table", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-bridge-table-mac-duplication", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-bridge-table-mac-duplication-entries", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-bridge-table-mac-learning", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-bridge-table-mac-learning-entries", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-bridge-table-mac-limit", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-bridge-table-mac-table", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-bridge-table-proxy-arp-nd", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-bridge-table-reserved-macs", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-bridge-table-shg", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-bridge-table-static-mac", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-configuration", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-configuration-role", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-connection-point", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-dhcp-server", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-dns", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-ethcfm", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-event-handler", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-ftp", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-gnmi-server", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-gnsi-authz", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-gnsi-certz", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-gribi-server", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-icmp", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-if-ip", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-if-mpls", - "revision": "2021-06-30" - }, - { - "name": "srl_nokia-interfaces", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-interfaces-bridge-table", - "revision": "2021-06-30" - }, - { - "name": "srl_nokia-interfaces-bridge-table-mac-duplication-entries", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-interfaces-bridge-table-mac-learning-entries", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-interfaces-bridge-table-mac-table", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-interfaces-bridge-table-statistics", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-interfaces-ethernet-segment-association", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-interfaces-ip-dhcp", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-interfaces-ip-dhcp-relay", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-interfaces-ip-dhcp-server", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-interfaces-ip-vrrp", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-interfaces-l2cp", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-interfaces-lag", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-interfaces-local-mirror-destination", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-interfaces-nbr", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-interfaces-nbr-evpn", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-interfaces-nbr-virtual-ip-discovery", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-interfaces-p4rt", - "revision": "2022-06-30" - }, - { - "name": "srl_nokia-interfaces-router-adv", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-interfaces-vlans", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-interfaces-vxdp", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-ip-route-tables", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-ippm-source-udp-pool", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-isis", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-isis-lsdb", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-isis-lsdb-types", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-json-rpc", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-keychains", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-lacp", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-ldp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-license", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-link-measurement", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-linux", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-lldp", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-lldp-types", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-load-balancing", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-logging", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-lsp-ping-trace", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-macsec", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-maintenance-mode", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-maintenance-policies", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-micro-bfd", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-mirroring", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-mpls", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-mpls-label-management", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-mpls-route-tables", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-mpls-services-evpn-label-management", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-mpls-services-network-instance-label-management", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-mtu", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-network-instance", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-network-instance-mtu", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-next-hop-groups", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-ntp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-oam", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-oam-pm-ethcfm", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-oam-pm-ip", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-openconfig", - "revision": "2022-06-30" - }, - { - "name": "srl_nokia-ospf", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-p4rt-server", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-packet-link-qual", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-packet-match-types", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-acl", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-cgroup", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-platform-chassis", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform-control", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform-cpu", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-platform-datapath-resources", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-disk", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-fabric", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-platform-fan", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform-healthz", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-lc", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform-linecard-fib", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-platform-memory", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-platform-mtu", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-platform-p4rt", - "revision": "2022-06-30" - }, - { - "name": "srl_nokia-platform-pipeline-counters", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-platform-psu", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform-qos", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-redundancy", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-platform-resource-mgmt", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-platform-resource-monitoring", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-platform-secure-boot", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-tcam", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-tpm", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-vxdp", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-policy-forwarding", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-qos", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-qos-policers", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-ra_guard", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-rib-bgp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-routing-policy", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-segment-routing", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-sflow", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-snmp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-ssh", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-stamp", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-static-routes", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-system", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-system-banner", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-system-bridge-table", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-system-bridge-table-proxy-arp", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-system-info", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-system-multicast", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-system-name", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-system-network-instance", - "revision": "2021-06-30" - }, - { - "name": "srl_nokia-system-network-instance-bgp-evpn-ethernet-segments", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-system-network-instance-bgp-vpn", - "revision": "2022-06-30" - }, - { - "name": "srl_nokia-system-protocols", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-tcp-udp", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-te-policies", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-timezone", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-tls", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-traffic-engineering", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-transport-security", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-tunnel", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-tunnel-interfaces", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-tunnel-interfaces-vxlan-interface-bridge-table", - "revision": "2021-06-30" - }, - { - "name": "srl_nokia-tunnel-interfaces-vxlan-interface-bridge-table-multicast-destinations", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-tunnel-interfaces-vxlan-interface-bridge-table-unicast-destinations", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-tunnel-interfaces-vxlan-interface-bridge-table-unicast-es-destination-vteps", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-tunnel-tables", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-twamp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-vxlan-tunnel-vtep", - "revision": "2023-03-31" - } - ] - }, - "srl_nokia-acl:acl": { - "cpm-filter": { - "ipv4-filter": { - "statistics-per-entry": true, - "entry": [ - { - "sequence-id": 10, - "description": "Accept incoming ICMP unreachable messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "dest-unreachable", - "code": [ - 0, - 1, - 2, - 3, - 4, - 13 - ] - } - } - }, - { - "sequence-id": 20, - "description": "Accept incoming ICMP time-exceeded messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "time-exceeded" - } - } - }, - { - "sequence-id": 30, - "description": "Accept incoming ICMP parameter problem messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "param-problem" - } - } - }, - { - "sequence-id": 40, - "description": "Accept incoming ICMP echo messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "echo" - } - } - }, - { - "sequence-id": 50, - "description": "Accept incoming ICMP echo-reply messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "echo-reply" - } - } - }, - { - "sequence-id": 60, - "description": "Accept incoming SSH when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 22 - } - } - }, - { - "sequence-id": 70, - "description": "Accept incoming SSH when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 22 - } - } - }, - { - "sequence-id": 80, - "description": "Accept incoming Telnet when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 23 - } - } - }, - { - "sequence-id": 90, - "description": "Accept incoming Telnet when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 23 - } - } - }, - { - "sequence-id": 100, - "description": "Accept incoming TACACS+ when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 49 - } - } - }, - { - "sequence-id": 110, - "description": "Accept incoming TACACS+ when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 49 - } - } - }, - { - "sequence-id": 120, - "description": "Accept incoming DNS response messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "source-port": { - "operator": "eq", - "value": 53 - } - } - }, - { - "sequence-id": 130, - "description": "Accept incoming DHCP messages targeted for BOOTP/DHCP client", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 68 - } - } - }, - { - "sequence-id": 140, - "description": "Accept incoming TFTP read-request and write-request messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 69 - } - } - }, - { - "sequence-id": 150, - "description": "Accept incoming HTTP(JSON-RPC) when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 80 - } - } - }, - { - "sequence-id": 160, - "description": "Accept incoming HTTP(JSON-RPC) when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 80 - } - } - }, - { - "sequence-id": 170, - "description": "Accept incoming NTP messages from servers", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "source-port": { - "operator": "eq", - "value": 123 - } - } - }, - { - "sequence-id": 180, - "description": "Accept incoming SNMP GET/GETNEXT messages from servers", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 161 - } - } - }, - { - "sequence-id": 190, - "description": "Accept incoming BGP when the other router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 179 - } - } - }, - { - "sequence-id": 200, - "description": "Accept incoming BGP when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 179 - } - } - }, - { - "sequence-id": 210, - "description": "Accept incoming HTTPS(JSON-RPC) when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 443 - } - } - }, - { - "sequence-id": 220, - "description": "Accept incoming HTTPS(JSON-RPC) when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 443 - } - } - }, - { - "sequence-id": 230, - "description": "Accept incoming single-hop BFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 3784 - } - } - }, - { - "sequence-id": 240, - "description": "Accept incoming multi-hop BFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 4784 - } - } - }, - { - "sequence-id": 250, - "description": "Accept incoming uBFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 6784 - } - } - }, - { - "sequence-id": 260, - "description": "Accept incoming gNMI messages when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 57400 - } - } - }, - { - "sequence-id": 270, - "description": "Accept incoming UDP traceroute messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "range": { - "start": 33434, - "end": 33464 - } - } - } - }, - { - "sequence-id": 280, - "description": "Accept incoming ICMP timestamp messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "timestamp" - } - } - }, - { - "sequence-id": 290, - "description": "Accept incoming OSPF messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": 89 - } - }, - { - "sequence-id": 300, - "description": "Accept incoming DHCP relay messages targeted for BOOTP/DHCP server", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 67 - } - } - }, - { - "sequence-id": 310, - "description": "Accept ICMP fragment packets", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "fragment": true, - "protocol": "icmp" - } - }, - { - "sequence-id": 320, - "description": "Accept incoming LDP packets", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "source-port": { - "operator": "eq", - "value": 646 - } - } - }, - { - "sequence-id": 330, - "description": "Accept incoming LDP packets with source-port 646", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 646 - } - } - }, - { - "sequence-id": 340, - "description": "Accept incoming LDP packets with destination-port 646", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 646 - } - } - }, - { - "sequence-id": 350, - "description": "Accept incoming gRIBI packets with destination-port 57401", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 57401 - } - } - }, - { - "sequence-id": 360, - "description": "Accept incoming p4rt packets with destination-port 9559", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 9559 - } - } - }, - { - "sequence-id": 370, - "description": "Accept incoming IGMP packets", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "igmp" - } - }, - { - "sequence-id": 380, - "description": "Accept incoming PIM packets", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "pim" - } - }, - { - "sequence-id": 390, - "description": "Accept incoming RADIUS AAA packets", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "source-port": { - "range": { - "start": 1812, - "end": 1813 - } - } - } - }, - { - "sequence-id": 410, - "description": "Accept incoming PTP messages with destination-ports 319 and 320", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "range": { - "start": 319, - "end": 320 - } - } - } - }, - { - "sequence-id": 420, - "description": "Drop all else", - "action": { - "drop": { - "log": true - } - } - } - ] - }, - "ipv6-filter": { - "statistics-per-entry": true, - "entry": [ - { - "sequence-id": 10, - "description": "Accept incoming ICMPv6 unreachable messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "dest-unreachable", - "code": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ] - } - } - }, - { - "sequence-id": 20, - "description": "Accept incoming ICMPv6 packet-too-big messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "packet-too-big" - } - } - }, - { - "sequence-id": 30, - "description": "Accept incoming ICMPv6 time-exceeded messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "time-exceeded" - } - } - }, - { - "sequence-id": 40, - "description": "Accept incoming ICMPv6 parameter problem messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "param-problem" - } - } - }, - { - "sequence-id": 50, - "description": "Accept incoming ICMPv6 echo-request messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "echo-request" - } - } - }, - { - "sequence-id": 60, - "description": "Accept incoming ICMPv6 echo-reply messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "echo-reply" - } - } - }, - { - "sequence-id": 70, - "description": "Accept incoming ICMPv6 router-advertisement messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "router-advertise" - } - } - }, - { - "sequence-id": 80, - "description": "Accept incoming ICMPv6 neighbor-solicitation messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "neighbor-solicit" - } - } - }, - { - "sequence-id": 90, - "description": "Accept incoming ICMPv6 neighbor-advertisement messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "neighbor-advertise" - } - } - }, - { - "sequence-id": 100, - "description": "Accept incoming SSH when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 22 - } - } - }, - { - "sequence-id": 110, - "description": "Accept incoming SSH when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 22 - } - } - }, - { - "sequence-id": 120, - "description": "Accept incoming Telnet when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 23 - } - } - }, - { - "sequence-id": 130, - "description": "Accept incoming Telnet when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 23 - } - } - }, - { - "sequence-id": 140, - "description": "Accept incoming TACACS+ when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 49 - } - } - }, - { - "sequence-id": 150, - "description": "Accept incoming TACACS+ when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 49 - } - } - }, - { - "sequence-id": 160, - "description": "Accept incoming DNS response messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "source-port": { - "operator": "eq", - "value": 53 - } - } - }, - { - "sequence-id": 170, - "description": "Accept incoming TFTP read-request and write-request messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 69 - } - } - }, - { - "sequence-id": 180, - "description": "Accept incoming HTTP(JSON-RPC) when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 80 - } - } - }, - { - "sequence-id": 190, - "description": "Accept incoming HTTP(JSON-RPC) when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 80 - } - } - }, - { - "sequence-id": 200, - "description": "Accept incoming NTP messages from servers", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "source-port": { - "operator": "eq", - "value": 123 - } - } - }, - { - "sequence-id": 210, - "description": "Accept incoming SNMP GET/GETNEXT messages from servers", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 161 - } - } - }, - { - "sequence-id": 220, - "description": "Accept incoming BGP when the other router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 179 - } - } - }, - { - "sequence-id": 230, - "description": "Accept incoming BGP when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 179 - } - } - }, - { - "sequence-id": 240, - "description": "Accept incoming HTTPS(JSON-RPC) when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 443 - } - } - }, - { - "sequence-id": 250, - "description": "Accept incoming HTTPS(JSON-RPC) when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 443 - } - } - }, - { - "sequence-id": 260, - "description": "Accept incoming DHCPv6 client messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 546 - } - } - }, - { - "sequence-id": 270, - "description": "Accept incoming single-hop BFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 3784 - } - } - }, - { - "sequence-id": 280, - "description": "Accept incoming multi-hop BFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 4784 - } - } - }, - { - "sequence-id": 290, - "description": "Accept incoming uBFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 6784 - } - } - }, - { - "sequence-id": 300, - "description": "Accept incoming gNMI messages when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 57400 - } - } - }, - { - "sequence-id": 310, - "description": "Accept incoming UDP traceroute messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "range": { - "start": 33434, - "end": 33464 - } - } - } - }, - { - "sequence-id": 320, - "description": "Accept incoming IPV6 hop-in-hop messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": 0 - } - }, - { - "sequence-id": 330, - "description": "Accept incoming IPV6 fragment header messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": 44 - } - }, - { - "sequence-id": 340, - "description": "Accept incoming OSPF messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": 89 - } - }, - { - "sequence-id": 350, - "description": "Accept incoming DHCPv6 relay messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 547 - } - } - }, - { - "sequence-id": 360, - "description": "Accept incoming gRIBI packets with destination-port 57401", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 57401 - } - } - }, - { - "sequence-id": 370, - "description": "Accept incoming p4rt packets with destination-port 9559", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 9559 - } - } - }, - { - "sequence-id": 380, - "description": "Accept incoming MLDv1 report messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "mld-report" - } - } - }, - { - "sequence-id": 390, - "description": "Accept incoming MLDv2 report messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "mld-v2" - } - } - }, - { - "sequence-id": 400, - "description": "Accept incoming MLDv1 done messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "mld-done" - } - } - }, - { - "sequence-id": 410, - "description": "Accept incoming MLD query messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "mld-query" - } - } - }, - { - "sequence-id": 420, - "description": "Accept incoming PIM messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "pim" - } - }, - { - "sequence-id": 430, - "description": "Accept incoming RADIUS AAA messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "source-port": { - "range": { - "start": 1812, - "end": 1813 - } - } - } - }, - { - "sequence-id": 450, - "description": "Accept incoming PTP messages with destination-ports 319 and 320", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "range": { - "start": 319, - "end": 320 - } - } - } - }, - { - "sequence-id": 460, - "description": "Drop all else", - "action": { - "drop": { - "log": true - } - } - } - ] - } - }, - "policers": { - "system-cpu-policer": [ - { - "name": "icmp", - "entry-specific": false, - "peak-packet-rate": 1000, - "max-packet-burst": 1000 - } - ] - } - }, - "srl_nokia-interfaces:interface": [ - { - "name": "ethernet-1/1", - "admin-state": "enable" - }, - { - "name": "ethernet-1/2", - "admin-state": "enable" - }, - { - "name": "ethernet-1/3", - "admin-state": "enable" - }, - { - "name": "ethernet-1/4", - "admin-state": "enable" - }, - { - "name": "mgmt0", - "admin-state": "enable", - "subinterface": [ - { - "index": 0, - "admin-state": "enable", - "ip-mtu": 1500, - "ipv4": { - "admin-state": "enable", - "srl_nokia-interfaces-ip-dhcp:dhcp-client": { - - } - }, - "ipv6": { - "admin-state": "enable", - "srl_nokia-interfaces-ip-dhcp:dhcp-client": { - - } - } - } - ] - } - ], - "srl_nokia-system:system": { - "srl_nokia-aaa:aaa": { - "authentication": { - "idle-timeout": 7200, - "authentication-method": [ - "local" - ], - "admin-user": { - "ssh-key": [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJSGdT6gPlA4m+PSmQ8oR3z6N4ofCfTkJa2BpUgy+JV0" - ] - }, - "linuxadmin-user": { - "password": "$6$Ni233gqiuJ9zarHl$ZKtMh/vEvlY7XpHSYSJVrFNpUDeM/dsfaxK6csljO5X3.ImsDn8yiOcPASsTNpa1r6XrVlzrpnlJKqYIK0gvO1", - "ssh-key": [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJSGdT6gPlA4m+PSmQ8oR3z6N4ofCfTkJa2BpUgy+JV0" - ] - } - }, - "server-group": [ - { - "name": "local", - "type": "srl_nokia-aaa-types:local" - } - ] - }, - "srl_nokia-lldp:lldp": { - "admin-state": "enable" - }, - "srl_nokia-gnmi-server:gnmi-server": { - "admin-state": "enable", - "rate-limit": 65000, - "trace-options": [ - "request", - "response", - "common" - ], - "network-instance": [ - { - "name": "mgmt", - "admin-state": "enable", - "use-authentication": true, - "tls-profile": "clab-profile", - "port": 57400, - "services": [ - "srl_nokia-gnmi-server:gnmi" - ] - } - ], - "unix-socket": { - "admin-state": "enable", - "services": [ - "srl_nokia-gnmi-server:gnmi", - "srl_nokia-gnmi-server:gnoi" - ] - } - }, - "srl_nokia-tls:tls": { - "server-profile": [ - { - "name": "clab-profile", - "key": "$aes1$ATD16jWWjL92jW8=$Wxi9LhBkNCoMdW+9JqRFFizLnJh78coHYCdJrCHgxpd31XxqQ2k+zLgBaOtREPNvsM0RbOJ1OBDG/3AKFQMuAVazfQaa/sH3CNsp0fRGvPRNGbc042wDwZdLvkKtNc38OgI3jYSeyn9VIJPerX3VpkKlPYANzGSis3X3Zn/P+9T03l+iscdv6/WYYj1bQwoiQ3wT5PxaXyIWRYTEHfE3A8FOHdd5g9zdjxf6pbHtOb8c5d1QcZ+N5/uXj/9ucs5VZJAhUhLgIg9idKRubEL7uJZ6JTo3orXrWZeODXRkDUbG0DUVi8Fs4Ro6SJrlnHjiIw0eYr5YKbSHOvO3L8o5N59zyS05HnC5o5kF5KSdHJuNV5+iz9/kDvjViH0zu6IqrvniB8mwYubwFe8RPqqgzICrgsaOSUg+pwDYVHXcBDT6vohJeg1EedDNBmqHAa385Pf3w2XdWVRMSZVIo68ha207PHldP3CvtqBLBPVgW0Lma2M3P67nJ7HoYfd/aOjD63GLviRonr4D1DROYj3ycmIGdLLv00dd1QBTB5Ugs3QlAR1OzORrchunhiu0rmPJbC4r6654a1RGhjf2RrZaaLrvCkGY+hPmuxj/WRaCaacTIZN3ZKV/NBXCqs/XDoGpJPs48Hvuy5CCK8u2Tew3KfFEgKQsJgeOXOkiLgBjR6tPpUp7Gp0wrHw/zNlRVTDaOwiT1DZ2yaE9hAJ9uNlKPQLRAkJ/oui29I0evAsvTWTQkExkt1kE5MwBdAegRjOXtU63zK2BDcHQ/dkhSFPN4yXcywL/Zdt6lfUthRzYP6dPbKfh+0YkBOWoM39n/Td5uOk2j+IrQI5rJ2FILupbSW8wDI+FpOCdSH5nOiI5+8wHLUPNrMDkxinGK5zpmpPBAz6ASb2hgEd0OwexkPZHJov4yT6/8P5N/p0ylT92dVxCdNo787J0vltrrzibbIA/e7F8AScuIaO8oQcYTAN2TBFlNomNS7GhbzpbphmXYGepkVmMKD4TsnLBsOl20ZnpLrfBHP8iS+Gl+s6EE2tNvBZSbyopjgIAr+LP9zQqSlVSYrITTgU05e2MTQPMlN7zUbSJgIUCIKvOehNUYkHf7Jp5V19ecsK3bFVyFaqeKETX7rLr6eXVPgCcju3fwzdG6zfNR9zSnCj4l58LIJ0vabPbt/SRZDZrIBDZhsrXs2Y5tMkfzDkFvXshCjU996XTBJ4wey3jR8aknP5B7xHJPai3+IqGKy44qujHpsNZkyIGoZM+ntuQJxXeTuniffNkzAIdDlqMYomCmikQMpUheCrjKHASyelf0IG1Z31a1KmCWaoOG748+90RZo6mNYxB/qjg6C9dH4qsR57hTh4QVrM/54O6BFZotQmCMuCybzwNWazFoQhish5nuRDVTe0vl8pmFNduH+fugWfRD0/7yVOjqpfT0fCYZZMSSztyeMcyX0UXsE1/fmZNxrGq4TGJScfPPDmybswBaLVZXD7I3vza9zK+4f7D/v4O33UXZHMzACgB4U6T6ye0jLLkT+DyeRYxmBDCc9O9+/u/Y6djW9+iETMzNq67Agd6nRi2/1qSma/2wz84XwotyA3nUgWadiarpCnGaHoQ5ozYwxiEQZUWjxGpb/PXtmjnDC/XAMfjsLQvs24LA++Ir42MEFdjbxSFGNVW68tYeY8KudMNBJbK6nhl7KjUVSNSOF+60hRg5j6A6ExJYITS8SUYC8bwK4l/oyAEP4qjN1WUuLyBG/uCFFwMLF6rd0tj0IdvRx4/p4qtQEXhXhh6Rfy6GjxrxznlAeR/VdEoH4Yuf4wltL1d69kEgxhhiXZAfGfx6+V8tNiVDA0g2iBXUrttRmufvaj2FWHpZRj89qMeVSwBC4svvGJOAtaKRlfAAdR+Cvf92O+y2bYUrgA/Pj2sTJ7JXA1NTeZR+IM1KKH1SUDdf3tyYqFJKBMQhCmIytWbAwS3n5Fh6HU0ay1q+TQieOcuWxq1UGrqg6T7ridJBYHWKS2IImG3wQCcM1OZBVB7joZpmw36XV3D9q+DTSxLqSThL7cNuJHWhlrM17k2w5nrVcCbmFFQcDPTKBHYiMnJFJkA27usiaGpKOhaKDsJQFUNDnbn6AwdZhNlQZenT5lVKgWEAcgcTOvtCsXsM8RNpqhhKzfxSbZymlWMzrOQdztwTuB0j+bbGw9P1Osa+KcY54WaQ1/LR59GgmsL0sWjIAuTS8+z71tc753vY9J0qlQM", - "certificate": "-----BEGIN CERTIFICATE-----\nMIID2DCCAsCgAwIBAgICBnowDQYJKoZIhvcNAQELBQAwUDELMAkGA1UEBhMCVVMx\nCTAHBgNVBAcTADEVMBMGA1UEChMMY29udGFpbmVybGFiMQkwBwYDVQQLEwAxFDAS\nBgNVBAMTC2RlbW8gbGFiIENBMB4XDTI0MTAzMTA4MTg0OFoXDTI1MTAzMTA4MTg0\nOFowVTELMAkGA1UEBhMCVVMxCTAHBgNVBAcTADEVMBMGA1UEChMMY29udGFpbmVy\nbGFiMQkwBwYDVQQLEwAxGTAXBgNVBAMTEFNwaW5lLTAxLmRlbW8uaW8wggEiMA0G\nCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDJ5Xa/7cCmYRHdkAO8O67WtsCSYvC+\n7q/ICClDmZ5ilCOPYfb1UwgmftU4I4n/wTQ5Wh6UK6UIV5CvAuSV8XBZz9OgV+2f\nVXEZvmNJbqPv5JdRDHfJpRNKycO0aVj0DoYtHWCL8JgsfEeMzXyQ8348/DAxmqsu\nUn4fuYZmTPnOBg+1Hi2TA8vXvOR2kz8nB2oX/qtwdH9OShPhBd1+iV9zGNhR4PMo\nGO/wcRgXU7A7dWSnqFmsqBa1njC5kZNLh3TVGwb/RBDMK5uBs7Iow3AJK0gEUOp6\npfK7Xts/PQwLPhNkqEg90zlWP9IFseBWAUx/AC5AiXqmOf4JmECdnSOxAgMBAAGj\ngbYwgbMwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEF\nBQcDATAOBgNVHQ4EBwQFAQIDBAYwHwYDVR0jBBgwFoAUkm7yxIu04FzPlPPNBbky\nux3vtIQwUQYDVR0RBEowSIIIU3BpbmUtMDGCEmNsYWItZGVtby1TcGluZS0wMYIQ\nU3BpbmUtMDEuZGVtby5pb4cErBQUBIcQP/8BcgAgACAAAAAAAAAABDANBgkqhkiG\n9w0BAQsFAAOCAQEAJhLQudyUB64rtU0AFPUINhUQ4emBU4m1NZqQBT7YqWHlvP2y\neN9hsyJDMqq8MJ66QqgUA+PvDAFns/lSqKmNqS0q98B87cJP1SLCglLQlKpADEqc\nS7O3+6iUFbYXJsE0JGL1bV24w6QnVkWocs1npSFgGoX+FSPuNsAMBQkUA75Rz44n\nCrvU0U5AiCynaxVo4nemjFlMa7imPz/rmcucOyPi4U8QPBOJk50k+F0PaJquuZkx\nfJtB+SkVInDkNx9UIA4oOJLtQYTG7J2xqnK5v97zrhLedmmMsV+VXZHFmwzoC+J6\nL3pXRgyCLz2uF3eUgWeCTaj8HkatOq01cFI/8g==\n-----END CERTIFICATE-----\n", - "authenticate-client": false - } - ] - }, - "srl_nokia-json-rpc:json-rpc-server": { - "admin-state": "enable", - "network-instance": [ - { - "name": "mgmt", - "http": { - "admin-state": "enable" - }, - "https": { - "admin-state": "enable", - "tls-profile": "clab-profile" - } - } - ] - }, - "srl_nokia-dns:dns": { - "network-instance": "mgmt", - "server-list": [ - "100.124.38.2", - "100.124.38.3" - ] - }, - "srl_nokia-snmp:snmp": { - "community": "$aes1$AWCj5fOv24emJ28=$M48PvfExczzCYZfGq8ynAQ==", - "network-instance": [ - { - "name": "mgmt", - "admin-state": "enable" - } - ] - }, - "srl_nokia-ssh:ssh-server": { - "network-instance": [ - { - "name": "mgmt", - "admin-state": "enable" - } - ] - }, - "srl_nokia-system-banner:banner": { - "login-banner": "................................................................\n: Welcome to Nokia SR Linux! :\n: Open Network OS for the NetOps era. :\n: :\n: This is a freely distributed official container image. :\n: Use it - Share it :\n: :\n: Get started: https://learn.srlinux.dev :\n: Container: https://go.srlinux.dev/container-image :\n: Docs: https://doc.srlinux.dev/23-10 :\n: Rel. notes: https://doc.srlinux.dev/rn23-10-1 :\n: YANG: https://yang.srlinux.dev/v23.10.1 :\n: Discord: https://go.srlinux.dev/discord :\n: Contact: https://go.srlinux.dev/contact-sales :\n................................................................\n" - }, - "srl_nokia-logging:logging": { - "buffer": [ - { - "buffer-name": "messages", - "rotate": 3, - "size": "10000000", - "facility": [ - { - "facility-name": "local6", - "priority": { - "match-above": "informational" - } - } - ] - }, - { - "buffer-name": "system", - "facility": [ - { - "facility-name": "auth", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "cron", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "daemon", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "ftp", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "kern", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "lpr", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "mail", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "news", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "syslog", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "user", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "uucp", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local0", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local1", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local2", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local3", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local4", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local5", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local7", - "priority": { - "match-above": "warning" - } - } - ] - } - ], - "file": [ - { - "file-name": "messages", - "rotate": 3, - "size": "10000000", - "facility": [ - { - "facility-name": "local6", - "priority": { - "match-above": "warning" - } - } - ] - } - ] - } - }, - "srl_nokia-network-instance:network-instance": [ - { - "name": "mgmt", - "type": "srl_nokia-network-instance:ip-vrf", - "admin-state": "enable", - "description": "Management network instance", - "interface": [ - { - "name": "mgmt0.0" - } - ], - "protocols": { - "srl_nokia-linux:linux": { - "import-routes": true, - "export-routes": true, - "export-neighbors": true - } - } - } - ] -} \ No newline at end of file diff --git a/rawTopoFile/clab-demo/Spine-01/config/devices/app_ephemeral.mgmt_server.ready_for_config b/rawTopoFile/clab-demo/Spine-01/config/devices/app_ephemeral.mgmt_server.ready_for_config deleted file mode 100644 index 9a7211a0d..000000000 --- a/rawTopoFile/clab-demo/Spine-01/config/devices/app_ephemeral.mgmt_server.ready_for_config +++ /dev/null @@ -1 +0,0 @@ -loaded initial configuration diff --git a/rawTopoFile/clab-demo/Spine-01/config/devices/hw_details.json b/rawTopoFile/clab-demo/Spine-01/config/devices/hw_details.json deleted file mode 100644 index 821ce8dc7..000000000 --- a/rawTopoFile/clab-demo/Spine-01/config/devices/hw_details.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "chassis_type": 72, - "chassis_base_mac": { - "mac_address": "AAAAAAAA" - }, - "chassis_serial_number": "", - "is_active": true, - "card_details": [], - "cpm_slot_by_letter": "A", - "is_singleru": true, - "slot_num": 0, - "cpm_card_type": 187, - "ztp_interfaces": [], - "chassis_name": "7220 IXR-D2L", - "card_serial_number": "", - "mda_poll_thread": false, - "chassis_part_num": "", - "card_part_num": "" -} diff --git a/rawTopoFile/clab-demo/Spine-01/config/devices/management-ip.json b/rawTopoFile/clab-demo/Spine-01/config/devices/management-ip.json deleted file mode 100644 index a71f92817..000000000 --- a/rawTopoFile/clab-demo/Spine-01/config/devices/management-ip.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "ipv4_gateway": "172.20.20.1", - "ipv6_gateway": "3fff:172:20:20::1", - "ipv4": "172.20.20.4/24", - "ipv6": "3fff:172:20:20::4/64" -} \ No newline at end of file diff --git a/rawTopoFile/clab-demo/Spine-01/config/devices/slot_1.json b/rawTopoFile/clab-demo/Spine-01/config/devices/slot_1.json deleted file mode 100644 index f88de1bde..000000000 --- a/rawTopoFile/clab-demo/Spine-01/config/devices/slot_1.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "slot_num": 1, - "card_type": 187, - "mda_type": 208, - "base_mac": { - "mac_address": "GjgEAAAA" - }, - "mac_count": 0, - "chassis_type": 72, - "card_deviation": "", - "is_combined_system": true, - "active_cpm_slot_num": 1, - "version": 1, - "card_mfg_assembly": "", - "pd_type": 1, - "card_revision": 0, - "card_mac_count": 0, - "has_gnss": false -} diff --git a/rawTopoFile/clab-demo/Spine-01/config/devices/slot_nums.json b/rawTopoFile/clab-demo/Spine-01/config/devices/slot_nums.json deleted file mode 100644 index 2bfe0232d..000000000 --- a/rawTopoFile/clab-demo/Spine-01/config/devices/slot_nums.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "slots": { - "slot_info": [ - { - "slot_num": 1, - "is_cpm": true, - "is_imm": true, - "card_type": 187 - }, - { - "slot_num": 1, - "is_cpm": true, - "is_imm": true, - "card_type": 187 - } - ] - }, - "my_cpm_slot_num": 1 -} diff --git a/rawTopoFile/clab-demo/Spine-01/config/gnoi/healthz/events/events.data b/rawTopoFile/clab-demo/Spine-01/config/gnoi/healthz/events/events.data deleted file mode 100644 index bfae53669..000000000 --- a/rawTopoFile/clab-demo/Spine-01/config/gnoi/healthz/events/events.data +++ /dev/null @@ -1,426 +0,0 @@ - -c ->" - interface -name ethernet-1/57 - transceiver -healthz22278999631441025561B ؂ -c ->" - interface -name ethernet-1/56 - transceiver -healthz22278999631441010370B ၑ -c ->" - interface -name ethernet-1/55 - transceiver -healthz22278999631440995064B ꀑ -c ->" - interface -name ethernet-1/54 - transceiver -healthz22278999631440979688B  -c ->" - interface -name ethernet-1/51 - transceiver -healthz22278999631440932240B  -c ->" - interface -name ethernet-1/39 - transceiver -healthz22278999631440581711B  -c ->" - interface -name ethernet-1/16 - transceiver -healthz22278999631440153071B ͐ -c ->" - interface -name ethernet-1/14 - transceiver -healthz22278999631440117717B ː -b -=! - interface -name ethernet-1/7 - transceiver -healthz22278999631439991450B Ð -c ->" - interface -name ethernet-1/25 - transceiver -healthz22278999631440316153B א -b -=! - interface -name ethernet-1/6 - transceiver -healthz22278999631439976336B  -c ->" - interface -name ethernet-1/15 - transceiver -healthz22278999631440138018B ̐ -c ->" - interface -name ethernet-1/10 - transceiver -healthz22278999631440045482B Ɛ -U -0 - -platform - power-supply -id2 -healthz22278999631439529841B  -b -=! - interface -name ethernet-1/1 - transceiver -healthz22278999631439571830B  -c ->" - interface -name ethernet-1/41 - transceiver -healthz22278999631440612567B  -c ->" - interface -name ethernet-1/47 - transceiver -healthz22278999631440723746B ʢ -c ->" - interface -name ethernet-1/17 - transceiver -healthz22278999631440168562B ΐ -c ->" - interface -name ethernet-1/13 - transceiver -healthz22278999631440099630B ֖ʐ -c ->" - interface -name ethernet-1/12 - transceiver -healthz22278999631440084231B ɐ -S -. - -platform -linecard -slot1 -healthz22278999631439446753B  -b -=! - interface -name ethernet-1/8 - transceiver -healthz22278999631440013798B Đ -b -=! - interface -name ethernet-1/4 - transceiver -healthz22278999631439936462B  -Q -, - -platform -fan-tray -id1 -healthz22278999631439224809B 䔐 -Q -, - -platform -fan-tray -id3 -healthz22278999631439308203B  -c ->" - interface -name ethernet-1/22 - transceiver -healthz22278999631440263107B Ԑ -T -- - -platform -control -slotA -healthz22278999631439161414B  -Q -, - -platform -fan-tray -id4 -healthz22278999631439328725B  -c ->" - interface -name ethernet-1/58 - transceiver -healthz22278999631441040962B Ѓ -c ->" - interface -name ethernet-1/19 - transceiver -healthz22278999631440206944B А -c ->" - interface -name ethernet-1/33 - transceiver -healthz22278999631440476959B ǚ -c ->" - interface -name ethernet-1/45 - transceiver -healthz22278999631440682276B  -c ->" - interface -name ethernet-1/37 - transceiver -healthz22278999631440545076B ܮ -b -=! - interface -name ethernet-1/3 - transceiver -healthz22278999631439918621B Ő -Q -, - -platform -fan-tray -id6 -healthz22278999631439384668B Ş -b -=! - interface -name ethernet-1/2 - transceiver -healthz22278999631439899393B  -b -=! - interface -name ethernet-1/5 - transceiver -healthz22278999631439960736B  -c ->" - interface -name ethernet-1/11 - transceiver -healthz22278999631440067737B Ȑ -c ->" - interface -name ethernet-1/26 - transceiver -healthz22278999631440330993B ؐ -U -0 - -platform - power-supply -id1 -healthz22278999631439489859B  -Q -, - -platform -fan-tray -id5 -healthz22278999631439344330B 򉜐 -c ->" - interface -name ethernet-1/46 - transceiver -healthz22278999631440708648B Ь -b -=! - interface -name ethernet-1/9 - transceiver -healthz22278999631440029684B Ő -c ->" - interface -name ethernet-1/52 - transceiver -healthz22278999631440948214B  -S -, - -platform -chassis -healthz -status22278999631438925510B  -c ->" - interface -name ethernet-1/20 - transceiver -healthz22278999631440223854B ѐ -c ->" - interface -name ethernet-1/18 - transceiver -healthz22278999631440191398B ϐ -c ->" - interface -name ethernet-1/27 - transceiver -healthz22278999631440353632B ِ -c ->" - interface -name ethernet-1/53 - transceiver -healthz22278999631440963514B  -c ->" - interface -name ethernet-1/31 - transceiver -healthz22278999631440439367B ސ -c ->" - interface -name ethernet-1/23 - transceiver -healthz22278999631440278384B Ր -c ->" - interface -name ethernet-1/35 - transceiver -healthz22278999631440507826B ڋ -c ->" - interface -name ethernet-1/24 - transceiver -healthz22278999631440301140B ֐ -c ->" - interface -name ethernet-1/21 - transceiver -healthz22278999631440247832B Ӑ -c ->" - interface -name ethernet-1/28 - transceiver -healthz22278999631440384339B ې -c ->" - interface -name ethernet-1/29 - transceiver -healthz22278999631440399131B úܐ -c ->" - interface -name ethernet-1/34 - transceiver -healthz22278999631440492576B Ȕ -c ->" - interface -name ethernet-1/30 - transceiver -healthz22278999631440423918B ݐ -c ->" - interface -name ethernet-1/49 - transceiver -healthz22278999631440878146B  -c ->" - interface -name ethernet-1/32 - transceiver -healthz22278999631440454508B ߐ -c ->" - interface -name ethernet-1/50 - transceiver -healthz22278999631440915762B  -c ->" - interface -name ethernet-1/36 - transceiver -healthz22278999631440529692B Ķ -c ->" - interface -name ethernet-1/38 - transceiver -healthz22278999631440560261B  -c ->" - interface -name ethernet-1/40 - transceiver -healthz22278999631440597486B  -c ->" - interface -name ethernet-1/42 - transceiver -healthz22278999631440627683B  -c ->" - interface -name ethernet-1/43 - transceiver -healthz22278999631440652114B  -c ->" - interface -name ethernet-1/44 - transceiver -healthz22278999631440667182B  -Q -, - -platform -fan-tray -id2 -healthz22278999631439290306B 㘐 -c ->" - interface -name ethernet-1/48 - transceiver -healthz22278999631440738694B  \ No newline at end of file diff --git a/rawTopoFile/clab-demo/Spine-01/config/last_boot_reason.json b/rawTopoFile/clab-demo/Spine-01/config/last_boot_reason.json deleted file mode 100644 index c121ce351..000000000 --- a/rawTopoFile/clab-demo/Spine-01/config/last_boot_reason.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "active_serial_number": "Sim Serial No.", - "chassis_serial_number": "Sim Serial No.", - "last_boot_reason": "REASON_UNSET", - "standby_ready": false, - "file_written_at_unix_time": "2024-10-31T08:19:23.009Z", - "file_written_at_unix_time_ns": "1730362763009580992" -} diff --git a/rawTopoFile/clab-demo/Spine-01/config/tls/clab-profile.key.pem b/rawTopoFile/clab-demo/Spine-01/config/tls/clab-profile.key.pem deleted file mode 100644 index ea971130c..000000000 --- a/rawTopoFile/clab-demo/Spine-01/config/tls/clab-profile.key.pem +++ /dev/null @@ -1,27 +0,0 @@ ------BEGIN RSA PRIVATE KEY----- -MIIEpAIBAAKCAQEAyeV2v+3ApmER3ZADvDuu1rbAkmLwvu6vyAgpQ5meYpQjj2H2 -9VMIJn7VOCOJ/8E0OVoelCulCFeQrwLklfFwWc/ToFftn1VxGb5jSW6j7+SXUQx3 -yaUTSsnDtGlY9A6GLR1gi/CYLHxHjM18kPN+PPwwMZqrLlJ+H7mGZkz5zgYPtR4t -kwPL17zkdpM/JwdqF/6rcHR/TkoT4QXdfolfcxjYUeDzKBjv8HEYF1OwO3Vkp6hZ -rKgWtZ4wuZGTS4d01RsG/0QQzCubgbOyKMNwCStIBFDqeqXyu17bPz0MCz4TZKhI -PdM5Vj/SBbHgVgFMfwAuQIl6pjn+CZhAnZ0jsQIDAQABAoIBAQCkRCiMHBskw9HP -XT9MxZqJZAPmls2d64Hl1I4OTEzLlBAituhBzh7Rg1xj4raC+mVNTH+YurH5yZUU -b9wgC2MID8n1qdTSUKhG89rAgl6r7mcXMHe9/qtlrCepABW57J9K0Z4d/dEyUKO+ -ceop3ZMWd3GWymsAs2me0koBrhuJfX7AXpcaWH3croqGz5yyNTMBLKyw0V16sj/a -EFspXcn62MbD7lTejv2uzcu/wTaTQ/7zBB9xrYQR2KlqHz5l0ehKkR1D17R5nPUA -nYg3XE+dULBx3nlkHVe8lWUx7dK2CAveI4tSLPt1E53mkMsHPwpgMiLQy54XG1Sq -2z3OD/BpAoGBANoEBSlCOS6rTHz/QgJbwtH53EIcV2Y82MHVoxHBb4nYLgQ0wU1A -5x1hKW1phG+9E5dYMbApm7iMD1+gGMzU0HRQ5Pweke/el4JfI89PAFOeY+iqsy8q -VgqkpF710eFuzHky4zpPXHx45iwf2wxRh0/pGZ63WaFMqRlBT25KuelnAoGBAO0S -fBpUHZ9i0rayFMaadhY/kfzgPt3rVV3G04v2l+cY1bct7njf9wcuCucASVcdITyh -sLRLw8cRVBM3I5ByeCMNfoxdwfrly0JKmZlyxxnMK7vwmpOANpO+rBy/7oTwLfTY -rNwghwPVQpa+sqs6Uw1dLc2PgzgjQncd1s3EIqMnAoGBAImNQchfTP7B+1deIcKl -LI0YrTxU71vFBil95g380qfQ6m+i7VcVnPvvYpjymyl4zRSPA4KXLfXJAKYft6X8 -m6zXoTHlA8So10TdTBWvTZB0faq9kKIwfurmKAL1677lDkNltPIEQmESUn8Cdk0W -X14uvwhhvD5FxOb3SutWYGf/AoGAH6Byq/SCyyuc3sCdIu2iSU+Lw0eLO4HUrqEC -wc5Q74SRplFbWgbO5sdOrwiLwDJjp7oOX88nvBvksneNqAyNWGfJdSJg6X7UgfB/ -00fLpfZl8zmi9YCKR2WNgnxcbqG4D80EKo2wVWOS8ZdZMJykTckbfiviHpAdotR5 -PpQm5ssCgYAF4zUHRUYhk2QVfuBGHIwbnVaFQiDCOTzunq+gO0HDWZn+LGdueJsB -Z9c/OqQxupytBbmItV4ddG09A++DFUl6KN+34XJfuKdDrFN0E5VZVIJXww0GaKpX -es28UWASLtFWM8wkInQI2PmdnFPbByBFzYNcPgJeJSzTMFAtFljtgA== ------END RSA PRIVATE KEY----- diff --git a/rawTopoFile/clab-demo/Spine-01/config/tls/clab-profile.pem b/rawTopoFile/clab-demo/Spine-01/config/tls/clab-profile.pem deleted file mode 100644 index dbbde23e6..000000000 --- a/rawTopoFile/clab-demo/Spine-01/config/tls/clab-profile.pem +++ /dev/null @@ -1,23 +0,0 @@ ------BEGIN CERTIFICATE----- -MIID2DCCAsCgAwIBAgICBnowDQYJKoZIhvcNAQELBQAwUDELMAkGA1UEBhMCVVMx -CTAHBgNVBAcTADEVMBMGA1UEChMMY29udGFpbmVybGFiMQkwBwYDVQQLEwAxFDAS -BgNVBAMTC2RlbW8gbGFiIENBMB4XDTI0MTAzMTA4MTg0OFoXDTI1MTAzMTA4MTg0 -OFowVTELMAkGA1UEBhMCVVMxCTAHBgNVBAcTADEVMBMGA1UEChMMY29udGFpbmVy -bGFiMQkwBwYDVQQLEwAxGTAXBgNVBAMTEFNwaW5lLTAxLmRlbW8uaW8wggEiMA0G -CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDJ5Xa/7cCmYRHdkAO8O67WtsCSYvC+ -7q/ICClDmZ5ilCOPYfb1UwgmftU4I4n/wTQ5Wh6UK6UIV5CvAuSV8XBZz9OgV+2f -VXEZvmNJbqPv5JdRDHfJpRNKycO0aVj0DoYtHWCL8JgsfEeMzXyQ8348/DAxmqsu -Un4fuYZmTPnOBg+1Hi2TA8vXvOR2kz8nB2oX/qtwdH9OShPhBd1+iV9zGNhR4PMo -GO/wcRgXU7A7dWSnqFmsqBa1njC5kZNLh3TVGwb/RBDMK5uBs7Iow3AJK0gEUOp6 -pfK7Xts/PQwLPhNkqEg90zlWP9IFseBWAUx/AC5AiXqmOf4JmECdnSOxAgMBAAGj -gbYwgbMwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEF -BQcDATAOBgNVHQ4EBwQFAQIDBAYwHwYDVR0jBBgwFoAUkm7yxIu04FzPlPPNBbky -ux3vtIQwUQYDVR0RBEowSIIIU3BpbmUtMDGCEmNsYWItZGVtby1TcGluZS0wMYIQ -U3BpbmUtMDEuZGVtby5pb4cErBQUBIcQP/8BcgAgACAAAAAAAAAABDANBgkqhkiG -9w0BAQsFAAOCAQEAJhLQudyUB64rtU0AFPUINhUQ4emBU4m1NZqQBT7YqWHlvP2y -eN9hsyJDMqq8MJ66QqgUA+PvDAFns/lSqKmNqS0q98B87cJP1SLCglLQlKpADEqc -S7O3+6iUFbYXJsE0JGL1bV24w6QnVkWocs1npSFgGoX+FSPuNsAMBQkUA75Rz44n -CrvU0U5AiCynaxVo4nemjFlMa7imPz/rmcucOyPi4U8QPBOJk50k+F0PaJquuZkx -fJtB+SkVInDkNx9UIA4oOJLtQYTG7J2xqnK5v97zrhLedmmMsV+VXZHFmwzoC+J6 -L3pXRgyCLz2uF3eUgWeCTaj8HkatOq01cFI/8g== ------END CERTIFICATE----- diff --git a/rawTopoFile/clab-demo/Spine-01/topology.yml b/rawTopoFile/clab-demo/Spine-01/topology.yml deleted file mode 100644 index 72373189e..000000000 --- a/rawTopoFile/clab-demo/Spine-01/topology.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 2021 Nokia -# Licensed under the BSD 3-Clause License. -# SPDX-License-Identifier: BSD-3-Clause - -chassis_configuration: - "chassis_type": 72 - "base_mac": "1a:38:04:00:00:00" - "cpm_card_type": 187 - -slot_configuration: - 1: - "card_type": 187 - "mda_type": 208 diff --git a/rawTopoFile/clab-demo/Spine-01/yum.repo b/rawTopoFile/clab-demo/Spine-01/yum.repo deleted file mode 100644 index fd923bc90..000000000 --- a/rawTopoFile/clab-demo/Spine-01/yum.repo +++ /dev/null @@ -1,5 +0,0 @@ -[srlinux] -name=SR Linux NDK apps -baseurl=https://srlinux.fury.site/yum/ -enabled=1 -gpgcheck=0 diff --git a/rawTopoFile/clab-demo/Spine-02/apt.list b/rawTopoFile/clab-demo/Spine-02/apt.list deleted file mode 100644 index 2aa3ade3a..000000000 --- a/rawTopoFile/clab-demo/Spine-02/apt.list +++ /dev/null @@ -1 +0,0 @@ -deb [trusted=yes] https://srlinux.fury.site/apt/ / diff --git a/rawTopoFile/clab-demo/Spine-02/config/aaamgr_local_user.json b/rawTopoFile/clab-demo/Spine-02/config/aaamgr_local_user.json deleted file mode 100755 index 86b5bcc72..000000000 --- a/rawTopoFile/clab-demo/Spine-02/config/aaamgr_local_user.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "users": { - "admin": { - "password": [ - "$ar2$aOvsuj0ALlU=$r750fMa3ZEA/Di8dIfU2fQ==" - ], - "failed_login_count": 0, - "locked_out": false, - "password_changed_after_first_login": false, - "password_update_time": "2024-10-31T08:19:32Z" - } - }, - "ntp_sync": false, - "password_change_after_first_login": false -} diff --git a/rawTopoFile/clab-demo/Spine-02/config/banner b/rawTopoFile/clab-demo/Spine-02/config/banner deleted file mode 100644 index 0dc53d58d..000000000 --- a/rawTopoFile/clab-demo/Spine-02/config/banner +++ /dev/null @@ -1,16 +0,0 @@ -................................................................ -: Welcome to Nokia SR Linux! : -: Open Network OS for the NetOps era. : -: : -: This is a freely distributed official container image. : -: Use it - Share it : -: : -: Get started: https://learn.srlinux.dev : -: Container: https://go.srlinux.dev/container-image : -: Docs: https://doc.srlinux.dev/23-10 : -: Rel. notes: https://doc.srlinux.dev/rn23-10-1 : -: YANG: https://yang.srlinux.dev/v23.10.1 : -: Discord: https://go.srlinux.dev/discord : -: Contact: https://go.srlinux.dev/contact-sales : -................................................................ - diff --git a/rawTopoFile/clab-demo/Spine-02/config/config.json b/rawTopoFile/clab-demo/Spine-02/config/config.json deleted file mode 100644 index 2e4ee43ac..000000000 --- a/rawTopoFile/clab-demo/Spine-02/config/config.json +++ /dev/null @@ -1,2751 +0,0 @@ -{ - "_preamble": { - "header": { - "generated-by": "SRLINUX", - "name": "", - "comment": "", - "created": "2024-10-31T08:20:10.985Z", - "release": "v23.10.1", - "enabled-yang-features": ["srl_nokia-features:aaa-spiffe-id", "srl_nokia-features:admin-user-roles", "srl_nokia-features:anycast-gw", "srl_nokia-features:arp-nd-datapath-programming", "srl_nokia-features:bgp-add-paths", "srl_nokia-features:bgp-afi-safi-policy", "srl_nokia-features:bgp-auth-password", "srl_nokia-features:bgp-cfg-afi-safi-list", "srl_nokia-features:bgp-graceful-restart-gaps", "srl_nokia-features:bgp-ipv6-next-hop-tunnel-resolution", "srl_nokia-features:bgp-local-as-container-iso-list", "srl_nokia-features:bgp-max-ecmp-hash-buckets", "srl_nokia-features:bgp-mtu-discovery", "srl_nokia-features:bgp-prefix-limit", "srl_nokia-features:bgp-restart-max-wait", "srl_nokia-features:bgp-rib-afi-safi-list", "srl_nokia-features:bgp-rib-afi-safi-route", "srl_nokia-features:bgp-single-hop-connected-check", "srl_nokia-features:bgp-unnumbered-peers", "srl_nokia-features:bridged", "srl_nokia-features:bt-evpn-vlan-aware-bundle-interop", "srl_nokia-features:cli-plugin-authorization", "srl_nokia-features:dac-link-training", "srl_nokia-features:dhcp-relay-fqdn", "srl_nokia-features:dot1p-classifier-rewrite", "srl_nokia-features:dot1q-vlan-ranges", "srl_nokia-features:dynamic-tcam", "srl_nokia-features:event-handler", "srl_nokia-features:evpn", "srl_nokia-features:evpn-advertise-arp-nd-only-with-mac-table-entry", "srl_nokia-features:evpn-ifl-unequal-ecmp", "srl_nokia-features:evpn-mac-ip-adv-arp-nd-ext-comm", "srl_nokia-features:evpn-mh-ip-aliasing", "srl_nokia-features:evpn-mh-manual-alg", "srl_nokia-features:evpn-mh-pref-alg", "srl_nokia-features:evpn-mh-single-active", "srl_nokia-features:evpn-mh-virtual-es", "srl_nokia-features:factory-reset", "srl_nokia-features:fixed", "srl_nokia-features:gnmi-services", "srl_nokia-features:gnoi-healthz", "srl_nokia-features:ingress-subif-policing", "srl_nokia-features:interface-references", "srl_nokia-features:ip-acl-dscp-set", "srl_nokia-features:ip-qos-multifield", "srl_nokia-features:ipv4-unnumbered", "srl_nokia-features:isis-level-database", "srl_nokia-features:isis-lsdb", "srl_nokia-features:isis-mi", "srl_nokia-features:isis-mt", "srl_nokia-features:isis-nsf", "srl_nokia-features:l2-proxy-arp", "srl_nokia-features:l2-proxy-arp-nd-control-flood-on-evpn", "srl_nokia-features:l2-proxy-nd", "srl_nokia-features:l2cp-transparency", "srl_nokia-features:l3-proxy-arp", "srl_nokia-features:l3-proxy-nd", "srl_nokia-features:lacp-fallback", "srl_nokia-features:lag", "srl_nokia-features:license", "srl_nokia-features:mirroring", "srl_nokia-features:mirroring-intf-stats", "srl_nokia-features:named-queues-and-named-fcs", "srl_nokia-features:packet-tracer", "srl_nokia-features:platform-7220-d2", "srl_nokia-features:ra-guard", "srl_nokia-features:reload-delay", "srl_nokia-features:route-leaking", "srl_nokia-features:routing-policy-bgp-med", "srl_nokia-features:routing-policy-named-statements", "srl_nokia-features:scheduler-policies", "srl_nokia-features:segment-routing-adjacency-sid", "srl_nokia-features:segment-routing-shared-sid", "srl_nokia-features:storm-control", "srl_nokia-features:subif-acl-policer", "srl_nokia-features:subif-policer", "srl_nokia-features:tools-force-pwd-change", "srl_nokia-features:trident3", "srl_nokia-features:unequal-ecmp", "srl_nokia-features:unified-forwarding-tables", "srl_nokia-features:virtual-ip-discovery", "srl_nokia-features:vlan-id-any", "srl_nokia-features:vlan-tpid", "srl_nokia-features:vxlan", "srl_nokia-features:vxlan-stats", "srl_nokia-features:warm-reboot"], - "checksum": "10c600caaf8ef757$2f8b175da63ba452e785383fe08937ea49a9bac1" - }, - "build": { - "git-branch": "SRL_23_10_B1", - "git-tag": "v23.10.1-218-ga3fc1bea5a", - "git-sha": "a3fc1bea5afec83402393b9ca1ad139ebcb05e8c" - }, - "application": [ - { - "name": "aaa_mgr", - "path": "/opt/srlinux/bin/sr_aaa_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "acl_mgr", - "path": "/opt/srlinux/bin/sr_acl_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "app_mgr", - "path": "/opt/srlinux/bin/sr_app_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "arp_nd_mgr", - "path": "/opt/srlinux/bin/sr_arp_nd_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "bfd_mgr", - "path": "/opt/srlinux/bin/sr_bfd_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "bgp_mgr", - "path": "/opt/srlinux/bin/sr_bgp_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "chassis_mgr", - "path": "/opt/srlinux/bin/sr_chassis_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "dev_mgr", - "path": "/opt/srlinux/bin/sr_device_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "dhcp_client_mgr", - "path": "/opt/srlinux/bin/sr_dhcp_client_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "dhcp_relay_mgr", - "path": "/opt/srlinux/bin/sr_dhcp_relay_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "dhcp_server_mgr", - "path": "/opt/srlinux/bin/sr_dhcp_server_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "ethcfm_mgr", - "path": "/opt/srlinux/bin/sr_ethcfm_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "event_mgr", - "path": "/opt/srlinux/bin/sr_event_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "evpn_mgr", - "path": "/opt/srlinux/bin/sr_evpn_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "fhs_mgr", - "path": "/opt/srlinux/bin/sr_fhs_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "fib_mgr", - "path": "/opt/srlinux/bin/sr_fib_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "gnmi_server", - "path": "/opt/srlinux/bin/sr_gnmi_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "gribi_server", - "path": "/opt/srlinux/bin/sr_gribi_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "idb_server", - "path": "/opt/srlinux/bin/sr_idb_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "isis_mgr", - "path": "/opt/srlinux/bin/sr_isis_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "json_rpc", - "path": "/opt/srlinux/bin/sr_json_rpc", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "l2_mac_learn_mgr", - "path": "/opt/srlinux/bin/sr_l2_mac_learn_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "l2_mac_mgr", - "path": "/opt/srlinux/bin/sr_l2_mac_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "l2_proxy_arp_nd_mgr", - "path": "/opt/srlinux/bin/sr_l2_proxy_arp_nd_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "l2_static_mac_mgr", - "path": "/opt/srlinux/bin/sr_l2_static_mac_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "label_mgr", - "path": "/opt/srlinux/bin/sr_label_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "lag_mgr", - "path": "/opt/srlinux/bin/sr_lag_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "ldp_mgr", - "path": "/opt/srlinux/bin/sr_ldp_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "license_mgr", - "path": "/opt/srlinux/bin/sr_license_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "linux_mgr", - "path": "/opt/srlinux/bin/sr_linux_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "dnsmasq", - "path": "/usr/sbin/dnsmasq", - "version": "2023-01-13T21:57:01.000Z" - }, - { - "name": "sshd", - "path": "/usr/sbin/sshd:", - "version": "n/a" - }, - { - "name": "ntpd", - "path": "/usr/sbin/chronyd", - "version": "2023-05-08T20:05:00.000Z" - }, - { - "name": "vsftpd", - "path": "/usr/sbin/vsftpd", - "version": "2022-10-16T11:05:42.000Z" - }, - { - "name": "snmp_server", - "path": "/opt/srlinux/bin/sr_snmp_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "timesrv", - "path": "/usr/sbin/chronyd", - "version": "2023-05-08T20:05:00.000Z" - }, - { - "name": "lldp_mgr", - "path": "/opt/srlinux/bin/sr_lldp_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "log_mgr", - "path": "/opt/srlinux/bin/sr_log_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "macsec_mgr", - "path": "/opt/srlinux/bin/sr_macsec_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "mcid_mgr", - "path": "/opt/srlinux/bin/sr_mcid_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "mgmt_server", - "path": "/opt/srlinux/bin/sr_mgmt_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "common", - "path": "n/a", - "version": "n/a" - }, - { - "name": "mirror_mgr", - "path": "/opt/srlinux/bin/sr_mirror_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "mpls_mgr", - "path": "/opt/srlinux/bin/sr_mpls_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "mplsoam_mgr", - "path": "/opt/srlinux/bin/sr_mplsoam_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "net_inst_mgr", - "path": "/opt/srlinux/bin/sr_net_inst_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "oam_mgr", - "path": "/opt/srlinux/bin/sr_oam_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "oc_mgmt_server", - "path": "/opt/srlinux/bin/sr_oc_mgmt_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "oc_common", - "path": "n/a", - "version": "n/a" - }, - { - "name": "ospf_mgr", - "path": "/opt/srlinux/bin/sr_ospf_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "p4rt_server", - "path": "/opt/srlinux/bin/sr_p4rt_server", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "plcy_mgr", - "path": "/opt/srlinux/bin/sr_plcy_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "maint_mode_mgr", - "path": "n/a", - "version": "n/a" - }, - { - "name": "qos_mgr", - "path": "/opt/srlinux/bin/sr_qos_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "radius_mgr", - "path": "/opt/srlinux/bin/sr_radius_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "sdk_mgr", - "path": "/opt/srlinux/bin/sr_sdk_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "segrt_mgr", - "path": "/opt/srlinux/bin/sr_segrt_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "sflow_sample_mgr", - "path": "/opt/srlinux/bin/sr_sflow_sample_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "static_route_mgr", - "path": "/opt/srlinux/bin/sr_static_route_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "supportd", - "path": "/opt/srlinux/bin/sr_supportd", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "te_mgr", - "path": "/opt/srlinux/bin/sr_te_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "tepolicy_mgr", - "path": "/opt/srlinux/bin/sr_tepolicy_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "timing_stack", - "path": "/opt/srlinux/bin/sr_timing_stack", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "twamp_mgr", - "path": "/opt/srlinux/bin/sr_twamp_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "vrrp_mgr", - "path": "/opt/srlinux/bin/sr_vrrp_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "vxlan_mgr", - "path": "/opt/srlinux/bin/sr_vxlan_mgr", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "xdp_cpm", - "path": "/opt/srlinux/bin/sr_xdp_cpm", - "version": "2023-11-04T22:37:53.000Z" - }, - { - "name": "xdp_lc", - "path": "/opt/srlinux/bin/sr_xdp_lc", - "version": "2023-11-04T22:37:53.000Z" - } - ], - "yang-module": [ - { - "name": "srl_nokia-aaa", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-aaa-password", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-aaa-types", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-acl", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-acl-policers", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-acl-qos", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-aggregate-routes", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-app-mgmt", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-bfd", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-bgp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-bgp-evpn", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-bgp-evpn-bgp-instance-mpls-bridge-table-multicast-destinations", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-bgp-evpn-bgp-instance-mpls-bridge-table-statistics", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-bgp-evpn-bgp-instance-mpls-bridge-table-unicast-destinations", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-bgp-evpn-bgp-instance-mpls-vpws-destinations", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-bgp-ipvpn", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-bgp-vpn", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-boot", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-bridge-table", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-bridge-table-mac-duplication", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-bridge-table-mac-duplication-entries", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-bridge-table-mac-learning", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-bridge-table-mac-learning-entries", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-bridge-table-mac-limit", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-bridge-table-mac-table", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-bridge-table-proxy-arp-nd", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-bridge-table-reserved-macs", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-bridge-table-shg", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-bridge-table-static-mac", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-configuration", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-configuration-role", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-connection-point", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-dhcp-server", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-dns", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-ethcfm", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-event-handler", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-ftp", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-gnmi-server", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-gnsi-authz", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-gnsi-certz", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-gribi-server", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-icmp", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-if-ip", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-if-mpls", - "revision": "2021-06-30" - }, - { - "name": "srl_nokia-interfaces", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-interfaces-bridge-table", - "revision": "2021-06-30" - }, - { - "name": "srl_nokia-interfaces-bridge-table-mac-duplication-entries", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-interfaces-bridge-table-mac-learning-entries", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-interfaces-bridge-table-mac-table", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-interfaces-bridge-table-statistics", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-interfaces-ethernet-segment-association", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-interfaces-ip-dhcp", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-interfaces-ip-dhcp-relay", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-interfaces-ip-dhcp-server", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-interfaces-ip-vrrp", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-interfaces-l2cp", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-interfaces-lag", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-interfaces-local-mirror-destination", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-interfaces-nbr", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-interfaces-nbr-evpn", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-interfaces-nbr-virtual-ip-discovery", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-interfaces-p4rt", - "revision": "2022-06-30" - }, - { - "name": "srl_nokia-interfaces-router-adv", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-interfaces-vlans", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-interfaces-vxdp", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-ip-route-tables", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-ippm-source-udp-pool", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-isis", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-isis-lsdb", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-isis-lsdb-types", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-json-rpc", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-keychains", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-lacp", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-ldp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-license", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-link-measurement", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-linux", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-lldp", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-lldp-types", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-load-balancing", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-logging", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-lsp-ping-trace", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-macsec", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-maintenance-mode", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-maintenance-policies", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-micro-bfd", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-mirroring", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-mpls", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-mpls-label-management", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-mpls-route-tables", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-mpls-services-evpn-label-management", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-mpls-services-network-instance-label-management", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-mtu", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-network-instance", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-network-instance-mtu", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-next-hop-groups", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-ntp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-oam", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-oam-pm-ethcfm", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-oam-pm-ip", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-openconfig", - "revision": "2022-06-30" - }, - { - "name": "srl_nokia-ospf", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-p4rt-server", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-packet-link-qual", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-packet-match-types", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-acl", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-cgroup", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-platform-chassis", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform-control", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform-cpu", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-platform-datapath-resources", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-disk", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-fabric", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-platform-fan", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform-healthz", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-lc", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform-linecard-fib", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-platform-memory", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-platform-mtu", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-platform-p4rt", - "revision": "2022-06-30" - }, - { - "name": "srl_nokia-platform-pipeline-counters", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-platform-psu", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-platform-qos", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-redundancy", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-platform-resource-mgmt", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-platform-resource-monitoring", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-platform-secure-boot", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-tcam", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-tpm", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-platform-vxdp", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-policy-forwarding", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-qos", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-qos-policers", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-ra_guard", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-rib-bgp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-routing-policy", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-segment-routing", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-sflow", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-snmp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-ssh", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-stamp", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-static-routes", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-system", - "revision": "2022-03-31" - }, - { - "name": "srl_nokia-system-banner", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-system-bridge-table", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-system-bridge-table-proxy-arp", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-system-info", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-system-multicast", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-system-name", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-system-network-instance", - "revision": "2021-06-30" - }, - { - "name": "srl_nokia-system-network-instance-bgp-evpn-ethernet-segments", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-system-network-instance-bgp-vpn", - "revision": "2022-06-30" - }, - { - "name": "srl_nokia-system-protocols", - "revision": "2023-07-31" - }, - { - "name": "srl_nokia-tcp-udp", - "revision": "2019-11-30" - }, - { - "name": "srl_nokia-te-policies", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-timezone", - "revision": "2020-06-30" - }, - { - "name": "srl_nokia-tls", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-traffic-engineering", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-transport-security", - "revision": "2023-03-31" - }, - { - "name": "srl_nokia-tunnel", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-tunnel-interfaces", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-tunnel-interfaces-vxlan-interface-bridge-table", - "revision": "2021-06-30" - }, - { - "name": "srl_nokia-tunnel-interfaces-vxlan-interface-bridge-table-multicast-destinations", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-tunnel-interfaces-vxlan-interface-bridge-table-unicast-destinations", - "revision": "2021-11-30" - }, - { - "name": "srl_nokia-tunnel-interfaces-vxlan-interface-bridge-table-unicast-es-destination-vteps", - "revision": "2021-03-31" - }, - { - "name": "srl_nokia-tunnel-tables", - "revision": "2022-11-30" - }, - { - "name": "srl_nokia-twamp", - "revision": "2023-10-31" - }, - { - "name": "srl_nokia-vxlan-tunnel-vtep", - "revision": "2023-03-31" - } - ] - }, - "srl_nokia-acl:acl": { - "cpm-filter": { - "ipv4-filter": { - "statistics-per-entry": true, - "entry": [ - { - "sequence-id": 10, - "description": "Accept incoming ICMP unreachable messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "dest-unreachable", - "code": [ - 0, - 1, - 2, - 3, - 4, - 13 - ] - } - } - }, - { - "sequence-id": 20, - "description": "Accept incoming ICMP time-exceeded messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "time-exceeded" - } - } - }, - { - "sequence-id": 30, - "description": "Accept incoming ICMP parameter problem messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "param-problem" - } - } - }, - { - "sequence-id": 40, - "description": "Accept incoming ICMP echo messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "echo" - } - } - }, - { - "sequence-id": 50, - "description": "Accept incoming ICMP echo-reply messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "echo-reply" - } - } - }, - { - "sequence-id": 60, - "description": "Accept incoming SSH when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 22 - } - } - }, - { - "sequence-id": 70, - "description": "Accept incoming SSH when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 22 - } - } - }, - { - "sequence-id": 80, - "description": "Accept incoming Telnet when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 23 - } - } - }, - { - "sequence-id": 90, - "description": "Accept incoming Telnet when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 23 - } - } - }, - { - "sequence-id": 100, - "description": "Accept incoming TACACS+ when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 49 - } - } - }, - { - "sequence-id": 110, - "description": "Accept incoming TACACS+ when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 49 - } - } - }, - { - "sequence-id": 120, - "description": "Accept incoming DNS response messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "source-port": { - "operator": "eq", - "value": 53 - } - } - }, - { - "sequence-id": 130, - "description": "Accept incoming DHCP messages targeted for BOOTP/DHCP client", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 68 - } - } - }, - { - "sequence-id": 140, - "description": "Accept incoming TFTP read-request and write-request messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 69 - } - } - }, - { - "sequence-id": 150, - "description": "Accept incoming HTTP(JSON-RPC) when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 80 - } - } - }, - { - "sequence-id": 160, - "description": "Accept incoming HTTP(JSON-RPC) when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 80 - } - } - }, - { - "sequence-id": 170, - "description": "Accept incoming NTP messages from servers", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "source-port": { - "operator": "eq", - "value": 123 - } - } - }, - { - "sequence-id": 180, - "description": "Accept incoming SNMP GET/GETNEXT messages from servers", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 161 - } - } - }, - { - "sequence-id": 190, - "description": "Accept incoming BGP when the other router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 179 - } - } - }, - { - "sequence-id": 200, - "description": "Accept incoming BGP when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 179 - } - } - }, - { - "sequence-id": 210, - "description": "Accept incoming HTTPS(JSON-RPC) when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 443 - } - } - }, - { - "sequence-id": 220, - "description": "Accept incoming HTTPS(JSON-RPC) when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 443 - } - } - }, - { - "sequence-id": 230, - "description": "Accept incoming single-hop BFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 3784 - } - } - }, - { - "sequence-id": 240, - "description": "Accept incoming multi-hop BFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 4784 - } - } - }, - { - "sequence-id": 250, - "description": "Accept incoming uBFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 6784 - } - } - }, - { - "sequence-id": 260, - "description": "Accept incoming gNMI messages when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 57400 - } - } - }, - { - "sequence-id": 270, - "description": "Accept incoming UDP traceroute messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "range": { - "start": 33434, - "end": 33464 - } - } - } - }, - { - "sequence-id": 280, - "description": "Accept incoming ICMP timestamp messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "protocol": "icmp", - "icmp": { - "type": "timestamp" - } - } - }, - { - "sequence-id": 290, - "description": "Accept incoming OSPF messages", - "action": { - "accept": { - - } - }, - "match": { - "protocol": 89 - } - }, - { - "sequence-id": 300, - "description": "Accept incoming DHCP relay messages targeted for BOOTP/DHCP server", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "operator": "eq", - "value": 67 - } - } - }, - { - "sequence-id": 310, - "description": "Accept ICMP fragment packets", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "fragment": true, - "protocol": "icmp" - } - }, - { - "sequence-id": 320, - "description": "Accept incoming LDP packets", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "source-port": { - "operator": "eq", - "value": 646 - } - } - }, - { - "sequence-id": 330, - "description": "Accept incoming LDP packets with source-port 646", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "source-port": { - "operator": "eq", - "value": 646 - } - } - }, - { - "sequence-id": 340, - "description": "Accept incoming LDP packets with destination-port 646", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 646 - } - } - }, - { - "sequence-id": 350, - "description": "Accept incoming gRIBI packets with destination-port 57401", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 57401 - } - } - }, - { - "sequence-id": 360, - "description": "Accept incoming p4rt packets with destination-port 9559", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "tcp", - "destination-port": { - "operator": "eq", - "value": 9559 - } - } - }, - { - "sequence-id": 370, - "description": "Accept incoming IGMP packets", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "igmp" - } - }, - { - "sequence-id": 380, - "description": "Accept incoming PIM packets", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "pim" - } - }, - { - "sequence-id": 390, - "description": "Accept incoming RADIUS AAA packets", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "source-port": { - "range": { - "start": 1812, - "end": 1813 - } - } - } - }, - { - "sequence-id": 410, - "description": "Accept incoming PTP messages with destination-ports 319 and 320", - "action": { - "accept": { - - } - }, - "match": { - "protocol": "udp", - "destination-port": { - "range": { - "start": 319, - "end": 320 - } - } - } - }, - { - "sequence-id": 420, - "description": "Drop all else", - "action": { - "drop": { - "log": true - } - } - } - ] - }, - "ipv6-filter": { - "statistics-per-entry": true, - "entry": [ - { - "sequence-id": 10, - "description": "Accept incoming ICMPv6 unreachable messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "dest-unreachable", - "code": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ] - } - } - }, - { - "sequence-id": 20, - "description": "Accept incoming ICMPv6 packet-too-big messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "packet-too-big" - } - } - }, - { - "sequence-id": 30, - "description": "Accept incoming ICMPv6 time-exceeded messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "time-exceeded" - } - } - }, - { - "sequence-id": 40, - "description": "Accept incoming ICMPv6 parameter problem messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "param-problem" - } - } - }, - { - "sequence-id": 50, - "description": "Accept incoming ICMPv6 echo-request messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "echo-request" - } - } - }, - { - "sequence-id": 60, - "description": "Accept incoming ICMPv6 echo-reply messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "echo-reply" - } - } - }, - { - "sequence-id": 70, - "description": "Accept incoming ICMPv6 router-advertisement messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "router-advertise" - } - } - }, - { - "sequence-id": 80, - "description": "Accept incoming ICMPv6 neighbor-solicitation messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "neighbor-solicit" - } - } - }, - { - "sequence-id": 90, - "description": "Accept incoming ICMPv6 neighbor-advertisement messages", - "action": { - "accept": { - "rate-limit": { - "system-cpu-policer": "icmp" - } - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "neighbor-advertise" - } - } - }, - { - "sequence-id": 100, - "description": "Accept incoming SSH when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 22 - } - } - }, - { - "sequence-id": 110, - "description": "Accept incoming SSH when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 22 - } - } - }, - { - "sequence-id": 120, - "description": "Accept incoming Telnet when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 23 - } - } - }, - { - "sequence-id": 130, - "description": "Accept incoming Telnet when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 23 - } - } - }, - { - "sequence-id": 140, - "description": "Accept incoming TACACS+ when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 49 - } - } - }, - { - "sequence-id": 150, - "description": "Accept incoming TACACS+ when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 49 - } - } - }, - { - "sequence-id": 160, - "description": "Accept incoming DNS response messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "source-port": { - "operator": "eq", - "value": 53 - } - } - }, - { - "sequence-id": 170, - "description": "Accept incoming TFTP read-request and write-request messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 69 - } - } - }, - { - "sequence-id": 180, - "description": "Accept incoming HTTP(JSON-RPC) when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 80 - } - } - }, - { - "sequence-id": 190, - "description": "Accept incoming HTTP(JSON-RPC) when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 80 - } - } - }, - { - "sequence-id": 200, - "description": "Accept incoming NTP messages from servers", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "source-port": { - "operator": "eq", - "value": 123 - } - } - }, - { - "sequence-id": 210, - "description": "Accept incoming SNMP GET/GETNEXT messages from servers", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 161 - } - } - }, - { - "sequence-id": 220, - "description": "Accept incoming BGP when the other router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 179 - } - } - }, - { - "sequence-id": 230, - "description": "Accept incoming BGP when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 179 - } - } - }, - { - "sequence-id": 240, - "description": "Accept incoming HTTPS(JSON-RPC) when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 443 - } - } - }, - { - "sequence-id": 250, - "description": "Accept incoming HTTPS(JSON-RPC) when this router initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "source-port": { - "operator": "eq", - "value": 443 - } - } - }, - { - "sequence-id": 260, - "description": "Accept incoming DHCPv6 client messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 546 - } - } - }, - { - "sequence-id": 270, - "description": "Accept incoming single-hop BFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 3784 - } - } - }, - { - "sequence-id": 280, - "description": "Accept incoming multi-hop BFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 4784 - } - } - }, - { - "sequence-id": 290, - "description": "Accept incoming uBFD session messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 6784 - } - } - }, - { - "sequence-id": 300, - "description": "Accept incoming gNMI messages when the other host initiates the TCP connection", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 57400 - } - } - }, - { - "sequence-id": 310, - "description": "Accept incoming UDP traceroute messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "range": { - "start": 33434, - "end": 33464 - } - } - } - }, - { - "sequence-id": 320, - "description": "Accept incoming IPV6 hop-in-hop messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": 0 - } - }, - { - "sequence-id": 330, - "description": "Accept incoming IPV6 fragment header messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": 44 - } - }, - { - "sequence-id": 340, - "description": "Accept incoming OSPF messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": 89 - } - }, - { - "sequence-id": 350, - "description": "Accept incoming DHCPv6 relay messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "operator": "eq", - "value": 547 - } - } - }, - { - "sequence-id": 360, - "description": "Accept incoming gRIBI packets with destination-port 57401", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 57401 - } - } - }, - { - "sequence-id": 370, - "description": "Accept incoming p4rt packets with destination-port 9559", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "tcp", - "destination-port": { - "operator": "eq", - "value": 9559 - } - } - }, - { - "sequence-id": 380, - "description": "Accept incoming MLDv1 report messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "mld-report" - } - } - }, - { - "sequence-id": 390, - "description": "Accept incoming MLDv2 report messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "mld-v2" - } - } - }, - { - "sequence-id": 400, - "description": "Accept incoming MLDv1 done messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "mld-done" - } - } - }, - { - "sequence-id": 410, - "description": "Accept incoming MLD query messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "icmp6", - "icmp6": { - "type": "mld-query" - } - } - }, - { - "sequence-id": 420, - "description": "Accept incoming PIM messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "pim" - } - }, - { - "sequence-id": 430, - "description": "Accept incoming RADIUS AAA messages", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "source-port": { - "range": { - "start": 1812, - "end": 1813 - } - } - } - }, - { - "sequence-id": 450, - "description": "Accept incoming PTP messages with destination-ports 319 and 320", - "action": { - "accept": { - - } - }, - "match": { - "next-header": "udp", - "destination-port": { - "range": { - "start": 319, - "end": 320 - } - } - } - }, - { - "sequence-id": 460, - "description": "Drop all else", - "action": { - "drop": { - "log": true - } - } - } - ] - } - }, - "policers": { - "system-cpu-policer": [ - { - "name": "icmp", - "entry-specific": false, - "peak-packet-rate": 1000, - "max-packet-burst": 1000 - } - ] - } - }, - "srl_nokia-interfaces:interface": [ - { - "name": "ethernet-1/1", - "admin-state": "enable" - }, - { - "name": "ethernet-1/2", - "admin-state": "enable" - }, - { - "name": "ethernet-1/3", - "admin-state": "enable" - }, - { - "name": "ethernet-1/4", - "admin-state": "enable" - }, - { - "name": "mgmt0", - "admin-state": "enable", - "subinterface": [ - { - "index": 0, - "admin-state": "enable", - "ip-mtu": 1500, - "ipv4": { - "admin-state": "enable", - "srl_nokia-interfaces-ip-dhcp:dhcp-client": { - - } - }, - "ipv6": { - "admin-state": "enable", - "srl_nokia-interfaces-ip-dhcp:dhcp-client": { - - } - } - } - ] - } - ], - "srl_nokia-system:system": { - "srl_nokia-aaa:aaa": { - "authentication": { - "idle-timeout": 7200, - "authentication-method": [ - "local" - ], - "admin-user": { - "ssh-key": [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJSGdT6gPlA4m+PSmQ8oR3z6N4ofCfTkJa2BpUgy+JV0" - ] - }, - "linuxadmin-user": { - "password": "$6$Ni233gqiuJ9zarHl$ZKtMh/vEvlY7XpHSYSJVrFNpUDeM/dsfaxK6csljO5X3.ImsDn8yiOcPASsTNpa1r6XrVlzrpnlJKqYIK0gvO1", - "ssh-key": [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJSGdT6gPlA4m+PSmQ8oR3z6N4ofCfTkJa2BpUgy+JV0" - ] - } - }, - "server-group": [ - { - "name": "local", - "type": "srl_nokia-aaa-types:local" - } - ] - }, - "srl_nokia-lldp:lldp": { - "admin-state": "enable" - }, - "srl_nokia-gnmi-server:gnmi-server": { - "admin-state": "enable", - "rate-limit": 65000, - "trace-options": [ - "request", - "response", - "common" - ], - "network-instance": [ - { - "name": "mgmt", - "admin-state": "enable", - "use-authentication": true, - "tls-profile": "clab-profile", - "port": 57400, - "services": [ - "srl_nokia-gnmi-server:gnmi" - ] - } - ], - "unix-socket": { - "admin-state": "enable", - "services": [ - "srl_nokia-gnmi-server:gnmi", - "srl_nokia-gnmi-server:gnoi" - ] - } - }, - "srl_nokia-tls:tls": { - "server-profile": [ - { - "name": "clab-profile", - "key": "$aes1$ATDtpviKOSJN3G8=$ZvH17ONdsBm3LY3s8/7/c4K7Vy5dFhzKNSvlEytZh0jmjzhssB4a7XWP2VKaGj4DulFNcYj6ifeSOXWWaNj4X827Hhu1bnXIdMGp6ruKmRb9cBJSW9dbKXDTSWcE8MPcH/7EqUTznsA2tU3IaFVqIf0jo9gw7H9jSti4biIt5Q06FV6kx1etrxCG5FwYpXVTj/pjee+OESj2ZGH7eFeTXOndU9eixLqxSgPvHyGEtGJLW6GaHEfY571Zx2amVErmfBbDYj3Zu4ielIs6QvmSXqtTZTj0nyRe27AnU/ZwPGpxf0ABx7ys8Xb6sbawXIwwV03jD4pJ2Idw+T11amjoHDVqaRJNXhUHEjSfHqeZCr/SKaw/JBKZBcVoZDu6EIqR4BsGH89FD4hqNijLSGo3BYR6WIRzmxxVhE8j1XcJE1grsrdb0L7uSK8OxfKkIPtl8iGJcH7yZ9fBgTJTjAV9by608hYs0G6nvg7DSpxtYN/l8VMaHn0T1WaWWG5EjGuNxP6itk2fnGdWRlzbbS+aF8XPNFYVRlSAdLgq2U+jviVQttkWE1ea3zIsZOH9pUZpytFqzmfP09df8j1W3rJhB+g0F2xH2RVefhASSJ+KE1mL7EM9C9CnAt7LGOWzvAt7aO3t5/yVFjwJOCb72AcP2OVyZcX1wIvaLCBQ3MD+13B25sXm/7nSqTNGCxp37QdnHKqerrri4x79JmWUumJDjw/AdvxceRCiTUhbeC6a6nlA9e1PSsj2yZL+ei5JiL1yqh6U0mgYtb0HgBP1FXD1tDzdSii6o3c4qUdm3R7rmOwQa/tdNMnKau6vbxtx9lPhoXgHz+cpn67/EG9ccDvNcjDbBexX5DTY6/UINI2F+bzNuSY5yBnavwkrUFQb45nrIQf7xU0ri2KQZ3j/DcconM77Gbb2urx9myozHKiOhUbFjVdJ4ELz9h6db77zVuA2zn5x1HVl5ner4klcf2rMC74edyUbW7HJG0ZiYoSKZWXnDfRMAWqE5wEpQlv173pSE0n7ZL8G8m9BDqb46kLvFFira+Hsy5jUCMKx7p5/zdzmUFR1q5CK6aQec8G9inu2QkU6x/wrKxjEefaesM4yGgPPYbW6UmbnFw0tED6HCQGFJDTBPzibekpwVPYDgA3DnqAVP7kzal2zBLyoYO44zqeqL/+x7r1nyYx04X+oNlxDvobI2O3Acfpmu5taaoYpRB5EQlJubBkwGL8qywZ4RoUSLSPZLwEH/a9GyzGeRnrx2drpGeqt9GVc+adikvXopruMb4iBbrE75knTvz9PSG03ElEsJueKcRnfGrX6M2LC2GKjH3v0CZnIf9DLySUmsIsNkwV02yyh1SLpIMLeD68j4WoIF6p72zB9dZxCgYv0pjDjM+U/12CoLSO7MPTk9BpwDn6vErRyrW/e7u6COoy61UFXr7uW52wJiNztNTgt0ZicKqzV182Rkn2FLfRTisVJsuJTz1/nEQGch5KY0SwrZ/Be6msmYZw3QlpKpp951MKBBIEqx4rY8fAYLusWXD/6yiSYylVVoc63DXdaoXKtSbbk+lEtxuaC3PwvtK7BPOuldvQlCL3JTaX9OMSZJSUyg7OzebengPPjV/IMV513FSX0Brt8VABpL3fZW0XNd7lj5mGRA9ENw0668xWh7raL/DOiNIesltYOYMhzy5fVnAW0XbdJBcmD3GOd1Bmg9tO1m77UaQhALFVdwyHFVpLoE2e2z8YpFU5bgL/vMIo1uefeXkPked8HsKDZPDYursq7Wl035AWXIBfTzQJcxwyK1M/rXpaG24mf0H378bBYPNFGOdB+HRrHLmvGnmkllLZU3eqpIaaFvKLVYZo24A5qtIOfMEAjp76gpPWsp/sTownI8w1xsOUjnLEJwzoRpeeWZu5FFNWA4W5L7n/8toYjwcWWlDv9RvLiVXc+mrkeCBfln5Obn1l7a7iF135gk7oFT8Hu6rl4DPO+rlQfBHME9y7FCCK1w3daOHqzuuUg4Ng3FtREsiqTGC/dT/J7eT22RlAUKsZ6pVzlbHiYTlrcUkNIJBZ43xAAAKcQKquCJ+fIwkB270WcfHaeo8anUTsWoeDS+o27TeyY6QRaEZch4i/7FNFXZWPbdWhkSxuxf2DSsdxC3UCNp4MaLmpBnJUMHNVdvfjrKrv8YxOLz8dmOXaKoLeL5HWt6awU+3q/JDAWyE6NiwlMjXLRRsrY2qHGp14H58HBF7vOmiwN", - "certificate": "-----BEGIN CERTIFICATE-----\nMIID2DCCAsCgAwIBAgICBnowDQYJKoZIhvcNAQELBQAwUDELMAkGA1UEBhMCVVMx\nCTAHBgNVBAcTADEVMBMGA1UEChMMY29udGFpbmVybGFiMQkwBwYDVQQLEwAxFDAS\nBgNVBAMTC2RlbW8gbGFiIENBMB4XDTI0MTAzMTA4MTg1MloXDTI1MTAzMTA4MTg1\nMlowVTELMAkGA1UEBhMCVVMxCTAHBgNVBAcTADEVMBMGA1UEChMMY29udGFpbmVy\nbGFiMQkwBwYDVQQLEwAxGTAXBgNVBAMTEFNwaW5lLTAyLmRlbW8uaW8wggEiMA0G\nCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCrMfEXD9YiPvvFgbIvhszQ1l+3UcIA\n+kWexCZ/Ybfwm9D7isIhha97mSzwQk+RwPG3Ig0lK8kLTm/YSilt/58upziXLVQu\nIRqz8ozglhQGscdjfoOeQvp8f1IAWEsHNaR4z/0IgwuUcHyKqCeQvPbXbTtRxXtw\nKiTY30IdzidmjFmxVT+HrieIEH4Epicg89Jcpy3DBo783Tabm4otZEDuAXSTynXy\n/xpYNhpQDCsgrin7ItdsQoQDtrsjANdYugj2LmMtS5hD3lEyQEUQKpe43/hB3xWM\nmE+zrLTgoxavAoRLtUL7nr3pPDZkABNC9QYamP7JPeVdptg188Ha2iRNAgMBAAGj\ngbYwgbMwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEF\nBQcDATAOBgNVHQ4EBwQFAQIDBAYwHwYDVR0jBBgwFoAUkm7yxIu04FzPlPPNBbky\nux3vtIQwUQYDVR0RBEowSIIIU3BpbmUtMDKCEmNsYWItZGVtby1TcGluZS0wMoIQ\nU3BpbmUtMDIuZGVtby5pb4cErBQUB4cQP/8BcgAgACAAAAAAAAAABzANBgkqhkiG\n9w0BAQsFAAOCAQEA3ZxPMhw+3H36iUCsgJEWYbJncztPCi/cdsSkxkkfKonTtHQG\ncE1mLYhtUJuauUkiIIQBto8468NZJeoHrHjQczwd+GgK3IuNJnIlBz2Pm4K1j/Kc\nQynEhdRCBg1NKNzfwH9N9blLjl3i6Wu2JPg6u/NbEEwDeM+Ff8K818Rinrgqr1PW\nJrfCxT0fIz9xv9l7q+CoQfmLybAmVocA9YEuBnGQMjY8Oqv2ZBmyFPLLddiuPJHc\ni4/Du2pp8fWg/DggHREmAz9IymwJeSEe7RuyXu/XkIqZsU61Zg6W2oOLf5PQymMe\niRaSmu6bIF9W7p5qfiNriOOyuLwl0Gf+P4KIhA==\n-----END CERTIFICATE-----\n", - "authenticate-client": false - } - ] - }, - "srl_nokia-json-rpc:json-rpc-server": { - "admin-state": "enable", - "network-instance": [ - { - "name": "mgmt", - "http": { - "admin-state": "enable" - }, - "https": { - "admin-state": "enable", - "tls-profile": "clab-profile" - } - } - ] - }, - "srl_nokia-dns:dns": { - "network-instance": "mgmt", - "server-list": [ - "100.124.38.2", - "100.124.38.3" - ] - }, - "srl_nokia-snmp:snmp": { - "community": "$aes1$AWDd4K+GMNKAlG8=$YS7EWAfi5nC0fMn7RIVtAA==", - "network-instance": [ - { - "name": "mgmt", - "admin-state": "enable" - } - ] - }, - "srl_nokia-ssh:ssh-server": { - "network-instance": [ - { - "name": "mgmt", - "admin-state": "enable" - } - ] - }, - "srl_nokia-system-banner:banner": { - "login-banner": "................................................................\n: Welcome to Nokia SR Linux! :\n: Open Network OS for the NetOps era. :\n: :\n: This is a freely distributed official container image. :\n: Use it - Share it :\n: :\n: Get started: https://learn.srlinux.dev :\n: Container: https://go.srlinux.dev/container-image :\n: Docs: https://doc.srlinux.dev/23-10 :\n: Rel. notes: https://doc.srlinux.dev/rn23-10-1 :\n: YANG: https://yang.srlinux.dev/v23.10.1 :\n: Discord: https://go.srlinux.dev/discord :\n: Contact: https://go.srlinux.dev/contact-sales :\n................................................................\n" - }, - "srl_nokia-logging:logging": { - "buffer": [ - { - "buffer-name": "messages", - "rotate": 3, - "size": "10000000", - "facility": [ - { - "facility-name": "local6", - "priority": { - "match-above": "informational" - } - } - ] - }, - { - "buffer-name": "system", - "facility": [ - { - "facility-name": "auth", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "cron", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "daemon", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "ftp", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "kern", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "lpr", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "mail", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "news", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "syslog", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "user", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "uucp", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local0", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local1", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local2", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local3", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local4", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local5", - "priority": { - "match-above": "warning" - } - }, - { - "facility-name": "local7", - "priority": { - "match-above": "warning" - } - } - ] - } - ], - "file": [ - { - "file-name": "messages", - "rotate": 3, - "size": "10000000", - "facility": [ - { - "facility-name": "local6", - "priority": { - "match-above": "warning" - } - } - ] - } - ] - } - }, - "srl_nokia-network-instance:network-instance": [ - { - "name": "mgmt", - "type": "srl_nokia-network-instance:ip-vrf", - "admin-state": "enable", - "description": "Management network instance", - "interface": [ - { - "name": "mgmt0.0" - } - ], - "protocols": { - "srl_nokia-linux:linux": { - "import-routes": true, - "export-routes": true, - "export-neighbors": true - } - } - } - ] -} \ No newline at end of file diff --git a/rawTopoFile/clab-demo/Spine-02/config/devices/app_ephemeral.mgmt_server.ready_for_config b/rawTopoFile/clab-demo/Spine-02/config/devices/app_ephemeral.mgmt_server.ready_for_config deleted file mode 100644 index 9a7211a0d..000000000 --- a/rawTopoFile/clab-demo/Spine-02/config/devices/app_ephemeral.mgmt_server.ready_for_config +++ /dev/null @@ -1 +0,0 @@ -loaded initial configuration diff --git a/rawTopoFile/clab-demo/Spine-02/config/devices/hw_details.json b/rawTopoFile/clab-demo/Spine-02/config/devices/hw_details.json deleted file mode 100644 index 821ce8dc7..000000000 --- a/rawTopoFile/clab-demo/Spine-02/config/devices/hw_details.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "chassis_type": 72, - "chassis_base_mac": { - "mac_address": "AAAAAAAA" - }, - "chassis_serial_number": "", - "is_active": true, - "card_details": [], - "cpm_slot_by_letter": "A", - "is_singleru": true, - "slot_num": 0, - "cpm_card_type": 187, - "ztp_interfaces": [], - "chassis_name": "7220 IXR-D2L", - "card_serial_number": "", - "mda_poll_thread": false, - "chassis_part_num": "", - "card_part_num": "" -} diff --git a/rawTopoFile/clab-demo/Spine-02/config/devices/management-ip.json b/rawTopoFile/clab-demo/Spine-02/config/devices/management-ip.json deleted file mode 100644 index 80777176e..000000000 --- a/rawTopoFile/clab-demo/Spine-02/config/devices/management-ip.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "ipv4_gateway": "172.20.20.1", - "ipv6_gateway": "3fff:172:20:20::1", - "ipv4": "172.20.20.7/24", - "ipv6": "3fff:172:20:20::7/64" -} \ No newline at end of file diff --git a/rawTopoFile/clab-demo/Spine-02/config/devices/slot_1.json b/rawTopoFile/clab-demo/Spine-02/config/devices/slot_1.json deleted file mode 100644 index 88ae8d392..000000000 --- a/rawTopoFile/clab-demo/Spine-02/config/devices/slot_1.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "slot_num": 1, - "card_type": 187, - "mda_type": 208, - "base_mac": { - "mac_address": "GpgFAAAA" - }, - "mac_count": 0, - "chassis_type": 72, - "card_deviation": "", - "is_combined_system": true, - "active_cpm_slot_num": 1, - "version": 1, - "card_mfg_assembly": "", - "pd_type": 1, - "card_revision": 0, - "card_mac_count": 0, - "has_gnss": false -} diff --git a/rawTopoFile/clab-demo/Spine-02/config/devices/slot_nums.json b/rawTopoFile/clab-demo/Spine-02/config/devices/slot_nums.json deleted file mode 100644 index 2bfe0232d..000000000 --- a/rawTopoFile/clab-demo/Spine-02/config/devices/slot_nums.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "slots": { - "slot_info": [ - { - "slot_num": 1, - "is_cpm": true, - "is_imm": true, - "card_type": 187 - }, - { - "slot_num": 1, - "is_cpm": true, - "is_imm": true, - "card_type": 187 - } - ] - }, - "my_cpm_slot_num": 1 -} diff --git a/rawTopoFile/clab-demo/Spine-02/config/gnoi/healthz/events/events.data b/rawTopoFile/clab-demo/Spine-02/config/gnoi/healthz/events/events.data deleted file mode 100644 index c4d4a03c1..000000000 --- a/rawTopoFile/clab-demo/Spine-02/config/gnoi/healthz/events/events.data +++ /dev/null @@ -1,426 +0,0 @@ - -c ->" - interface -name ethernet-1/57 - transceiver -healthz22278999597202130374B  -c ->" - interface -name ethernet-1/56 - transceiver -healthz22278999597202113261B  -c ->" - interface -name ethernet-1/55 - transceiver -healthz22278999597202096002B ߑ -c ->" - interface -name ethernet-1/54 - transceiver -healthz22278999597202078669B ؐ -c ->" - interface -name ethernet-1/51 - transceiver -healthz22278999597202021584B  -c ->" - interface -name ethernet-1/39 - transceiver -healthz22278999597159485881B  -c ->" - interface -name ethernet-1/16 - transceiver -healthz22278999597159041657B  -c ->" - interface -name ethernet-1/14 - transceiver -healthz22278999597158997910B ޟ -b -=! - interface -name ethernet-1/7 - transceiver -healthz22278999597158863081B  -c ->" - interface -name ethernet-1/25 - transceiver -healthz22278999597159212749B  -b -=! - interface -name ethernet-1/6 - transceiver -healthz22278999597158845469B  -c ->" - interface -name ethernet-1/15 - transceiver -healthz22278999597159025557B  -c ->" - interface -name ethernet-1/10 - transceiver -healthz22278999597158923694B  -U -0 - -platform - power-supply -id2 -healthz22278999597158434374B  -b -=! - interface -name ethernet-1/1 - transceiver -healthz22278999597158479424B ͫ -c ->" - interface -name ethernet-1/41 - transceiver -healthz22278999597159662378B  -c ->" - interface -name ethernet-1/47 - transceiver -healthz22278999597159763682B  -c ->" - interface -name ethernet-1/17 - transceiver -healthz22278999597159058038B  -c ->" - interface -name ethernet-1/13 - transceiver -healthz22278999597158981323B  -c ->" - interface -name ethernet-1/12 - transceiver -healthz22278999597158964852B  -S -. - -platform -linecard -slot1 -healthz22278999597158343790B  -b -=! - interface -name ethernet-1/8 - transceiver -healthz22278999597158879383B ߁ -b -=! - interface -name ethernet-1/4 - transceiver -healthz22278999597158796411B  -Q -, - -platform -fan-tray -id1 -healthz22278999597158122334B  -Q -, - -platform -fan-tray -id3 -healthz22278999597158219212B ܛ -c ->" - interface -name ethernet-1/22 - transceiver -healthz22278999597159157047B  -T -- - -platform -control -slotA -healthz22278999597158046164B  -Q -, - -platform -fan-tray -id4 -healthz22278999597158236418B  -c ->" - interface -name ethernet-1/58 - transceiver -healthz22278999597202147503B  -c ->" - interface -name ethernet-1/19 - transceiver -healthz22278999597159099372B  -c ->" - interface -name ethernet-1/33 - transceiver -healthz22278999597159372871B  -c ->" - interface -name ethernet-1/45 - transceiver -healthz22278999597159730751B  -c ->" - interface -name ethernet-1/37 - transceiver -healthz22278999597159453563B Ç -b -=! - interface -name ethernet-1/3 - transceiver -healthz22278999597158777008B  -Q -, - -platform -fan-tray -id6 -healthz22278999597158281261B  -b -=! - interface -name ethernet-1/2 - transceiver -healthz22278999597158755781B  -b -=! - interface -name ethernet-1/5 - transceiver -healthz22278999597158814554B  -c ->" - interface -name ethernet-1/11 - transceiver -healthz22278999597158940042B  -c ->" - interface -name ethernet-1/26 - transceiver -healthz22278999597159228824B  -U -0 - -platform - power-supply -id1 -healthz22278999597158390518B  -Q -, - -platform -fan-tray -id5 -healthz22278999597158262607B  -c ->" - interface -name ethernet-1/46 - transceiver -healthz22278999597159747758B  -b -=! - interface -name ethernet-1/9 - transceiver -healthz22278999597158906989B  -c ->" - interface -name ethernet-1/52 - transceiver -healthz22278999597202042744B  -S -, - -platform -chassis -healthz -status22278999597157810478B  -c ->" - interface -name ethernet-1/20 - transceiver -healthz22278999597159117223B  -c ->" - interface -name ethernet-1/18 - transceiver -healthz22278999597159082651B  -c ->" - interface -name ethernet-1/27 - transceiver -healthz22278999597159262971B ö -c ->" - interface -name ethernet-1/53 - transceiver -healthz22278999597202061207B Ϗ -c ->" - interface -name ethernet-1/31 - transceiver -healthz22278999597159340793B  -c ->" - interface -name ethernet-1/23 - transceiver -healthz22278999597159172868B  -c ->" - interface -name ethernet-1/35 - transceiver -healthz22278999597159413781B  -c ->" - interface -name ethernet-1/24 - transceiver -healthz22278999597159196660B  -c ->" - interface -name ethernet-1/21 - transceiver -healthz22278999597159141067B  -c ->" - interface -name ethernet-1/28 - transceiver -healthz22278999597159282521B  -c ->" - interface -name ethernet-1/29 - transceiver -healthz22278999597159298373B  -c ->" - interface -name ethernet-1/34 - transceiver -healthz22278999597159397343B  -c ->" - interface -name ethernet-1/30 - transceiver -healthz22278999597159313839B  -c ->" - interface -name ethernet-1/49 - transceiver -healthz22278999597159795962B  -c ->" - interface -name ethernet-1/32 - transceiver -healthz22278999597159357218B  -c ->" - interface -name ethernet-1/50 - transceiver -healthz22278999597201820297B  -c ->" - interface -name ethernet-1/36 - transceiver -healthz22278999597159429858B  -c ->" - interface -name ethernet-1/38 - transceiver -healthz22278999597159469871B  -c ->" - interface -name ethernet-1/40 - transceiver -healthz22278999597159510233B  -c ->" - interface -name ethernet-1/42 - transceiver -healthz22278999597159682224B  -c ->" - interface -name ethernet-1/43 - transceiver -healthz22278999597159698727B  -c ->" - interface -name ethernet-1/44 - transceiver -healthz22278999597159715136B  -Q -, - -platform -fan-tray -id2 -healthz22278999597158194931B  -c ->" - interface -name ethernet-1/48 - transceiver -healthz22278999597159780280B  \ No newline at end of file diff --git a/rawTopoFile/clab-demo/Spine-02/config/last_boot_reason.json b/rawTopoFile/clab-demo/Spine-02/config/last_boot_reason.json deleted file mode 100644 index 9805f193b..000000000 --- a/rawTopoFile/clab-demo/Spine-02/config/last_boot_reason.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "active_serial_number": "Sim Serial No.", - "chassis_serial_number": "Sim Serial No.", - "last_boot_reason": "REASON_UNSET", - "standby_ready": false, - "file_written_at_unix_time": "2024-10-31T08:19:22.920Z", - "file_written_at_unix_time_ns": "1730362762920580234" -} diff --git a/rawTopoFile/clab-demo/Spine-02/config/tls/clab-profile.key.pem b/rawTopoFile/clab-demo/Spine-02/config/tls/clab-profile.key.pem deleted file mode 100644 index 30c67e3af..000000000 --- a/rawTopoFile/clab-demo/Spine-02/config/tls/clab-profile.key.pem +++ /dev/null @@ -1,27 +0,0 @@ ------BEGIN RSA PRIVATE KEY----- -MIIEpAIBAAKCAQEAqzHxFw/WIj77xYGyL4bM0NZft1HCAPpFnsQmf2G38JvQ+4rC -IYWve5ks8EJPkcDxtyINJSvJC05v2Eopbf+fLqc4ly1ULiEas/KM4JYUBrHHY36D -nkL6fH9SAFhLBzWkeM/9CIMLlHB8iqgnkLz21207UcV7cCok2N9CHc4nZoxZsVU/ -h64niBB+BKYnIPPSXKctwwaO/N02m5uKLWRA7gF0k8p18v8aWDYaUAwrIK4p+yLX -bEKEA7a7IwDXWLoI9i5jLUuYQ95RMkBFECqXuN/4Qd8VjJhPs6y04KMWrwKES7VC -+5696Tw2ZAATQvUGGpj+yT3lXabYNfPB2tokTQIDAQABAoIBAQChvy3qfCv1b0yx -7zhLbzFUnzcQHU8PXWcp+mnlMI555r4s640/3u9N+AtddUl4jLPUM3f4BsaMyC8k -S+2Y4Eul6JivPUSr0NtJ6YDxMNr6+D1K4923SdEgj6sKaGF7DlO3Ucvgnu/x79W7 -q+S1+9O89pd1SwC1mRv3S/lL79uKJsUuPC3awxr2pBRLrK9OPJYXt9zkzXUsoChn -F7EM6wsMYlaskXTQphqsxqoEKgrkDDqQq79Up4+KRZqfm1SKyZBZf7ex3SDA9H4E -gvMV0QeVwtNr4SfALShLgvyefH75FkwtrKB2qBoGEu2M6BRTv2toGXFGhVT4wlSo -tYwQd3yBAoGBANnyG7T2c/uWgIb964TAdsVXhlioLO+ybFSPeg8c/d1K8rPYOFrt -J2T5Ts508yJbwJhn0IM3776dGfvKkNeqQRYp3wHMp4b9RD4VGF8wu1y7NaXb8wQU -+GULXNnvZX8Jd3mPiIWV1qT5ZTd02a7s0ydVsi3x4eoBESaM4gaE51RDAoGBAMkW -I9w70uNWPxWnmfoc1Yqe72ZAYWL8j31WWb2XfoA/xwikYnjQi/x4TK0NKA3e5T1Q -ODMgtueXvYmcN2xoGMlgJ56PQbEaD7GBb1/iED/9fW8tvfJfEBJgsO38x3WOb16Y -v4i6jOP1V8ZPgc5TZ5h8pVrUfM+UDeYjRaPC8uQvAoGARa7tQOzTpIs4SPECzo0i -7HHRmKMcyv7HODovkol4ebqu4uWtDxVoVRaJJeWqnz+q0o/O0UWfN9jPJ/xaVzou -WUHF9bNTlQuBOEBSbI0OOtX4jzFF//YcfWImq9+pGfcS5iEIS33fBRxgSlzoBM/f -q2Hw+FOwIbt5mlPNKLxxojUCgYEAsl83VCak/RAGSZkwVtK5AYvWZGd7e6j5R38P -f8QgbHcmgJ4A05Z6dmvn6CGhhBxSUL8V+xRr6qeJc8Xky/7S7d6jhl0hMo4hmZ1t -RCptq7WaTMLQmWyF/ydSCumNrNO6KrloPUrtq1B4merxBCqr3HHE4/tU83Urlxd2 -sLs/ZfUCgYA0WiwkqFTolOqW2tiO+ORlKdMIGsWUUFupb0zPlZHL6w1BnUq+F6+O -l5ltzETQFea/BqDyNnsPY+9c1pABhz2FCewMunLQJJFR0mxiAl5kJs6Wg1g4Fo33 -+ZM443GyYcE6QAel1pSXThfsXwxAPUYXBX4NiI4ExEHK718V9aKSKg== ------END RSA PRIVATE KEY----- diff --git a/rawTopoFile/clab-demo/Spine-02/config/tls/clab-profile.pem b/rawTopoFile/clab-demo/Spine-02/config/tls/clab-profile.pem deleted file mode 100644 index 44348a592..000000000 --- a/rawTopoFile/clab-demo/Spine-02/config/tls/clab-profile.pem +++ /dev/null @@ -1,23 +0,0 @@ ------BEGIN CERTIFICATE----- -MIID2DCCAsCgAwIBAgICBnowDQYJKoZIhvcNAQELBQAwUDELMAkGA1UEBhMCVVMx -CTAHBgNVBAcTADEVMBMGA1UEChMMY29udGFpbmVybGFiMQkwBwYDVQQLEwAxFDAS -BgNVBAMTC2RlbW8gbGFiIENBMB4XDTI0MTAzMTA4MTg1MloXDTI1MTAzMTA4MTg1 -MlowVTELMAkGA1UEBhMCVVMxCTAHBgNVBAcTADEVMBMGA1UEChMMY29udGFpbmVy -bGFiMQkwBwYDVQQLEwAxGTAXBgNVBAMTEFNwaW5lLTAyLmRlbW8uaW8wggEiMA0G -CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCrMfEXD9YiPvvFgbIvhszQ1l+3UcIA -+kWexCZ/Ybfwm9D7isIhha97mSzwQk+RwPG3Ig0lK8kLTm/YSilt/58upziXLVQu -IRqz8ozglhQGscdjfoOeQvp8f1IAWEsHNaR4z/0IgwuUcHyKqCeQvPbXbTtRxXtw -KiTY30IdzidmjFmxVT+HrieIEH4Epicg89Jcpy3DBo783Tabm4otZEDuAXSTynXy -/xpYNhpQDCsgrin7ItdsQoQDtrsjANdYugj2LmMtS5hD3lEyQEUQKpe43/hB3xWM -mE+zrLTgoxavAoRLtUL7nr3pPDZkABNC9QYamP7JPeVdptg188Ha2iRNAgMBAAGj -gbYwgbMwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEF -BQcDATAOBgNVHQ4EBwQFAQIDBAYwHwYDVR0jBBgwFoAUkm7yxIu04FzPlPPNBbky -ux3vtIQwUQYDVR0RBEowSIIIU3BpbmUtMDKCEmNsYWItZGVtby1TcGluZS0wMoIQ -U3BpbmUtMDIuZGVtby5pb4cErBQUB4cQP/8BcgAgACAAAAAAAAAABzANBgkqhkiG -9w0BAQsFAAOCAQEA3ZxPMhw+3H36iUCsgJEWYbJncztPCi/cdsSkxkkfKonTtHQG -cE1mLYhtUJuauUkiIIQBto8468NZJeoHrHjQczwd+GgK3IuNJnIlBz2Pm4K1j/Kc -QynEhdRCBg1NKNzfwH9N9blLjl3i6Wu2JPg6u/NbEEwDeM+Ff8K818Rinrgqr1PW -JrfCxT0fIz9xv9l7q+CoQfmLybAmVocA9YEuBnGQMjY8Oqv2ZBmyFPLLddiuPJHc -i4/Du2pp8fWg/DggHREmAz9IymwJeSEe7RuyXu/XkIqZsU61Zg6W2oOLf5PQymMe -iRaSmu6bIF9W7p5qfiNriOOyuLwl0Gf+P4KIhA== ------END CERTIFICATE----- diff --git a/rawTopoFile/clab-demo/Spine-02/topology.yml b/rawTopoFile/clab-demo/Spine-02/topology.yml deleted file mode 100644 index 70f1a665e..000000000 --- a/rawTopoFile/clab-demo/Spine-02/topology.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 2021 Nokia -# Licensed under the BSD 3-Clause License. -# SPDX-License-Identifier: BSD-3-Clause - -chassis_configuration: - "chassis_type": 72 - "base_mac": "1a:98:05:00:00:00" - "cpm_card_type": 187 - -slot_configuration: - 1: - "card_type": 187 - "mda_type": 208 diff --git a/rawTopoFile/clab-demo/Spine-02/yum.repo b/rawTopoFile/clab-demo/Spine-02/yum.repo deleted file mode 100644 index fd923bc90..000000000 --- a/rawTopoFile/clab-demo/Spine-02/yum.repo +++ /dev/null @@ -1,5 +0,0 @@ -[srlinux] -name=SR Linux NDK apps -baseurl=https://srlinux.fury.site/yum/ -enabled=1 -gpgcheck=0 diff --git a/rawTopoFile/clab-demo/ansible-inventory.yml b/rawTopoFile/clab-demo/ansible-inventory.yml deleted file mode 100644 index 1d5e5a245..000000000 --- a/rawTopoFile/clab-demo/ansible-inventory.yml +++ /dev/null @@ -1,32 +0,0 @@ -all: - vars: - # The generated inventory is assumed to be used from the clab host. - # Hence no http proxy should be used. Therefore we make sure the http - # module does not attempt using any global http proxy. - ansible_httpapi_use_proxy: false - children: - linux: - hosts: - clab-demo-topoviewer: - ansible_host: 172.20.20.8 - srl: - vars: - ansible_network_os: nokia.srlinux.srlinux - # default connection type for nodes of this kind - # feel free to override this in your inventory - ansible_connection: ansible.netcommon.httpapi - ansible_user: admin - ansible_password: NokiaSrl1! - hosts: - clab-demo-Leaf-01: - ansible_host: 172.20.20.3 - clab-demo-Leaf-02: - ansible_host: 172.20.20.2 - clab-demo-Leaf-03: - ansible_host: 172.20.20.5 - clab-demo-Leaf-04: - ansible_host: 172.20.20.6 - clab-demo-Spine-01: - ansible_host: 172.20.20.4 - clab-demo-Spine-02: - ansible_host: 172.20.20.7 \ No newline at end of file diff --git a/rawTopoFile/clab-demo/authorized_keys b/rawTopoFile/clab-demo/authorized_keys deleted file mode 100644 index dd5d92982..000000000 --- a/rawTopoFile/clab-demo/authorized_keys +++ /dev/null @@ -1 +0,0 @@ -ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJSGdT6gPlA4m+PSmQ8oR3z6N4ofCfTkJa2BpUgy+JV0 diff --git a/rawTopoFile/clab-demo/topology-data.json b/rawTopoFile/clab-demo/topology-data.json deleted file mode 100644 index 89b975cbc..000000000 --- a/rawTopoFile/clab-demo/topology-data.json +++ /dev/null @@ -1,382 +0,0 @@ -{ - "name": "demo", - "type": "clab", - "clab": { - "config": { - "prefix": "clab", - "mgmt": { - "network": "clab", - "bridge": "br-daa26efecd84", - "ipv4-subnet": "172.20.20.0/24", - "ipv4-gw": "172.20.20.1", - "ipv6-subnet": "3fff:172:20:20::/64", - "ipv6-gw": "3fff:172:20:20::1", - "mtu": 1500, - "external-access": true - } - } - }, - "nodes": { - "Leaf-01": { - "index": "0", - "shortname": "Leaf-01", - "longname": "clab-demo-Leaf-01", - "fqdn": "Leaf-01.demo.io", - "group": "Data Center Leaf", - "labdir": "/var/asad/topoViewer/rawTopoFile/clab-demo/Leaf-01", - "kind": "srl", - "image": "ghcr.io/nokia/srlinux", - "mgmt-net": "", - "mgmt-intf": "", - "mgmt-ipv4-address": "172.20.20.3", - "mgmt-ipv4-prefix-length": 24, - "mgmt-ipv6-address": "3fff:172:20:20::3", - "mgmt-ipv6-prefix-length": 64, - "mac-address": "1a:46:00:00:00:00", - "labels": { - "clab-mgmt-net-bridge": "br-daa26efecd84", - "clab-node-group": "Data Center Leaf", - "clab-node-kind": "srl", - "clab-node-lab-dir": "/var/asad/topoViewer/rawTopoFile/clab-demo/Leaf-01", - "clab-node-name": "Leaf-01", - "clab-node-type": "ixrd2l", - "clab-owner": "asad", - "clab-topo-file": "/var/asad/topoViewer/rawTopoFile/clab-demo.yaml", - "containerlab": "demo", - "topoViewer-role": "leaf" - }, - "port-bindings": [ - ] - }, - "Leaf-02": { - "index": "1", - "shortname": "Leaf-02", - "longname": "clab-demo-Leaf-02", - "fqdn": "Leaf-02.demo.io", - "group": "Data Center Leaf", - "labdir": "/var/asad/topoViewer/rawTopoFile/clab-demo/Leaf-02", - "kind": "srl", - "image": "ghcr.io/nokia/srlinux", - "mgmt-net": "", - "mgmt-intf": "", - "mgmt-ipv4-address": "172.20.20.2", - "mgmt-ipv4-prefix-length": 24, - "mgmt-ipv6-address": "3fff:172:20:20::2", - "mgmt-ipv6-prefix-length": 64, - "mac-address": "1a:ef:01:00:00:00", - "labels": { - "clab-mgmt-net-bridge": "br-daa26efecd84", - "clab-node-group": "Data Center Leaf", - "clab-node-kind": "srl", - "clab-node-lab-dir": "/var/asad/topoViewer/rawTopoFile/clab-demo/Leaf-02", - "clab-node-name": "Leaf-02", - "clab-node-type": "ixrd2l", - "clab-owner": "asad", - "clab-topo-file": "/var/asad/topoViewer/rawTopoFile/clab-demo.yaml", - "containerlab": "demo", - "topoViewer-role": "leaf" - }, - "port-bindings": [ - ] - }, - "Leaf-03": { - "index": "2", - "shortname": "Leaf-03", - "longname": "clab-demo-Leaf-03", - "fqdn": "Leaf-03.demo.io", - "group": "Data Center Leaf", - "labdir": "/var/asad/topoViewer/rawTopoFile/clab-demo/Leaf-03", - "kind": "srl", - "image": "ghcr.io/nokia/srlinux", - "mgmt-net": "", - "mgmt-intf": "", - "mgmt-ipv4-address": "172.20.20.5", - "mgmt-ipv4-prefix-length": 24, - "mgmt-ipv6-address": "3fff:172:20:20::5", - "mgmt-ipv6-prefix-length": 64, - "mac-address": "1a:98:02:00:00:00", - "labels": { - "clab-mgmt-net-bridge": "br-daa26efecd84", - "clab-node-group": "Data Center Leaf", - "clab-node-kind": "srl", - "clab-node-lab-dir": "/var/asad/topoViewer/rawTopoFile/clab-demo/Leaf-03", - "clab-node-name": "Leaf-03", - "clab-node-type": "ixrd2l", - "clab-owner": "asad", - "clab-topo-file": "/var/asad/topoViewer/rawTopoFile/clab-demo.yaml", - "containerlab": "demo", - "topoViewer-role": "leaf" - }, - "port-bindings": [ - ] - }, - "Leaf-04": { - "index": "3", - "shortname": "Leaf-04", - "longname": "clab-demo-Leaf-04", - "fqdn": "Leaf-04.demo.io", - "group": "Data Center Leaf", - "labdir": "/var/asad/topoViewer/rawTopoFile/clab-demo/Leaf-04", - "kind": "srl", - "image": "ghcr.io/nokia/srlinux", - "mgmt-net": "", - "mgmt-intf": "", - "mgmt-ipv4-address": "172.20.20.6", - "mgmt-ipv4-prefix-length": 24, - "mgmt-ipv6-address": "3fff:172:20:20::6", - "mgmt-ipv6-prefix-length": 64, - "mac-address": "1a:3a:03:00:00:00", - "labels": { - "clab-mgmt-net-bridge": "br-daa26efecd84", - "clab-node-group": "Data Center Leaf", - "clab-node-kind": "srl", - "clab-node-lab-dir": "/var/asad/topoViewer/rawTopoFile/clab-demo/Leaf-04", - "clab-node-name": "Leaf-04", - "clab-node-type": "ixrd2l", - "clab-owner": "asad", - "clab-topo-file": "/var/asad/topoViewer/rawTopoFile/clab-demo.yaml", - "containerlab": "demo", - "topoViewer-role": "leaf" - }, - "port-bindings": [ - ] - }, - "Spine-01": { - "index": "4", - "shortname": "Spine-01", - "longname": "clab-demo-Spine-01", - "fqdn": "Spine-01.demo.io", - "group": "Data Center Spine", - "labdir": "/var/asad/topoViewer/rawTopoFile/clab-demo/Spine-01", - "kind": "srl", - "image": "ghcr.io/nokia/srlinux", - "mgmt-net": "", - "mgmt-intf": "", - "mgmt-ipv4-address": "172.20.20.4", - "mgmt-ipv4-prefix-length": 24, - "mgmt-ipv6-address": "3fff:172:20:20::4", - "mgmt-ipv6-prefix-length": 64, - "mac-address": "1a:38:04:00:00:00", - "labels": { - "clab-mgmt-net-bridge": "br-daa26efecd84", - "clab-node-group": "Data Center Spine", - "clab-node-kind": "srl", - "clab-node-lab-dir": "/var/asad/topoViewer/rawTopoFile/clab-demo/Spine-01", - "clab-node-name": "Spine-01", - "clab-node-type": "ixrd2l", - "clab-owner": "asad", - "clab-topo-file": "/var/asad/topoViewer/rawTopoFile/clab-demo.yaml", - "containerlab": "demo", - "topoViewer-role": "spine" - }, - "port-bindings": [ - ] - }, - "Spine-02": { - "index": "5", - "shortname": "Spine-02", - "longname": "clab-demo-Spine-02", - "fqdn": "Spine-02.demo.io", - "group": "Data Center Spine", - "labdir": "/var/asad/topoViewer/rawTopoFile/clab-demo/Spine-02", - "kind": "srl", - "image": "ghcr.io/nokia/srlinux", - "mgmt-net": "", - "mgmt-intf": "", - "mgmt-ipv4-address": "172.20.20.7", - "mgmt-ipv4-prefix-length": 24, - "mgmt-ipv6-address": "3fff:172:20:20::7", - "mgmt-ipv6-prefix-length": 64, - "mac-address": "1a:98:05:00:00:00", - "labels": { - "clab-mgmt-net-bridge": "br-daa26efecd84", - "clab-node-group": "Data Center Spine", - "clab-node-kind": "srl", - "clab-node-lab-dir": "/var/asad/topoViewer/rawTopoFile/clab-demo/Spine-02", - "clab-node-name": "Spine-02", - "clab-node-type": "ixrd2l", - "clab-owner": "asad", - "clab-topo-file": "/var/asad/topoViewer/rawTopoFile/clab-demo.yaml", - "containerlab": "demo", - "topoViewer-role": "spine" - }, - "port-bindings": [ - ] - }, - "topoviewer": { - "index": "6", - "shortname": "topoviewer", - "longname": "clab-demo-topoviewer", - "fqdn": "topoviewer.demo.io", - "group": "", - "labdir": "/var/asad/topoViewer/rawTopoFile/clab-demo/topoviewer", - "kind": "linux", - "image": "ghcr.io/asadarafat/topoviewer:nightly-24.10.27a", - "mgmt-net": "", - "mgmt-intf": "", - "mgmt-ipv4-address": "172.20.20.8", - "mgmt-ipv4-prefix-length": 24, - "mgmt-ipv6-address": "3fff:172:20:20::8", - "mgmt-ipv6-prefix-length": 64, - "mac-address": "", - "labels": { - "clab-mgmt-net-bridge": "br-daa26efecd84", - "clab-node-group": "", - "clab-node-kind": "linux", - "clab-node-lab-dir": "/var/asad/topoViewer/rawTopoFile/clab-demo/topoviewer", - "clab-node-name": "topoviewer", - "clab-node-type": "", - "clab-owner": "asad", - "clab-topo-file": "/var/asad/topoViewer/rawTopoFile/clab-demo.yaml", - "containerlab": "demo", - "topoviewer-role": "controller" - }, - "port-bindings": [ - { - "host-ip": "", - "host-port": 0, - "port": 22, - "protocol": "tcp" - }, - { - "host-ip": "", - "host-port": 0, - "port": 514, - "protocol": "tcp" - }, - { - "host-ip": "", - "host-port": 0, - "port": 8080, - "protocol": "tcp" - }, - { - "host-ip": "0.0.0.0", - "host-port": 8088, - "port": 8088, - "protocol": "tcp" - }, - { - "host-ip": "::", - "host-port": 8088, - "port": 8088, - "protocol": "tcp" - } - ] - } - }, - "links": [ - { - "a": { - "node": "Spine-01", - "interface": "e1-1", - "mac": "aa:c1:ab:2a:34:9d", - "peer": "z" - }, - "z": { - "node": "Leaf-01", - "interface": "e1-1", - "mac": "aa:c1:ab:2b:ce:2e", - "peer": "a" - } - }, - { - "a": { - "node": "Spine-01", - "interface": "e1-2", - "mac": "aa:c1:ab:fb:8a:0d", - "peer": "z" - }, - "z": { - "node": "Leaf-02", - "interface": "e1-1", - "mac": "aa:c1:ab:af:67:49", - "peer": "a" - } - }, - { - "a": { - "node": "Spine-01", - "interface": "e1-3", - "mac": "aa:c1:ab:a2:9a:c8", - "peer": "z" - }, - "z": { - "node": "Leaf-03", - "interface": "e1-3", - "mac": "aa:c1:ab:e9:b9:10", - "peer": "a" - } - }, - { - "a": { - "node": "Spine-01", - "interface": "e1-4", - "mac": "aa:c1:ab:ea:e9:03", - "peer": "z" - }, - "z": { - "node": "Leaf-04", - "interface": "e1-3", - "mac": "aa:c1:ab:01:d6:20", - "peer": "a" - } - }, - { - "a": { - "node": "Spine-02", - "interface": "e1-1", - "mac": "aa:c1:ab:1e:08:1d", - "peer": "z" - }, - "z": { - "node": "Leaf-01", - "interface": "e1-2", - "mac": "aa:c1:ab:98:cb:10", - "peer": "a" - } - }, - { - "a": { - "node": "Spine-02", - "interface": "e1-2", - "mac": "aa:c1:ab:b1:f3:1b", - "peer": "z" - }, - "z": { - "node": "Leaf-02", - "interface": "e1-2", - "mac": "aa:c1:ab:9a:6b:4d", - "peer": "a" - } - }, - { - "a": { - "node": "Spine-02", - "interface": "e1-3", - "mac": "aa:c1:ab:2d:1a:7a", - "peer": "z" - }, - "z": { - "node": "Leaf-03", - "interface": "e1-4", - "mac": "aa:c1:ab:15:76:75", - "peer": "a" - } - }, - { - "a": { - "node": "Spine-02", - "interface": "e1-4", - "mac": "aa:c1:ab:39:a7:8e", - "peer": "z" - }, - "z": { - "node": "Leaf-04", - "interface": "e1-4", - "mac": "aa:c1:ab:a0:21:44", - "peer": "a" - } - } - ] -}