1SNMP::Info::Layer7::CisUcsoeIrPSC(o3n)tributed Perl DocuSmNeMnPt:a:tIinofno::Layer7::CiscoIPS(3)
2
3
4
6 SNMP::Info::Layer7::CiscoIPS - Cisco Adaptive Security Appliance IPS
7 module
8
10 Moe Kraus
11
13 # Let SNMP::Info determine the correct subclass for you.
14 my $info = new SNMP::Info(
15 AutoSpecify => 1,
16 Debug => 1,
17 # These arguments are passed directly to SNMP::Session
18 DestHost => 'myIPS',
19 Community => 'public',
20 Version => 2
21 )
22 or die "Can't connect to DestHost.\n";
23
24 my $class = $info->class();
25 print "SNMP::Info determined this device to fall under subclass: $class\n";
26
28 Subclass for Cisco IPS Module
29
30 Inherited Classes
31 SNMP::Info::Entity
32 SNMP::Info::Layer7
33
34 Required MIBs
35 Inherited Classes' MIBs
36 See classes listed above for their required MIBs.
37
39 These are methods that return scalar value from SNMP
40
41 $info->b_mac()
42 Returns base mac. Matches only on e4:d3:f1
43
44 $info->serial()
45 Fetches serial from Module
46
47 $info->e_index()
48 overrides Entity->e_index() since entity table the IPS delivering
49 is buggy.
50
51 $info->layers
52 Returns '01001000'
53
54 $info->model
55 Returns model name
56
57 $info->productname
58 Returns the product name
59
60 $info->serial
61 Returns the serial number
62
63 $info->sysdescr
64 Returns the system description
65
66 Global Methods imported from SNMP::Info::Layer7
67 See documentation in "GLOBALS" in SNMP::Info::Layer7 for details.
68
69 Global Methods imported from SNMP::Info::Entity
70 See documentation in "GLOBALS" in SNMP::Info::Entity for details.
71
73 These are methods that return tables of information in the form of a
74 reference to a hash.
75
76 Table Methods imported from SNMP::Info::Layer7
77 See documentation in "TABLE METHODS" in SNMP::Info::Layer7 for details.
78
79 Table Methods imported from SNMP::Info::Entity
80 See documentation in "TABLE METHODS" in SNMP::Info::Entity for details.
81
82
83
84perl v5.30.1 2020-01-30 SNMP::Info::Layer7::CiscoIPS(3)