1SNMP::Info::Layer7::NetUsscearleCro(n3t)ributed Perl DocSuNmMePn:t:aItnifoon::Layer7::Netscaler(3)
2
3
4
6 SNMP::Info::Layer7::Netscaler - SNMP Interface to Citrix Netscaler
7 appliances
8
10 Eric Miller
11
13 # Let SNMP::Info determine the correct subclass for you.
14 my $ns = new SNMP::Info(
15 AutoSpecify => 1,
16 Debug => 1,
17 DestHost => 'myrouter',
18 Community => 'public',
19 Version => 2
20 )
21 or die "Can't connect to DestHost.\n";
22
23 my $class = $ns->class();
24 print "SNMP::Info determined this device to fall under subclass : $class\n";
25
27 Subclass for Citrix Netscaler appliances
28
29 Inherited Classes
30 SNMP::Info::Layer7
31
32 Required MIBs
33 NS-ROOT-MIB
34 Inherited Classes' MIBs
35 See SNMP::Info::Layer7 for its own MIB requirements.
36
38 These are methods that return scalar value from SNMP
39
40 $ns->vendor()
41 Returns 'citrix'.
42
43 $ns->os()
44 Returns 'netscaler'.
45
46 $ns->os_ver()
47 Release extracted from "sysBuildVersion".
48
49 $ns->model()
50 Model extracted from "sysHardwareVersionDesc".
51
52 $ns->cpu()
53 "resCpuUsage"
54
55 $ns->build_ver()
56 "sysBuildVersion"
57
58 $ns->sys_hw_desc()
59 "sysHardwareVersionDesc"
60
61 $ns->serial()
62 "sysHardwareSerialNumber"
63
64 Globals imported from SNMP::Info::Layer7
65 See documentation in SNMP::Info::Layer7 for details.
66
68 These are methods that return tables of information in the form of a
69 reference to a hash.
70
71 $ns->ip_index()
72 "ipAddr"
73
74 $ns->ip_netmask()
75 "ipNetmask"
76
77 Table Methods imported from SNMP::Info::Layer7
78 See documentation in SNMP::Info::Layer7 for details.
79
80
81
82perl v5.34.0 2022-01-21 SNMP::Info::Layer7::Netscaler(3)