1SNMP::Info::Layer3::BluUesCeoratCSoGn(t3r)ibuted Perl DoScNuMmPe:n:tIantfioo:n:Layer3::BlueCoatSG(3)
2
3
4

NAME

6       SNMP::Info::Layer3::BlueCoatSG - SNMP Interface to Blue Coat SG Series
7       proxy devices
8

AUTHOR

10       Jeroen van Ingen
11

SYNOPSIS

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     => 2
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

DESCRIPTION

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       Inherited Classes' MIBs
35           See "Required MIBs" in SNMP::Info::Layer3 for its own MIB
36           requirements.
37

GLOBALS

39       These are methods that return scalar value from SNMP
40
41   Overrides
42       $router->vendor()
43           Returns 'bluecoat'
44
45       $router->os()
46           Returns 'sgos'
47
48       $router->os_ver()
49           Tries to resolve version string from "sgProxyVersion".
50
51   Globals imported from SNMP::Info::Layer3
52       See documentation in "GLOBALS" in SNMP::Info::Layer3 for details.
53

TABLE METHODS

55       These are methods that return tables of information in the form of a
56       reference to a hash.
57
58   Table Methods imported from SNMP::Info::Layer3
59       See documentation in "TABLE METHODS" in SNMP::Info::Layer3 for details.
60
61
62
63perl v5.30.0                      2019-10-30 SNMP::Info::Layer3::BlueCoatSG(3)
Impressum