Commit in the directory I thought I was in before, and add
Juniper to the DeviceMatrix. While I'm fixing mistakes, add the .0 to jnxBoxSerialNo.0
This commit is contained in:
@@ -420,6 +420,11 @@ note: net-snmp 4.x agent and 5.x agent.
|
|||||||
|
|
||||||
device-family: BSD
|
device-family: BSD
|
||||||
|
|
||||||
|
# Juniper
|
||||||
|
device-vendor: Juniper
|
||||||
|
|
||||||
|
device-family: M-series router
|
||||||
|
arpnip: yes
|
||||||
|
|
||||||
# NORTEL
|
# NORTEL
|
||||||
device-vendor: Nortel
|
device-vendor: Nortel
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ use SNMP::Info::Layer3;
|
|||||||
|
|
||||||
%GLOBALS = (
|
%GLOBALS = (
|
||||||
%SNMP::Info::Layer3::GLOBALS,
|
%SNMP::Info::Layer3::GLOBALS,
|
||||||
'serial' => 'jnxBoxSerialNo',
|
'serial' => 'jnxBoxSerialNo.0',
|
||||||
);
|
);
|
||||||
|
|
||||||
%FUNCS = (
|
%FUNCS = (
|
||||||
|
|||||||
Reference in New Issue
Block a user