1SNMP::Info::CiscoRTT(3)User Contributed Perl DocumentatioSnNMP::Info::CiscoRTT(3)
2
3
4
6 SNMP::Info::CiscoRTT - SNMP Interface to Cisco's Round Trip Time MIBs
7
9 Alexander Hartmaier
10
12 # Let SNMP::Info determine the correct subclass for you.
13 my $rtt = new SNMP::Info(
14 AutoSpecify => 1,
15 Debug => 1,
16 DestHost => 'myswitch',
17 Community => 'public',
18 Version => 2
19 )
20 or die "Can't connect to DestHost.\n";
21
22 my $class = $rtt->class();
23 print "SNMP::Info determined this device to fall under subclass : $class\n";
24
26 SNMP::Info::CiscoRTT is a subclass of SNMP::Info that provides
27 information about a cisco device's RTT values.
28
29 Use or create in a subclass of SNMP::Info. Do not use directly.
30
31 Inherited Classes
32 none.
33
34 Required MIBs
35 CISCO-RTTMON-MIB
36
37 MIBs can be found at ftp://ftp.cisco.com/pub/mibs/v2/v2.tar.gz
38
40 None
41
43 Overall Control Group Table
44 This table is from "CISCO-RTTMAN-MIB::rttMonCtrlAdminTable"
45
46 $rtt->rtt_desc()
47 ("rttMonCtrlAdminOwner")
48
49 Overall Control Group Table
50 This table is from "CISCO-RTTMON-MIB::rttMonCtrl"
51
52 $rtt->rtt_last()
53 ("rttMonLatestRttOperCompletionTime")
54
55
56
57perl v5.28.0 2018-11-29 SNMP::Info::CiscoRTT(3)