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
38 None
39
41 Overall Control Group Table
42 This table is from "CISCO-RTTMON-MIB::rttMonCtrlAdminTable"
43
44 $rtt->rtt_desc()
45 ("rttMonCtrlAdminOwner")
46
47 Overall Control Group Table
48 This table is from "CISCO-RTTMON-MIB::rttMonCtrl"
49
50 $rtt->rtt_last()
51 ("rttMonLatestRttOperCompletionTime")
52
53
54
55perl v5.34.0 2021-09-13 SNMP::Info::CiscoRTT(3)