Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

snmp::info::layer3::mikrotik(3pm) [debian man page]

Info::Layer3::Mikrotik(3pm)				User Contributed Perl Documentation			       Info::Layer3::Mikrotik(3pm)

NAME
SNMP::Info::Layer3::Mikrotik - SNMP Interface to Mikrotik devices AUTHORS
Jeroen van Ingen initial version based on SNMP::Info::Layer3::NetSNMP by Bradley Baetz and Bill Fenner SYNOPSIS
# Let SNMP::Info determine the correct subclass for you. my $mikrotik = new SNMP::Info( AutoSpecify => 1, Debug => 1, DestHost => 'myrouter', Community => 'public', Version => 2 ) or die "Can't connect to DestHost. "; my $class = $mikrotik->class(); print "SNMP::Info determined this device to fall under subclass : $class "; DESCRIPTION
Subclass for Mikrotik devices Inherited Classes SNMP::Info::Layer3 Required MIBs HOST-RESOURCES-MIB MIKROTIK-MIB Inherited Classes' MIBs See SNMP::Info::Layer3 for its own MIB requirements. GLOBALS
These are methods that return scalar value from SNMP $mikrotik->vendor() Returns 'mikrotik'. $mikrotik->os() Returns 'routeros'. $mikrotik->model() Tries to extract the device model from "sysDescr". $mikrotik->os_ver() Returns the value of "mtxrLicVersion". Globals imported from SNMP::Info::Layer3 See documentation in SNMP::Info::Layer3 for details. TABLE ENTRIES
These are methods that return tables of information in the form of a reference to a hash. Overrides None. Table Methods imported from SNMP::Info::Layer3 See documentation in SNMP::Info::Layer3 for details. perl v5.12.4 2011-09-28 Info::Layer3::Mikrotik(3pm)

Check Out this Related Man Page

Info::Layer3::Microsoft(3pm)				User Contributed Perl Documentation			      Info::Layer3::Microsoft(3pm)

NAME
SNMP::Info::Layer3::Microsoft - SNMP Interface to L3 Microsoft Windows router AUTHOR
begemot SYNOPSIS
# Let SNMP::Info determine the correct subclass for you. my $router = new SNMP::Info( AutoSpecify => 1, Debug => 1, DestHost => 'myrouter', Community => 'public', Version => 1 ) or die "Can't connect to DestHost. "; my $class = $router->class(); print "SNMP::Info determined this device to fall under subclass : $class "; DESCRIPTION
Subclass for Generic Microsoft Routers running Microsoft Windows OS Inherited Classes SNMP::Info::Layer3 Required MIBs Inherited Classes' MIBs See "Required MIBs" in SNMP::Info::Layer3 for its own MIB requirements. GLOBALS
These are methods that return scalar value from SNMP Overrides $router->vendor() Returns 'microsoft' $router->os() Returns 'windows' $router->os_ver() Returns '' $router->model() Returns 'Windows Router' $router->serial() Returns '' Globals imported from SNMP::Info::Layer3 See documentation in "GLOBALS" in SNMP::Info::Layer3 for details. TABLE METHODS
These are methods that return tables of information in the form of a reference to a hash. Overrides $router->interfaces() Map the Interfaces to their physical names. Adds interface number to interface name because identical interface cards return identical "ifDescr". Table Methods imported from SNMP::Info::Layer3 See documentation in "TABLE METHODS" in SNMP::Info::Layer3 for details. perl v5.12.4 2011-09-28 Info::Layer3::Microsoft(3pm)
Man Page

13 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Extracting Info

i have a file that contain lines like this 9.4.7.8.5.7.9.0.5.7.1.2.msisdn.sub.cs. 1 IN CNAME SDP01.cs. there are about 50,000 lines like this in the files i want to the extract the digits from the above line like:- 947857905712 OS Solaris9 (3 Replies)
Discussion started by: muneebr
3 Replies

2. IP Networking

SNMP Community String ???

Hi I want to know more about SNMP Community Strings. What are this SNMP Community String, & what do they signify? What is this "public" used in the field of Community String? Please also let me know what other values can be used in the Field of Cummunity String other than public.... (4 Replies)
Discussion started by: S.Vishwanath
4 Replies

3. Solaris

Any Idea about (SNMP) HOST-RESOURCES-MIB

Hello , I am using (Application Manager 7) software for monitoring. I want to add the servers to monitored using SNMP but it shows this error HOST-RESOURCES-MIB is not implemented in the Snmp Agent. your help is highly appreciated ..... :) (4 Replies)
Discussion started by: adel8483
4 Replies

4. Solaris

Sun T1000 application low performance

Hello All. I have Sun T1000 server with Solaris 10. On T1000 installed EMC smarts, application for monitoring network devices via SNMP + SNMP. So, Smarts has own DB (contains object - devices and relationships), file takes 30 mb, now, all queries to DB works very slow, so Smarts works too slow,... (5 Replies)
Discussion started by: hemulll
5 Replies

5. Infrastructure Monitoring

SNMP log dump

Hello Admin ( and all ) ! Am looking for real time SNMP dump messages, probably some 2 to 3 days old message for efficacy testing in SNMP protocol that is introduced. Since this ours is a real-time site is it possible to get the dumps ? Or is this something like SNMP dumps are not shared... (5 Replies)
Discussion started by: matrixmadhan
5 Replies

6. Solaris

SNMP Traps

(3 Replies)
Discussion started by: Wizard_1979
3 Replies

7. UNIX for Dummies Questions & Answers

How to Set UP a Server of SNMP

(3 Replies)
Discussion started by: andresguillen
3 Replies

8. Solaris

SNMP on Sun Solaris 5.8

(7 Replies)
Discussion started by: lamou23
7 Replies

9. Solaris

SNMP - what am I seeing?

(5 Replies)
Discussion started by: msarro
5 Replies

10. UNIX for Dummies Questions & Answers

Accept SNMP Packets...

(5 Replies)
Discussion started by: karlochacon
5 Replies

11. UNIX and Linux Applications

SNMP installation

(3 Replies)
Discussion started by: jolie
3 Replies

12. Shell Programming and Scripting

Splitting a file based on context.

I have file as shown below. Would like to split the file based on the context of data. Like, split the content between "---- XXX Info ----" and " ---- YYY Info ----" to a file. When I try using below command, 2nd file contains all the info starting after first "---- YYYY Info ----" instance.... (8 Replies)
Discussion started by: webkid
8 Replies

13. AIX

Disabling SNMP in AIX 7.1

Hi, I am planning to disable SNMP in our AIX LPARs. wanted to see by disabling in a test LPAR. before that, I would like to check disabling this SNMP will impact any of our application or database in anyway. what kind of other software depends on these SNMP daemons ? Can you please let me... (9 Replies)
Discussion started by: system.engineer
9 Replies