1SNMP::Info::Layer2::AtmUesdeira(C3o)ntributed Perl DocumSeNnMtPa:t:iIonnfo::Layer2::Atmedia(3)
2
3
4
6 SNMP::Info::Layer2::Atmedia - SNMP Interface to atmedia encryptors
7
9 Netdisco Developers
10
12 # Let SNMP::Info determine the correct subclass for you.
13 my $atmedia = new SNMP::Info(
14 AutoSpecify => 1,
15 Debug => 1,
16 DestHost => 'myhub',
17 Community => 'public',
18 Version => 1
19 )
20 or die "Can't connect to DestHost.\n";
21
22 my $class = $atmedia->class();
23 print "SNMP::Info determined this device to fall under subclass : $class\n";
24
26 Provides abstraction to information obtainable from a atmedia encryptor
27 through SNMP. See inherited classes' documentation for inherited
28 methods.
29
30 Inherited Classes
31 SNMP::Info::Layer2
32
33 Inherited MIBs
34 See "Required MIBs" in SNMP::Info::Layer2 for its MIB requirements.
35
37 These are methods that return scalar value from SNMP
38
39 Overrides
40 $atmedia->vendor()
41 Returns 'atmedia'
42
43 $atmedia->os()
44 Returns 'Atmedia-OS'
45
46 $atmedia->os_ver()
47 ("acSoftVersion")
48
49 $atmedia->model()
50 ("acDescr")
51
52 $atmedia->serial()
53 ("acSerialNumber")
54
55 Globals imported from SNMP::Info::Layer2
56 See "GLOBALS" in SNMP::Info::Layer2 for details.
57
59 Table Methods imported from SNMP::Info::Layer2
60 See "TABLE METHODS" in SNMP::Info::Layer2 for details.
61
62
63
64perl v5.36.1 2023-07-17 SNMP::Info::Layer2::Atmedia(3)