From 828ca202f73d2eb6aeb21ba118a0b79eb2ccdd9d Mon Sep 17 00:00:00 2001 From: Jon Clausen Date: Tue, 28 Aug 2018 15:36:34 +0200 Subject: add 'JNP204' as recognized model --- code/vlanscrape | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/vlanscrape b/code/vlanscrape index 56b8b0a..0f4adce 100755 --- a/code/vlanscrape +++ b/code/vlanscrape @@ -207,6 +207,9 @@ def is_juniper(hostName): elif "MX" in model: vlanList=look_in_juniper_interfaces(hostName, hostConfig) check_out_vs_dst(hostName, vlanList) + elif "JNP204" in model: + vlanList=look_in_juniper_interfaces(hostName, hostConfig) + check_out_vs_dst(hostName, vlanList) elif "SRX" in model: vlanListInterfaces=look_in_juniper_interfaces(hostName, hostConfig) vlanListVlanSection=look_in_juniper_vlans_section(hostName, hostConfig) -- cgit v1.1