summaryrefslogtreecommitdiff
path: root/code/vlanscrape
diff options
context:
space:
mode:
Diffstat (limited to 'code/vlanscrape')
-rwxr-xr-xcode/vlanscrape3
1 files changed, 3 insertions, 0 deletions
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)