1SNMP::Info::Layer3::CisUcsoeArSAC(o3nptmr)ibuted Perl DoScNuMmPe:n:tIantfioo:n:Layer3::CiscoASA(3pm)
2
3
4
6 SNMP::Info::Layer3::CiscoASA - Cisco Adaptive Security Appliance
7
9 Moe Kraus
10
12 # Let SNMP::Info determine the correct subclass for you.
13 my $asa = new SNMP::Info(
14 AutoSpecify => 1,
15 Debug => 1,
16 # These arguments are passed directly to SNMP::Session
17 DestHost => 'myswitch',
18 Community => 'public',
19 Version => 2
20 )
21 or die "Can't connect to DestHost.\n";
22
23 my $class = $asa->class();
24 print "SNMP::Info determined this device to fall under subclass: $class\n";
25
27 Subclass for Cisco ASA Devices
28
29 Inherited Classes
30 SNMP::Info::CiscoStats
31 SNMP::Info::Layer3
32
33 Required MIBs
34 Inherited Classes' MIBs
35 See "Required MIBs" in SNMP::Info::CiscoStats for its own MIB
36 requirements.
37
38 See "Required MIBs" in SNMP::Info::Layer3 for its own MIB
39 requirements.
40
42 These are methods that return scalar value from SNMP
43
44 $asa->b_mac()
45 Returns base mac. Overrides base mac function in
46 SNMP::Info::Layer3.
47
48 $asa->i_description()
49 Overrides base interface description function in SNMP::Info to
50 return the configured interface name instead of "Adaptive Security
51 Appliance '$configured interface name' interface".
52
53 Globals imported from SNMP::Info::CiscoStats
54 See documentation in "GLOBALS" in SNMP::Info::CiscoStats for details.
55
56 Global Methods imported from SNMP::Info::Layer3
57 See documentation in "GLOBALS" in SNMP::Info::Layer3 for details.
58
60 These are methods that return tables of information in the form of a
61 reference to a hash.
62
63 Table Methods imported from SNMP::Info::CiscoStats
64 See documentation in "TABLE METHODS" in SNMP::Info::CiscoStats for
65 details.
66
67 Table Methods imported from SNMP::Info::Layer3
68 See documentation in "TABLE METHODS" in SNMP::Info::Layer3 for details.
69
70
71
72perl v5.38.0 2023-09-04 SNMP::Info::Layer3::CiscoASA(3pm)