From: Aiello, S. \(G. C. consultant\) <ste...@ge...> - 2006-11-01 01:02:56
|
All, I am trying to write a template for a Cisco WS-6509 IOS switch. A single report to list the status/information on each port is just massive. So I would like to split the report up by card, basically I will have a card1, card2, card3, etc, report with only that card's ports displayed. So I start with the following OIDS for the card3 report: portIndex: .1.3.6.1.4.1.9.5.1.4.1.1.2.3 portName: .1.3.6.1.4.1.9.5.1.4.1.1.4.3 portIfIndex: .1.3.6.1.4.1.9.5.1.4.1.1.11.3 Now, I need to change the Primary alias to the value of portIfIndex and pull data from another set of OIDs. ifBps: .1.3.6.1.2.1.2.2.1.5 ifInOctets: .1.3.6.1.2.1.2.2.1.10 ifOutOctets: .1.3.6.1.2.1.2.2.1.16 ifInErrors: .1.3.6.1.2.1.2.2.1.14 ifOutErrors: .1.3.6.1.2.1.2.2.1.20 Now I know this presently possible, but was curious if there was interest in this being added. I know I am. Thoughts ? ~Steve |