Is there any way to use the Net::SNMP module to connect to a Cisco router that is connected though a term server?

I can't figure out what parameters could be used when invoking the Net::SNMP->session method to create the session object. Is this even possible if I am connecting through a term server?

Typically I connect to my router through the following command:
% telnet <termServer Hostname> <port Router is connected to>

Our routers are on a private lab network.

My goal in using Net::SNMP to track the card inventory in the routers. For example, we want to know the details of what the "show module" displays (not all of it may be relevent). It would help us to track what inventory we have in our lab on each router. Does anyone how to find out what OIDs to use? I am not very familiar with SNMP so assume I have limited knowledge of how to find this out. I have a list of all the OIDs from the Cisco web site. However, I don't know how to correspond this to the info I want from the "show module" output (card type, model, serial num, etc).

In reply to SNMP access for Cisco router with term server by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.