<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">HI Jim, <div><br></div><div>the rbnSubsActiveName and rbnSubsActiveSessionId are the key index for the table rbnSubsActiveEntry. They cannot be query directly. You need to specify them to gather the other info of the table.</div><div><br></div><div>this is the definition in 6.1.5 code for the table:</div><div><br></div><div>rbnSubsActiveEntry OBJECT-TYPE<br>    SYNTAX      RbnSubsActiveEntry<br>    MAX-ACCESS  not-accessible<br>    STATUS      current<br>    DESCRIPTION<br>        "A conceptual row in the rbnSubsActiveTable."<br>  <b>  INDEX { rbnSubsActiveName, rbnSubsActiveSessionId }<br></b>    ::= { rbnSubsActiveTable 1 }<br><br>RbnSubsActiveEntry ::= SEQUENCE {<br>    rbnSubsActiveName                   SnmpAdminString,<br>    rbnSubsActiveSessionId              SnmpAdminString,<br>    rbnSubsActiveCircuitDescr           SnmpAdminString,<br>    rbnSubsActiveCircuitHandle          RbnCircuitHandle,<br>    rbnSubsActiveStartTime              DateAndTime,<br>    rbnSubsActiveClear                  TruthValue,<br>    rbnSubsActiveResend                 TruthValue,<br>    rbnSubsActiveNasPortType            Unsigned32,<br>    rbnSubsActiveMediumType             RbnPortMediumType,<br>    rbnSubsActiveResendSvcAcct          TruthValue<br>}</div><div><br></div><div>Thanks</div><div>Stefano</div><div><br></div><div><br></div><div><br><div><div>On Jan 6, 2011, at 1:02 PM, Jim wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Is it possible to get a list of subs connected to an SE800 via SNMP by either username or Session ID?<br><br>I looked through the mib and found these two which appears to be what I require:<br><br>redBackNetworks(2352).rbnMgmt(2).rbnSubscriberActiveMib(27).rbnSubsActiveObjects(1).rbnSubsActive(1).rbnSubsActiveTable(1).rbnSubsActiveEntry(1).rbnSubsActiveName(1)<br>redBackNetworks(2352).rbnMgmt(2).rbnSubscriberActiveMib(27).rbnSubsActiveObjects(1).rbnSubsActive(1).rbnSubsActiveTable(1).rbnSubsActiveEntry(1).rbnSubsActiveSessionId(2)<br><br>However a walk of those returns nothing, but if I do a walk on the next one which is CircuitDescription I get a list of descriptions for all users:<br><br>redBackNetworks(2352).rbnMgmt(2).rbnSubscriberActiveMib(27).rbnSubsActiveObjects(1).rbnSubsActive(1).rbnSubsActiveTable(1).rbnSubsActiveEntry(1).rbnSubsActiveCircuitDescr(3)<br><br>Should a walk of rbnSubsActiveName and rbnSubsActiveSessionId return values?  Is there somewhere else I can get a current list of all connected subscribers from the device? (I want to compare to this to our Radius database periodically).<br><br>Thanks.<br><br>Jim.<br><br><br>_______________________________________________<br>redback-nsp mailing list<br><a href="mailto:redback-nsp@puck.nether.net">redback-nsp@puck.nether.net</a><br>https://puck.nether.net/mailman/listinfo/redback-nsp<br></div></blockquote></div><br></div></body></html>