Re: Nobody able to help me ?
ifTable = 1.3.6.1.2.1.2.2 Contains a number of OIDs you want to look at) ifNumber = 1.3.6.1.2.1.2.1 The number of interfaces/ports on the device - careful with this one, it includes the virtual interfaces as well as the physical ones Under ifTable (part of the standard RFC 1213 MIB - you probably already have it compiled) are a number of values that can be gathered per port/interface. You need to walk through them and determine which instances of each OID you want monitored. Getif is a good program for this or you can use a regular SNMP package like Castlerock's SNMPc. # = number of the instance you want monitored. This generally conforms to the ifIndex value of the port/interface. ifIndex = 1.3.6.1.2.1.2.2.1.1.# ifDescr = 1.3.6.1.2.1.2.2.1.2.# ifType = 1.3.6.1.2.1.2.2.1.3.# ifMtu = 1.3.6.1.2.1.2.2.1.4.# ifSpeed = 1.3.6.1.2.1.2.2.1.5.# ifPhysAddress = 1.3.6.1.2.1.2.2.1.6.# ifAdminStatus = 1.3.6.1.2.1.2.2.1.7.# ifOperStatus = 1.3.6.1.2.1.2.2.1.8.# ifLastChange = 1.3.6.1.2.1.2.2.1.9.# ifInOctets = 1.3.6.1.2.1.2.2.1.10.# ifInUcastPkts = 1.3.6.1.2.1.2.2.1.11.# ifInNUcastPkts = 1.3.6.1.2.1.2.2.1.12.# ifInDiscards = 1.3.6.1.2.1.2.2.1.13.# ifInErrors = 1.3.6.1.2.1.2.2.1.14.# ifInUnknownProtos = 1.3.6.1.2.1.2.2.1.15.# ifOutOctets = 1.3.6.1.2.1.2.2.1.16.# ifOutUcastPkts = 1.3.6.1.2.1.2.2.1.17.# ifOutNUcastPkts = 1.3.6.1.2.1.2.2.1.18.# ifOutDiscards = 1.3.6.1.2.1.2.2.1.19.# ifOutErrors = 1.3.6.1.2.1.2.2.1.20.# ifOutQLen = 1.3.6.1.2.1.2.2.1.21.# Karen E Young Network Engineer ELF Technologies, Inc [EMAIL PROTECTED] Piatnitchi Cristian <[EMAIL PROTECTED]To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> UKoil.com>cc: Sent by: Subject: Nobody able to help me ? [EMAIL PROTECTED] 09/06/2000 08:31 AM Please respond to Piatnitchi Cristian Hi all I have to monitor the traffic for 3 ports configured to work in trunking Is there any possibility to monitor these values trough the SNMP ? Does anybody know the OID and the mib that should I compile for that ? Thanks in advance Cristian Piatnitchi ___ UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html FAQ, list archives, and subscription info: http://www.groupstudy.com Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] ___ UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html FAQ, list archives, and subscription info: http://www.groupstudy.com Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: Nobody able to help me ?
Methinks that the amount of Octets received on port 1/1 on sup is 1.3.6.1.2.1.16.1.1.1.4.32 Port 1/2 is 1.3.6.1.2.1.16.1.1.1.4.48 I think they increase in multiples of 16, and alos they are a counter so it will increase with ever poll. So find out what port you want to monitor and do the maths. I haven't had to do this for a long time so it might be slightly incorrect. Regards -Paul -Original Message- From: Greene, Patrick [ mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ] Sent: Wednesday, September 06, 2000 5:01 PM To: 'Piatnitchi Cristian'; '[EMAIL PROTECTED]' Subject: RE: Nobody able to help me ? Try compiling this MIB and you should be able to find a Trunk Status. This assumes you are using a Cat 5000. CISCO-VTP-MIB.my Patrick Greene -Original Message- From: Piatnitchi Cristian [ mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ] Sent: Wednesday, September 06, 2000 11:32 AM To: '[EMAIL PROTECTED]' Subject: Nobody able to help me ? Hi all I have to monitor the traffic for 3 ports configured to work in trunking Is there any possibility to monitor these values trough the SNMP ? Does anybody know the OID and the mib that should I compile for that ? Thanks in advance Cristian Piatnitchi ___ UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html <http://www.groupstudy.com/list/guide.html> FAQ, list archives, and subscription info: http://www.groupstudy.com <http://www.groupstudy.com> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] ___ UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html FAQ, list archives, and subscription info: http://www.groupstudy.com Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: Nobody able to help me ?
Title: RE: Nobody able to help me ? Try compiling this MIB and you should be able to find a Trunk Status. This assumes you are using a Cat 5000. CISCO-VTP-MIB.my Patrick Greene -Original Message- From: Piatnitchi Cristian [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 06, 2000 11:32 AM To: '[EMAIL PROTECTED]' Subject: Nobody able to help me ? Hi all I have to monitor the traffic for 3 ports configured to work in trunking Is there any possibility to monitor these values trough the SNMP ? Does anybody know the OID and the mib that should I compile for that ? Thanks in advance Cristian Piatnitchi ___ UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html FAQ, list archives, and subscription info: http://www.groupstudy.com Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: Nobody able to help me ?
Title: RE: Nobody able to help me ? What kind of switch? Patrick -Original Message- From: Piatnitchi Cristian [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 06, 2000 11:32 AM To: '[EMAIL PROTECTED]' Subject: Nobody able to help me ? Hi all I have to monitor the traffic for 3 ports configured to work in trunking Is there any possibility to monitor these values trough the SNMP ? Does anybody know the OID and the mib that should I compile for that ? Thanks in advance Cristian Piatnitchi ___ UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html FAQ, list archives, and subscription info: http://www.groupstudy.com Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]