11-14-2006 09:14 AM
Anyone else graphing data from your 15454's? I'm looking into what OID's would be good. For example, I'd like to have a historical graph of the incoming power levels in my transponders.
11-20-2006 11:46 AM
Try:
Cisco Transport Manager 4.6 Data Sheet:
http://www.cisco.com/en/US/products/sw/opticsw/ps2204/products_data_sheet09186a00801fae55.html
01-02-2007 02:39 PM
We're graphing some data. The CERENT mibs have optical power levels for some of the interfaces at:
.1.3.6.1.4.1.3607.2.30.1.1.1.3.nnnnn.1.1
.1.3.6.1.4.1.3607.2.30.1.1.1.3.nnnnn.2.1
For some reason you have to divide by 10 to get dBm, though.
And that's all we've been graphing so far, but I want to do more. We'd love to do span loss but I haven't found an OID for it and I figure on adding FEC/UFEC and other PM values which I just haven't gotten to yet.
I'm trying to figure out how to get levels for OC192 cards w/o success so far (it took forever to find the levels in CTC, too!)
01-03-2007 08:41 AM
Thanks for the information - I haven't done too much with it yet, but send me an email sometime if you'd like to collaborate on anything with regard to this.
Here is some info that Cisco sent me on how to correlate the OID's to the cards in the ONS:
Here is how you correlate OID's:
Calculating the STS index.
Slot 1 has a base value of 4096. To get the base value of any other slot multiply 4096 by the slot number. (slot 2 is 8192).
The card in the slot is the slot value plus 1. So a card in slot 2 has a value of 8193.
An STS in a slot is the STS value plus the card value. So the fourth sts on an OC48 card in slot 2 would be 8193 + 4 = 8196.
Here's an OID...
SNMPv2-SMI::transmission.39.2.1.2.1.2.49216.1
4096 is the slot index. 4097 is a card index.It is not a valid interface index.Valid interfaces indices for slot 1, generally start at 4098. But the numbering mightbe different if there are PIMs/PPMs.
So 4098 is the 1st STS1 on slot 1 and 8194 is the first STS1 on slot2.
Similarly valid indices for slot2 will generally start at 8194.
(8192=slot, 8193=card)
So slot12 => 4096 * 12 = 49152 = slot index => sts1 index on slot 12 is 49154.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide