1SNMP::Info::Layer3::BluUesCeoratCSoGn(t3r)ibuted Perl DoScNuMmPe:n:tIantfioo:n:Layer3::BlueCoatSG(3)
2
3
4
6 SNMP::Info::Layer3::BlueCoatSG - SNMP Interface to Blue Coat SG Series
7 proxy devices
8
10 Jeroen van Ingen
11
13 # Let SNMP::Info determine the correct subclass for you.
14 my $router = new SNMP::Info(
15 AutoSpecify => 1,
16 Debug => 1,
17 DestHost => 'myrouter',
18 Community => 'public',
19 Version => 1
20 )
21 or die "Can't connect to DestHost.\n";
22
23 my $class = $router->class();
24 print "SNMP::Info determined this device to fall under subclass : $class\n";
25
27 Subclass for Blue Coat SG Series proxy devices
28
29 Inherited Classes
30 SNMP::Info::Layer3
31
32 Required MIBs
33 BLUECOAT-SG-PROXY-MIB
34
35 Inherited Classes' MIBs
36 See "Required MIBs" in SNMP::Info::Layer3 for its own MIB
37 requirements.
38
40 These are methods that return scalar value from SNMP
41
42 Overrides
43 $router->vendor()
44 Returns 'Blue Coat'
45
46 $router->os()
47 Returns 'sgos'
48
49 $router->os_ver()
50 Tries to resolve version string from "sgProxyVersion".
51
52 Globals imported from SNMP::Info::Layer3
53 See documentation in "GLOBALS" in SNMP::Info::Layer3 for details.
54
56 These are methods that return tables of information in the form of a
57 reference to a hash.
58
59 Overrides
60 Table Methods imported from SNMP::Info::Layer3
61 See documentation in "TABLE METHODS" in SNMP::Info::Layer3 for details.
62
63
64
65perl v5.28.0 2018-11-29 SNMP::Info::Layer3::BlueCoatSG(3)