is there any way to read the Contents of the Auth-Ack Message from a PPPoE Connection?
I am running a RB4011 with a Zyxel VDSL Modem. My Provider, on succsessfull Authentication, answers with a Message containing the actual trafficshaper Limits on his side (based on what Sync the MSAN is reporting).
The format of the Message would be like this:
Message='SRU=yyyy#SRD=xxxx#'
Where can i find this to setup appropriate values on my Connection? I tried with Sniffing on the Connection and i can see the Message incoming, but do not find where this data is hidden in Terminal or Winbox.
thanks. I already know this way, but i was curios if there is any “out-of-the-box” functionality to retrieve this information for scripting. I don’t want to rely on a script to telnet into the modem and take the data from there, when all i need is already in the router.
I followed your Trick with separate log memory. With debug output enabled, i can see the Message being logged:
Now, i am digging through scripting to extract this, but this will take some time. Many examples of “new line in log scripts” fail when memory log keeps rolling over.