[c-nsp] PPPoA sessions

Wayne Lee linkconnect at googlemail.com
Wed Feb 4 11:00:05 EST 2009


On Wed, Feb 4, 2009 at 3:39 PM, Frank Bulk - iName.com
<frnkblk at iname.com> wrote:
> I've asked this before on cisco-bba: there doesn't appear to be an OID for
> that.
>
> I'm afraid you might need to screen-scrape.
>
> Frank
>
> -----Original Message-----
> From: cisco-nsp-bounces at puck.nether.net
> [mailto:cisco-nsp-bounces at puck.nether.net] On Behalf Of Mohammad Khalil
> Sent: Wednesday, February 04, 2009 8:53 AM
> To: cisco-nsp at puck.nether.net
> Subject: [c-nsp] PPPoA sessions
>
>
> Hey all ,
> i have a router with PPPoE and PPPoA sessions
> i used to the OID 1.3.6.1.4.1.9.9.194.1.1.1 to draw the PPPoE sessions
> i searched for OID to draw the PPPoA but didnt find an OID for it
> can anyone help ??


We have the below in our Cacti install which graphs online PPPoA users

<interface>
<name>Get Active PPP Sessions</name>
<description>Queries a Cisco for a list of online users</description>
<oid_index>1.3.6.1.4.1.9.10.24.1.1.4</oid_index>

<fields>
<usersIndex>
<name>Index</name>
<method>walk</method>
<source>value</source>
<direction>input</direction>
<oid>.1.3.6.1.4.1.9.10.24.1.1.4.1.3</oid>
</usersIndex>
<usersFiveMin>
<name>5 Minute Utilization</name>
<method>walk</method>
<source>value</source>
<direction>output</direction>
<oid>.1.3.6.1.4.1.9.10.24.1.1.4.1.3</oid>
</usersFiveMin>
</fields>
</interface>


Regards

Wayne


More information about the cisco-nsp mailing list