1SNMP::Info::Layer3::SteUeslehreaCdo(n3t)ributed Perl DocSuNmMePn:t:aItnifoon::Layer3::Steelhead(3)
2
3
4

NAME

6       SNMP::Info::Layer3::Steelhead - SNMP Interface to Riverbed Steelhead
7       WAN optimization appliances.
8

AUTHOR

10       Eric Miller
11

SYNOPSIS

13        # Let SNMP::Info determine the correct subclass for you.
14        my $riverbed = new SNMP::Info(
15                                 AutoSpecify => 1,
16                                 Debug       => 1,
17                                 DestHost    => 'myswitch',
18                                 Community   => 'public',
19                                 Version     => 2
20                               )
21           or die "Can't connect to DestHost.\n";
22
23        my $class = $riverbed->class();
24        print "SNMP::Info determined this device to fall under subclass : $class\n";
25

DESCRIPTION

27       Abstraction subclass for Riverbed Steelhead WAN optimization
28       appliances.
29
30   Inherited Classes
31       SNMP::Info::Layer3
32
33   Required MIBs
34       STEELHEAD-MIB
35
36       Inherited Classes' MIBs
37           See "Required MIBs" in SNMP::Info::Layer3 for its own MIB
38           requirements.
39

GLOBALS

41       These are methods that return scalar value from SNMP
42
43       $riverbed->vendor()
44           Returns 'riverbed'
45
46       $riverbed->model()
47           Returns the chassis model.
48
49           ("STEELHEAD-MIB::model")
50
51       $riverbed->os()
52           Returns 'steelhead'
53
54       $riverbed->os_ver()
55           Returns the software version extracted from ("systemVersion").
56
57       $riverbed->serial()
58           Returns the chassis serial number.
59
60           ("serialNumber")
61
62   Overrides
63       $riverbed->layers()
64           Returns 01001100.  Steelhead does not support bridge MIB, so
65           override reported layers.
66
67   Globals imported from SNMP::Info::Layer3
68       See documentation in "GLOBALS" in SNMP::Info::Layer3 for details.
69

TABLE METHODS

71       These are methods that return tables of information in the form of a
72       reference to a hash.
73
74   Table Methods imported from SNMP::Info::Layer3
75       See documentation in "TABLE METHODS" in SNMP::Info::Layer3 for details.
76
77
78
79perl v5.32.0                      2020-07-28  SNMP::Info::Layer3::Steelhead(3)
Impressum