SNMP CONFIGURATION IN OS

Post Reply
firewall1981
Member
Posts: 16
Joined: 27 Mar 2014 04:05

SNMP CONFIGURATION IN OS

Post by firewall1981 »

Dear Team,

I have 2 no's of OS 6900-X40 and 2 no,s of OS 6450 all are interconnected together. Customer is using third party software tool to monitor their other switches now he wants to add the Omni Switch also in his NMS.

Can you suggest with snmp set of command in OS 6900 & OS 6450 so that the monitoring of this switches will also be possible.

Appreciate your response.

Regards,
Naveen Dubey
devnull
Alcatel Unleashed Certified Guru
Alcatel Unleashed Certified Guru
Posts: 976
Joined: 07 Sep 2010 10:16
Location: Germany

Re: SNMP CONFIGURATION IN OS

Post by devnull »

Just for monitoring:
create a snmp-user (if supported use SNMP-V3)
configure snmp traps towards the management station
e.g.
aaa authentication snmp local
user snmpv2user password 111222333 read-only all no auth
user snmpv3user password abcd1234 md5+des read-write all
snmp community map "public" user "snmpv2user" on
snmp security authentication set
snmp station 10.10.10.10 162 "snmpv3user" v3 enable

This enable community "public" to read-only access (as it is mapped to the read-only user snmpv2user).
Set commands (snmp write) is only allowed by snmpv3 (set through snmp security command)
Sends Traps using the snmpv3 user.

If you need specific counters to ask you may need to do some search (here in the forum/google/monitoring forums) or dive in the mibs, that are downloadable.
firewall1981
Member
Posts: 16
Joined: 27 Mar 2014 04:05

Re: SNMP CONFIGURATION IN OS

Post by firewall1981 »

Thanks dear for good explanation, I will try the same.
Sitec
Member
Posts: 3
Joined: 22 Sep 2014 03:03

Re: SNMP CONFIGURATION IN OS

Post by Sitec »

devnull wrote:Just for monitoring:
create a snmp-user (if supported use SNMP-V3)
configure snmp traps towards the management station
e.g.
aaa authentication snmp local
user snmpv2user password 111222333 read-only all no auth
user snmpv3user password abcd1234 md5+des read-write all
snmp community map "public" user "snmpv2user" on
snmp security authentication set
snmp station 10.10.10.10 162 "snmpv3user" v3 enable

This enable community "public" to read-only access (as it is mapped to the read-only user snmpv2user).
Set commands (snmp write) is only allowed by snmpv3 (set through snmp security command)
Sends Traps using the snmpv3 user.

If you need specific counters to ask you may need to do some search (here in the forum/google/monitoring forums) or dive in the mibs, that are downloadable.

Hi every one...

I have 2 l3 switch and 19 l2 switch. I want to monitor all network switches centrally even with the links.
Is it possible??

Or please tell me the network monitoring tools which is helpful for me.

Waiting for your reply.

Thanks
devnull
Alcatel Unleashed Certified Guru
Alcatel Unleashed Certified Guru
Posts: 976
Joined: 07 Sep 2010 10:16
Location: Germany

Re: SNMP CONFIGURATION IN OS

Post by devnull »

What do you mean with "even with the links"?

Monitoring depends on your needs.
- Using Omnivista for "switch is accessible", Firmware Updates, Locater aso.
- Using Nagios for "is accessible", temperature, ...
- Using Paessler, mrtg, .. for getting interface statistics

You could also use sflow to sample interface statistics and send them to a central server (which will probably be more efficent than snmp gets)

Always remember the more snmp requests you do the more the cpu of the switches will get stressed (WhatsUp Gold imho tries every second)
User avatar
rekeds
Member
Posts: 110
Joined: 05 Jan 2015 09:22
Location: Riga

Re: SNMP CONFIGURATION IN OS

Post by rekeds »

we use zabbix to monitor about 4k networking devices.
Post Reply

Return to “OmniSwitch 9000 / 9000E”