1SNMP::Info::Layer3::SteUeslehreaCdo(n3t)ributed Perl DocSuNmMePn:t:aItnifoon::Layer3::Steelhead(3)
2
3
4
6 SNMP::Info::Layer3::Steelhead - SNMP Interface to Riverbed Steelhead
7 WAN optimization appliances.
8
10 Eric Miller
11
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
27 Abstraction subclass for Riverbed Steelhead WAN optimization
28 appliances.
29
30 For speed or debugging purposes you can call the subclass directly, but
31 not after determining a more specific class using the method above.
32
33 my $riverbed = new SNMP::Info::Layer3::Steelhead(...);
34
35 Inherited Classes
36 SNMP::Info::Layer3
37
38 Required MIBs
39 STEELHEAD-MIB
40
41 Inherited Classes' MIBs
42 See "Required MIBs" in SNMP::Info::Layer3 for its own MIB
43 requirements.
44
46 These are methods that return scalar value from SNMP
47
48 $riverbed->vendor()
49 Returns 'riverbed'
50
51 $riverbed->model()
52 Returns the chassis model.
53
54 ("STEELHEAD-MIB::model")
55
56 $riverbed->os()
57 Returns 'steelhead'
58
59 $riverbed->os_ver()
60 Returns the software version extracted from ("systemVersion").
61
62 $riverbed->serial()
63 Returns the chassis serial number.
64
65 ("serialNumber")
66
67 Overrides
68 $riverbed->layers()
69 Returns 01001100. Steelhead does not support bridge MIB, so
70 override reported layers.
71
72 Globals imported from SNMP::Info::Layer3
73 See documentation in "GLOBALS" in SNMP::Info::Layer3 for details.
74
76 These are methods that return tables of information in the form of a
77 reference to a hash.
78
79 Table Methods imported from SNMP::Info::Layer3
80 See documentation in "TABLE METHODS" in SNMP::Info::Layer3 for details.
81
82
83
84perl v5.28.0 2018-11-29 SNMP::Info::Layer3::Steelhead(3)