RE: [USR-TC] NAS Port questions
I see the problem - forgot this - the chassis is labelled slots 1-14, but for the equation to work you have to use 0-13. In other words, instead of: [256 * slot number] + channel number You use: [256 * (slot number - 1)] + channel number. Then yours works: [256 * (2-1)] + 3 = 259. - Joel -----Original Message----- From: Adam Barnhill [mailto:adam@semo.net] Sent: Tuesday, December 09, 2003 7:48 PM To: 'Discussion relating to the 3Com/US Robotics Total Controlmodemsystems.' Subject: RE: [USR-TC] NAS Port questions Importance: High Here is an Auth directly from a HiperDSP/HiperARC/NMC(older) box. As you can see the formula does not work here. User-Name : joebob1 User-Password : xxxxxxxxxx NAS-IP-Address : xxx.xxx.xxx.xxx NAS-Port : 259 Acct-Session-Id : 16908782 Interface-Index : 1515 Nas-Supports-Tags : 0 Service-Type : 2 Framed-Protocol : PPP Chasis-Call-Slot : 2 Chasis-Call-Span : 1 Chasis-Call-Channel : 3 Initial-Connect-Rate : 1(NONE) Called-Station-Id : xxx.xxxx NAS-Port-Type : 0 This box is running the following code: HARC 5.0.9, NMC 7.1.8, HDSP 2.1.85 These are the relevant settings (so far as I know): Attribute Style: STANDARD Radius NAS-PORT id style: DENSITY BASED PBUS SETTINGS Reported Base: 1 Port Density: 256 Slot Owner Description Ports Type Console 1 YES 24 Channel High Density Modem 24 DYNAMIC YES 2 YES 24 Channel High Density Modem 24 DYNAMIC YES 3 YES 24 Channel High Density Modem 24 DYNAMIC YES 4 YES 24 Channel High Density Modem 24 DYNAMIC YES 5 YES --EMPTY-- 0 STATIC NO 6 YES --EMPTY-- 0 STATIC NO 7 YES --EMPTY-- 0 STATIC NO 8 YES --EMPTY-- 0 STATIC NO 9 YES --EMPTY-- 0 STATIC NO 10 YES --EMPTY-- 0 STATIC NO 11 YES --EMPTY-- 0 STATIC NO 12 YES --EMPTY-- 0 STATIC NO 13 YES --EMPTY-- 0 STATIC NO 14 YES --EMPTY-- 0 STATIC NO 15 YES --EMPTY-- 0 STATIC NO 16 YES HiPer Access Router NAC 0 DYNAMIC NO Anybody have any ideas? At this point I'm not worried about the multispans, but I need my HiperDSP boxes to report NAS port correctly. -----Original Message----- From: usr-tc-bounces+adam=semo.net@mailman.xmission.com [mailto:usr-tc-bounces+adam=semo.net@mailman.xmission.com] On Behalf Of Joel - Fox Computers Sent: Tuesday, December 09, 2003 6:00 PM To: Discussion relating to the 3Com/US Robotics Total Control modemsystems. Subject: RE: [USR-TC] NAS Port questions I know for a fact that works when you only have Hiper DSP's - but beyond that I'm not sure. - Joel -----Original Message----- From: Adam Barnhill [mailto:adam@semo.net] Sent: Tuesday, December 09, 2003 4:21 PM To: usr-tc@lists.xmission.com Subject: [USR-TC] NAS Port questions Importance: High Hi guys, I wonder if any of you know the formula to calculate the NAS port. The formula in the UTstar Knowledgebase doesn't seem to be accurate for us. That formula is NAS port = [256 * slot number] + channel number. This formula doesn't work for any of our boxes. We have both MultiSpan and Non-Multispan TCs. This formula doesn't allow for Multispans but it doesn't work on our "low density" boxes either. We are running ARC 5.3.110 on our Multispan boxes, and 5.2.102 on our Non-Multispan boxes. Any help would be appreciated. -- Adam Barnhill Support Engineer, TotallyFabricated.com Information Technology Engineer, Poplar Bluff Internet, Inc. / Semo.net P.O. Box 190 | Poplar Bluff, MO 63902 | 573.686.9114, < <http://www.semo.net/> http://www.semo.net/> Home of TotallyFabricated.com the creators of Total Scrutinizer _______________________________________________ USR-TC mailing list USR-TC@mailman.xmission.com http://mailman.xmission.com/cgi-bin/mailman/listinfo/usr-tc _______________________________________________ USR-TC mailing list USR-TC@mailman.xmission.com http://mailman.xmission.com/cgi-bin/mailman/listinfo/usr-tc _______________________________________________ USR-TC mailing list USR-TC@mailman.xmission.com http://mailman.xmission.com/cgi-bin/mailman/listinfo/usr-tc
participants (1)
-
Joel - Fox Computers