From 584be5c1cbc5c41cfc795fd907fc2cd731753a59 Mon Sep 17 00:00:00 2001 From: jostreff Date: Mon, 7 Apr 2025 17:58:45 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D1=8F=D0=B2?= =?UTF-8?q?=D0=B0=D0=BD=D0=B5=20=D0=BD=D0=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c02b956..ae0781a 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,20 @@ # rancid-srlinux -Allows using RANCID to extract platform and configuration from the Nokia IXR 7250, IXR 7220, and SXR 7350 series devices. - -Currently the attached module and configuration will fetch the following: - -show version - Retrieve basic metrics about the system -show platform fan-tray - Retrieve fan tray info -show platform linecard - Retrieve line card info -show platform power-supply - Retrieve power supply info -info from running - Show running config \ No newline at end of file +Allows using RANCID to extract platform and configuration from the Nokia IXR 7250, IXR 7220, and SXR 7350 series devices. + +Currently the attached module and configuration will fetch the following: + +show version - Retrieve basic metrics about the system +show platform fan-tray - Retrieve fan tray info +show platform linecard - Retrieve line card info +show platform power-supply - Retrieve power supply info +info from running - Show running config + +Installation ( on FreeBSD ) + +Copy srlinux.pm to /usr/local/share/lib/rancid/srlinux.pm +Copy srllogin to /usr/local/libexec/rancid/bin/srllogin +Edit /usr/local/etc/rancid/rancid.types.conf and include the lines in rancid.types.conf +use the type srlinux in your router.db file(s) to use the SRLinux module + +Based on https://gist.github.com/peelman/04f0e5f93f3d152ed0ecfaee4d6323fd$0 \ No newline at end of file