From 97b398051f6168c9d62c80ce40024e84d73000eb Mon Sep 17 00:00:00 2001 From: Jeroen van Ingen Date: Mon, 9 Jul 2012 13:53:26 +0200 Subject: [PATCH] Fix BlueCoat serial --- Info/Layer3/BlueCoatSG.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Info/Layer3/BlueCoatSG.pm b/Info/Layer3/BlueCoatSG.pm index 9d30f5ed..f9888d2e 100644 --- a/Info/Layer3/BlueCoatSG.pm +++ b/Info/Layer3/BlueCoatSG.pm @@ -46,7 +46,7 @@ $VERSION = '2.07_001'; %GLOBALS = ( %SNMP::Info::Layer2::GLOBALS, %SNMP::Info::Layer3::GLOBALS, #From BLUECOAT-SG-PROXY-MIB - 'serial' => 'sgProxySerialNumber', + 'serial1'=> 'sgProxySerialNumber', 'sw_ver' => 'sgProxyVersion', );