64 Bit OIDs for Gig interfaces on 6500 switch are:
IF-MIB.oid:"ifHCInOctets" "1.3.6.1.2.1.31.1.1.1.6"
IF-MIB.oid:"ifHCInUcastPkts" "1.3.6.1.2.1.31.1.1.1.7"
IF-MIB.oid:"ifHCInMulticastPkts" "1.3.6.1.2.1.31.1.1.1.8"
IF-MIB.oid:"ifHCInBroadcastPkts" "1.3.6.1.2.1.31.1.1.1.9"
IF-MIB.oid:"ifHCOutOctets" "1.3.6.1.2.1.31.1.1.1.10"
IF-MIB.oid:"ifHCOutUcastPkts" "1.3.6.1.2.1.31.1.1.1.11"
IF-MIB.oid:"ifHCOutMulticastPkts" "1.3.6.1.2.1.31.1.1.1.12"
IF-MIB.oid:"ifHCOutBroadcastPkts" "1.3.6.1.2.1.31.1.1.1.13"
IF-MIB.oid:"ifHCFixedLengthGroup" "1.3.6.1.2.1.31.2.1.3"
IF-MIB.oid:"ifHCPacketGroup" "1.3.6.1.2.1.31.2.1.5"
IF-MIB.oid:"ifVHCPacketGroup" "1.3.6.1.2.1.31.2.1.6"
I didn't have to change anything on the 6500, but to poll I did the following.
Store a list of VLANs that I wanted to monitor in a flat file
vlan_oid = '.1.3.6.1.4.1.9.5.1.9.3.1.3';
Then I use the above VLAN to get the blade.port for each VLAN. I store all the blade.port info for the VLANs I'm looking for then use this OID
ifindex_oid = '.1.3.6.1.4.1.9.5.1.4.1.1.11';
to find the interface index for each blade.port pair. Now that I know the ifindex, I can append it to the HC OIDs above to get the stats for the gig ports that map to the VLANs for the interfaces running netflow.
- Jeffrey
"José Domínguez" wrote:
>
> Jeffrey could you send me the oids you used for the
> 64 bit HC counters and any configuration you had to do on the 6K.
>
> Thank you,
>
> José.
-- Yahoo Network Engineering email: jeffrey@papen.com beep: page-jeffrey@papen.com work: 408-616-3897 fax: 408-530-5307 cell: 650-580-2684 page: 408-619-0572 Yahoo Messenger ID: jpapen -- cflowd mailing list cflowd@caida.org
This archive was generated by hypermail 2b29 : Thu Nov 09 2000 - 16:23:06 PST