20 lines
No EOL
845 B
Markdown
20 lines
No EOL
845 B
Markdown
# 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
|
|
|
|
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 |