Garry, To the best of my knowledge there isn't a command to active or deactivate MIBs on the DFEs. The only special considerations that I'm aware of is in pre 6.x code, you need to setup SNMP Users/Communities with the appropriate router context so that you can access the router related MIBs. You'll need to do this if you want to gather ARP (ipNetToMediaTable) data from a DFE routing module running pre 6.x code. For example:
set snmp access groupRTR.1 security-model v1 context router1 exact read All
set snmp access groupRTR.2 security-model v1 context router2 exact read All
set snmp community Myrouter.1 context router1
set snmp community Myrouter.2 context router2
set snmp group groupRTR.1 user Myrouter.1 security-model v1
set snmp group groupRTR.2 user Myrouter.2 security-model v1
In the example, context router1 equates to a router module in slot 1, while
context router2 equates to a router module in slot 2.
What information are you trying to glean from the MIB?
If it is MAC to port mapping that will be in the dot1dTp and/or dot1qTp MIB
branches.
The dot1dTp branch is not VLAN/multiple Forwarding Database (FDb)
aware, while the dot1qTp branch does include FDb information.
If it is VLAN to port mapping that should be available from the dot1qVlan
MIB branch.
If it is VLAN ID to name mapping that should be available in the
dot1qVlanStaticTable MIB branch.
I hope that this helps you get this working. If you are able to get it
working would you be kind enough to post a how-to for anyone else on the
list interested in doing the same thing?
Thanks!
Regards,
Phillip McClure
Phillip McClure, ESE,CCDA
Principal Solutions Architect
McClure Technologies LLC
Mobile: 401-487-0911 | Fax: 425-984-9271
E-Mail: [email protected]
-----Original Message-----
From: Garry Crothers [mailto:[email protected]]
Sent: Friday, July 03, 2009 8:04 AM
To: Enterasys Customer Mailing List
Subject: [enterasys] VLAN Mibs
i am trying to get Cacti with Mactrack plugin working with Enterasys N1
N3 N7 DFE Gold and platinum blades.
The OID for the etsysVlanInterfaceMIB is 1.3.6.1.4.1.5624.1.2.22 if I do
an snmp walk from here or use GETIF to browse the mib tables I dont seem
to see any details
Does anyone know if this mib table needs to be enable on the switches by
some mechanism, or am I using the wrong mib number
hardware verision details
1 7G4282-49 08085977635F Hw: 1
Bp: 01.00.19
Fw: 05.42.04
regards
garry crothers
---
To unsubscribe from enterasys, send email to [email protected] with the body:
unsubscribe enterasys [email protected]
smime.p7s
Description: S/MIME cryptographic signature
