{"id":14977971,"url":"https://github.com/hmntsharma/pifrr","last_synced_at":"2026-03-10T06:02:23.924Z","repository":{"id":252008547,"uuid":"839111021","full_name":"hmntsharma/pifrr","owner":"hmntsharma","description":"FRRouting on Raspberry Pi 4B using Containerlab","archived":false,"fork":false,"pushed_at":"2024-08-22T12:46:48.000Z","size":1474,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T22:36:29.513Z","etag":null,"topics":["clab-topo","codespaces","containerlab","frrouting","raspberrypi"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hmntsharma.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-07T01:58:25.000Z","updated_at":"2024-08-25T10:45:44.000Z","dependencies_parsed_at":"2024-08-07T06:29:58.316Z","dependency_job_id":"a17dc507-dd7c-4fe3-a78a-3f20977d56c2","html_url":"https://github.com/hmntsharma/pifrr","commit_stats":{"total_commits":12,"total_committers":2,"mean_commits":6.0,"dds":0.08333333333333337,"last_synced_commit":"b336c834ca2cbb0c334ec9cf0d6fb9da356eb49b"},"previous_names":["hmntsharma/pifrr"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hmntsharma/pifrr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmntsharma%2Fpifrr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmntsharma%2Fpifrr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmntsharma%2Fpifrr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmntsharma%2Fpifrr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hmntsharma","download_url":"https://codeload.github.com/hmntsharma/pifrr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmntsharma%2Fpifrr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30326878,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T05:25:20.737Z","status":"ssl_error","status_checked_at":"2026-03-10T05:25:17.430Z","response_time":106,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clab-topo","codespaces","containerlab","frrouting","raspberrypi"],"created_at":"2024-09-24T13:56:37.369Z","updated_at":"2026-03-10T06:02:23.888Z","avatar_url":"https://github.com/hmntsharma.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# pifrr\nFRRouting on Raspberry Pi 4B using Containerlab\n\n![pifrr2](pifrr2.jpg)\n#### Deploy\n\n\n```                                                           \n  +-----+    12.0.0.0/24     +-----+   23.0.0.0/24     +-----+\n  | R1  ---------------------| R2  |-------------------| R3  |\n  +-----+                    +-----+                   +-----+\n```\n\n\n```\n$ sudo clab deploy -t pifrr.yml\nINFO[0000] Containerlab v0.56.0 started\nINFO[0000] Parsing \u0026 checking topology file: pifrr.yml\nINFO[0000] Creating docker network: Name=\"clab\", IPv4Subnet=\"172.20.20.0/24\", IPv6Subnet=\"2001:172:20:20::/64\", MTU=1500\nWARN[0000] Unable to load kernel module \"ip6_tables\" automatically \"load ip6_tables failed: exec format error\"\nINFO[0000] Creating lab directory: /home/admin/github/pifrr/clab-pifrr\nINFO[0000] Creating container: \"R3\"\nINFO[0000] Creating container: \"R2\"\nINFO[0000] Creating container: \"R1\"\nINFO[0001] Created link: R1:eth1 \u003c--\u003e R2:eth1\nINFO[0001] Created link: R2:eth2 \u003c--\u003e R3:eth2\nINFO[0001] Adding containerlab host entries to /etc/hosts file\nINFO[0001] Adding ssh config for containerlab nodes\n+---+------+--------------+------------------------------+-------+---------+----------------+----------------------+\n| # | Name | Container ID |            Image             | Kind  |  State  |  IPv4 Address  |     IPv6 Address     |\n+---+------+--------------+------------------------------+-------+---------+----------------+----------------------+\n| 1 | R1   | 60ba62e38a5e | quay.io/frrouting/frr:10.1.0 | linux | running | 172.20.20.4/24 | 2001:172:20:20::4/64 |\n| 2 | R2   | ef5d92f11261 | quay.io/frrouting/frr:10.1.0 | linux | running | 172.20.20.2/24 | 2001:172:20:20::2/64 |\n| 3 | R3   | 5a6bc2024db0 | quay.io/frrouting/frr:10.1.0 | linux | running | 172.20.20.3/24 | 2001:172:20:20::3/64 |\n+---+------+--------------+------------------------------+-------+---------+----------------+----------------------+\n```\n\n#### Test\n\n```\n$ sudo docker exec -it R1 ping -c1 23.0.0.3 -I eth1\nPING 23.0.0.3 (23.0.0.3): 56 data bytes\n64 bytes from 23.0.0.3: seq=0 ttl=63 time=0.217 ms\n\n--- 23.0.0.3 ping statistics ---\n1 packets transmitted, 1 packets received, 0% packet loss\nround-trip min/avg/max = 0.217/0.217/0.217 ms\n```\n\n```\n $ sudo docker exec -it R1 traceroute -n 23.0.0.3\ntraceroute to 23.0.0.3 (23.0.0.3), 30 hops max, 46 byte packets\n 1  12.0.0.2  0.017 ms  0.024 ms  0.019 ms\n 2  23.0.0.3  0.013 ms  0.021 ms  0.018 ms\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhmntsharma%2Fpifrr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhmntsharma%2Fpifrr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhmntsharma%2Fpifrr/lists"}