Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
03-17-2014, 12:44 PM
|
#1
|
Senior Member
Registered: Jan 2009
Location: "North Shore" Louisiana USA
Distribution: Mint v21.3 & v22.x with Cinnamon
Posts: 1,797
Rep:
|
using Linux SNMP to manage Netgear GS108E smart switch
During a recent remodel, I rewired my home with CAT-6 everywhere and the Netgear GS108E ProSafe Smart Switch. The 'E' suffix indicates that this is a "managed" switch. Sadly, it required outboard software that only runs on win-dose. That was okay, but I've made the switch to Linux Mint everywhere and use windows for sunlight and fresh air.
The switches claim that one can use SNMP software to manage them as well. The leads to two questions: - Has anyone in LQ-land used SNMP to manage smart switches?
- (grin) Has anyone in LQ-land used SNMP enough to tell me how to get started?
I'm starting to read using Protocol: Simple Network Management (SNMP). I'll follow the yellow bricks and sparkling squirrels from there. However, I'd really appreciate a guide or at least some sign posts.
Thanks,
~~~ 0;-Dan
|
|
|
03-17-2014, 11:18 PM
|
#2
|
Senior Member
Registered: Jan 2012
Distribution: Slackware
Posts: 3,348
Rep:
|
I went looking for the manual for this switch, but was not able to find the GS108E among the "smart" series from NetGear. Did you mean the GS108T?
Anyway, most "smart" switches have a web interface. The Windows application is normally only needed to set/change the IP address on the device. If you know the default IP address, you should be able to connect to the switch directly.
To use SNMP, you will need to give the switch an IP address and specify a community name (or username/password for SNMPv3). SNMP is really quite simple: each setting or parameter has an SNMP OID (think of it as an address), and you can read ("GET" in SNMP terminology) and sometimes write to ("SET") those OIDs using various SNMP-capable programs, the most advanced of which are known as SNMP Management Stations.
OIDs are organized in a tree-like structure, and each "leaf" has a numeric path name like ".1.3.6.1.4.1.2021.10". It's possible to refer to these OIDs by names rather than numbers, but for manufacturer-specific OIDs you'll need a special text file naming and describing the various SNMP OIDs available on a given device. This file is called a MIB (Management Information Base) and can usually be downloaded from the manufacturer's web site.
|
|
1 members found this post helpful.
|
03-28-2014, 09:00 AM
|
#3
|
LQ Newbie
Registered: Oct 2005
Location: Amsterdam, Netherlands
Posts: 16
Rep:
|
Linux-based CLI software available
I haven't used SNMP, but there is software that runs under Linux:
https://github.com/tabacha/ProSafeLinux
It's a hack, but it seems to work fine. I haven't used it with passwords on the switches, but for setting up VLAN and checking status it seems adequate.
|
|
|
03-28-2014, 12:53 PM
|
#4
|
LQ Guru
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573
|
Quote:
Originally Posted by Ser Olmy
Anyway, most "smart" switches have a web interface. The Windows application is normally only needed to set/change the IP address on the device. If you know the default IP address, you should be able to connect to the switch directly.
|
And most smart switches default to DHCP, which means all you need to do is log into your DHCP server, look at the clients list, and find it.
I had to do that recently with a Netgear XS712T. Boot it up, log into the network's DHCP server, find the Netgear switch and its IP, open a web browser and go to the IP, log in using the default username/password, and everything's normal from there.
|
|
|
All times are GMT -5. The time now is 02:03 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|