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

NAME

6       SNMP::Info::Layer3::CiscoFWSM - SNMP Interface to Firewall Services
7       Modules for features not covered elsewhere.
8

AUTHOR

10       Brian De Wolf
11

SYNOPSIS

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

DESCRIPTION

28       Subclass for Cisco Firewall Services Modules
29
30   Inherited Classes
31       SNMP::Info::CiscoStats
32       SNMP::Info::Layer3
33
34   Required MIBs
35       Inherited Classes' MIBs
36           See "Required MIBs" in SNMP::Info::CiscoStats for its own MIB
37           requirements.
38
39           See "Required MIBs" in SNMP::Info::Layer3 for its own MIB
40           requirements.
41

GLOBALS

43   Globals imported from SNMP::Info::CiscoStats
44       See documentation in "GLOBALS" in SNMP::Info::CiscoStats for details.
45
46   Global Methods imported from SNMP::Info::Layer3
47       See documentation in "GLOBALS" in SNMP::Info::Layer3 for details.
48

TABLE METHODS

50       These are methods that return tables of information in the form of a
51       reference to a hash.
52
53   Overrides
54       $fwsm->at_paddr()
55           This function derives the at_paddr information from the n2p_paddr()
56           table as the MIB to provide that information isn't supported on
57           FWSM.
58
59       $fwsm->at_netaddr()
60           This function derives the at_netaddr information from the
61           n2p_paddr() table as the MIB to provide that information isn't
62           supported on FWSM.
63
64       $fwsm->at_ifaddr()
65           This function derives the at_ifaddr information from the
66           n2p_paddr() table as the MIB to provide that information isn't
67           supported on FWSM.
68
69   Table Methods imported from SNMP::Info::CiscoStats
70       See documentation in "TABLE METHODS" in SNMP::Info::CiscoStats for
71       details.
72
73   Table Methods imported from SNMP::Info::Layer3
74       See documentation in "TABLE METHODS" in SNMP::Info::Layer3 for details.
75
76
77
78perl v5.32.0                      2020-07-28  SNMP::Info::Layer3::CiscoFWSM(3)
Impressum