home *** CD-ROM | disk | FTP | other *** search
/ ftp.xmission.com / 2014.06.ftp.xmission.com.tar / ftp.xmission.com / pub / lists / usr-tc / archive / usr-tc.199909 < prev    next >
Internet Message Format  |  1999-09-30  |  964KB

  1. From: Mike Andrews <mandrews@bit0.com>
  2. Subject: Re: (usr-tc) TC and Cistron
  3. Date: 01 Sep 1999 11:57:15 -0400 (EDT)
  4.  
  5. On Tue, 31 Aug 1999, Tavis Morse wrote:
  6.  
  7. > Hello,
  8. > I'm trying to set up cistron radius to work with the HiperArc, 
  9. > does anyone have this working? If so, I'm wondering what typical clients
  10. > and users file entries might look like.
  11.  
  12. Works great here.  The clients file is easy enough -- hostname of your
  13. ARC's and NMC's in the left column, then the Radius shared secret in the
  14. right column, with a tab in between.
  15.  
  16. The shared secret is case sensitive, so you might want to put it in quotes
  17. on the ARC -- not sure if that's necessary, but doesn't hurt to be sure.
  18.  
  19. Our default users entry is:
  20.  
  21. DEFAULT Auth-Type = System
  22.         Port-Limit = 1,
  23.         USR-Max-Channels = 1,
  24.         USR-IP-SAA-Filter = 1,
  25.         Session-Timeout = 43200,
  26.         Idle-Timeout = 1800,
  27.         Service-Type = Framed-User,
  28.         Framed-Protocol = PPP,
  29.         Framed-IP-Address = 255.255.255.254,
  30.         Framed-IP-Netmask = 255.255.255.255,
  31.         Framed-Routing = None,
  32.         Framed-Compression = Van-Jacobson-TCP-IP,
  33.         Framed-MTU = 1500,
  34.         Filter-Id = "dialup"
  35.  
  36.  
  37. > I have been trying to get it working unsuccessfully for 2 days.,
  38. > so far I can't even get the radius.log to show any activity at all with the
  39. > -y flag. TCPdump shows 'datametrics' packets coming in.
  40.  
  41. try tcpdump -n so you get actual port numbers, or grep /etc/services and
  42. see what "datametrics" maps to...
  43.  
  44. One thing that can trip you up is that some Radius servers (definitely
  45. Livingston, maybe Cistron too) look in /etc/services for "radius" and
  46. "radacct" to figure out what port to listen on.  On FreeBSD at least,
  47. /etc/services shows ports 1812 and 1813.  The ARC defaults to 1645 and
  48. 1646.  You can either fix the ARC or fix /etc/services, but you'll have to
  49. fix one of them to make things work.  We decided to fix /etc/services, but
  50. one of these days I may switch to the newer port numbers...
  51.  
  52.  
  53. Mike Andrews (MA12) -=-=-  VP & Sysadmin, Digital Crescent, Frankfort KY
  54. mandrews@dcr.net  -=--=-  mandrews@bit0.com  -=--=-  http://www.bit0.com
  55. "If you're not part of the solution.... you're part of the precipitate."
  56.  
  57.  
  58. -
  59.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  60.  with "unsubscribe usr-tc" in the body of the message.
  61.  For information on digests or retrieving files and old messages send
  62.  "help" to the same address.  Do not use quotes in your message.
  63.  
  64.  
  65. -------------------------------------------------------------------------------
  66.  
  67. From: Mike Andrews <mandrews@bit0.com>
  68. Subject: Re: (usr-tc) SNMP OID to reset card
  69. Date: 01 Sep 1999 12:12:12 -0400 (EDT)
  70.  
  71. On Mon, 30 Aug 1999, Paul Farber wrote:
  72.  
  73. > What OID can I send to reset a DSP?  
  74.  
  75. It's a set of OIDs, and then there's yet another OID you have to poll for
  76. the result code.  (tcpdumping a TCM session makes more sense out of it)
  77.  
  78. You should be able to Hardware reset any card with:
  79.  
  80. 1.3.6.1.4.1.429.1.1.7.1.1.4.slotno = integer 4
  81. 1.3.6.1.4.1.429.1.1.7.1.1.6.slotno = string "00"
  82.  
  83. then keep checking 1.3.6.1.4.1.429.1.1.7.1.1.7 til you get a 2, and
  84. ..1.1.7.1.1.8 until you get a 1.  You'll get that when the command goes
  85. through, though, not when the card is done resetting...
  86.  
  87. (I hope I don't have that backwards, I'm going off of some source code to
  88. a Perl script I never finished...)
  89.  
  90.  
  91. > Where can I get a good, up to date reference of the SNMP OID's for the
  92. > DSP's?
  93.  
  94. ftp://totalservice.3com.com/pub/.docs/24100003.pdf
  95. ftp://totalservice.3com.com/pub/.docs/24166100.pdf
  96.  
  97.  
  98.  
  99. > Is there a LINUX version of TCM yet?  I remember a list post to mail a guy
  100. > at 3Com... and luck yet?
  101.  
  102. No, but several people have gotten pretty big chunks of it re-implemented
  103. in Perl...
  104.  
  105.  
  106. > Has anyone got TCM to run under X w/Wine?
  107.  
  108. That's a scary thought. :)
  109.  
  110.  
  111. Mike Andrews (MA12) -=-=-  VP & Sysadmin, Digital Crescent, Frankfort KY
  112. mandrews@dcr.net  -=--=-  mandrews@bit0.com  -=--=-  http://www.bit0.com
  113. "If you're not part of the solution.... you're part of the precipitate."
  114.  
  115.  
  116. -
  117.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  118.  with "unsubscribe usr-tc" in the body of the message.
  119.  For information on digests or retrieving files and old messages send
  120.  "help" to the same address.  Do not use quotes in your message.
  121.  
  122.  
  123. -------------------------------------------------------------------------------
  124.  
  125. From: Scott Trautman <scottt@corp.gdinet.com>
  126. Subject: RE: (usr-tc) RE:  IP Spoofing
  127. Date: 01 Sep 1999 12:40:45 -0500 
  128.  
  129. HiPer>> SET NET USER DEFAULT PPP_SOURCE_IP_FILTER ENABLED
  130. CLI - Request SET NETWORK USER  failed because item is not in table
  131.  
  132. Do I need some kind of default user to take advantage of this?
  133.  
  134. SMT
  135.  
  136. -----Original Message-----
  137. Sent: Tuesday, August 31, 1999 10:52 AM
  138. Cc: Totalcontrol
  139.  
  140.  
  141. It is wrong.. the command is 
  142. "SET NET USER DEFAULT PPP_SOURCE_IP_FILTER_ENABLED"
  143.  
  144. -M
  145.  
  146.  
  147. |-----Original Message-----
  148. |From: owner-usr-tc@lists.xmission.com
  149. |[mailto:owner-usr-tc@lists.xmission.com]On Behalf Of Aaron Nabil
  150. |Sent: Monday, August 30, 1999 5:08 PM
  151. |To: usr-tc@lists.xmission.com
  152. |Subject: Re: (usr-tc) IP Spoofing
  153. |
  154. |
  155. |
  156. |I'm almost sure that's wrong.  I think it's something like...
  157. |
  158. |set net user default ppp_source_ip_filter enable
  159. |
  160. |although there might be a global switch you can flip.  The
  161. |radius attribute does not work.
  162. |
  163. |
  164. |Jamie Orzechowski writes...
  165. |>set nework user default spoofing enable/disable
  166. |>
  167. |>----- Original Message ----- 
  168. |>From: Russ Miescke <russm@powerweb.net>
  169. |>To: <usr-tc@lists.xmission.com>
  170. |>Sent: Monday, August 30, 1999 5:02 PM
  171. |>Subject: (usr-tc) IP Spoofing
  172. |>
  173. |>
  174. |>> How do I keep people from spoofing an IP address on the TC hub.
  175. |>> I know there is an option, but can't find it for the life of me.
  176. |>> 
  177. |>> Russ Miescke
  178. |>> Power Web Connect
  179. |
  180. |-- 
  181. |Aaron Nabil
  182. |
  183. |-
  184. | To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  185. | with "unsubscribe usr-tc" in the body of the message.
  186. | For information on digests or retrieving files and old messages send
  187. | "help" to the same address.  Do not use quotes in your message.
  188. |
  189.  
  190. -
  191.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  192.  with "unsubscribe usr-tc" in the body of the message.
  193.  For information on digests or retrieving files and old messages send
  194.  "help" to the same address.  Do not use quotes in your message.
  195.  
  196. -
  197.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  198.  with "unsubscribe usr-tc" in the body of the message.
  199.  For information on digests or retrieving files and old messages send
  200.  "help" to the same address.  Do not use quotes in your message.
  201.  
  202.  
  203. -------------------------------------------------------------------------------
  204.  
  205. From: Jeff Mcadams <jeffm@iglou.com>
  206. Subject: Re: (usr-tc) RE:  IP Spoofing
  207. Date: 01 Sep 1999 13:45:30 -0400
  208.  
  209. Thus spake Scott Trautman
  210. >HiPer>> SET NET USER DEFAULT PPP_SOURCE_IP_FILTER ENABLED
  211. >CLI - Request SET NETWORK USER  failed because item is not in table
  212.  
  213. >Do I need some kind of default user to take advantage of this?
  214.  
  215. I'm pretty sure usernames are case-sensitive...try default in
  216. lower-case.
  217. -- 
  218. Jeff McAdams                            Email: jeffm@iglou.com
  219. Head Network Administrator              Voice: (502) 966-3848
  220. IgLou Internet Services                        (800) 436-4456
  221.  
  222. -
  223.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  224.  with "unsubscribe usr-tc" in the body of the message.
  225.  For information on digests or retrieving files and old messages send
  226.  "help" to the same address.  Do not use quotes in your message.
  227.  
  228.  
  229. -------------------------------------------------------------------------------
  230.  
  231. From: Scott Trautman <scottt@corp.gdinet.com>
  232. Subject: RE: (usr-tc) RE:  IP Spoofing
  233. Date: 01 Sep 1999 12:55:58 -0500 
  234.  
  235. set net user default ppp_source_ip_filter enabled
  236.  
  237. ...you are correct sir, 'default' needs to be in lower case...!
  238.  
  239. SMT
  240.  
  241. -----Original Message-----
  242. Sent: Wednesday, September 01, 1999 12:46 PM
  243.  
  244.  
  245. Thus spake Scott Trautman
  246. >HiPer>> SET NET USER DEFAULT PPP_SOURCE_IP_FILTER ENABLED
  247. >CLI - Request SET NETWORK USER  failed because item is not in table
  248.  
  249. >Do I need some kind of default user to take advantage of this?
  250.  
  251. I'm pretty sure usernames are case-sensitive...try default in
  252. lower-case.
  253. -- 
  254. Jeff McAdams                            Email: jeffm@iglou.com
  255. Head Network Administrator              Voice: (502) 966-3848
  256. IgLou Internet Services                        (800) 436-4456
  257.  
  258. -
  259.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  260.  with "unsubscribe usr-tc" in the body of the message.
  261.  For information on digests or retrieving files and old messages send
  262.  "help" to the same address.  Do not use quotes in your message.
  263.  
  264.  
  265. -------------------------------------------------------------------------------
  266.  
  267. From: "C Thompson" <cthompson@wingnet.net>
  268. Subject: (usr-tc) HARC Chassis sold
  269. Date: 01 Sep 1999 14:31:51 -0500
  270.  
  271. For all who were asking about the Hiper ARC chassis with DSP modems, we have sold it.
  272. 
  273. Thanks.  I received far more calls and e-mails than I anticipated and do not have the time 
  274. to return all of them personally.
  275.  
  276.  
  277.  
  278. Craig Thompson, Manager
  279. WingNET Internet Services,
  280. P.O. Box 3000 // Cleveland, TN 37320-3000
  281. 423-559-LINK (v)  423-559-5444 (f)
  282. http://www.wingnet.net
  283.  
  284. -
  285.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  286.  with "unsubscribe usr-tc" in the body of the message.
  287.  For information on digests or retrieving files and old messages send
  288.  "help" to the same address.  Do not use quotes in your message.
  289.  
  290.  
  291. -------------------------------------------------------------------------------
  292.  
  293. From: Scott Trautman <scottt@corp.gdinet.com>
  294. Subject: (usr-tc) Packet filtering strategies/netbus et al
  295. Date: 01 Sep 1999 14:35:56 -0500 
  296.  
  297. Hi--
  298.  
  299. I'm reviewing my filtering strategies and wondering about the wisdom of
  300. putting filters a) on TC unit ethernets b) on individual dialin users c)
  301. border routers to combat netbus et al types of attacks. I've got a pretty
  302. good list of the ports typically used (yeah, I know, can use other ports
  303. too, but could cut down by 95%). 
  304. Assumptions/questions: 
  305. -our own users most likely will not attack each other (? assumption) support
  306. b,c approach
  307. -load/user performance on ARC or Netserver get to be an issue with too much
  308. filtering?
  309. -how big a problem is it anyway?
  310. -how big a filter is too big? I've got about 30 lines in one already, could
  311. easily double+ that. Limits on Netserver filters? ARC's?
  312.  
  313. We use Cisco 3640's on our borders, 2501's in smaller pops, TC units for
  314. dialup & a couple PM3's for ISDN. Sure wish the netserver filters had a
  315. 'log' item on 'em. Really makes debugging a lot easier...as well as more
  316. than less proactively tracking down filter problems/attacks w/syslog entries
  317. to show....
  318.  
  319. I'm currently using some pretty modest filtering already.
  320.  
  321. ..and finally...anyone doing a lot with the ARC filters? Anyone interested
  322. in making some bucks converting a couple Netserver filters to an ARC filter?
  323. Easy way to do it? Trying to get a set of filters I'm happy with then port
  324. them to the ARC's. The new format, albeit "improved" and I'm sure more
  325. "flexible" is giving me dread...
  326.  
  327. SMT
  328.  
  329.  
  330. Scott Trautman           608-240-4638,4637fax
  331. Global Dialog Internet   www.gdinet.com
  332. 2810 Crossroads, STE LL2
  333. Madison WI 53718 
  334.  
  335.  
  336.  
  337. -
  338.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  339.  with "unsubscribe usr-tc" in the body of the message.
  340.  For information on digests or retrieving files and old messages send
  341.  "help" to the same address.  Do not use quotes in your message.
  342.  
  343.  
  344. -------------------------------------------------------------------------------
  345.  
  346. From: "Mike Wilker" <mikew@LL.NET>
  347. Subject: (usr-tc) HiperDSP T-1/E-1
  348. Date: 01 Sep 1999 14:52:14 -0500
  349.  
  350. Are the T-1 and E-1 cards the same with different code, or do you have to
  351. get different cards to go from T-1 to E-1?  Thanks.
  352.  
  353. Mike Wilker
  354. Operations Manager
  355. Local Link, Inc.
  356.  
  357.  
  358. -
  359.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  360.  with "unsubscribe usr-tc" in the body of the message.
  361.  For information on digests or retrieving files and old messages send
  362.  "help" to the same address.  Do not use quotes in your message.
  363.  
  364.  
  365. -------------------------------------------------------------------------------
  366.  
  367. From: Marty Elliott <marty@2assetrecovery.com>
  368. Subject: Re: (usr-tc) HiperDSP T-1/E-1
  369. Date: 01 Sep 1999 13:17:15 -0700
  370.  
  371. At 02:52 PM 09/01/1999 -0500, you wrote:
  372. >Are the T-1 and E-1 cards the same with different code, or do you have to
  373. >get different cards to go from T-1 to E-1?  Thanks.
  374. >
  375. >Mike Wilker
  376.  
  377. Mike -- don't get me going on this issue!  
  378.  
  379. Same cards -- basically.  The E1 version has a daughter card (35-001914-0x)
  380. that plugs into the standard DSP NAC (p/n 69-001914-0x).  It contains the
  381. extra six ports.  3Com refuses to sell them (the daughter cards) separately
  382. and insists you buy the card set (p/n 992267-00) for about $2000 more than
  383. the danged T1 version.  
  384.  
  385. Have been fighting over this for weeks with 3Com from Australia to
  386. Singapore to California to Illinois to Europe.
  387.  
  388. Good luck.
  389.  
  390. Marty
  391.  
  392.  
  393. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394. Marty Elliott
  395. MARS, Inc.
  396. 2105 South 48th Street
  397. Suite 104
  398. Tempe, AZ 85282
  399. 602-426-8272
  400. 602-454-0770 fax
  401. www.2assetrecovery.com
  402. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  403.  
  404. -
  405.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  406.  with "unsubscribe usr-tc" in the body of the message.
  407.  For information on digests or retrieving files and old messages send
  408.  "help" to the same address.  Do not use quotes in your message.
  409.  
  410.  
  411. -------------------------------------------------------------------------------
  412.  
  413. From: Eric J Merkel <merkel@defnet.com>
  414. Subject: (usr-tc) Quad Modem problem (Need help!) :)
  415. Date: 01 Sep 1999 16:18:12 -0400
  416.  
  417.  
  418. We had a major fiber cut here locally today and it knocked out several of
  419. our T1's, one of which is coming into our TCH into a bank of 6 Quad 4
  420. modems. When the T1 was finally restored to those modems, serveral of them
  421. would not takes calls. FWIW we have another 6 quads and 2 hiper dsp's on 3
  422. other T1's in this box that are working ok so it seems to be limited to the
  423. first T1 only.
  424.  
  425. They (ports 7,8,9,10,11,12,21,22,23,24) would do one of the following:
  426.  
  427. 1) call and get click, orange light, carrier, light goes dark, click
  428. carrier, orange light, disconnect
  429. 2) call and get dead silence but orange light comes on
  430.  
  431. I've tried the following to bring these modems back to working condition:
  432.  
  433. 1) Hard and soft reset of the DS0 for those modems
  434. 2) Reset the entire T1 coming into those channels
  435. 3) Did a hard and soft hardware reset on the quad cards themselves
  436. 4) Hard and soft busy and restore on those DS0's
  437. 5) Pulled the darn quad cards and reset them
  438. 6) Yank the T1 cable out and reset it
  439.  
  440. None of these worked, so I have all of these modems soft busied out until I
  441. can think of something else to try. This T1 has been in operation a couple
  442. of years but occasionally if it goes down, it starts doing funky things like
  443. this. Somehow last time it happened it automagically fixed itself.
  444. Unfortunately, it does not look like that is going to happen at this point.
  445.  
  446. Any ideas would be much appreciated. :)
  447.  
  448. Eric
  449.  
  450.  
  451.  
  452. Eric Merkel / MetaLink Technologies, Inc
  453. ~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
  454. Email: merkel@metalink.net
  455. Phone: 419-782-3472 X304
  456. ~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
  457.  
  458.  
  459. -
  460.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  461.  with "unsubscribe usr-tc" in the body of the message.
  462.  For information on digests or retrieving files and old messages send
  463.  "help" to the same address.  Do not use quotes in your message.
  464.  
  465.  
  466. -------------------------------------------------------------------------------
  467.  
  468. From: Aaron Nabil <nabil@spiritone.com>
  469. Subject: Re: (usr-tc) Packet filtering strategies/netbus et al
  470. Date: 01 Sep 1999 13:36:45 -0700 (PDT)
  471.  
  472. Scott Trautman writes...
  473. >..and finally...anyone doing a lot with the ARC filters? Anyone interested
  474. >in making some bucks converting a couple Netserver filters to an ARC filter?
  475.  
  476. Easy money, considering the ARC supports netserver syntax filters.
  477.  
  478.  
  479. -- 
  480. Aaron Nabil
  481.  
  482. -
  483.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  484.  with "unsubscribe usr-tc" in the body of the message.
  485.  For information on digests or retrieving files and old messages send
  486.  "help" to the same address.  Do not use quotes in your message.
  487.  
  488.  
  489. -------------------------------------------------------------------------------
  490.  
  491. From: Paul Farber <farber@admin.f-tech.net>
  492. Subject: Re: (usr-tc) Packet filtering strategies/netbus et al
  493. Date: 01 Sep 1999 17:38:42 -0400 (EDT)
  494.  
  495. But from previous list discussions the filters were prone to not working.
  496.  
  497.  
  498.  
  499. Paul D. Farber II
  500. Farber Technology
  501. Ph. 570-628-5303
  502. Fax 570-628-5545
  503. farber@admin.f-tech.net
  504.  
  505. On Wed, 1 Sep 1999, Aaron Nabil wrote:
  506.  
  507. > Scott Trautman writes...
  508. > >..and finally...anyone doing a lot with the ARC filters? Anyone interested
  509. > >in making some bucks converting a couple Netserver filters to an ARC filter?
  510. > Easy money, considering the ARC supports netserver syntax filters.
  511. > -- 
  512. > Aaron Nabil
  513. > -
  514. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  515. >  with "unsubscribe usr-tc" in the body of the message.
  516. >  For information on digests or retrieving files and old messages send
  517. >  "help" to the same address.  Do not use quotes in your message.
  518.  
  519.  
  520. -
  521.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  522.  with "unsubscribe usr-tc" in the body of the message.
  523.  For information on digests or retrieving files and old messages send
  524.  "help" to the same address.  Do not use quotes in your message.
  525.  
  526.  
  527. -------------------------------------------------------------------------------
  528.  
  529. From: Mike Andrews <mandrews@bit0.com>
  530. Subject: Re: (usr-tc) Packet filtering strategies/netbus et al
  531. Date: 01 Sep 1999 18:15:01 -0400 (EDT)
  532.  
  533. On Wed, 1 Sep 1999, Scott Trautman wrote:
  534.  
  535. > I'm reviewing my filtering strategies and wondering about the wisdom of
  536. > putting filters a) on TC unit ethernets b) on individual dialin users c)
  537. > border routers to combat netbus et al types of attacks. I've got a pretty
  538. > good list of the ports typically used (yeah, I know, can use other ports
  539. > too, but could cut down by 95%). 
  540. > Assumptions/questions: 
  541. > -our own users most likely will not attack each other (? assumption) support
  542. > b,c approach
  543.  
  544. Depends on how big you are. If you're small like us and only have 2000
  545. customers, this is a mostly-reasonable assumption.  If you're AOL or
  546. Mindspring or even ExecPC-sized, this is a really bad assumption. :)
  547.  
  548.  
  549. > -load/user performance on ARC or Netserver get to be an issue with too much
  550. > filtering?
  551.  
  552. Hasn't been, but most of our filters are on our border.
  553.  
  554. Filter syntax on the ARC is very difficult for me to grasp -- whether it's
  555. counterintuitive, whether I'm stupid, or whether I'm just too used to
  556. Cisco, I don't know yet. ;)  And as Paul Farber just pointed out, filters
  557. were completely broken in some older ARC releases...
  558.  
  559. So my approach is to use the border Cisco to filter things that I want to
  560. apply to absolutely everybody... but where there are cases where I may
  561. want to toggle them on/off on a per-user basis, use ARC filters.
  562.  
  563.  
  564. > -how big a problem is it anyway?
  565.  
  566. Depends on how many script kiddies ya got.  Usually you know about them
  567. really fast because of the questions they ask, or the filters they
  568. trigger.  For us, it depends more on how many outside script kiddies our
  569. own users manage to piss off, which is usually directly proportional to
  570. the number of them that use IRC...  :)
  571.  
  572.  
  573. > We use Cisco 3640's on our borders, 2501's in smaller pops, TC units for
  574. > dialup & a couple PM3's for ISDN. Sure wish the netserver filters had a
  575. > 'log' item on 'em. Really makes debugging a lot easier...as well as more
  576. > than less proactively tracking down filter problems/attacks w/syslog entries
  577. > to show....
  578.  
  579. The ARC has a "log" on it -- sort of.  You can have it log a specified
  580. number of bytes of each packet trapped to syslog.  Unfortunately, it does
  581. exactly that and nothing more -- dumps the *raw* packet, in hex.  It's up
  582. to you to parse the packet manually to figure out if it's a TCP/IP packet
  583. or not, and then get the source/destination address, protocol, and port
  584. numbers or which ICMP message it is.  Ugh...
  585.  
  586. Anyway.
  587.  
  588. What I'm doing on the ARC:
  589.  
  590. - Filter TCP port 139 going to and from the user, because of both Winnuke
  591. and because of customers doing stupid things with file sharing.
  592.  
  593. - Filter TCP port 25 going to anywhere except our own mail server for
  594. customers less than a month old.  The idea is to thwart hit-and-run
  595. spammers that sign up with a fake address, abuse some offsite open SMTP
  596. relay, and never call back when you cancel them.  This happened to us
  597. twice recently.  Twice too many.
  598.  
  599. - In Radius, provide a knob to disable either of these for the few people
  600. that legitimately need it -- we just put these people in a particular Unix
  601. group and have an alternate default entry pick 'em up.  (You'd be
  602. surprised how many NT servers at State Government offices are open for
  603. file sharing across the Internet...)
  604.  
  605. - In Radius, use the USR-IP-SAA-Filter VSA to prevent IP spoofing, unless
  606. the user has a subnet routed to them.  We don't use the global switch on
  607. the ARC; we'd rather do it in Radius so it can be turned off on a per-user
  608. basis.
  609.  
  610. That's all we do on the ARC.  The filters are well under 10 lines... so no
  611. major CPU impact... and if they cause problems for particular people, we
  612. just add 'em to a Unix group and they go away.
  613.  
  614.  
  615. On our border Cisco 3620, we are a little more facist... :)
  616.  
  617. - Block spoofed and RFC1918 addresses.  (10.0.0.0/8, 172.16.0.0/12,
  618. 192.168.0.0/16... and also 127.0.0.0/8)  Should be obvious.
  619.  
  620. - "no ip directed-broadcast" on every interface, to prevent smurf amping.
  621. "no ip redirects" on the serial interfaces to the Internet.
  622.  
  623. - Block telnet to our ARCs because of the DoS attack mentioned a few weeks
  624. ago, at least until a fix is available from 3Com...
  625.  
  626. - Block UDP port 31337 -- first version of Back Orifice.  Don't know what
  627. BO2K defaults to, if anything.
  628.  
  629. - Block TCP ports 12345, 12346, 20034 -- netbus
  630.  
  631. - Block internal services like SNMP, RIPv2 (hm, I can remove that now that
  632. we're all OSPF), Sun RPC, nfs, tftp, MySQL, lpr, Radius, and other
  633. oddities like port 0 that occasionally get used by script kiddie
  634. attacks... Some of these are only blocked to/from the subnet with our
  635. servers, and are open to dialups (just in case someone really does have to
  636. use SNMP on a remote system, for example).  Some of them are blocked for
  637. everyone.
  638.  
  639. (I'm open to suggestions on additions/removals here, by the way.  It just
  640. now occured to me that echo and chargen might be good candidates to
  641. block...)
  642.  
  643. - Log, but do not block, outgoing SMTP connections (syn packets only) from
  644. our dialup IP pools.
  645.  
  646. We don't get a lot of hits on too many of these... aside from the
  647. occasional port scan and the scan of whole subnets for old Back Orifice
  648. setups...  and we've got enough CPU left over on the 3620 to handle it.
  649. (It's only taking two full BGP views)
  650.  
  651. But surprisingly, the *SMTP* logging actually helped me catch a Netbus
  652. install or two that I otherwise wouldn't have noticed.  Newer versions can
  653. have the infected machine email a message to the attacker saying "hi, I'm
  654. awake now, my IP address today is <x.x.x.x>" when the infected machine
  655. dials in.  When I first put the SMTP logging in, I found one long-time
  656. customer was trying to send a ridiculous amount of email to a *.k12.ca.us
  657. address.  When I ran tcpdump on 'em, the word "netbus" popped up in it a
  658. lot.  We emailed a pointer to McAfee's web site to the user, and the SMTP
  659. attempts stopped a day or two later.
  660.  
  661.  
  662. Non-3Com-but-somewhat-related-question:
  663.  
  664. Has anyone tried rate limiting ICMP on a Cisco?  What's the best way
  665. (read: minimal CPU impact) to do it on IOS 11.3?
  666.  
  667. I was considering doing something like generic traffic shaping down to
  668. 256K, on an access list that matched all ICMP -- or at least ICMP echo
  669. request/reply.  (Probably wouldn't shape the one that makes MTU path
  670. discovery work. :)
  671.  
  672. The idea would be to reduce -- slightly -- the effect of a smurf attack.  
  673. It'd still saturate our border router (unless our backbone providers did
  674. the same), but at least it wouldn't melt down the customer's router (or
  675. modem) as well, and they'd at least be able to use our own network during
  676. the attack.
  677.  
  678.  
  679. Mike Andrews (MA12) -=-=-  VP & Sysadmin, Digital Crescent, Frankfort KY
  680. mandrews@dcr.net  -=--=-  mandrews@bit0.com  -=--=-  http://www.bit0.com
  681. "If you're not part of the solution.... you're part of the precipitate."
  682.  
  683.  
  684.  
  685.  
  686. -
  687.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  688.  with "unsubscribe usr-tc" in the body of the message.
  689.  For information on digests or retrieving files and old messages send
  690.  "help" to the same address.  Do not use quotes in your message.
  691.  
  692.  
  693. -------------------------------------------------------------------------------
  694.  
  695. From: Dan Hollis <goemon@sasami.anime.net>
  696. Subject: Re: (usr-tc) Packet filtering strategies/netbus et al
  697. Date: 01 Sep 1999 15:21:19 -0700 (PDT)
  698.  
  699. On Wed, 1 Sep 1999, Mike Andrews wrote:
  700. > The ARC has a "log" on it -- sort of.  You can have it log a specified
  701. > number of bytes of each packet trapped to syslog.
  702.  
  703. What id like to see is some filter rule 'if xyz then dump connection'.
  704.  
  705. Would be a real deterrence to script kiddies if they get disconnected
  706. every time they try to backorifice or smurf someone.
  707.  
  708. -Dan
  709.  
  710.  
  711. -
  712.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  713.  with "unsubscribe usr-tc" in the body of the message.
  714.  For information on digests or retrieving files and old messages send
  715.  "help" to the same address.  Do not use quotes in your message.
  716.  
  717.  
  718. -------------------------------------------------------------------------------
  719.  
  720. From: Jeff Mcadams <jeffm@iglou.com>
  721. Subject: Re: (usr-tc) Packet filtering strategies/netbus et al
  722. Date: 01 Sep 1999 19:05:47 -0400
  723.  
  724. Thus spake Mike Andrews
  725. >Depends on how big you are. If you're small like us and only have 2000
  726. >customers, this is a mostly-reasonable assumption.  If you're AOL or
  727. >Mindspring or even ExecPC-sized, this is a really bad assumption. :)
  728.  
  729. Perhaps, if you don't want to get into putting filters on your Arcs, and
  730. are more comfortable with ciscos, you can put the filters at the next
  731. hop cisco rather than on the arc directly.  Doesn't get the filter quite
  732. to the edge, but limits the damage a script kiddie can do within your
  733. network.  We don't do this, but I probably could.  :)
  734.  
  735. >Filter syntax on the ARC is very difficult for me to grasp -- whether it's
  736. >counterintuitive, whether I'm stupid, or whether I'm just too used to
  737. >Cisco, I don't know yet. ;)  
  738.  
  739. Maybe all three?  ;)  No...there are some aspects of the Arc's filtering
  740. language that is a bit on the bizarre side.  Putting multiple
  741. qualifications for the same check on multiple filter rules is a bit
  742. counter-intuitive for me.
  743.  
  744. >For us, it depends more on how many outside script kiddies our own
  745. >users manage to piss off, which is usually directly proportional to the
  746. >number of them that use IRC...  :)
  747.  
  748. Preach it brother.
  749.  
  750. >(You'd be surprised how many NT servers at State Government offices are
  751. >open for file sharing across the Internet...)
  752.  
  753. Oh, lovely...I already was whelmed by our state gov.  Mostly from
  754. popping up at the top of netscan.org when that first came out.  You're
  755. not inspiring much confidence here.  :)
  756.  
  757. >- In Radius, use the USR-IP-SAA-Filter VSA to prevent IP spoofing, unless
  758. >the user has a subnet routed to them.  We don't use the global switch on
  759. >the ARC; we'd rather do it in Radius so it can be turned off on a per-user
  760. >basis.
  761.  
  762. How well does the global switch work?  Does it account for network
  763. blocks being routed to the customer?  How does the mechanism actually
  764. work internally?  I'm curious as I'm considering using this, but am a
  765. little unsure of it at the moment.
  766.  
  767. >On our border Cisco 3620, we are a little more facist... :)
  768.  
  769. >- Block telnet to our ARCs because of the DoS attack mentioned a few weeks
  770. >ago, at least until a fix is available from 3Com...
  771.  
  772. We've talked about this before...but turning on the telnet access
  773. limitations on the Arc's works like a charm and is safer.
  774.  
  775. >(I'm open to suggestions on additions/removals here, by the way.  It just
  776. >now occured to me that echo and chargen might be good candidates to
  777. >block...)
  778.  
  779. We tend to not block anything going to customers.  We're kinda of the
  780. thought that they're wanting Internet Access...they get it...warts and
  781. all.  :)  Obviously, if they're getting a flood type of DoS we'll put
  782. filters on our side and stuff...but typically their gonna get a lecture
  783. about IRC in the process.  :)
  784.  
  785. >(It's only taking two full BGP views)
  786.  
  787. BGP isn't very CPU intensive except when its initially syncing up...it
  788. *is* memory intensive, but it doesn't hit the CPU very hard (a *whole*
  789. lot less than RIP does)
  790.  
  791. >Non-3Com-but-somewhat-related-question:
  792.  
  793. >Has anyone tried rate limiting ICMP on a Cisco?  What's the best way
  794. >(read: minimal CPU impact) to do it on IOS 11.3?
  795.  
  796. >I was considering doing something like generic traffic shaping down to
  797. >256K, on an access list that matched all ICMP -- or at least ICMP echo
  798. >request/reply.  
  799.  
  800. I wouldn't traffic shape that, but would rate-limit it instead (the
  801. difference being traffic-shaping buffers...rate limiting drops)
  802.  
  803. >(Probably wouldn't shape the one that makes MTU path discovery work. :)
  804.  
  805. Host Unreachable: fragmentation needed, but DF (do not fragment) set
  806.  
  807. >The idea would be to reduce -- slightly -- the effect of a smurf attack.  
  808. >It'd still saturate our border router (unless our backbone providers did
  809. >the same), but at least it wouldn't melt down the customer's router (or
  810. >modem) as well, and they'd at least be able to use our own network during
  811. >the attack.
  812.  
  813. Possibly you're looking for something like priority queueing as well?
  814. Let whatever get through, but push the ICMP stuff down to lower priority
  815. so web/email/whatever traffic gets through in preference to the ICMP
  816. crap.
  817. -- 
  818. Jeff McAdams                            Email: jeffm@iglou.com
  819. Head Network Administrator              Voice: (502) 966-3848
  820. IgLou Internet Services                        (800) 436-4456
  821.  
  822. -
  823.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  824.  with "unsubscribe usr-tc" in the body of the message.
  825.  For information on digests or retrieving files and old messages send
  826.  "help" to the same address.  Do not use quotes in your message.
  827.  
  828.  
  829. -------------------------------------------------------------------------------
  830.  
  831. From: Mike Andrews <mandrews@bit0.com>
  832. Subject: Re: (usr-tc) Packet filtering strategies/netbus et al
  833. Date: 01 Sep 1999 19:17:07 -0400 (EDT)
  834.  
  835. On Wed, 1 Sep 1999, Dan Hollis wrote:
  836.  
  837. > On Wed, 1 Sep 1999, Mike Andrews wrote:
  838. > > The ARC has a "log" on it -- sort of.  You can have it log a specified
  839. > > number of bytes of each packet trapped to syslog.
  840. > What id like to see is some filter rule 'if xyz then dump connection'.
  841. > Would be a real deterrence to script kiddies if they get disconnected
  842. > every time they try to backorifice or smurf someone.
  843.  
  844. hahaha... that would be kinda funny, though false positives would really
  845. suck. :)
  846.  
  847. (And of course you can't be sure they're not going to change the
  848. port number, and you can't filter on the packet contents...)
  849.  
  850. but it is actually possible though -- just have a script "tail -f" the
  851. syslog output, or set up an entry in syslog.conf that sends the output to
  852. "|scriptname"... have the program fork off a telnet session to the ARC to
  853. "disconnect user blah" when it sees a denied packet come into the log.  
  854. I've got something similar already that watches for PPP/POP3/FTP logins
  855. and logouts, both successful and failed, and throws it into a MySQL
  856. database, so we can quickly find out (for example) who's never even tried
  857. to read their email.
  858.  
  859.  
  860. Mike Andrews (MA12) -=-=-  VP & Sysadmin, Digital Crescent, Frankfort KY
  861. mandrews@dcr.net  -=--=-  mandrews@bit0.com  -=--=-  http://www.bit0.com
  862. "If you're not part of the solution.... you're part of the precipitate."
  863.  
  864.  
  865.  
  866. -
  867.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  868.  with "unsubscribe usr-tc" in the body of the message.
  869.  For information on digests or retrieving files and old messages send
  870.  "help" to the same address.  Do not use quotes in your message.
  871.  
  872.  
  873. -------------------------------------------------------------------------------
  874.  
  875. From: Aaron Nabil <nabil@spiritone.com>
  876. Subject: Re: (usr-tc) Packet filtering strategies/netbus et al
  877. Date: 01 Sep 1999 17:51:14 -0700 (PDT)
  878.  
  879. Mike Andrews writes...
  880. >- In Radius, use the USR-IP-SAA-Filter VSA to prevent IP spoofing, unless
  881. >the user has a subnet routed to them.  We don't use the global switch on
  882. >the ARC; we'd rather do it in Radius so it can be turned off on a per-user
  883. >basis.
  884.  
  885. This works for you?  It doesn't on my V4.2.29 - 1.
  886.  
  887.  
  888. -- 
  889. Aaron Nabil
  890.  
  891. -
  892.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  893.  with "unsubscribe usr-tc" in the body of the message.
  894.  For information on digests or retrieving files and old messages send
  895.  "help" to the same address.  Do not use quotes in your message.
  896.  
  897.  
  898. -------------------------------------------------------------------------------
  899.  
  900. From: "Greg owens" <gowens@magnolia-net.com>
  901. Subject: (usr-tc) DSP card needed
  902. Date: 01 Sep 1999 19:57:53 -0500
  903.  
  904. This is a multi-part message in MIME format.
  905.  
  906. ------=_NextPart_000_0035_01BEF4B4.472EE9A0
  907. Content-Type: text/plain;
  908.     charset="iso-8859-1"
  909. Content-Transfer-Encoding: quoted-printable
  910.  
  911. If anyone has a used (or new if the price is right) DSP card they would =
  912. like to sell. I would surely love to buy! Need both nic &  nac and card =
  913. be guarenteed to work. You may email privately if you like. Thanks
  914.  
  915. Greg Owens
  916. Magnolia Internet Services
  917. http://www.magnolia-net.com=20
  918. gowens@magnolia-net.com=20
  919.  
  920. ------=_NextPart_000_0035_01BEF4B4.472EE9A0
  921. Content-Type: text/html;
  922.     charset="iso-8859-1"
  923. Content-Transfer-Encoding: quoted-printable
  924.  
  925. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  926. <HTML><HEAD>
  927. <META content=3D"text/html; charset=3Diso-8859-1" =
  928. http-equiv=3DContent-Type>
  929. <META content=3D"MSHTML 5.00.2614.3401" name=3DGENERATOR>
  930. <STYLE></STYLE>
  931. </HEAD>
  932. <BODY bgColor=3D#ffffff>
  933. <DIV><FONT face=3DArial size=3D2>If anyone has a used (or new if the =
  934. price is right)=20
  935. DSP card they would like to sell. I would surely love to buy! Need both =
  936. nic=20
  937. &  nac and card be guarenteed to work. You may email privately =
  938. if you=20
  939. like. Thanks</FONT></DIV>
  940. <DIV> </DIV>
  941. <DIV><FONT face=3DArial size=3D2>Greg Owens<BR>Magnolia Internet =
  942. Services<BR><A=20
  943. href=3D"http://www.magnolia-net.com">http://www.magnolia-net.com</A> =
  944. </FONT></DIV>
  945. <DIV><FONT face=3DArial size=3D2><A=20
  946. href=3D"mailto:gowens@magnolia-net.com">gowens@magnolia-net.com</A>=20
  947. </FONT></DIV></BODY></HTML>
  948.  
  949. ------=_NextPart_000_0035_01BEF4B4.472EE9A0--
  950.  
  951.  
  952. -
  953.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  954.  with "unsubscribe usr-tc" in the body of the message.
  955.  For information on digests or retrieving files and old messages send
  956.  "help" to the same address.  Do not use quotes in your message.
  957.  
  958.  
  959. -------------------------------------------------------------------------------
  960.  
  961. From: Grzegorz Paszka <Grzegorz.Paszka@pik-net.pl>
  962. Subject: Re: (usr-tc) TCM under X/Wine
  963. Date: 02 Sep 1999 11:01:28 +0200
  964.  
  965. On Mon, Aug 30, 1999 at 01:54:30PM -0400, Paul Farber wrote:
  966. > Do you have a link to Vmware???
  967. http://www.vmware.com
  968.  
  969.  
  970. -- 
  971. Grzegorz Paszka, System Administrator, Gliwice ul. Toszecka 102
  972. e-mail: Grzegorz.Paszka@pik-net.pl  tel. 48-32-2799600 wew 333
  973.  
  974. -
  975.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  976.  with "unsubscribe usr-tc" in the body of the message.
  977.  For information on digests or retrieving files and old messages send
  978.  "help" to the same address.  Do not use quotes in your message.
  979.  
  980.  
  981. -------------------------------------------------------------------------------
  982.  
  983. From: "Stainforth, Matthew" <MatthewS@staff.brunnet.net>
  984. Subject: (usr-tc) strange DS0 states
  985. Date: 02 Sep 1999 09:21:50 -0300 
  986.  
  987.  
  988. Does anyone have any idea why this is happening?  It's got me baffled...
  989.  
  990.  01      Idle    N/A  REMOTE OOS      0x00000000        NONE    0x00000000
  991.  02   Conn In    002  REMOTE OOS      0x004E0100        NONE    0x000091EB
  992.  03   Conn In    003  REMOTE OOS      0x00400200        NONE    0x00009958
  993.  04   Conn In    004  REMOTE OOS      0x00270300        NONE    0x000081CC
  994.  05   Conn In    005  REMOTE OOS      0x00310400        NONE    0x000095E7
  995.  06   Conn In    006          IS      0x00400500        NONE    0x00009860
  996.  07   Conn In    007  REMOTE OOS      0x00240600        NONE    0x00009184
  997.  08   Conn In    008  REMOTE OOS      0x004D0700        NONE    0x000084F8
  998.  09   Conn In    009  REMOTE OOS      0x00500800        NONE    0x00008D34
  999.  10   Conn In    010  REMOTE OOS      0x003F0900        NONE    0x00008955
  1000.  11   Conn In    011          IS      0x00490A00        NONE    0x00008677
  1001.  12   Conn In    012          IS      0x00270B00        NONE    0x000096A9
  1002.  13   Conn In    013  REMOTE OOS      0x00280C00        NONE    0x00008BEF
  1003.  14   Conn In    014          IS      0x00140D00        NONE    0x00009A27
  1004.  15   Conn In    015          IS      0x00650E00        NONE    0x00009CF5
  1005.  16   Conn In    016          IS      0x001F0F00        NONE    0x000086E9
  1006.  17   Conn In    017          IS      0x00481000        NONE    0x00009A28
  1007.  18   Conn In    018  REMOTE OOS      0x006B1100        NONE    0x000095E2
  1008.  19   Conn In    019          IS      0x00351200        NONE    0x00008D41
  1009.  20   Conn In    020          IS      0x00391300        NONE    0x000098F2
  1010.  21   Conn In    021  REMOTE OOS      0x003A1400        NONE    0x00009F40
  1011.  22   Conn In    022          IS      0x002C1500        NONE    0x00008E30
  1012.  23   Conn In    023          IS      0x00391600        NONE    0x00009AA6
  1013.  24     Dchan    N/A          IS      0x00000000        NONE    0x00000000
  1014.  
  1015. The trunk members are up and taking calls but some of them are showing out
  1016. of service.  All members appear to be in service as far as the switch guys
  1017. are concerned looking at it from the DMS100 side.  Any ideas?
  1018.  
  1019. -
  1020.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  1021.  with "unsubscribe usr-tc" in the body of the message.
  1022.  For information on digests or retrieving files and old messages send
  1023.  "help" to the same address.  Do not use quotes in your message.
  1024.  
  1025.  
  1026. -------------------------------------------------------------------------------
  1027.  
  1028. From: Jim Johnson <jim@perigee.net>
  1029. Subject: Re: (usr-tc) RE:  IP Spoofing
  1030. Date: 02 Sep 1999 09:45:09 -0400
  1031.  
  1032.  
  1033. What is the command to show all the settings for the default net user?
  1034.  
  1035. JJ
  1036.  
  1037. Scott Trautman wrote:
  1038. > set net user default ppp_source_ip_filter enabled
  1039. > ...you are correct sir, 'default' needs to be in lower case...!
  1040. > SMT
  1041. > -----Original Message-----
  1042. > From: Jeff Mcadams [mailto:jeffm@iglou.com]
  1043. > Sent: Wednesday, September 01, 1999 12:46 PM
  1044. > To: usr-tc@lists.xmission.com
  1045. > Subject: Re: (usr-tc) RE: IP Spoofing
  1046. > Thus spake Scott Trautman
  1047. > >HiPer>> SET NET USER DEFAULT PPP_SOURCE_IP_FILTER ENABLED
  1048. > >CLI - Request SET NETWORK USER  failed because item is not in table
  1049. > >Do I need some kind of default user to take advantage of this?
  1050. > I'm pretty sure usernames are case-sensitive...try default in
  1051. > lower-case.
  1052. > --
  1053. > Jeff McAdams                            Email: jeffm@iglou.com
  1054. > Head Network Administrator              Voice: (502) 966-3848
  1055. > IgLou Internet Services                        (800) 436-4456
  1056. > -
  1057. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  1058. >  with "unsubscribe usr-tc" in the body of the message.
  1059. >  For information on digests or retrieving files and old messages send
  1060. >  "help" to the same address.  Do not use quotes in your message.
  1061.  
  1062. -
  1063.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  1064.  with "unsubscribe usr-tc" in the body of the message.
  1065.  For information on digests or retrieving files and old messages send
  1066.  "help" to the same address.  Do not use quotes in your message.
  1067.  
  1068.  
  1069. -------------------------------------------------------------------------------
  1070.  
  1071. From: "Stainforth, Matthew" <MatthewS@staff.brunnet.net>
  1072. Subject: RE: (usr-tc) RE:  IP Spoofing
  1073. Date: 02 Sep 1999 10:49:01 -0300 
  1074.  
  1075.  
  1076. "show user default" should list all the settings for the default user and
  1077. default net user.
  1078.  
  1079. On Thursday, September 02, 1999 10:45 AM, Jim Johnson [SMTP:jim@perigee.net]
  1080. wrote:
  1081. > What is the command to show all the settings for the default net user?
  1082. > JJ
  1083. > Scott Trautman wrote:
  1084. > > 
  1085. > > set net user default ppp_source_ip_filter enabled
  1086. > > 
  1087. > > ...you are correct sir, 'default' needs to be in lower case...!
  1088. > > 
  1089. > > SMT
  1090. > > 
  1091. > > -----Original Message-----
  1092. > > From: Jeff Mcadams [mailto:jeffm@iglou.com]
  1093. > > Sent: Wednesday, September 01, 1999 12:46 PM
  1094. > > To: usr-tc@lists.xmission.com
  1095. > > Subject: Re: (usr-tc) RE: IP Spoofing
  1096. > > 
  1097. > > Thus spake Scott Trautman
  1098. > > >HiPer>> SET NET USER DEFAULT PPP_SOURCE_IP_FILTER ENABLED
  1099. > > >CLI - Request SET NETWORK USER  failed because item is not in table
  1100. > > 
  1101. > > >Do I need some kind of default user to take advantage of this?
  1102. > > 
  1103. > > I'm pretty sure usernames are case-sensitive...try default in
  1104. > > lower-case.
  1105. > > --
  1106. > > Jeff McAdams                            Email: jeffm@iglou.com
  1107. > > Head Network Administrator              Voice: (502) 966-3848
  1108. > > IgLou Internet Services                        (800) 436-4456
  1109. > > 
  1110. > > -
  1111. > >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  1112. > >  with "unsubscribe usr-tc" in the body of the message.
  1113. > >  For information on digests or retrieving files and old messages send
  1114. > >  "help" to the same address.  Do not use quotes in your message.
  1115. > -
  1116. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  1117. >  with "unsubscribe usr-tc" in the body of the message.
  1118. >  For information on digests or retrieving files and old messages send
  1119. >  "help" to the same address.  Do not use quotes in your message.
  1120.  
  1121.  
  1122.  
  1123. -
  1124.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  1125.  with "unsubscribe usr-tc" in the body of the message.
  1126.  For information on digests or retrieving files and old messages send
  1127.  "help" to the same address.  Do not use quotes in your message.
  1128.  
  1129.  
  1130. -------------------------------------------------------------------------------
  1131.  
  1132. From: "Mike Wronski" <mike@coredump.ae.usr.com>
  1133. Subject: RE: (usr-tc) RE:  IP Spoofing
  1134. Date: 02 Sep 1999 09:36:37 -0500
  1135.  
  1136. There is the global switch "ENABLE IP SOURCE_ADDRESS_FILTER" that would be the
  1137. best method of turning on this feature..
  1138.  
  1139. -M
  1140.  
  1141.  
  1142. |-----Original Message-----
  1143. |From: owner-usr-tc@lists.xmission.com
  1144. |[mailto:owner-usr-tc@lists.xmission.com]On Behalf Of Stainforth, Matthew
  1145. |Sent: Thursday, September 02, 1999 8:49 AM
  1146. |To: 'usr-tc@lists.xmission.com'
  1147. |Subject: RE: (usr-tc) RE: IP Spoofing
  1148. |
  1149. |
  1150. |
  1151. |"show user default" should list all the settings for the default user and
  1152. |default net user.
  1153. |
  1154. |On Thursday, September 02, 1999 10:45 AM, Jim Johnson [SMTP:jim@perigee.net]
  1155. |wrote:
  1156. |>
  1157. |> What is the command to show all the settings for the default net user?
  1158. |>
  1159. |> JJ
  1160. |>
  1161. |> Scott Trautman wrote:
  1162. |> >
  1163. |> > set net user default ppp_source_ip_filter enabled
  1164. |> >
  1165. |> > ...you are correct sir, 'default' needs to be in lower case...!
  1166. |> >
  1167. |> > SMT
  1168. |> >
  1169. |> > -----Original Message-----
  1170. |> > From: Jeff Mcadams [mailto:jeffm@iglou.com]
  1171. |> > Sent: Wednesday, September 01, 1999 12:46 PM
  1172. |> > To: usr-tc@lists.xmission.com
  1173. |> > Subject: Re: (usr-tc) RE: IP Spoofing
  1174. |> >
  1175. |> > Thus spake Scott Trautman
  1176. |> > >HiPer>> SET NET USER DEFAULT PPP_SOURCE_IP_FILTER ENABLED
  1177. |> > >CLI - Request SET NETWORK USER  failed because item is not in table
  1178. |> >
  1179. |> > >Do I need some kind of default user to take advantage of this?
  1180. |> >
  1181. |> > I'm pretty sure usernames are case-sensitive...try default in
  1182. |> > lower-case.
  1183. |> > --
  1184. |> > Jeff McAdams                            Email: jeffm@iglou.com
  1185. |> > Head Network Administrator              Voice: (502) 966-3848
  1186. |> > IgLou Internet Services                        (800) 436-4456
  1187. |> >
  1188. |> > -
  1189. |> >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  1190. |> >  with "unsubscribe usr-tc" in the body of the message.
  1191. |> >  For information on digests or retrieving files and old messages send
  1192. |> >  "help" to the same address.  Do not use quotes in your message.
  1193. |>
  1194. |> -
  1195. |>  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  1196. |>  with "unsubscribe usr-tc" in the body of the message.
  1197. |>  For information on digests or retrieving files and old messages send
  1198. |>  "help" to the same address.  Do not use quotes in your message.
  1199. |
  1200. |
  1201. |
  1202. |-
  1203. | To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  1204. | with "unsubscribe usr-tc" in the body of the message.
  1205. | For information on digests or retrieving files and old messages send
  1206. | "help" to the same address.  Do not use quotes in your message.
  1207. |
  1208.  
  1209.  
  1210. -
  1211.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  1212.  with "unsubscribe usr-tc" in the body of the message.
  1213.  For information on digests or retrieving files and old messages send
  1214.  "help" to the same address.  Do not use quotes in your message.
  1215.  
  1216.  
  1217. -------------------------------------------------------------------------------
  1218.  
  1219. From: Mike Andrews <mandrews@bit0.com>
  1220. Subject: Re: (usr-tc) Packet filtering strategies/netbus et al
  1221. Date: 02 Sep 1999 10:46:19 -0400 (EDT)
  1222.  
  1223. On Wed, 1 Sep 1999, Aaron Nabil wrote:
  1224.  
  1225. > Mike Andrews writes...
  1226. > >- In Radius, use the USR-IP-SAA-Filter VSA to prevent IP spoofing, unless
  1227. > >the user has a subnet routed to them.  We don't use the global switch on
  1228. > >the ARC; we'd rather do it in Radius so it can be turned off on a per-user
  1229. > >basis.
  1230. > This works for you?  It doesn't on my V4.2.29 - 1.
  1231.  
  1232. It does appear to work here, on 4.2.29.  (At least syslog is recording the
  1233. denied packets.)
  1234.  
  1235.  
  1236. Mike Andrews (MA12) -=-=-  VP & Sysadmin, Digital Crescent, Frankfort KY
  1237. mandrews@dcr.net  -=--=-  mandrews@bit0.com  -=--=-  http://www.bit0.com
  1238. "If you're not part of the solution.... you're part of the precipitate."
  1239.  
  1240.  
  1241. -
  1242.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  1243.  with "unsubscribe usr-tc" in the body of the message.
  1244.  For information on digests or retrieving files and old messages send
  1245.  "help" to the same address.  Do not use quotes in your message.
  1246.  
  1247.  
  1248. -------------------------------------------------------------------------------
  1249.  
  1250. From: Greg Coffey <gcoffey@vcn.com>
  1251. Subject: (usr-tc) Couple of Questions
  1252. Date: 02 Sep 1999 10:09:42 -0600
  1253.  
  1254. I have two questions that maybe you can help with.
  1255.  
  1256. 1. I had a 386 NMC that was x2 enabled that I took out of service due to 
  1257. getting some hiperdsp's installed.  This was several weeks ago.  I had to 
  1258. build a temporary chassis in a hurry yesterday and used the nmc card with 
  1259. 12 quads.  It now shows that x2 is not enabled.  I know its the right card 
  1260. but I may have swapped the flash and/or ram with another card during the 
  1261. upgrade.  Does the key reside in the flash, the ram or somewhere else on 
  1262. the card?  Could we lose the key because the card was not in use for 
  1263. several weeks?
  1264.  
  1265. 2. All of the quads used to take calls in order.  Now it is showing calls 
  1266. in the middle of the group or more or less on a random or rotating 
  1267. basis.  Is there a setting to get them back where the first call goes to 
  1268. the 1st modem, etc?
  1269.  
  1270.  
  1271. -
  1272.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  1273.  with "unsubscribe usr-tc" in the body of the message.
  1274.  For information on digests or retrieving files and old messages send
  1275.  "help" to the same address.  Do not use quotes in your message.
  1276.  
  1277.  
  1278. -------------------------------------------------------------------------------
  1279.  
  1280. From: "C Thompson" <cthompson@wingnet.net>
  1281. Subject: (usr-tc) info on aggregating ISDN lines
  1282. Date: 02 Sep 1999 12:17:09 -0500
  1283.  
  1284. We have a customer who wants to aggregate 2 or more ISDN lines for one 
  1285. large bandwidth channel.  How can they do this with a standard dialup?
  1286.  
  1287. I know that I can give them, say, two login names, have them login as 
  1288. login1 and login2 which can both be set for a 128K login and make it the 
  1289. responsibility of the equipment to provide the aggregation of 256K total, 
  1290. but I wanted to check with you guys and see if this is the only way, the 
  1291. best way, etc.  Any equipment you know of or recommend to do this?
  1292.  
  1293. Please reply asap, as we are working on a project with a due date coming 
  1294. up very soon.
  1295.  
  1296.  
  1297.  
  1298. Craig Thompson, Manager
  1299. WingNET Internet Services,
  1300. P.O. Box 3000 // Cleveland, TN 37320-3000
  1301. 423-559-LINK (v)  423-559-5444 (f)
  1302. http://www.wingnet.net
  1303.  
  1304. -
  1305.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  1306.  with "unsubscribe usr-tc" in the body of the message.
  1307.  For information on digests or retrieving files and old messages send
  1308.  "help" to the same address.  Do not use quotes in your message.
  1309.  
  1310.  
  1311. -------------------------------------------------------------------------------
  1312.  
  1313. From: "Stainforth, Matthew" <MatthewS@staff.brunnet.net>
  1314. Subject: RE: (usr-tc) Couple of Questions
  1315. Date: 02 Sep 1999 13:24:21 -0300 
  1316.  
  1317.  
  1318. 1.  My impression is that it's stored on the NMC's NVRAM/EEPROM, not the
  1319. flash.  I could be wrong though.
  1320.  
  1321. 2.  Your dual pri card is probably set to do round-robin modem assignment.
  1322. If you want your modems used in order and the telco has not set the LTC to
  1323. round-robin the calls on the trunk group, you can set it to fixed
  1324. assignment.  Otherwise you can set it to route to the first available modem.
  1325.  
  1326. On Thursday, September 02, 1999 1:10 PM, Greg Coffey [SMTP:gcoffey@vcn.com]
  1327. wrote:
  1328. > I have two questions that maybe you can help with.
  1329. > 1. I had a 386 NMC that was x2 enabled that I took out of service due to 
  1330. > getting some hiperdsp's installed.  This was several weeks ago.  I had to 
  1331. > build a temporary chassis in a hurry yesterday and used the nmc card with 
  1332. > 12 quads.  It now shows that x2 is not enabled.  I know its the right card
  1333.  
  1334. > but I may have swapped the flash and/or ram with another card during the 
  1335. > upgrade.  Does the key reside in the flash, the ram or somewhere else on 
  1336. > the card?  Could we lose the key because the card was not in use for 
  1337. > several weeks?
  1338. > 2. All of the quads used to take calls in order.  Now it is showing calls 
  1339. > in the middle of the group or more or less on a random or rotating 
  1340. > basis.  Is there a setting to get them back where the first call goes to 
  1341. > the 1st modem, etc?
  1342. > -
  1343. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  1344. >  with "unsubscribe usr-tc" in the body of the message.
  1345. >  For information on digests or retrieving files and old messages send
  1346. >  "help" to the same address.  Do not use quotes in your message.
  1347.  
  1348.  
  1349.  
  1350. -
  1351.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  1352.  with "unsubscribe usr-tc" in the body of the message.
  1353.  For information on digests or retrieving files and old messages send
  1354.  "help" to the same address.  Do not use quotes in your message.
  1355.  
  1356.  
  1357. -------------------------------------------------------------------------------
  1358.  
  1359. From: Jeff Mcadams <jeffm@iglou.com>
  1360. Subject: Re: (usr-tc) info on aggregating ISDN lines
  1361. Date: 02 Sep 1999 12:30:54 -0400
  1362.  
  1363. Thus spake C Thompson
  1364. >We have a customer who wants to aggregate 2 or more ISDN lines for one 
  1365. >large bandwidth channel.  How can they do this with a standard dialup?
  1366.  
  1367. >I know that I can give them, say, two login names, have them login as 
  1368. >login1 and login2 which can both be set for a 128K login and make it the 
  1369. >responsibility of the equipment to provide the aggregation of 256K total, 
  1370. >but I wanted to check with you guys and see if this is the only way, the 
  1371. >best way, etc.  Any equipment you know of or recommend to do this?
  1372.  
  1373. >Please reply asap, as we are working on a project with a due date coming 
  1374. >up very soon.
  1375.  
  1376. Uhm...you can multi-link as many channels together as you want with MP.
  1377. Why not just set his Port-Limit or Max-Channels or whatever it is to 4.
  1378. -- 
  1379. Jeff McAdams                            Email: jeffm@iglou.com
  1380. Head Network Administrator              Voice: (502) 966-3848
  1381. IgLou Internet Services                        (800) 436-4456
  1382.  
  1383. -
  1384.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  1385.  with "unsubscribe usr-tc" in the body of the message.
  1386.  For information on digests or retrieving files and old messages send
  1387.  "help" to the same address.  Do not use quotes in your message.
  1388.  
  1389.  
  1390. -------------------------------------------------------------------------------
  1391.  
  1392. From: "Stainforth, Matthew" <MatthewS@staff.brunnet.net>
  1393. Subject: (usr-tc) Errors on PRI line
  1394. Date: 02 Sep 1999 15:18:09 -0300 
  1395.  
  1396.  
  1397. I'm getting some errors on a PRI line which I reported to the telco.
  1398. They've been scoping it for a few hours now and don't see anything but I'm
  1399. still getting these errors:
  1400.  
  1401. span1> disp near total
  1402.    Span1 Near Total Line Index is:                         0
  1403.    Span1 Near Total Errored Seconds is:                   25
  1404.    Span1 Near Total Severely Errored Seconds is:           0
  1405.    Span1 Near Total Severely Errored Framing Seconds is:   0
  1406.    Span1 Near Total Unavailable or Failed Seconds is:      0
  1407.    Span1 Near Total Controlled Slip Seconds is:            0
  1408.    Span1 Near Total Path Coding Violations is:           301
  1409.    Span1 Near Total Line Errored Seconds is:               0
  1410.    Span1 Near Total Bursty Errored Seconds is:            18
  1411.    Span1 Near Total Degraded Minutes is:                   0
  1412.    Span1 Near Total Line Code Violations is:               0
  1413.  
  1414. Does anyone have any idea what might be causing these?  And why wouldn't the
  1415. telco be able to pick these up from a scope?  
  1416.  
  1417. -
  1418.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  1419.  with "unsubscribe usr-tc" in the body of the message.
  1420.  For information on digests or retrieving files and old messages send
  1421.  "help" to the same address.  Do not use quotes in your message.
  1422.  
  1423.  
  1424. -------------------------------------------------------------------------------
  1425.  
  1426. From: matthew de Jongh <matthew.de.jongh@the-spa.com>
  1427. Subject: Re: (usr-tc) Telepath Modem Woes
  1428. Date: 02 Sep 1999 16:13:35 -0400
  1429.  
  1430. we have had consistent problems with telepath modems for years.
  1431.  
  1432.  i'm sure about specific models but there is definitely a problem.
  1433.  
  1434.  a customer gave us one and we couldn't make it connect no matter what we did.
  1435.  
  1436.  matthew
  1437.  
  1438. At 04:19 PM 8/23/99 -0500, you wrote:
  1439. >
  1440. >I have been getting reports from techs saying that Telepath modems (model
  1441. >6000905) are having problems connecting to our USR TC chassis.  I believe
  1442. >Gateway packages this modem with their pc's.
  1443. >
  1444. >Has anyone else seen problems with this modem? fix?
  1445. >
  1446. >
  1447. >-----------------------------------------------------
  1448. >Brian Feeny (BF304)     signal@shreve.net   
  1449. >318-222-2638 x 109    http://www.shreve.net/~signal      
  1450. >Network Administrator   ShreveNet Inc. (ASN 11881)           
  1451. >
  1452. >
  1453. >
  1454. >-
  1455. > To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  1456. > with "unsubscribe usr-tc" in the body of the message.
  1457. > For information on digests or retrieving files and old messages send
  1458. > "help" to the same address.  Do not use quotes in your message.
  1459.  
  1460.  
  1461. -
  1462.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  1463.  with "unsubscribe usr-tc" in the body of the message.
  1464.  For information on digests or retrieving files and old messages send
  1465.  "help" to the same address.  Do not use quotes in your message.
  1466.  
  1467.  
  1468. -------------------------------------------------------------------------------
  1469.  
  1470. From: Mike Andrews <mandrews@bit0.com>
  1471. Subject: Re: (usr-tc) Packet filtering strategies/netbus et al
  1472. Date: 02 Sep 1999 19:02:29 -0400 (EDT)
  1473.  
  1474. On Wed, 1 Sep 1999, Jeff Mcadams wrote:
  1475.  
  1476. > Perhaps, if you don't want to get into putting filters on your Arcs, and
  1477. > are more comfortable with ciscos, you can put the filters at the next
  1478. > hop cisco rather than on the arc directly.  Doesn't get the filter quite
  1479. > to the edge, but limits the damage a script kiddie can do within your
  1480. > network.  We don't do this, but I probably could.  :)
  1481.  
  1482. For most of our ARCs (Frankfort), the next hop Cisco *is* the border.  I
  1483. know, probably not a great network design, and I could fix it nowadays,
  1484. but it's one of those evolved vs designed things...
  1485.  
  1486.  
  1487. > >- In Radius, use the USR-IP-SAA-Filter VSA to prevent IP spoofing, unless
  1488. > >the user has a subnet routed to them.  We don't use the global switch on
  1489. > >the ARC; we'd rather do it in Radius so it can be turned off on a per-user
  1490. > >basis.
  1491. > How well does the global switch work?  Does it account for network
  1492. > blocks being routed to the customer?  How does the mechanism actually
  1493. > work internally?  I'm curious as I'm considering using this, but am a
  1494. > little unsure of it at the moment.
  1495.  
  1496. Don't know because I never tried the global switch, because I didn't know
  1497. if it could be turned off with Radius.  I knew it could be turned on with
  1498. Radius, so I just did that.  It's been said here that it does NOT account
  1499. for customers with subnets routed to them -- which is why I wanted to be
  1500. able to turn it off in Radius.  But for your average joe dialup guy, it
  1501. seems to work fine.
  1502.  
  1503.  
  1504. > >(I'm open to suggestions on additions/removals here, by the way.  It just
  1505. > >now occured to me that echo and chargen might be good candidates to
  1506. > >block...)
  1507. > We tend to not block anything going to customers.  We're kinda of the
  1508. > thought that they're wanting Internet Access...they get it...warts and
  1509. > all.  :)  Obviously, if they're getting a flood type of DoS we'll put
  1510. > filters on our side and stuff...but typically their gonna get a lecture
  1511. > about IRC in the process.  :)
  1512.  
  1513. Yeah, and that's one thing I try to keep in mind before adding any more
  1514. filters -- too easy to screw up legitimate use.  (Especially with the port
  1515. 139 one... there are some mp3 leeching programs that use that to make the 
  1516. file transfers harder to track.)  But for some of the DoS-prevention ones,
  1517. I'd rather spend time on the phone explaining filters than time on the
  1518. phone explaining how to remove Back Orifice from their PC.  :)  (Been
  1519. there, done that, wasn't fun)
  1520.  
  1521. You can get into the same religious argument with spam, and liability for
  1522. attacks/spam/whatever that do get through (if you don't filter, you're not
  1523. liable; if you do, you might be) and all the other fun policy crap I got
  1524. to learn by working at an .edu site for 3 years... :)  But we won't get
  1525. into that here...
  1526.  
  1527. The trick is to try to find a balance between convenience and security.
  1528. You always end up having to compromise something on both sides.
  1529.  
  1530.  
  1531. Mike Andrews (MA12) -=-=-  VP & Sysadmin, Digital Crescent, Frankfort KY
  1532. mandrews@dcr.net  -=--=-  mandrews@bit0.com  -=--=-  http://www.bit0.com
  1533. "If you're not part of the solution.... you're part of the precipitate."
  1534.  
  1535.  
  1536. -
  1537.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  1538.  with "unsubscribe usr-tc" in the body of the message.
  1539.  For information on digests or retrieving files and old messages send
  1540.  "help" to the same address.  Do not use quotes in your message.
  1541.  
  1542.  
  1543. -------------------------------------------------------------------------------
  1544.  
  1545. From: Aaron Nabil <nabil@spiritone.com>
  1546. Subject: Re: (usr-tc) Packet filtering strategies/netbus et al
  1547. Date: 02 Sep 1999 16:19:12 -0700 (PDT)
  1548.  
  1549. Mike Andrews writes...
  1550. >On Wed, 1 Sep 1999, Aaron Nabil wrote:
  1551. >
  1552. >> Mike Andrews writes...
  1553. >> >- In Radius, use the USR-IP-SAA-Filter VSA to prevent IP spoofing, unless
  1554. >> >the user has a subnet routed to them.  We don't use the global switch on
  1555. >> >the ARC; we'd rather do it in Radius so it can be turned off on a per-user
  1556. >> >basis.
  1557. >> 
  1558. >> This works for you?  It doesn't on my V4.2.29 - 1.
  1559. >
  1560. >It does appear to work here, on 4.2.29.  
  1561.  
  1562. I get this...
  1563.  
  1564. Jul  4 10:35:57 us8a At 17:35:56, Facility "User Manager", Level
  1565.   "UNUSUAL":: AUTH: Unknown attribute passed back from RADIUS Server: 9870
  1566.  
  1567. in my syslog, I didn't think to check if it was actually filtering 
  1568. packets (I'm guessing not).  Is it 0x9870 that you are using?
  1569.  
  1570. >(At least syslog is recording the denied packets.)
  1571.  
  1572. Yeah, any way to turn that off that you've found?  It ignores the 
  1573. Log-Filter-Packet attribute for SAA filtering.  I had one user with
  1574. a broken wingate-ish program that ended up sysloging almost every
  1575. other packet, ouch.
  1576.  
  1577.  
  1578. -- 
  1579. Aaron Nabil
  1580.  
  1581. -
  1582.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  1583.  with "unsubscribe usr-tc" in the body of the message.
  1584.  For information on digests or retrieving files and old messages send
  1585.  "help" to the same address.  Do not use quotes in your message.
  1586.  
  1587.  
  1588. -------------------------------------------------------------------------------
  1589.  
  1590. From: Mike Andrews <mandrews@bit0.com>
  1591. Subject: Re: (usr-tc) Packet filtering strategies/netbus et al
  1592. Date: 03 Sep 1999 00:25:30 -0400 (EDT)
  1593.  
  1594. On Thu, 2 Sep 1999, Aaron Nabil wrote:
  1595.  
  1596. > Mike Andrews writes...
  1597. > >On Wed, 1 Sep 1999, Aaron Nabil wrote:
  1598. > >
  1599. > >> Mike Andrews writes...
  1600. > >> >- In Radius, use the USR-IP-SAA-Filter VSA to prevent IP spoofing, unless
  1601. > >> >the user has a subnet routed to them.  We don't use the global switch on
  1602. > >> >the ARC; we'd rather do it in Radius so it can be turned off on a per-user
  1603. > >> >basis.
  1604. > >> 
  1605. > >> This works for you?  It doesn't on my V4.2.29 - 1.
  1606. > >
  1607. > >It does appear to work here, on 4.2.29.  
  1608. > I get this...
  1609. > Jul  4 10:35:57 us8a At 17:35:56, Facility "User Manager", Level
  1610. >   "UNUSUAL":: AUTH: Unknown attribute passed back from RADIUS Server: 9870
  1611. > in my syslog, I didn't think to check if it was actually filtering 
  1612. > packets (I'm guessing not).  Is it 0x9870 that you are using?
  1613.  
  1614. Yup.  Don't suppose you've got 9870 instead of 0x9870?  You'd think the
  1615. ARC would put the leading 0x on it...
  1616.  
  1617.  
  1618. > >(At least syslog is recording the denied packets.)
  1619. > Yeah, any way to turn that off that you've found?  It ignores the 
  1620. > Log-Filter-Packet attribute for SAA filtering.  I had one user with
  1621. > a broken wingate-ish program that ended up sysloging almost every
  1622. > other packet, ouch.
  1623.  
  1624. Haven't tried.  But we syslog every damn thing at debug level anyway --
  1625. disk is cheap.  (28 gig IDE for $250 now -- it's a shame I hate IDE :)
  1626.  
  1627.  
  1628.  
  1629. Mike Andrews (MA12) -=-=-  VP & Sysadmin, Digital Crescent, Frankfort KY
  1630. mandrews@dcr.net  -=--=-  mandrews@bit0.com  -=--=-  http://www.bit0.com
  1631. "If you're not part of the solution.... you're part of the precipitate."
  1632.  
  1633.  
  1634. -
  1635.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  1636.  with "unsubscribe usr-tc" in the body of the message.
  1637.  For information on digests or retrieving files and old messages send
  1638.  "help" to the same address.  Do not use quotes in your message.
  1639.  
  1640.  
  1641. -------------------------------------------------------------------------------
  1642.  
  1643. From: Aaron Nabil <nabil@spiritone.com>
  1644. Subject: Re: (usr-tc) Packet filtering strategies/netbus et al
  1645. Date: 02 Sep 1999 22:56:26 -0700 (PDT)
  1646.  
  1647. Mike Andrews writes...
  1648. >On Thu, 2 Sep 1999, Aaron Nabil wrote:
  1649. >
  1650. >> Mike Andrews writes...
  1651. >> >On Wed, 1 Sep 1999, Aaron Nabil wrote:
  1652. >> >
  1653. >> >> Mike Andrews writes...
  1654. >> >> >- In Radius, use the USR-IP-SAA-Filter VSA to prevent IP spoofing, unless
  1655. >> >> >the user has a subnet routed to them.  We don't use the global switch on
  1656. >> >> >the ARC; we'd rather do it in Radius so it can be turned off on a per-user
  1657. >> >> >basis.
  1658. >> >> 
  1659. >> >> This works for you?  It doesn't on my V4.2.29 - 1.
  1660. >> >
  1661. >> >It does appear to work here, on 4.2.29.  
  1662. >> 
  1663. >> I get this...
  1664. >> 
  1665. >> Jul  4 10:35:57 us8a At 17:35:56, Facility "User Manager", Level
  1666. >>   "UNUSUAL":: AUTH: Unknown attribute passed back from RADIUS Server: 9870
  1667. >> 
  1668. >> in my syslog, I didn't think to check if it was actually filtering 
  1669. >> packets (I'm guessing not).  Is it 0x9870 that you are using?
  1670. >
  1671. >Yup.  Don't suppose you've got 9870 instead of 0x9870?  You'd think the
  1672. >ARC would put the leading 0x on it...
  1673.  
  1674. VENDORATTR  429 USR-IP-SAA-FILTER       39024   integer
  1675. VALUE   USR-IP-SAA-FILTER        USR-IP-SAA-FILTER-No           0
  1676. VALUE   USR-IP-SAA-FILTER        USR-IP-SAA-FILTER-Yes          1
  1677.  
  1678. Look like what you've got?  (Radiator uses decimal).
  1679.  
  1680.  
  1681. -- 
  1682. Aaron Nabil
  1683.  
  1684. -
  1685.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  1686.  with "unsubscribe usr-tc" in the body of the message.
  1687.  For information on digests or retrieving files and old messages send
  1688.  "help" to the same address.  Do not use quotes in your message.
  1689.  
  1690.  
  1691. -------------------------------------------------------------------------------
  1692.  
  1693. From: Scott Boggs <sboggs@unitedbank.net>
  1694. Subject: (usr-tc) Connect-Speed attribute
  1695. Date: 03 Sep 1999 13:09:15 -0400 
  1696.  
  1697. The RADIUS section of the HARC docs describes a RADIUS attribute
  1698. Connect-Speed (0x9023)
  1699. It is described as a "32-bit integer".
  1700. When I capture this attribute, it appears as a number usually between 20-49.
  1701. Does anyone know how to translate this "32-bit integer"?
  1702.  
  1703. TIA.
  1704. Scott Boggs
  1705. Network Admin.
  1706. AccessUnited
  1707.  
  1708.  
  1709.  
  1710. -
  1711.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  1712.  with "unsubscribe usr-tc" in the body of the message.
  1713.  For information on digests or retrieving files and old messages send
  1714.  "help" to the same address.  Do not use quotes in your message.
  1715.  
  1716.  
  1717. -------------------------------------------------------------------------------
  1718.  
  1719. From: Luke Parrish <lparrish@inet-resources.com>
  1720. Subject: (usr-tc) Re: info on aggregating ISDN lines
  1721. Date: 02 Sep 1999 12:08:46 -0500
  1722.  
  1723. They won't have to have 2 logins, just assign them one RADIUS profile with
  1724. their max channels set to 4. This way their router can request 4 channels
  1725. and the access server will allow the customer to bond 4 channels. I have
  1726. done this several times using an Ascend MAX200. 
  1727.  
  1728. At 12:17 PM 9/2/99 -0500, C Thompson wrote:
  1729. >We have a customer who wants to aggregate 2 or more ISDN lines for one 
  1730. >large bandwidth channel.  How can they do this with a standard dialup?
  1731. >
  1732. >I know that I can give them, say, two login names, have them login as 
  1733. >login1 and login2 which can both be set for a 128K login and make it the 
  1734. >responsibility of the equipment to provide the aggregation of 256K total, 
  1735. >but I wanted to check with you guys and see if this is the only way, the 
  1736. >best way, etc.  Any equipment you know of or recommend to do this?
  1737. >
  1738. >Please reply asap, as we are working on a project with a due date coming 
  1739. >up very soon.
  1740. >
  1741. >
  1742. >
  1743. >Craig Thompson, Manager
  1744. >WingNET Internet Services,
  1745. >P.O. Box 3000 // Cleveland, TN 37320-3000
  1746. >423-559-LINK (v)  423-559-5444 (f)
  1747. >http://www.wingnet.net
  1748. >-
  1749. >Send 'unsubscribe' in the body to 'list-request@inet-access.net' to leave.
  1750. >Eat sushi frequently.   inet@inet-access.net is the human contact address.
  1751.  
  1752.  
  1753. Luke Parrish
  1754. Internetworking Resources
  1755. Independent Internet Consultant
  1756. lparrish@inet-resources.com
  1757. cell 318.348.7906
  1758. fax 815.377.5239 
  1759. pager 1.800.443.7243 pin# 080765
  1760. http://www.inet-resources.com/
  1761.  
  1762. -
  1763.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  1764.  with "unsubscribe usr-tc" in the body of the message.
  1765.  For information on digests or retrieving files and old messages send
  1766.  "help" to the same address.  Do not use quotes in your message.
  1767.  
  1768.  
  1769. -------------------------------------------------------------------------------
  1770.  
  1771. From: David Ernst <drernst@bloomington.in.us>
  1772. Subject: Re: (usr-tc) TC and Cistron
  1773. Date: 31 Aug 1999 13:46:27 -0500 (EST)
  1774.  
  1775. Your /etc/services is listing ports 1645 & 1646 as "Datametrics".  I
  1776. don't know much about this but apparently datametrics had that port
  1777. number reserved before RADIUS started using it.  Meanwhile Radius is
  1778. probably being listed as 1812/1813 (did you just upgrade to RedHat 6.0
  1779. by any chance?).  See RFC 2138 for more information about the
  1780. history.  
  1781.  
  1782. We fixed this problem just by editing our /etc/services file.  Here
  1783. are the key lines:
  1784.  
  1785. radius        1645/tcp    # datametrics / old radius entry
  1786. radius        1645/udp        # datametrics / old radius entry
  1787. radacct        1646/tcp        # sa-msg-port / old radacct entry
  1788. radacct        1646/udp        # sa-msg-port / old radacct entry
  1789. #radius        1812/tcp            # Radius
  1790. #radius        1812/udp            # Radius
  1791. #radacct        1813/tcp            # Radius Accounting
  1792. #radacct        1813/udp            # Radius Accounting
  1793.  
  1794. This should bring you back up.  I'm sure there's a way to tell the
  1795. HiperArc to use the "real" radius ports, but I didn't know what that
  1796. was, and I did know how to do this, and I needed to get it fixed FAST.
  1797. So, although it thumbs its nose at the Internet Number Assigning
  1798. Authorities, we did it anyway.
  1799.  
  1800. David
  1801. --
  1802. David Ernst
  1803. HoosierNet, Inc.
  1804.  
  1805.  
  1806. On Tue, 31 Aug 1999, Tavis Morse wrote:
  1807.  
  1808. >Hello,
  1809. >I'm trying to set up cistron radius to work with the HiperArc, 
  1810. >does anyone have this working? If so, I'm wondering what typical clients
  1811. >and users file entries might look like.
  1812. >I have been trying to get it working unsuccessfully for 2 days.,
  1813. >so far I can't even get the radius.log to show any activity at all with the
  1814. >-y flag. TCPdump shows 'datametrics' packets coming in.
  1815. >TIA
  1816. >Tavis Morse
  1817. >Norfolk County Internet
  1818. >
  1819. >
  1820. >-
  1821. > To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  1822. > with "unsubscribe usr-tc" in the body of the message.
  1823. > For information on digests or retrieving files and old messages send
  1824. > "help" to the same address.  Do not use quotes in your message.
  1825. >
  1826.  
  1827. -
  1828.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  1829.  with "unsubscribe usr-tc" in the body of the message.
  1830.  For information on digests or retrieving files and old messages send
  1831.  "help" to the same address.  Do not use quotes in your message.
  1832.  
  1833.  
  1834. -------------------------------------------------------------------------------
  1835.  
  1836. From: David Ernst <drernst@bloomington.in.us>
  1837. Subject: Re: (usr-tc) TC and Cistron
  1838. Date: 31 Aug 1999 13:46:27 -0500 (EST)
  1839.  
  1840. Your /etc/services is listing ports 1645 & 1646 as "Datametrics".  I
  1841. don't know much about this but apparently datametrics had that port
  1842. number reserved before RADIUS started using it.  Meanwhile Radius is
  1843. probably being listed as 1812/1813 (did you just upgrade to RedHat 6.0
  1844. by any chance?).  See RFC 2138 for more information about the
  1845. history.  
  1846.  
  1847. We fixed this problem just by editing our /etc/services file.  Here
  1848. are the key lines:
  1849.  
  1850. radius        1645/tcp    # datametrics / old radius entry
  1851. radius        1645/udp        # datametrics / old radius entry
  1852. radacct        1646/tcp        # sa-msg-port / old radacct entry
  1853. radacct        1646/udp        # sa-msg-port / old radacct entry
  1854. #radius        1812/tcp            # Radius
  1855. #radius        1812/udp            # Radius
  1856. #radacct        1813/tcp            # Radius Accounting
  1857. #radacct        1813/udp            # Radius Accounting
  1858.  
  1859. This should bring you back up.  I'm sure there's a way to tell the
  1860. HiperArc to use the "real" radius ports, but I didn't know what that
  1861. was, and I did know how to do this, and I needed to get it fixed FAST.
  1862. So, although it thumbs its nose at the Internet Number Assigning
  1863. Authorities, we did it anyway.
  1864.  
  1865. David
  1866. --
  1867. David Ernst
  1868. HoosierNet, Inc.
  1869.  
  1870.  
  1871. On Tue, 31 Aug 1999, Tavis Morse wrote:
  1872.  
  1873. >Hello,
  1874. >I'm trying to set up cistron radius to work with the HiperArc, 
  1875. >does anyone have this working? If so, I'm wondering what typical clients
  1876. >and users file entries might look like.
  1877. >I have been trying to get it working unsuccessfully for 2 days.,
  1878. >so far I can't even get the radius.log to show any activity at all with the
  1879. >-y flag. TCPdump shows 'datametrics' packets coming in.
  1880. >TIA
  1881. >Tavis Morse
  1882. >Norfolk County Internet
  1883. >
  1884. >
  1885. >-
  1886. > To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  1887. > with "unsubscribe usr-tc" in the body of the message.
  1888. > For information on digests or retrieving files and old messages send
  1889. > "help" to the same address.  Do not use quotes in your message.
  1890. >
  1891.  
  1892. -
  1893.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  1894.  with "unsubscribe usr-tc" in the body of the message.
  1895.  For information on digests or retrieving files and old messages send
  1896.  "help" to the same address.  Do not use quotes in your message.
  1897.  
  1898.  
  1899. -------------------------------------------------------------------------------
  1900.  
  1901. From: Pete Ashdown <pashdown@xmission.com>
  1902. Subject: Re: (usr-tc) RE:  IP Spoofing
  1903. Date: 03 Sep 1999 11:22:25 -0600 (MDT)
  1904.  
  1905. Mike Wronski said once upon a time:
  1906. >
  1907. >There is the global switch "ENABLE IP SOURCE_ADDRESS_FILTER" that would be the
  1908. >best method of turning on this feature..
  1909.  
  1910. Mike, does this still not take into account framed-routes?  Will it ever?
  1911.  
  1912. -
  1913.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  1914.  with "unsubscribe usr-tc" in the body of the message.
  1915.  For information on digests or retrieving files and old messages send
  1916.  "help" to the same address.  Do not use quotes in your message.
  1917.  
  1918.  
  1919. -------------------------------------------------------------------------------
  1920.  
  1921. From: "Mike Wronski" <mike@coredump.ae.usr.com>
  1922. Subject: RE: (usr-tc) RE:  IP Spoofing
  1923. Date: 03 Sep 1999 13:07:15 -0500
  1924.  
  1925.  
  1926.  
  1927. |-----Original Message-----
  1928. |From: owner-usr-tc@lists.xmission.com
  1929. |[mailto:owner-usr-tc@lists.xmission.com]On Behalf Of Pete Ashdown
  1930. |Sent: Friday, September 03, 1999 12:22 PM
  1931. |To: usr-tc@lists.xmission.com
  1932. |Subject: Re: (usr-tc) RE: IP Spoofing
  1933. |
  1934. |
  1935. |Mike Wronski said once upon a time:
  1936. |>
  1937. |>There is the global switch "ENABLE IP SOURCE_ADDRESS_FILTER" that would be the
  1938. |>best method of turning on this feature..
  1939. |
  1940. |Mike, does this still not take into account framed-routes?  Will it ever?
  1941.  
  1942. Yes, and eventually.
  1943.  
  1944. -M
  1945.  
  1946.  
  1947. -
  1948.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  1949.  with "unsubscribe usr-tc" in the body of the message.
  1950.  For information on digests or retrieving files and old messages send
  1951.  "help" to the same address.  Do not use quotes in your message.
  1952.  
  1953.  
  1954. -------------------------------------------------------------------------------
  1955.  
  1956. From: "Clint R. Sparks" <csparks@cqc.com>
  1957. Subject: (usr-tc) Problems with Connect Speeds going down
  1958. Date: 03 Sep 1999 13:16:14 -0500
  1959.  
  1960. Looking for any help with a new problem that started about a week ago where
  1961. customers that connect at 50,666k or 52k are now connecting at 31,2k or
  1962. 33.6k. We have changed nothing on our Total Control. We use the Hiper DSP
  1963. cards with PRI's and Hiper Arc card and we are running Hiper DSP code 1.2.43
  1964. and Hiper Arc 4.1.59-6. We have had absolutely no problems up until a week
  1965. ago, we have rebooted our Hiper DSP cards and Hiper Arc card to see if that
  1966. would help but it has not. Our PRI's come from GTE and they say they cannot
  1967. find anything wrong on their lines. I have seen this myself from my home and
  1968. it does not make sense.
  1969.  
  1970. Any help would be appreciated.
  1971.  
  1972. Thank you,
  1973.  
  1974. Clint R. Sparks
  1975. ComQuest Internet Services
  1976. csparks@cqc.com
  1977.  
  1978.  
  1979.  
  1980.  
  1981. -
  1982.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  1983.  with "unsubscribe usr-tc" in the body of the message.
  1984.  For information on digests or retrieving files and old messages send
  1985.  "help" to the same address.  Do not use quotes in your message.
  1986.  
  1987.  
  1988. -------------------------------------------------------------------------------
  1989.  
  1990. From: Greg Coffey <gcoffey@vcn.com>
  1991. Subject: Re: (usr-tc) Problems with Connect Speeds going down
  1992. Date: 03 Sep 1999 12:37:19 -0600
  1993.  
  1994. Can anyone connect at a higher rate?  Or are we talking about a few customers?
  1995.  
  1996. At 01:16 PM 9/3/99 -0500, you wrote:
  1997. >Looking for any help with a new problem that started about a week ago where
  1998. >customers that connect at 50,666k or 52k are now connecting at 31,2k or
  1999. >33.6k. We have changed nothing on our Total Control. We use the Hiper DSP
  2000. >cards with PRI's and Hiper Arc card and we are running Hiper DSP code 1.2.43
  2001. >and Hiper Arc 4.1.59-6. We have had absolutely no problems up until a week
  2002. >ago, we have rebooted our Hiper DSP cards and Hiper Arc card to see if that
  2003. >would help but it has not. Our PRI's come from GTE and they say they cannot
  2004. >find anything wrong on their lines. I have seen this myself from my home and
  2005. >it does not make sense.
  2006. >
  2007. >Any help would be appreciated.
  2008. >
  2009. >Thank you,
  2010. >
  2011. >Clint R. Sparks
  2012. >ComQuest Internet Services
  2013. >csparks@cqc.com
  2014. >
  2015. >
  2016. >
  2017. >
  2018. >-
  2019. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  2020. >  with "unsubscribe usr-tc" in the body of the message.
  2021. >  For information on digests or retrieving files and old messages send
  2022. >  "help" to the same address.  Do not use quotes in your message.
  2023.  
  2024.  
  2025. Thanks, Greg Coffey <gcoffey@vcn.com>
  2026. Visionary Communications V 307-234-5443 F 307-234-5446
  2027.  
  2028.  
  2029. -
  2030.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  2031.  with "unsubscribe usr-tc" in the body of the message.
  2032.  For information on digests or retrieving files and old messages send
  2033.  "help" to the same address.  Do not use quotes in your message.
  2034.  
  2035.  
  2036. -------------------------------------------------------------------------------
  2037.  
  2038. From: "Clint R. Sparks" <csparks@cqc.com>
  2039. Subject: Re: (usr-tc) Problems with Connect Speeds going down
  2040. Date: 03 Sep 1999 13:58:20 -0500
  2041.  
  2042. Yes, we are seeing about 55% connecting at 56k speeds, the rest at 33.6k or
  2043. lower. The odd thing is people that always connected at 50k will now connect
  2044. at 31,2k 8 times and then 49,333k or 45,333k then the next time 31,2k again.
  2045. I just received a call from GTE saying they checked all the spans and they
  2046. see nothing wrong, no errors of any kind. It is affecting numerous customers
  2047. from all over the city and county. I have another identical setup Total
  2048. Control in another city which is Ameritech and no problems, speeds are great
  2049. and no complaints.
  2050.  
  2051.  
  2052. ----- Original Message -----
  2053. Sent: Friday, September 03, 1999 1:37 PM
  2054.  
  2055.  
  2056. > Can anyone connect at a higher rate?  Or are we talking about a few
  2057. customers?
  2058. >
  2059. > At 01:16 PM 9/3/99 -0500, you wrote:
  2060. > >Looking for any help with a new problem that started about a week ago
  2061. where
  2062. > >customers that connect at 50,666k or 52k are now connecting at 31,2k or
  2063. > >33.6k. We have changed nothing on our Total Control. We use the Hiper DSP
  2064. > >cards with PRI's and Hiper Arc card and we are running Hiper DSP code
  2065. 1.2.43
  2066. > >and Hiper Arc 4.1.59-6. We have had absolutely no problems up until a
  2067. week
  2068. > >ago, we have rebooted our Hiper DSP cards and Hiper Arc card to see if
  2069. that
  2070. > >would help but it has not. Our PRI's come from GTE and they say they
  2071. cannot
  2072. > >find anything wrong on their lines. I have seen this myself from my home
  2073. and
  2074. > >it does not make sense.
  2075. > >
  2076.  
  2077.  
  2078.  
  2079. -
  2080.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  2081.  with "unsubscribe usr-tc" in the body of the message.
  2082.  For information on digests or retrieving files and old messages send
  2083.  "help" to the same address.  Do not use quotes in your message.
  2084.  
  2085.  
  2086. -------------------------------------------------------------------------------
  2087.  
  2088. From: Mike Andrews <mandrews@bit0.com>
  2089. Subject: Re: (usr-tc) Connect-Speed attribute
  2090. Date: 03 Sep 1999 15:01:21 -0400 (EDT)
  2091.  
  2092. On Fri, 3 Sep 1999, Scott Boggs wrote:
  2093.  
  2094. > The RADIUS section of the HARC docs describes a RADIUS attribute
  2095. > Connect-Speed (0x9023)
  2096. > It is described as a "32-bit integer".
  2097. > When I capture this attribute, it appears as a number usually between 20-49.
  2098. > Does anyone know how to translate this "32-bit integer"?
  2099.  
  2100. Yeah.  It should be in your dictionary file.  Here's a chunk of ours
  2101. (from Cistron radius):
  2102.  
  2103. VALUE   USR-Initial-Tx-Link-Data-Rate           110-BPS         1
  2104. VALUE   USR-Initial-Tx-Link-Data-Rate           300-BPS         2
  2105. VALUE   USR-Initial-Tx-Link-Data-Rate           600-BPS         3
  2106. VALUE   USR-Initial-Tx-Link-Data-Rate           1200-BPS        4
  2107. VALUE   USR-Initial-Tx-Link-Data-Rate           2400-BPS        5
  2108. VALUE   USR-Initial-Tx-Link-Data-Rate           4800-BPS        6
  2109. VALUE   USR-Initial-Tx-Link-Data-Rate           7200-BPS        7
  2110. VALUE   USR-Initial-Tx-Link-Data-Rate           9600-BPS        8
  2111. VALUE   USR-Initial-Tx-Link-Data-Rate           12000-BPS       9
  2112. VALUE   USR-Initial-Tx-Link-Data-Rate           14400-BPS       10
  2113. VALUE   USR-Initial-Tx-Link-Data-Rate           16800-BPS       11
  2114. VALUE   USR-Initial-Tx-Link-Data-Rate           19200-BPS       12
  2115. VALUE   USR-Initial-Tx-Link-Data-Rate           38400-BPS       13
  2116. VALUE   USR-Initial-Tx-Link-Data-Rate           75-BPS          14
  2117. VALUE   USR-Initial-Tx-Link-Data-Rate           450-BPS         15
  2118. VALUE   USR-Initial-Tx-Link-Data-Rate           UNKNOWN-BPS     16
  2119. VALUE   USR-Initial-Tx-Link-Data-Rate           57600-BPS       17
  2120. VALUE   USR-Initial-Tx-Link-Data-Rate           21600-BPS       18
  2121. VALUE   USR-Initial-Tx-Link-Data-Rate           24000-BPS       19
  2122. VALUE   USR-Initial-Tx-Link-Data-Rate           26400-BPS       20
  2123. VALUE   USR-Initial-Tx-Link-Data-Rate           28800-BPS       21
  2124. VALUE   USR-Initial-Tx-Link-Data-Rate           115200-BPS      22
  2125. VALUE   USR-Initial-Tx-Link-Data-Rate           31200-BPS       23
  2126. VALUE   USR-Initial-Tx-Link-Data-Rate           33600-BPS       24
  2127. VALUE   USR-Initial-Tx-Link-Data-Rate           25333-BPS       25
  2128. VALUE   USR-Initial-Tx-Link-Data-Rate           26666-BPS       26
  2129. VALUE   USR-Initial-Tx-Link-Data-Rate           28000-BPS       27
  2130. VALUE   USR-Initial-Tx-Link-Data-Rate           29333-BPS       28
  2131. VALUE   USR-Initial-Tx-Link-Data-Rate           30666-BPS       29
  2132. VALUE   USR-Initial-Tx-Link-Data-Rate           32000-BPS       30
  2133. VALUE   USR-Initial-Tx-Link-Data-Rate           33333-BPS       31
  2134. VALUE   USR-Initial-Tx-Link-Data-Rate           34666-BPS       32
  2135. VALUE   USR-Initial-Tx-Link-Data-Rate           36000-BPS       33
  2136. VALUE   USR-Initial-Tx-Link-Data-Rate           37333-BPS       34
  2137. VALUE   USR-Initial-Tx-Link-Data-Rate           38666-BPS       35
  2138. VALUE   USR-Initial-Tx-Link-Data-Rate           40000-BPS       36
  2139. VALUE   USR-Initial-Tx-Link-Data-Rate           41333-BPS       37
  2140. VALUE   USR-Initial-Tx-Link-Data-Rate           42666-BPS       38
  2141. VALUE   USR-Initial-Tx-Link-Data-Rate           44000-BPS       39
  2142. VALUE   USR-Initial-Tx-Link-Data-Rate           45333-BPS       40
  2143. VALUE   USR-Initial-Tx-Link-Data-Rate           46666-BPS       41
  2144. VALUE   USR-Initial-Tx-Link-Data-Rate           48000-BPS       42
  2145. VALUE   USR-Initial-Tx-Link-Data-Rate           49333-BPS       43
  2146. VALUE   USR-Initial-Tx-Link-Data-Rate           50666-BPS       44
  2147. VALUE   USR-Initial-Tx-Link-Data-Rate           52000-BPS       45
  2148. VALUE   USR-Initial-Tx-Link-Data-Rate           53333-BPS       46
  2149. VALUE   USR-Initial-Tx-Link-Data-Rate           54666-BPS       47
  2150. VALUE   USR-Initial-Tx-Link-Data-Rate           56000-BPS       48
  2151. VALUE   USR-Initial-Tx-Link-Data-Rate           57333-BPS       49
  2152. VALUE   USR-Initial-Tx-Link-Data-Rate           58666-BPS       50
  2153. VALUE   USR-Initial-Tx-Link-Data-Rate           60000-BPS       51
  2154. VALUE   USR-Initial-Tx-Link-Data-Rate           61333-BPS       52
  2155. VALUE   USR-Initial-Tx-Link-Data-Rate           62666-BPS       53
  2156. VALUE   USR-Initial-Tx-Link-Data-Rate           64000-BPS       54
  2157.  
  2158.  
  2159.  
  2160. -
  2161.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  2162.  with "unsubscribe usr-tc" in the body of the message.
  2163.  For information on digests or retrieving files and old messages send
  2164.  "help" to the same address.  Do not use quotes in your message.
  2165.  
  2166.  
  2167. -------------------------------------------------------------------------------
  2168.  
  2169. From: "Scot Desort" <scot@njaccess.net>
  2170. Subject: Re: (usr-tc) Problems with Connect Speeds going down
  2171. Date: 03 Sep 1999 15:29:10 -0400
  2172.  
  2173. I have a bunch of customers who were served from a Bell Atlantic central
  2174. office equipped with a Lucent 1A switch. A week ago, BA upgraded the switch
  2175. to a 5ESS. Connect speeds from half of the people served by that switch
  2176. dropped from 47-50K to below 40.
  2177.  
  2178. GTE would have had to replace a bunch of switches on the user side all at
  2179. once for it to have such a sweeping effect as you have described.
  2180.  
  2181. Also, ask them about their tandems. Buggers, they are. May be a whole
  2182. geographical section of your customers served by a single tandem switch that
  2183. is on the fritz. There are 2 that serve our area, and one of them is ALWAYS
  2184. having problems.
  2185.  
  2186.  
  2187. ...Scot
  2188.  
  2189.  
  2190. ----- Original Message -----
  2191. Sent: Friday, September 03, 1999 2:16 PM
  2192.  
  2193.  
  2194. > Looking for any help with a new problem that started about a week ago
  2195. where
  2196. > customers that connect at 50,666k or 52k are now connecting at 31,2k or
  2197. > 33.6k. We have changed nothing on our Total Control. We use the Hiper DSP
  2198. > cards with PRI's and Hiper Arc card and we are running Hiper DSP code
  2199. 1.2.43
  2200. > and Hiper Arc 4.1.59-6. We have had absolutely no problems up until a week
  2201. > ago, we have rebooted our Hiper DSP cards and Hiper Arc card to see if
  2202. that
  2203. > would help but it has not. Our PRI's come from GTE and they say they
  2204. cannot
  2205. > find anything wrong on their lines. I have seen this myself from my home
  2206. and
  2207. > it does not make sense.
  2208. >
  2209. > Any help would be appreciated.
  2210. >
  2211. > Thank you,
  2212. >
  2213. > Clint R. Sparks
  2214. > ComQuest Internet Services
  2215. > csparks@cqc.com
  2216. >
  2217. >
  2218. >
  2219. >
  2220. > -
  2221. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  2222. >  with "unsubscribe usr-tc" in the body of the message.
  2223. >  For information on digests or retrieving files and old messages send
  2224. >  "help" to the same address.  Do not use quotes in your message.
  2225. >
  2226.  
  2227.  
  2228. -
  2229.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  2230.  with "unsubscribe usr-tc" in the body of the message.
  2231.  For information on digests or retrieving files and old messages send
  2232.  "help" to the same address.  Do not use quotes in your message.
  2233.  
  2234.  
  2235. -------------------------------------------------------------------------------
  2236.  
  2237. From: "Brian Becker" <brian@semo.net>
  2238. Subject: (usr-tc) Date: Fri, 3 Sep 1999 15:04:50 -0500
  2239. Date: 03 Sep 1999 14:10:18 -0600
  2240.  
  2241. We have a web tv that can authenticate in one area but not in another. Both
  2242. circuits are built the same and in the same TELCO.
  2243.  
  2244. Area that does work---
  2245. DSP - 1.2.5
  2246. ARC - 4.1.78
  2247. NMC - 5.6.2
  2248. New PPP Call received on interface slot:1/mod:23
  2249. Unexpected (LCP) Layer Down, ID 1, Restarting Link 28814384, to .
  2250. PPP - Authentication Complete to rhack56.
  2251. PPP - IP Link UP to rhack56 (199.217.238.231)
  2252. Local IP Address (199.217.238.227) was configured.
  2253. Peer PPP at rhack56 Does NOT support AUTO compression, DISABLING.
  2254.  
  2255. Area that doesn't work---
  2256. DSP - 2.0.81
  2257. ARC - 4.1.11
  2258. NMC - 6.1.17
  2259. New PPP Call received on interface slot:1/mod:11
  2260. ....Tracing of Call Events; Escape to stop...
  2261. Unexpected (LCP) Layer Down, ID 1, Restarting Link 28043864, to .
  2262. Peer has not requested Auth, PPP link down to .
  2263. PPP connection down to .
  2264.  
  2265. Brian Becker
  2266. President, Poplar Bluff Internet
  2267.    http://www.semo.net
  2268. TotallyFabricated.com Software
  2269.    http://www.TotallyFabricated.com
  2270. Home of JerusalemPerspective.com
  2271.    http://www.JerusalemPerspective.com
  2272. Personal Page
  2273.    http://Tonionio.com  / http://BenjaminBecker.com
  2274.  
  2275.  
  2276. -
  2277.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  2278.  with "unsubscribe usr-tc" in the body of the message.
  2279.  For information on digests or retrieving files and old messages send
  2280.  "help" to the same address.  Do not use quotes in your message.
  2281.  
  2282.  
  2283. -------------------------------------------------------------------------------
  2284.  
  2285. From: Greg Coffey <gcoffey@vcn.com>
  2286. Subject: Re: (usr-tc) Problems with Connect Speeds going down
  2287. Date: 03 Sep 1999 14:22:53 -0600
  2288.  
  2289. Could be that the local telco recently installed a SLC due to growth.  That 
  2290. would explain losing it in a certain area but not all over town.  A SLC 
  2291. takes out a whole area but they also install pairgain in certain locations 
  2292. that will strip out 56k.  That is usually at a residence or business.  Much 
  2293. smaller scale.
  2294.  
  2295.  
  2296. At 01:58 PM 9/3/99 -0500, you wrote:
  2297. >Yes, we are seeing about 55% connecting at 56k speeds, the rest at 33.6k or
  2298. >lower. The odd thing is people that always connected at 50k will now connect
  2299. >at 31,2k 8 times and then 49,333k or 45,333k then the next time 31,2k again.
  2300. >I just received a call from GTE saying they checked all the spans and they
  2301. >see nothing wrong, no errors of any kind. It is affecting numerous customers
  2302. >from all over the city and county. I have another identical setup Total
  2303. >Control in another city which is Ameritech and no problems, speeds are great
  2304. >and no complaints.
  2305. >
  2306. >
  2307. >----- Original Message -----
  2308. >From: Greg Coffey <gcoffey@vcn.com>
  2309. >To: <usr-tc@lists.xmission.com>
  2310. >Sent: Friday, September 03, 1999 1:37 PM
  2311. >Subject: Re: (usr-tc) Problems with Connect Speeds going down
  2312. >
  2313. >
  2314. > > Can anyone connect at a higher rate?  Or are we talking about a few
  2315. >customers?
  2316. > >
  2317. > > At 01:16 PM 9/3/99 -0500, you wrote:
  2318. > > >Looking for any help with a new problem that started about a week ago
  2319. >where
  2320. > > >customers that connect at 50,666k or 52k are now connecting at 31,2k or
  2321. > > >33.6k. We have changed nothing on our Total Control. We use the Hiper DSP
  2322. > > >cards with PRI's and Hiper Arc card and we are running Hiper DSP code
  2323. >1.2.43
  2324. > > >and Hiper Arc 4.1.59-6. We have had absolutely no problems up until a
  2325. >week
  2326. > > >ago, we have rebooted our Hiper DSP cards and Hiper Arc card to see if
  2327. >that
  2328. > > >would help but it has not. Our PRI's come from GTE and they say they
  2329. >cannot
  2330. > > >find anything wrong on their lines. I have seen this myself from my home
  2331. >and
  2332. > > >it does not make sense.
  2333. > > >
  2334. >
  2335. >
  2336. >
  2337. >-
  2338. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  2339. >  with "unsubscribe usr-tc" in the body of the message.
  2340. >  For information on digests or retrieving files and old messages send
  2341. >  "help" to the same address.  Do not use quotes in your message.
  2342.  
  2343.  
  2344. Thanks, Greg Coffey <gcoffey@vcn.com>
  2345. Visionary Communications V 307-234-5443 F 307-234-5446
  2346.  
  2347.  
  2348. -
  2349.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  2350.  with "unsubscribe usr-tc" in the body of the message.
  2351.  For information on digests or retrieving files and old messages send
  2352.  "help" to the same address.  Do not use quotes in your message.
  2353.  
  2354.  
  2355. -------------------------------------------------------------------------------
  2356.  
  2357. From: Greg Coffey <gcoffey@vcn.com>
  2358. Subject: (usr-tc) Need Some Quad Modems
  2359. Date: 03 Sep 1999 14:45:42 -0600
  2360.  
  2361. I'm in the market for some digital quads.  Email me if you have some to 
  2362. sell.  I could use 1-2 dozen of them.
  2363.  
  2364.  
  2365.  
  2366. Thanks, Greg Coffey <gcoffey@vcn.com>
  2367. Visionary Communications V 307-234-5443 F 307-234-5446
  2368.  
  2369.  
  2370. -
  2371.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  2372.  with "unsubscribe usr-tc" in the body of the message.
  2373.  For information on digests or retrieving files and old messages send
  2374.  "help" to the same address.  Do not use quotes in your message.
  2375.  
  2376.  
  2377. -------------------------------------------------------------------------------
  2378.  
  2379. From: "Andrew:PC Global, Inc." <andrew@pcglobal.net>
  2380. Subject: Re: (usr-tc) Need Some Quad Modems
  2381. Date: 03 Sep 1999 13:57:20 -0700
  2382.  
  2383. I have about 25 in stock... about 8 NICS . These are the V.34
  2384. analog/Digital.
  2385. We have been selling them at $175 each with a 90 day warranty
  2386.  
  2387. We take all credit cards,
  2388.  
  2389. Best Regards,
  2390. Andrew Shlensky
  2391. ****************************
  2392. PC Global, Inc.
  2393. (602) 438-6200 office (NEW TEL NUMBER!)
  2394. (602) 438-1119 fax
  2395. (305) 216-8638 mobile
  2396. New!e-mail my mobile http://www.nextel.com/paging
  2397. URL:     http://www.pcglobal.net
  2398. E-MAIL: andrew@pcglobal.net
  2399. ICQ:       21219089
  2400. Computer Service Parts SpEciaLiSts!
  2401. Leader in New/Used PCs,Laptops
  2402. Communication & Networking,Monitors
  2403. Printers, Hard Drives, Midrange/Mainframe.
  2404. Hard to Get Parts.  We buy and sell all
  2405. types of  GEAR-
  2406. ****************************
  2407. ----- Original Message -----
  2408. Sent: Friday, September 03, 1999 1:45 PM
  2409.  
  2410.  
  2411. I'm in the market for some digital quads.  Email me if you have some to
  2412. sell.  I could use 1-2 dozen of them.
  2413.  
  2414.  
  2415.  
  2416. Thanks, Greg Coffey <gcoffey@vcn.com>
  2417. Visionary Communications V 307-234-5443 F 307-234-5446
  2418.  
  2419.  
  2420. -
  2421.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  2422.  with "unsubscribe usr-tc" in the body of the message.
  2423.  For information on digests or retrieving files and old messages send
  2424.  "help" to the same address.  Do not use quotes in your message.
  2425.  
  2426.  
  2427.  
  2428. -
  2429.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  2430.  with "unsubscribe usr-tc" in the body of the message.
  2431.  For information on digests or retrieving files and old messages send
  2432.  "help" to the same address.  Do not use quotes in your message.
  2433.  
  2434.  
  2435. -------------------------------------------------------------------------------
  2436.  
  2437. From: "Andrew:PC Global, Inc." <andrew@pcglobal.net>
  2438. Subject: Re: (usr-tc) Need Some Quad Modems
  2439. Date: 03 Sep 1999 13:58:03 -0700
  2440.  
  2441. sorry that was supposed to be a private reply.
  2442.  
  2443.  
  2444. Andrew Shlensky
  2445. ****************************
  2446. PC Global, Inc.
  2447. (602) 438-6200 office (NEW TEL NUMBER!)
  2448. (602) 438-1119 fax
  2449. (305) 216-8638 mobile
  2450. New!e-mail my mobile http://www.nextel.com/paging
  2451. URL:     http://www.pcglobal.net
  2452. E-MAIL: andrew@pcglobal.net
  2453. ICQ:       21219089
  2454. Computer Service Parts SpEciaLiSts! 
  2455. Leader in New/Used PCs,Laptops
  2456. Communication & Networking,Monitors
  2457. Printers, Hard Drives, Midrange/Mainframe.
  2458. Hard to Get Parts.  We buy and sell all
  2459. types of  GEAR-
  2460. ****************************
  2461. ----- Original Message ----- 
  2462. Sent: Friday, September 03, 1999 1:45 PM
  2463.  
  2464.  
  2465. I'm in the market for some digital quads.  Email me if you have some to 
  2466. sell.  I could use 1-2 dozen of them.
  2467.  
  2468.  
  2469.  
  2470. Thanks, Greg Coffey <gcoffey@vcn.com>
  2471. Visionary Communications V 307-234-5443 F 307-234-5446
  2472.  
  2473.  
  2474. -
  2475.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  2476.  with "unsubscribe usr-tc" in the body of the message.
  2477.  For information on digests or retrieving files and old messages send
  2478.  "help" to the same address.  Do not use quotes in your message.
  2479.  
  2480.  
  2481.  
  2482. -
  2483.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  2484.  with "unsubscribe usr-tc" in the body of the message.
  2485.  For information on digests or retrieving files and old messages send
  2486.  "help" to the same address.  Do not use quotes in your message.
  2487.  
  2488.  
  2489. -------------------------------------------------------------------------------
  2490.  
  2491. From: "Mike Wronski" <mike@coredump.ae.usr.com>
  2492. Subject: RE: (usr-tc) Date: Fri, 3 Sep 1999 15:04:50 -0500
  2493. Date: 03 Sep 1999 16:57:19 -0500
  2494.  
  2495. Change the code on the HARCs to Match.. You have a strange code combination..
  2496. Working area has newer arc code and
  2497. old DSP code. Non working area has new DSP and very old HARC code..
  2498.  
  2499. I would sugest that you use 4.1.59-6 for HARC and 2.0.81 for the DSPs everywhere.
  2500.  
  2501. -M
  2502.  
  2503.  
  2504. |-----Original Message-----
  2505. |From: owner-usr-tc@lists.xmission.com
  2506. |[mailto:owner-usr-tc@lists.xmission.com]On Behalf Of Brian Becker
  2507. |Sent: Friday, September 03, 1999 3:10 PM
  2508. |To: usr-tc@lists.xmission.com
  2509. |Subject: (usr-tc) Date: Fri, 3 Sep 1999 15:04:50 -0500
  2510. |
  2511. |
  2512. |We have a web tv that can authenticate in one area but not in another. Both
  2513. |circuits are built the same and in the same TELCO.
  2514. |
  2515. |Area that does work---
  2516. |DSP - 1.2.5
  2517. |ARC - 4.1.78
  2518. |NMC - 5.6.2
  2519. |New PPP Call received on interface slot:1/mod:23
  2520. |Unexpected (LCP) Layer Down, ID 1, Restarting Link 28814384, to .
  2521. |PPP - Authentication Complete to rhack56.
  2522. |PPP - IP Link UP to rhack56 (199.217.238.231)
  2523. |Local IP Address (199.217.238.227) was configured.
  2524. |Peer PPP at rhack56 Does NOT support AUTO compression, DISABLING.
  2525. |
  2526. |Area that doesn't work---
  2527. |DSP - 2.0.81
  2528. |ARC - 4.1.11
  2529. |NMC - 6.1.17
  2530. |New PPP Call received on interface slot:1/mod:11
  2531. |....Tracing of Call Events; Escape to stop...
  2532. |Unexpected (LCP) Layer Down, ID 1, Restarting Link 28043864, to .
  2533. |Peer has not requested Auth, PPP link down to .
  2534. |PPP connection down to .
  2535. |
  2536. |Brian Becker
  2537. |President, Poplar Bluff Internet
  2538. |   http://www.semo.net
  2539. |TotallyFabricated.com Software
  2540. |   http://www.TotallyFabricated.com
  2541. |Home of JerusalemPerspective.com
  2542. |   http://www.JerusalemPerspective.com
  2543. |Personal Page
  2544. |   http://Tonionio.com  / http://BenjaminBecker.com
  2545. |
  2546. |
  2547. |-
  2548. | To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  2549. | with "unsubscribe usr-tc" in the body of the message.
  2550. | For information on digests or retrieving files and old messages send
  2551. | "help" to the same address.  Do not use quotes in your message.
  2552. |
  2553.  
  2554.  
  2555. -
  2556.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  2557.  with "unsubscribe usr-tc" in the body of the message.
  2558.  For information on digests or retrieving files and old messages send
  2559.  "help" to the same address.  Do not use quotes in your message.
  2560.  
  2561.  
  2562. -------------------------------------------------------------------------------
  2563.  
  2564. From: "Clint R. Sparks" <csparks@cqc.com>
  2565. Subject: Re: (usr-tc) Problems with Connect Speeds going down
  2566. Date: 03 Sep 1999 17:56:05 -0500
  2567.  
  2568. As it happens, GTE in my area has just one switch GTD 5 I believe and it
  2569. covers all the customers in my area of service. They just recently upgraded
  2570. the switch to handle more PRI's which is what we use as they were out of
  2571. capacity to fill PRI orders. Of course if it is because of the recent
  2572. upgrade to their switch I will have a heck of a time getting them to believe
  2573. it is something that started when they upgraded and that it has to be
  2574. related.
  2575.  
  2576.  
  2577.  
  2578. > I have a bunch of customers who were served from a Bell Atlantic central
  2579. > office equipped with a Lucent 1A switch. A week ago, BA upgraded the
  2580. switch
  2581. > to a 5ESS. Connect speeds from half of the people served by that switch
  2582. > dropped from 47-50K to below 40.
  2583. >
  2584. > GTE would have had to replace a bunch of switches on the user side all at
  2585. > once for it to have such a sweeping effect as you have described.
  2586. >
  2587. > Also, ask them about their tandems. Buggers, they are. May be a whole
  2588. > geographical section of your customers served by a single tandem switch
  2589. that
  2590. > is on the fritz. There are 2 that serve our area, and one of them is
  2591. ALWAYS
  2592. > having problems.
  2593. >
  2594. >
  2595. > ...Scot
  2596. >
  2597.  
  2598.  
  2599.  
  2600. -
  2601.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  2602.  with "unsubscribe usr-tc" in the body of the message.
  2603.  For information on digests or retrieving files and old messages send
  2604.  "help" to the same address.  Do not use quotes in your message.
  2605.  
  2606.  
  2607. -------------------------------------------------------------------------------
  2608.  
  2609. From: "Eric Billeter" <ebilleter@cableone.net>
  2610. Subject: RE: (usr-tc) Date: Fri, 3 Sep 1999 15:04:50 -0500
  2611. Date: 03 Sep 1999 15:55:00 -0700
  2612.  
  2613. Something else to verify..
  2614. From my experience i have found the following
  2615. webtv units require pap authentication be the default for the chassis
  2616. they also require vj header compression set in radius
  2617.  
  2618. -----Original Message-----
  2619. [mailto:owner-usr-tc@lists.xmission.com]On Behalf Of Mike Wronski
  2620. Sent: Friday, September 03, 1999 2:57 PM
  2621. Cc: brian@semo.net
  2622.  
  2623.  
  2624. Change the code on the HARCs to Match.. You have a strange code
  2625. combination..
  2626. Working area has newer arc code and
  2627. old DSP code. Non working area has new DSP and very old HARC code..
  2628.  
  2629. I would sugest that you use 4.1.59-6 for HARC and 2.0.81 for the DSPs
  2630. everywhere.
  2631.  
  2632. -M
  2633.  
  2634.  
  2635. |-----Original Message-----
  2636. |From: owner-usr-tc@lists.xmission.com
  2637. |[mailto:owner-usr-tc@lists.xmission.com]On Behalf Of Brian Becker
  2638. |Sent: Friday, September 03, 1999 3:10 PM
  2639. |To: usr-tc@lists.xmission.com
  2640. |Subject: (usr-tc) Date: Fri, 3 Sep 1999 15:04:50 -0500
  2641. |
  2642. |
  2643. |We have a web tv that can authenticate in one area but not in another. Both
  2644. |circuits are built the same and in the same TELCO.
  2645. |
  2646. |Area that does work---
  2647. |DSP - 1.2.5
  2648. |ARC - 4.1.78
  2649. |NMC - 5.6.2
  2650. |New PPP Call received on interface slot:1/mod:23
  2651. |Unexpected (LCP) Layer Down, ID 1, Restarting Link 28814384, to .
  2652. |PPP - Authentication Complete to rhack56.
  2653. |PPP - IP Link UP to rhack56 (199.217.238.231)
  2654. |Local IP Address (199.217.238.227) was configured.
  2655. |Peer PPP at rhack56 Does NOT support AUTO compression, DISABLING.
  2656. |
  2657. |Area that doesn't work---
  2658. |DSP - 2.0.81
  2659. |ARC - 4.1.11
  2660. |NMC - 6.1.17
  2661. |New PPP Call received on interface slot:1/mod:11
  2662. |....Tracing of Call Events; Escape to stop...
  2663. |Unexpected (LCP) Layer Down, ID 1, Restarting Link 28043864, to .
  2664. |Peer has not requested Auth, PPP link down to .
  2665. |PPP connection down to .
  2666. |
  2667. |Brian Becker
  2668. |President, Poplar Bluff Internet
  2669. |   http://www.semo.net
  2670. |TotallyFabricated.com Software
  2671. |   http://www.TotallyFabricated.com
  2672. |Home of JerusalemPerspective.com
  2673. |   http://www.JerusalemPerspective.com
  2674. |Personal Page
  2675. |   http://Tonionio.com  / http://BenjaminBecker.com
  2676. |
  2677. |
  2678. |-
  2679. | To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  2680. | with "unsubscribe usr-tc" in the body of the message.
  2681. | For information on digests or retrieving files and old messages send
  2682. | "help" to the same address.  Do not use quotes in your message.
  2683. |
  2684.  
  2685.  
  2686. -
  2687.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  2688.  with "unsubscribe usr-tc" in the body of the message.
  2689.  For information on digests or retrieving files and old messages send
  2690.  "help" to the same address.  Do not use quotes in your message.
  2691.  
  2692.  
  2693.  
  2694.  
  2695. -
  2696.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  2697.  with "unsubscribe usr-tc" in the body of the message.
  2698.  For information on digests or retrieving files and old messages send
  2699.  "help" to the same address.  Do not use quotes in your message.
  2700.  
  2701.  
  2702. -------------------------------------------------------------------------------
  2703.  
  2704. From: "Ed" <ed@taylors.com>
  2705. Subject: Re: (usr-tc) Problems with Connect Speeds going down
  2706. Date: 02 Sep 1999 21:41:22 -0400
  2707.  
  2708. Have any of you tried using Ascends to see if it happens with them? I know
  2709. there is an issue with crossing switches that 3com has and are currently
  2710. working on. We cross between Bell Atlantic and Ameritech and have this
  2711. issue.
  2712.  
  2713. For some reason it seems to not affect the Ascends as much...
  2714.  
  2715. Ed
  2716.  
  2717. ----- Original Message -----
  2718. Sent: Friday, September 03, 1999 6:56 PM
  2719.  
  2720.  
  2721. As it happens, GTE in my area has just one switch GTD 5 I believe and it
  2722. covers all the customers in my area of service. They just recently upgraded
  2723. the switch to handle more PRI's which is what we use as they were out of
  2724. capacity to fill PRI orders. Of course if it is because of the recent
  2725. upgrade to their switch I will have a heck of a time getting them to believe
  2726. it is something that started when they upgraded and that it has to be
  2727. related.
  2728.  
  2729.  
  2730.  
  2731. > I have a bunch of customers who were served from a Bell Atlantic central
  2732. > office equipped with a Lucent 1A switch. A week ago, BA upgraded the
  2733. switch
  2734. > to a 5ESS. Connect speeds from half of the people served by that switch
  2735. > dropped from 47-50K to below 40.
  2736. >
  2737. > GTE would have had to replace a bunch of switches on the user side all at
  2738. > once for it to have such a sweeping effect as you have described.
  2739. >
  2740. > Also, ask them about their tandems. Buggers, they are. May be a whole
  2741. > geographical section of your customers served by a single tandem switch
  2742. that
  2743. > is on the fritz. There are 2 that serve our area, and one of them is
  2744. ALWAYS
  2745. > having problems.
  2746. >
  2747. >
  2748. > ...Scot
  2749. >
  2750.  
  2751.  
  2752.  
  2753. -
  2754.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  2755.  with "unsubscribe usr-tc" in the body of the message.
  2756.  For information on digests or retrieving files and old messages send
  2757.  "help" to the same address.  Do not use quotes in your message.
  2758.  
  2759.  
  2760.  
  2761. -
  2762.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  2763.  with "unsubscribe usr-tc" in the body of the message.
  2764.  For information on digests or retrieving files and old messages send
  2765.  "help" to the same address.  Do not use quotes in your message.
  2766.  
  2767.  
  2768. -------------------------------------------------------------------------------
  2769.  
  2770. From: D Mayer <dmayer@netwalk.com>
  2771. Subject: (usr-tc) ARC rebooting over and over...
  2772. Date: 04 Sep 1999 19:30:20 -0400 
  2773.  
  2774. I've got an ARC that's been working normally on 4.1.59-6 since it was
  2775. installed about 2 weeks ago, and it suddenly started rebooting itself in the
  2776. middle of the night last night.  From console I'm getting the crash dumps
  2777. included below just after the boot prom menu exits.  The first two are what
  2778. it was getting when I first checked it, it was trying to load normally from
  2779. flash.  I then tried having it boot from TFTP and captured the second two
  2780. crash dumps (somewhat different).  
  2781.  
  2782. I figure this is a flash corruption or something, but I don't know how to
  2783. fix it.  At one point it did actually boot, and I re-uploaded netserve.dmf
  2784. (4.1.59-6), but when I rebooted again it started the reboot cycle over
  2785. again.  Any suggestions?
  2786.  
  2787. TIA,
  2788. Peter D. Mayer
  2789. NetWalk System Administrator
  2790. dmayer@netwalk.com 
  2791.  
  2792.  
  2793. Here are the crash dumps:
  2794.  
  2795. Attempting auto-load from Flash ...
  2796.  
  2797.  
  2798. EXCEPTION 0300 CRASH DUMP:
  2799.  
  2800. GPRs:
  2801. R0:  0x0009EE18  R1:  0x07FCFF28  R2:  0x000B50A4  R3:  0x8BB552DA
  2802. R4:  0x00000400  R5:  0x00176591  R6:  0x45D8C3FF  R7:  0x00168140
  2803. R8:  0x00168220  R9:  0x8BB10000  R10: 0x00000000  R11: 0x000000E9
  2804. R12: 0x000000A0  R13: 0x000BD2AC  R14: 0x00000000  R15: 0x0011EEB0
  2805. R16: 0x00000000  R17: 0x00000000  R18: 0x001CF27A  R19: 0x07FD0148
  2806. R20: 0x0011EEB0  R21: 0x0000823F  R22: 0x0011EEB0  R23: 0x0000FFFF
  2807. R24: 0x00139AB8  R25: 0x00000001  R26: 0x00000001  : 0x00000400
  2808. R28: 0x000000B1  R29: 0x00172280  R30: 0x0004B0A8  R31: 0x307D3FA0
  2809.  
  2810. SPRs:
  2811. CR:    0x24000000  XER:   0x20000001  LR:    0x0006B254  CTR:   0x45D6DE92
  2812. SRR0:  0x0006B26C  SRR1:  0x00003930  DSISR: 0x40000000  DAR:   0x307D3FA3
  2813. DMISS: 0x307D3FA4  DCMP:  0x80000001  HASH1: 0x0001F4C0  HASH2: 0x00010B00
  2814. IMISS: 0x00000000  ICMP:  0x00000000  RPA:   0x00000000  IABR:  0x00000000
  2815.  
  2816. 82660 Registers:
  2817. Err Status 1: 0x00, Err Status 2: 0x00, CPU Err: 0x14, PCI Err: 0x06
  2818. CPU/PCI Addr: 0x00050CC0,  Sys Error Addr: 0x000607E0
  2819.  
  2820. Call Stack:
  2821.     0x0006B26C    (Exception return address - SRR0)
  2822.     0x0006B254
  2823.     0x0009EE18
  2824.     0x000967D4
  2825.     0x00096890
  2826.     0x0009912C
  2827.     0x000A1258
  2828.     0x0009F29C
  2829.     0x000A0708
  2830.     0x00046994
  2831.     0x00045FC8
  2832.     0x000462A8
  2833.     0x00045B28
  2834.  
  2835.  
  2836.  
  2837.  
  2838. Attempting auto-load from Flash ...
  2839.  
  2840.  
  2841. EXCEPTION 0300 CRASH DUMP:
  2842.  
  2843. GPRs:
  2844. R0:  0x0009EE18  R1:  0x07FCFF28  R2:  0x000B50A4  R3:  0x8BFD3DE2
  2845. R4:  0x00000400  R5:  0x0017255D  R6:  0x00000000  R7:  0x00168140
  2846. R8:  0x00168220  R9:  0x8BF80000  R10: 0x00000000  R11: 0x000000F6
  2847. R12: 0x00000037  R13: 0x000BD2AC  R14: 0x00000000  R15: 0x0011EEB0
  2848. R16: 0x00000000  R17: 0x00000000  R18: 0x001CF27A  R19: 0x07FD0148
  2849. R20: 0x0011EEB0  R21: 0x0000823F  R22: 0x0011EEB0  R23: 0x0000FFFF
  2850. R24: 0x0012837C  R25: 0x00000001  R26: 0x00000001  R27: 0x00000400
  2851. R28: 0x000000F8  R29: 0x00172280  R30: 0x0004B0A8  R31: 0x95ADCDCB
  2852.  
  2853. SPRs:
  2854. CR:    0x24000000  XER:   0x20000001  LR:    0x0006B254  CTR:   0xFFFDAF0F
  2855. SRR0:  0x0006B26C  SRR1:  0x00003930  DSISR: 0x40000000  DAR:   0x95ADCDC8
  2856. DMISS: 0x95ADCDCF  DCMP:  0x80000016  HASH1: 0x0001B700  HASH2: 0x000148C0
  2857. IMISS: 0x00000000  ICMP:  0x00000000  RPA:   0x00000000  IABR:  0x00000000
  2858.  
  2859. 82660 Registers:
  2860. Err Status 1: 0x00, Err Status 2: 0x00, CPU Err: 0x14, PCI Err: 0x06
  2861. CPU/PCI Addr: 0x80050CC0,  Sys Error Addr: 0x000607E0
  2862.  
  2863. Call Stack:
  2864.     0x0006B26C    (Exception return address - SRR0)
  2865.     0x0006B254
  2866.     0x0009EE18
  2867.     0x000967D4
  2868.     0x00096890
  2869.     0x0009912C
  2870.     0x000A1258
  2871.     0x0009F29C
  2872.     0x000A0708
  2873.     0x00046994
  2874.     0x00045FC8
  2875.     0x000462A8
  2876.     0x00045B28
  2877.  
  2878.  
  2879.  
  2880.  
  2881.  
  2882. Attempting auto-load from Network ...
  2883.  
  2884. Initializing Flash Filesystem ... OK
  2885. No Change in kernel.dmi (Flash not Updated)
  2886.  
  2887. Reinitializing decompression module.
  2888. In : 303800 bytes
  2889. --10--20--30--40--50--60--70--80--90--100
  2890. .
  2891.  
  2892. EXCEPTION 0200 CRASH DUMP:
  2893.  
  2894. GPRs:
  2895. R0:  0x00F0E980  R1:  0x010FFD58  R2:  0x00F1F748  R3:  0x00000000
  2896. R4:  0x00F1788C  R5:  0x00FB6DD0  R6:  0x00FB6DD0  R7:  0x00000124
  2897. R8:  0x0000012A  R9:  0x0000012A  R10: 0x00000129  R11: 0x0000001F
  2898. R12: 0x0CBA9E40  R13: 0x00F1FDB0  R14: 0x00000000  R15: 0x00000000
  2899. R16: 0x00000000  R17: 0x00F17E74  R18: 0x00F17E70  R19: 0x0000FDB3
  2900. R20: 0x00F17DE0  R21: 0x00001DAB  R22: 0x00F17DE8  R23: 0x00FB6510
  2901. R24: 0x00000000  R25: 0x0004A2B8  R26: 0x00000000  R27: 0x00010000
  2902. R28: 0x00000000  R29: 0x00000002  R30: 0x00000000  R31: 0x00000000
  2903.  
  2904. SPRs:
  2905. CR:    0x44000000  XER:   0x20000018  LR:    0x00F0E980  CTR:   0x00F10EC8
  2906. SRR0:  0x00F10094  SRR1:  0x0008B930  DSISR: 0x40000000  DAR:   0x38634C4F
  2907. DMISS: 0x38634C48  DCMP:  0x80000021  HASH1: 0x00018D00  HASH2: 0x000172C0
  2908. IMISS: 0x00000000  ICMP:  0x00000000  RPA:   0x00000000  IABR:  0x00000000
  2909.  
  2910. 82660 Registers:
  2911. Err Status 1: 0x20, Err Status 2: 0x00, CPU Err: 0x72, PCI Err: 0x06
  2912. CPU/PCI Addr: 0x0CBA9E40,  Sys Error Addr: 0x0CBA9E40
  2913.  
  2914. Call Stack:
  2915.     0x00F10094    (Exception return address - SRR0)
  2916.     0x00F0E980
  2917.     0x00F0F4F0
  2918.     0x00F005A0
  2919.     0x00F009F0
  2920.     0x00F00390
  2921.     0x00F00028
  2922.  
  2923.  
  2924.  
  2925.  
  2926.  
  2927. Attempting auto-load from Network ...
  2928.  
  2929. Initializing Flash Filesystem ... OK
  2930. No Change in kernel.dmi (Flash not Updated)
  2931.  
  2932. Reinitializing decompression module.
  2933. In : 303800 bytes
  2934. --10--20--30--40--50--60--70--80--90--100
  2935. .
  2936. Can't write.
  2937.  
  2938.  
  2939.  
  2940. EXCEPTION 0200 CRASH DUMP:
  2941.  
  2942. GPRs:
  2943. R0:  0x00F0E980  R1:  0x010FFD58  R2:  0x00F1F748  R3:  0x00000000
  2944. R4:  0x00F1788C  R5:  0x00FB6DD0  R6:  0x00FB6DD0  R7:  0x00000208
  2945. R8:  0x000001D1  R9:  0x000001D1  R10: 0x0000010A  R11: 0x0000001F
  2946. R12: 0x0CBA9E40  R13: 0x00F1FDB0  R14: 0x00000000  R15: 0x00000000
  2947. R16: 0x00000000  R17: 0x00F17E74  R18: 0x00F17E70  R19: 0x0000FDB3
  2948. R20: 0x00F17DE0  R21: 0x00001DAB  R22: 0x00F17DE8  R23: 0x00FB6510
  2949. R24: 0x00000000  R25: 0x00000035  R26: 0x00FAE748  R27: 0x00000008
  2950. R28: 0x00000000  R29: 0x00000101  R30: 0x00000072  R31: 0x00000002
  2951.  
  2952. SPRs:
  2953. CR:    0x44000000  XER:   0x20000018  LR:    0x00F0E980  CTR:   0x00F10F80
  2954. SRR0:  0x00F10094  SRR1:  0x0008B930  DSISR: 0x40000000  DAR:   0x38634C4F
  2955. DMISS: 0x38634C48  DCMP:  0x80000021  HASH1: 0x00018D00  HASH2: 0x000172C0
  2956. IMISS: 0x00000000  ICMP:  0x00000000  RPA:   0x00000000  IABR:  0x00000000
  2957.  
  2958. 82660 Registers:
  2959. Err Status 1: 0x20, Err Status 2: 0x00, CPU Err: 0x72, PCI Err: 0x06
  2960. CPU/PCI Addr: 0x0CBA9E40,  Sys Error Addr: 0x0CBA9E40
  2961.  
  2962. Call Stack:
  2963.     0x00F10094    (Exception return address - SRR0)
  2964.     0x00F0E980
  2965.     0x00F0F57C
  2966.     0x00F005A0
  2967.     0x00F009F0
  2968.     0x00F00390
  2969.     0x00F00028
  2970.  
  2971. -
  2972.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  2973.  with "unsubscribe usr-tc" in the body of the message.
  2974.  For information on digests or retrieving files and old messages send
  2975.  "help" to the same address.  Do not use quotes in your message.
  2976.  
  2977.  
  2978. -------------------------------------------------------------------------------
  2979.  
  2980. From: <pferraro@wna-linknet.com>
  2981. Subject: (usr-tc) Power requirements
  2982. Date: 04 Sep 1999 22:20:40 -0400 (EDT)
  2983.  
  2984.  
  2985.     Can anyone tell me what the power requirements are for a HIPER Hub
  2986. with 1 70amp A/C power supply, built in fan tray, 3 Hiper DSPs, HiperArc
  2987. and NMC card?   I have this unit plugged into a TrippLite UPS (the only
  2988. thing plugged into it) and occassionally when we get some power
  2989. fluctuations the hub shuts down!  We have to actually turn it OFF and then
  2990. back ON again!
  2991.  
  2992.   How do I figure out the power requirements?  Should we move up to a
  2993. large UPS?  Any and all comments appreciated!
  2994.  
  2995. ==============================================================================
  2996. Phillip Ferraro                WorldNet Access, Inc
  2997. pferraro@wna-linknet.com    Onslow County's PREMIER InterNet Service 
  2998. Voice (910) 346-0835            824 Gumbranch Square, Suite R3
  2999. FAX   (910) 455-1933             Jacksonville, Nc  28540-6269
  3000. ==============================================================================
  3001.  
  3002.  
  3003.  
  3004. -
  3005.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  3006.  with "unsubscribe usr-tc" in the body of the message.
  3007.  For information on digests or retrieving files and old messages send
  3008.  "help" to the same address.  Do not use quotes in your message.
  3009.  
  3010.  
  3011. -------------------------------------------------------------------------------
  3012.  
  3013. From: Marcelo Souza <mpsouza@centroin.com.br>
  3014. Subject: Re: (usr-tc) ARC rebooting over and over...
  3015. Date: 05 Sep 1999 10:39:48 -0300 (EST)
  3016.  
  3017.  
  3018. You should try to re-initialize and reload the flash code with the:
  3019.  
  3020.     AT{ZF} 
  3021.     
  3022.     After reboot.
  3023.  
  3024. - Marcelo
  3025.  
  3026. On Sat, 4 Sep 1999, D Mayer wrote:
  3027.  
  3028. |I've got an ARC that's been working normally on 4.1.59-6 since it was
  3029. |installed about 2 weeks ago, and it suddenly started rebooting itself in the
  3030. |middle of the night last night.  From console I'm getting the crash dumps
  3031. |included below just after the boot prom menu exits.  The first two are what
  3032. |it was getting when I first checked it, it was trying to load normally from
  3033. |flash.  I then tried having it boot from TFTP and captured the second two
  3034. |crash dumps (somewhat different).  
  3035. |
  3036. |I figure this is a flash corruption or something, but I don't know how to
  3037. |fix it.  At one point it did actually boot, and I re-uploaded netserve.dmf
  3038. |(4.1.59-6), but when I rebooted again it started the reboot cycle over
  3039. |again.  Any suggestions?
  3040. |
  3041. |TIA,
  3042. |Peter D. Mayer
  3043. |NetWalk System Administrator
  3044. |dmayer@netwalk.com 
  3045. |
  3046. |
  3047. |Here are the crash dumps:
  3048. |
  3049. |Attempting auto-load from Flash ...
  3050. |
  3051. |
  3052. |EXCEPTION 0300 CRASH DUMP:
  3053. |
  3054. |GPRs:
  3055. |R0:  0x0009EE18  R1:  0x07FCFF28  R2:  0x000B50A4  R3:  0x8BB552DA
  3056. |R4:  0x00000400  R5:  0x00176591  R6:  0x45D8C3FF  R7:  0x00168140
  3057. |R8:  0x00168220  R9:  0x8BB10000  R10: 0x00000000  R11: 0x000000E9
  3058. |R12: 0x000000A0  R13: 0x000BD2AC  R14: 0x00000000  R15: 0x0011EEB0
  3059. |R16: 0x00000000  R17: 0x00000000  R18: 0x001CF27A  R19: 0x07FD0148
  3060. |R20: 0x0011EEB0  R21: 0x0000823F  R22: 0x0011EEB0  R23: 0x0000FFFF
  3061. |R24: 0x00139AB8  R25: 0x00000001  R26: 0x00000001  : 0x00000400
  3062. |R28: 0x000000B1  R29: 0x00172280  R30: 0x0004B0A8  R31: 0x307D3FA0
  3063. |
  3064. |SPRs:
  3065. |CR:    0x24000000  XER:   0x20000001  LR:    0x0006B254  CTR:   0x45D6DE92
  3066. |SRR0:  0x0006B26C  SRR1:  0x00003930  DSISR: 0x40000000  DAR:   0x307D3FA3
  3067. |DMISS: 0x307D3FA4  DCMP:  0x80000001  HASH1: 0x0001F4C0  HASH2: 0x00010B00
  3068. |IMISS: 0x00000000  ICMP:  0x00000000  RPA:   0x00000000  IABR:  0x00000000
  3069. |
  3070. |82660 Registers:
  3071. |Err Status 1: 0x00, Err Status 2: 0x00, CPU Err: 0x14, PCI Err: 0x06
  3072. |CPU/PCI Addr: 0x00050CC0,  Sys Error Addr: 0x000607E0
  3073. |
  3074. |Call Stack:
  3075. |    0x0006B26C    (Exception return address - SRR0)
  3076. |    0x0006B254
  3077. |    0x0009EE18
  3078. |    0x000967D4
  3079. |    0x00096890
  3080. |    0x0009912C
  3081. |    0x000A1258
  3082. |    0x0009F29C
  3083. |    0x000A0708
  3084. |    0x00046994
  3085. |    0x00045FC8
  3086. |    0x000462A8
  3087. |    0x00045B28
  3088. |
  3089. |
  3090. |
  3091. |
  3092. |Attempting auto-load from Flash ...
  3093. |
  3094. |
  3095. |EXCEPTION 0300 CRASH DUMP:
  3096. |
  3097. |GPRs:
  3098. |R0:  0x0009EE18  R1:  0x07FCFF28  R2:  0x000B50A4  R3:  0x8BFD3DE2
  3099. |R4:  0x00000400  R5:  0x0017255D  R6:  0x00000000  R7:  0x00168140
  3100. |R8:  0x00168220  R9:  0x8BF80000  R10: 0x00000000  R11: 0x000000F6
  3101. |R12: 0x00000037  R13: 0x000BD2AC  R14: 0x00000000  R15: 0x0011EEB0
  3102. |R16: 0x00000000  R17: 0x00000000  R18: 0x001CF27A  R19: 0x07FD0148
  3103. |R20: 0x0011EEB0  R21: 0x0000823F  R22: 0x0011EEB0  R23: 0x0000FFFF
  3104. |R24: 0x0012837C  R25: 0x00000001  R26: 0x00000001  R27: 0x00000400
  3105. |R28: 0x000000F8  R29: 0x00172280  R30: 0x0004B0A8  R31: 0x95ADCDCB
  3106. |
  3107. |SPRs:
  3108. |CR:    0x24000000  XER:   0x20000001  LR:    0x0006B254  CTR:   0xFFFDAF0F
  3109. |SRR0:  0x0006B26C  SRR1:  0x00003930  DSISR: 0x40000000  DAR:   0x95ADCDC8
  3110. |DMISS: 0x95ADCDCF  DCMP:  0x80000016  HASH1: 0x0001B700  HASH2: 0x000148C0
  3111. |IMISS: 0x00000000  ICMP:  0x00000000  RPA:   0x00000000  IABR:  0x00000000
  3112. |
  3113. |82660 Registers:
  3114. |Err Status 1: 0x00, Err Status 2: 0x00, CPU Err: 0x14, PCI Err: 0x06
  3115. |CPU/PCI Addr: 0x80050CC0,  Sys Error Addr: 0x000607E0
  3116. |
  3117. |Call Stack:
  3118. |    0x0006B26C    (Exception return address - SRR0)
  3119. |    0x0006B254
  3120. |    0x0009EE18
  3121. |    0x000967D4
  3122. |    0x00096890
  3123. |    0x0009912C
  3124. |    0x000A1258
  3125. |    0x0009F29C
  3126. |    0x000A0708
  3127. |    0x00046994
  3128. |    0x00045FC8
  3129. |    0x000462A8
  3130. |    0x00045B28
  3131. |
  3132. |
  3133. |
  3134. |
  3135. |
  3136. |Attempting auto-load from Network ...
  3137. |
  3138. |Initializing Flash Filesystem ... OK
  3139. |No Change in kernel.dmi (Flash not Updated)
  3140. |
  3141. |Reinitializing decompression module.
  3142. |In : 303800 bytes
  3143. |--10--20--30--40--50--60--70--80--90--100
  3144. |.
  3145. |
  3146. |EXCEPTION 0200 CRASH DUMP:
  3147. |
  3148. |GPRs:
  3149. |R0:  0x00F0E980  R1:  0x010FFD58  R2:  0x00F1F748  R3:  0x00000000
  3150. |R4:  0x00F1788C  R5:  0x00FB6DD0  R6:  0x00FB6DD0  R7:  0x00000124
  3151. |R8:  0x0000012A  R9:  0x0000012A  R10: 0x00000129  R11: 0x0000001F
  3152. |R12: 0x0CBA9E40  R13: 0x00F1FDB0  R14: 0x00000000  R15: 0x00000000
  3153. |R16: 0x00000000  R17: 0x00F17E74  R18: 0x00F17E70  R19: 0x0000FDB3
  3154. |R20: 0x00F17DE0  R21: 0x00001DAB  R22: 0x00F17DE8  R23: 0x00FB6510
  3155. |R24: 0x00000000  R25: 0x0004A2B8  R26: 0x00000000  R27: 0x00010000
  3156. |R28: 0x00000000  R29: 0x00000002  R30: 0x00000000  R31: 0x00000000
  3157. |
  3158. |SPRs:
  3159. |CR:    0x44000000  XER:   0x20000018  LR:    0x00F0E980  CTR:   0x00F10EC8
  3160. |SRR0:  0x00F10094  SRR1:  0x0008B930  DSISR: 0x40000000  DAR:   0x38634C4F
  3161. |DMISS: 0x38634C48  DCMP:  0x80000021  HASH1: 0x00018D00  HASH2: 0x000172C0
  3162. |IMISS: 0x00000000  ICMP:  0x00000000  RPA:   0x00000000  IABR:  0x00000000
  3163. |
  3164. |82660 Registers:
  3165. |Err Status 1: 0x20, Err Status 2: 0x00, CPU Err: 0x72, PCI Err: 0x06
  3166. |CPU/PCI Addr: 0x0CBA9E40,  Sys Error Addr: 0x0CBA9E40
  3167. |
  3168. |Call Stack:
  3169. |    0x00F10094    (Exception return address - SRR0)
  3170. |    0x00F0E980
  3171. |    0x00F0F4F0
  3172. |    0x00F005A0
  3173. |    0x00F009F0
  3174. |    0x00F00390
  3175. |    0x00F00028
  3176. |
  3177. |
  3178. |
  3179. |
  3180. |
  3181. |Attempting auto-load from Network ...
  3182. |
  3183. |Initializing Flash Filesystem ... OK
  3184. |No Change in kernel.dmi (Flash not Updated)
  3185. |
  3186. |Reinitializing decompression module.
  3187. |In : 303800 bytes
  3188. |--10--20--30--40--50--60--70--80--90--100
  3189. |.
  3190. |Can't write.
  3191. |
  3192. |
  3193. |
  3194. |EXCEPTION 0200 CRASH DUMP:
  3195. |
  3196. |GPRs:
  3197. |R0:  0x00F0E980  R1:  0x010FFD58  R2:  0x00F1F748  R3:  0x00000000
  3198. |R4:  0x00F1788C  R5:  0x00FB6DD0  R6:  0x00FB6DD0  R7:  0x00000208
  3199. |R8:  0x000001D1  R9:  0x000001D1  R10: 0x0000010A  R11: 0x0000001F
  3200. |R12: 0x0CBA9E40  R13: 0x00F1FDB0  R14: 0x00000000  R15: 0x00000000
  3201. |R16: 0x00000000  R17: 0x00F17E74  R18: 0x00F17E70  R19: 0x0000FDB3
  3202. |R20: 0x00F17DE0  R21: 0x00001DAB  R22: 0x00F17DE8  R23: 0x00FB6510
  3203. |R24: 0x00000000  R25: 0x00000035  R26: 0x00FAE748  R27: 0x00000008
  3204. |R28: 0x00000000  R29: 0x00000101  R30: 0x00000072  R31: 0x00000002
  3205. |
  3206. |SPRs:
  3207. |CR:    0x44000000  XER:   0x20000018  LR:    0x00F0E980  CTR:   0x00F10F80
  3208. |SRR0:  0x00F10094  SRR1:  0x0008B930  DSISR: 0x40000000  DAR:   0x38634C4F
  3209. |DMISS: 0x38634C48  DCMP:  0x80000021  HASH1: 0x00018D00  HASH2: 0x000172C0
  3210. |IMISS: 0x00000000  ICMP:  0x00000000  RPA:   0x00000000  IABR:  0x00000000
  3211. |
  3212. |82660 Registers:
  3213. |Err Status 1: 0x20, Err Status 2: 0x00, CPU Err: 0x72, PCI Err: 0x06
  3214. |CPU/PCI Addr: 0x0CBA9E40,  Sys Error Addr: 0x0CBA9E40
  3215. |
  3216. |Call Stack:
  3217. |    0x00F10094    (Exception return address - SRR0)
  3218. |    0x00F0E980
  3219. |    0x00F0F57C
  3220. |    0x00F005A0
  3221. |    0x00F009F0
  3222. |    0x00F00390
  3223. |    0x00F00028
  3224. |
  3225. |-
  3226. | To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  3227. | with "unsubscribe usr-tc" in the body of the message.
  3228. | For information on digests or retrieving files and old messages send
  3229. | "help" to the same address.  Do not use quotes in your message.
  3230. |
  3231.  
  3232. - Marcelo
  3233.  
  3234.  
  3235. -
  3236.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  3237.  with "unsubscribe usr-tc" in the body of the message.
  3238.  For information on digests or retrieving files and old messages send
  3239.  "help" to the same address.  Do not use quotes in your message.
  3240.  
  3241.  
  3242. -------------------------------------------------------------------------------
  3243.  
  3244. From: "Michael DeMan" <michael@prf.org>
  3245. Subject: Re: (usr-tc) ARC rebooting over and over...
  3246. Date: 05 Sep 1999 14:08:03 -0700
  3247.  
  3248. We had a similar problem.  We had to initialize and reload the flash from
  3249. the command console.  It started up again a couple days later, and
  3250. eventually became non-recoverable - the entire card had to be replaced.
  3251.  
  3252.  
  3253. ----------
  3254. >From: Marcelo Souza <mpsouza@centroin.com.br>
  3255. >To: "'usr-tc@lists.xmission.com'" <usr-tc@lists.xmission.com>
  3256. >Subject: Re: (usr-tc) ARC rebooting over and over...
  3257. >Date: Sun, Sep 5, 1999, 6:39 AM
  3258. >
  3259.  
  3260. >
  3261. >You should try to re-initialize and reload the flash code with the:
  3262. >
  3263. > AT{ZF} 
  3264. > After reboot.
  3265. >
  3266. >- Marcelo
  3267. >
  3268. >On Sat, 4 Sep 1999, D Mayer wrote:
  3269. >
  3270. >|I've got an ARC that's been working normally on 4.1.59-6 since it was
  3271. >|installed about 2 weeks ago, and it suddenly started rebooting itself in the
  3272. >|middle of the night last night.  From console I'm getting the crash dumps
  3273. >|included below just after the boot prom menu exits.  The first two are what
  3274. >|it was getting when I first checked it, it was trying to load normally from
  3275. >|flash.  I then tried having it boot from TFTP and captured the second two
  3276. >|crash dumps (somewhat different).  
  3277. >|
  3278. >|I figure this is a flash corruption or something, but I don't know how to
  3279. >|fix it.  At one point it did actually boot, and I re-uploaded netserve.dmf
  3280. >|(4.1.59-6), but when I rebooted again it started the reboot cycle over
  3281. >|again.  Any suggestions?
  3282. >|
  3283. >|TIA,
  3284. >|Peter D. Mayer
  3285. >|NetWalk System Administrator
  3286. >|dmayer@netwalk.com 
  3287. >|
  3288. >|
  3289. >|Here are the crash dumps:
  3290. >|
  3291. >|Attempting auto-load from Flash ...
  3292. >|
  3293. >|
  3294. >|EXCEPTION 0300 CRASH DUMP:
  3295. >|
  3296. >|GPRs:
  3297. >|R0:  0x0009EE18  R1:  0x07FCFF28  R2:  0x000B50A4  R3:  0x8BB552DA
  3298. >|R4:  0x00000400  R5:  0x00176591  R6:  0x45D8C3FF  R7:  0x00168140
  3299. >|R8:  0x00168220  R9:  0x8BB10000  R10: 0x00000000  R11: 0x000000E9
  3300. >|R12: 0x000000A0  R13: 0x000BD2AC  R14: 0x00000000  R15: 0x0011EEB0
  3301. >|R16: 0x00000000  R17: 0x00000000  R18: 0x001CF27A  R19: 0x07FD0148
  3302. >|R20: 0x0011EEB0  R21: 0x0000823F  R22: 0x0011EEB0  R23: 0x0000FFFF
  3303. >|R24: 0x00139AB8  R25: 0x00000001  R26: 0x00000001  : 0x00000400
  3304. >|R28: 0x000000B1  R29: 0x00172280  R30: 0x0004B0A8  R31: 0x307D3FA0
  3305. >|
  3306. >|SPRs:
  3307. >|CR:    0x24000000  XER:   0x20000001  LR:    0x0006B254  CTR:   0x45D6DE92
  3308. >|SRR0:  0x0006B26C  SRR1:  0x00003930  DSISR: 0x40000000  DAR:   0x307D3FA3
  3309. >|DMISS: 0x307D3FA4  DCMP:  0x80000001  HASH1: 0x0001F4C0  HASH2: 0x00010B00
  3310. >|IMISS: 0x00000000  ICMP:  0x00000000  RPA:   0x00000000  IABR:  0x00000000
  3311. >|
  3312. >|82660 Registers:
  3313. >|Err Status 1: 0x00, Err Status 2: 0x00, CPU Err: 0x14, PCI Err: 0x06
  3314. >|CPU/PCI Addr: 0x00050CC0,  Sys Error Addr: 0x000607E0
  3315. >|
  3316. >|Call Stack:
  3317. >|    0x0006B26C    (Exception return address - SRR0)
  3318. >|    0x0006B254
  3319. >|    0x0009EE18
  3320. >|    0x000967D4
  3321. >|    0x00096890
  3322. >|    0x0009912C
  3323. >|    0x000A1258
  3324. >|    0x0009F29C
  3325. >|    0x000A0708
  3326. >|    0x00046994
  3327. >|    0x00045FC8
  3328. >|    0x000462A8
  3329. >|    0x00045B28
  3330. >|
  3331. >|
  3332. >|
  3333. >|
  3334. >|Attempting auto-load from Flash ...
  3335. >|
  3336. >|
  3337. >|EXCEPTION 0300 CRASH DUMP:
  3338. >|
  3339. >|GPRs:
  3340. >|R0:  0x0009EE18  R1:  0x07FCFF28  R2:  0x000B50A4  R3:  0x8BFD3DE2
  3341. >|R4:  0x00000400  R5:  0x0017255D  R6:  0x00000000  R7:  0x00168140
  3342. >|R8:  0x00168220  R9:  0x8BF80000  R10: 0x00000000  R11: 0x000000F6
  3343. >|R12: 0x00000037  R13: 0x000BD2AC  R14: 0x00000000  R15: 0x0011EEB0
  3344. >|R16: 0x00000000  R17: 0x00000000  R18: 0x001CF27A  R19: 0x07FD0148
  3345. >|R20: 0x0011EEB0  R21: 0x0000823F  R22: 0x0011EEB0  R23: 0x0000FFFF
  3346. >|R24: 0x0012837C  R25: 0x00000001  R26: 0x00000001  R27: 0x00000400
  3347. >|R28: 0x000000F8  R29: 0x00172280  R30: 0x0004B0A8  R31: 0x95ADCDCB
  3348. >|
  3349. >|SPRs:
  3350. >|CR:    0x24000000  XER:   0x20000001  LR:    0x0006B254  CTR:   0xFFFDAF0F
  3351. >|SRR0:  0x0006B26C  SRR1:  0x00003930  DSISR: 0x40000000  DAR:   0x95ADCDC8
  3352. >|DMISS: 0x95ADCDCF  DCMP:  0x80000016  HASH1: 0x0001B700  HASH2: 0x000148C0
  3353. >|IMISS: 0x00000000  ICMP:  0x00000000  RPA:   0x00000000  IABR:  0x00000000
  3354. >|
  3355. >|82660 Registers:
  3356. >|Err Status 1: 0x00, Err Status 2: 0x00, CPU Err: 0x14, PCI Err: 0x06
  3357. >|CPU/PCI Addr: 0x80050CC0,  Sys Error Addr: 0x000607E0
  3358. >|
  3359. >|Call Stack:
  3360. >|    0x0006B26C    (Exception return address - SRR0)
  3361. >|    0x0006B254
  3362. >|    0x0009EE18
  3363. >|    0x000967D4
  3364. >|    0x00096890
  3365. >|    0x0009912C
  3366. >|    0x000A1258
  3367. >|    0x0009F29C
  3368. >|    0x000A0708
  3369. >|    0x00046994
  3370. >|    0x00045FC8
  3371. >|    0x000462A8
  3372. >|    0x00045B28
  3373. >|
  3374. >|
  3375. >|
  3376. >|
  3377. >|
  3378. >|Attempting auto-load from Network ...
  3379. >|
  3380. >|Initializing Flash Filesystem ... OK
  3381. >|No Change in kernel.dmi (Flash not Updated)
  3382. >|
  3383. >|Reinitializing decompression module.
  3384. >|In : 303800 bytes
  3385. >|--10--20--30--40--50--60--70--80--90--100
  3386. >|.
  3387. >|
  3388. >|EXCEPTION 0200 CRASH DUMP:
  3389. >|
  3390. >|GPRs:
  3391. >|R0:  0x00F0E980  R1:  0x010FFD58  R2:  0x00F1F748  R3:  0x00000000
  3392. >|R4:  0x00F1788C  R5:  0x00FB6DD0  R6:  0x00FB6DD0  R7:  0x00000124
  3393. >|R8:  0x0000012A  R9:  0x0000012A  R10: 0x00000129  R11: 0x0000001F
  3394. >|R12: 0x0CBA9E40  R13: 0x00F1FDB0  R14: 0x00000000  R15: 0x00000000
  3395. >|R16: 0x00000000  R17: 0x00F17E74  R18: 0x00F17E70  R19: 0x0000FDB3
  3396. >|R20: 0x00F17DE0  R21: 0x00001DAB  R22: 0x00F17DE8  R23: 0x00FB6510
  3397. >|R24: 0x00000000  R25: 0x0004A2B8  R26: 0x00000000  R27: 0x00010000
  3398. >|R28: 0x00000000  R29: 0x00000002  R30: 0x00000000  R31: 0x00000000
  3399. >|
  3400. >|SPRs:
  3401. >|CR:    0x44000000  XER:   0x20000018  LR:    0x00F0E980  CTR:   0x00F10EC8
  3402. >|SRR0:  0x00F10094  SRR1:  0x0008B930  DSISR: 0x40000000  DAR:   0x38634C4F
  3403. >|DMISS: 0x38634C48  DCMP:  0x80000021  HASH1: 0x00018D00  HASH2: 0x000172C0
  3404. >|IMISS: 0x00000000  ICMP:  0x00000000  RPA:   0x00000000  IABR:  0x00000000
  3405. >|
  3406. >|82660 Registers:
  3407. >|Err Status 1: 0x20, Err Status 2: 0x00, CPU Err: 0x72, PCI Err: 0x06
  3408. >|CPU/PCI Addr: 0x0CBA9E40,  Sys Error Addr: 0x0CBA9E40
  3409. >|
  3410. >|Call Stack:
  3411. >|    0x00F10094    (Exception return address - SRR0)
  3412. >|    0x00F0E980
  3413. >|    0x00F0F4F0
  3414. >|    0x00F005A0
  3415. >|    0x00F009F0
  3416. >|    0x00F00390
  3417. >|    0x00F00028
  3418. >|
  3419. >|
  3420. >|
  3421. >|
  3422. >|
  3423. >|Attempting auto-load from Network ...
  3424. >|
  3425. >|Initializing Flash Filesystem ... OK
  3426. >|No Change in kernel.dmi (Flash not Updated)
  3427. >|
  3428. >|Reinitializing decompression module.
  3429. >|In : 303800 bytes
  3430. >|--10--20--30--40--50--60--70--80--90--100
  3431. >|.
  3432. >|Can't write.
  3433. >|
  3434. >|
  3435. >|
  3436. >|EXCEPTION 0200 CRASH DUMP:
  3437. >|
  3438. >|GPRs:
  3439. >|R0:  0x00F0E980  R1:  0x010FFD58  R2:  0x00F1F748  R3:  0x00000000
  3440. >|R4:  0x00F1788C  R5:  0x00FB6DD0  R6:  0x00FB6DD0  R7:  0x00000208
  3441. >|R8:  0x000001D1  R9:  0x000001D1  R10: 0x0000010A  R11: 0x0000001F
  3442. >|R12: 0x0CBA9E40  R13: 0x00F1FDB0  R14: 0x00000000  R15: 0x00000000
  3443. >|R16: 0x00000000  R17: 0x00F17E74  R18: 0x00F17E70  R19: 0x0000FDB3
  3444. >|R20: 0x00F17DE0  R21: 0x00001DAB  R22: 0x00F17DE8  R23: 0x00FB6510
  3445. >|R24: 0x00000000  R25: 0x00000035  R26: 0x00FAE748  R27: 0x00000008
  3446. >|R28: 0x00000000  R29: 0x00000101  R30: 0x00000072  R31: 0x00000002
  3447. >|
  3448. >|SPRs:
  3449. >|CR:    0x44000000  XER:   0x20000018  LR:    0x00F0E980  CTR:   0x00F10F80
  3450. >|SRR0:  0x00F10094  SRR1:  0x0008B930  DSISR: 0x40000000  DAR:   0x38634C4F
  3451. >|DMISS: 0x38634C48  DCMP:  0x80000021  HASH1: 0x00018D00  HASH2: 0x000172C0
  3452. >|IMISS: 0x00000000  ICMP:  0x00000000  RPA:   0x00000000  IABR:  0x00000000
  3453. >|
  3454. >|82660 Registers:
  3455. >|Err Status 1: 0x20, Err Status 2: 0x00, CPU Err: 0x72, PCI Err: 0x06
  3456. >|CPU/PCI Addr: 0x0CBA9E40,  Sys Error Addr: 0x0CBA9E40
  3457. >|
  3458. >|Call Stack:
  3459. >|    0x00F10094    (Exception return address - SRR0)
  3460. >|    0x00F0E980
  3461. >|    0x00F0F57C
  3462. >|    0x00F005A0
  3463. >|    0x00F009F0
  3464. >|    0x00F00390
  3465. >|    0x00F00028
  3466. >|
  3467. >|-
  3468. >| To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  3469. >| with "unsubscribe usr-tc" in the body of the message.
  3470. >| For information on digests or retrieving files and old messages send
  3471. >| "help" to the same address.  Do not use quotes in your message.
  3472. >|
  3473. >
  3474. >- Marcelo
  3475. >
  3476. >
  3477. >-
  3478. > To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  3479. > with "unsubscribe usr-tc" in the body of the message.
  3480. > For information on digests or retrieving files and old messages send
  3481. > "help" to the same address.  Do not use quotes in your message.
  3482. >
  3483.  
  3484. -
  3485.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  3486.  with "unsubscribe usr-tc" in the body of the message.
  3487.  For information on digests or retrieving files and old messages send
  3488.  "help" to the same address.  Do not use quotes in your message.
  3489.  
  3490.  
  3491. -------------------------------------------------------------------------------
  3492.  
  3493. From: Robert von Bismarck <rvb@petrel.ch>
  3494. Subject: RE: (usr-tc) Mr. PC Global and his Spam
  3495. Date: 06 Sep 1999 17:12:59 +0200 
  3496.  
  3497. Yep, got it too and find it bad, as we didn't get anough spam =
  3498. already...
  3499.  
  3500.  
  3501.     -----Original Message-----
  3502.     From:    Phil Le Clercq [SMTP:phil.le.clercq@cinergy.net]
  3503.     Sent:    mardi, 31. ao=FBt 1999 10:21
  3504.     To:    'usr-tc@lists.xmission.com'; 'andrew@pcglobal.net'
  3505.     Subject:    (usr-tc) Mr. PC Global and his Spam
  3506.  
  3507.     Has anyone else on the TCH list received the below spam from
  3508. pcglobal? The
  3509.     only way my email address would have been nabbed would be from this
  3510. TCH
  3511.     list. I am formally asking pcglobal to refrain from using these
  3512. mailing
  3513.     techniques, this was not the reason for which I joined this list and
  3514. believe
  3515.     it to be bang out of order. Please don't do it again.
  3516.     Phil Le Clercq
  3517.  
  3518.     "Dear Subscriber,
  3519.     You have been asked to be added to our Huge Inventory list. This
  3520. list will
  3521.     be updated to alert you as we receive in the quantites of computer
  3522. hardware
  3523.     we notified you of.
  3524.  
  3525.     We just received in the following- We wish to move the lots of
  3526. equipment as
  3527.     specified in the category:
  3528.     Please submit your offer. Our decision to sell will be made by 3:00
  3529. Tuesday
  3530.     Aug, 30 1999
  3531.     As always, all items are in stock, in OUR inventory. No middlemen,
  3532. brokers
  3533.     involved.
  3534.  
  3535.     All items FOB Phoenix, AZ
  3536.  
  3537.     PRINTERS:
  3538.     (2) Lexmark Optra R+ W/Duplexer.......more crap
  3539.  
  3540.     ........(15) HP Vectra VL90=20
  3541.     (20) ATT Globalyst 520
  3542.     (30) assorted 486 notebooks color/mono
  3543.  
  3544.     PC Global, Inc=20
  3545.     (602) 438-6200 Tel
  3546.     (602) 438-1119 Fax
  3547.  
  3548.     Customer relations=20
  3549.     Inventory logistics"
  3550.  
  3551.     -----Original Message-----
  3552.     From: Jack Singer [mailto:jsinger@aaacars.com]
  3553.     Sent: Tuesday, August 31, 1999 2:53 AM
  3554.     To: usr-tc@lists.xmission.com
  3555.     Subject: Re: (usr-tc) Need used TC Units
  3556.  
  3557.  
  3558.     If it is cheap enough....
  3559.  
  3560.     Jack
  3561.  
  3562.     "Andrew:PC Global, Inc." wrote:
  3563.  
  3564.     > Can you use v.34 token ring chassis?
  3565.     >
  3566.     > Andrew Shlensky
  3567.     > ****************************
  3568.     > PC Global, Inc.
  3569.     > (602) 438-6200 office (NEW TEL NUMBER!)
  3570.     > (602) 438-1119 fax
  3571.     > (305) 216-8638 mobile
  3572.     > New!e-mail my mobile http://www.nextel.com/paging
  3573.     > URL:     http://www.pcglobal.net
  3574.     > E-MAIL: andrew@pcglobal.net
  3575.     > ICQ:       21219089
  3576.     > Computer Service Parts SpEciaLiSts!
  3577.     > Leader in New/Used PCs,Laptops
  3578.     > Communication & Networking,Monitors
  3579.     > Printers, Hard Drives, Midrange/Mainframe.
  3580.     > Hard to Get Parts.  We buy and sell all
  3581.     > types of  GEAR-
  3582.     > ****************************
  3583.     > ----- Original Message -----
  3584.     > From: Jack Singer <jsinger@aaacars.com>
  3585.     > To: <usr-tc@lists.xmission.com>
  3586.     > Sent: Monday, August 30, 1999 12:56 PM
  3587.     > Subject: (usr-tc) Need used TC Units
  3588.     >
  3589.     > Wanted to buy, used Total Control units, prefer X2 or V.90
  3590. upgraded.  I
  3591.     need
  3592.     > eight or more units, so if you have one or more, please email or
  3593. call me
  3594.     > directly.
  3595.     >
  3596.     > Internet Connections
  3597.     > 6008 Hermitage Road
  3598.     > Richmond, VA  23228
  3599.     > (800) 664-5270
  3600.     > jsinger@i-c.net
  3601.     >
  3602.     > -
  3603.     >  To unsubscribe to usr-tc, send an email to
  3604. "majordomo@xmission.com"
  3605.     >  with "unsubscribe usr-tc" in the body of the message.
  3606.     >  For information on digests or retrieving files and old messages
  3607. send
  3608.     >  "help" to the same address.  Do not use quotes in your message.
  3609.     >
  3610.     > -
  3611.     >  To unsubscribe to usr-tc, send an email to
  3612. "majordomo@xmission.com"
  3613.     >  with "unsubscribe usr-tc" in the body of the message.
  3614.     >  For information on digests or retrieving files and old messages
  3615. send
  3616.     >  "help" to the same address.  Do not use quotes in your message.
  3617.  
  3618.  
  3619.     -
  3620.      To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  3621.      with "unsubscribe usr-tc" in the body of the message.
  3622.      For information on digests or retrieving files and old messages
  3623. send
  3624.      "help" to the same address.  Do not use quotes in your message.
  3625.  
  3626.     -
  3627.      To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  3628.      with "unsubscribe usr-tc" in the body of the message.
  3629.      For information on digests or retrieving files and old messages
  3630. send
  3631.      "help" to the same address.  Do not use quotes in your message.
  3632.  
  3633. -
  3634.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  3635.  with "unsubscribe usr-tc" in the body of the message.
  3636.  For information on digests or retrieving files and old messages send
  3637.  "help" to the same address.  Do not use quotes in your message.
  3638.  
  3639.  
  3640. -------------------------------------------------------------------------------
  3641.  
  3642. From: "jamie dolan" <jamie@powernetonline.com>
  3643. Subject: (usr-tc) QUAD USR
  3644. Date: 06 Sep 1999 20:38:42 -0500
  3645.  
  3646. This is a multi-part message in MIME format.
  3647.  
  3648. ------=_NextPart_000_0280_01BEF8A7.CEFB5FC0
  3649. Content-Type: text/plain;
  3650.     charset="iso-8859-1"
  3651. Content-Transfer-Encoding: quoted-printable
  3652.  
  3653. Hello,
  3654.  
  3655. One of my old 2 PRI's quad units has been giving us problems for some =
  3656. time now.  I want to get rid of it.  I already have several Hyper =
  3657. chasies, so I can either use DSP cards or a whole new DSP chassie with =
  3658. cards in it.  I am wondering what someone can suggest, in terms of trade =
  3659. in programs and how well the programs have or have not worked for you.  =
  3660. If any one has a web site with a current list of all USR and vendor =
  3661. promos, please let me know.
  3662.  
  3663. Thanks.
  3664.  
  3665. PowerNet
  3666.  
  3667. ------=_NextPart_000_0280_01BEF8A7.CEFB5FC0
  3668. Content-Type: text/html;
  3669.     charset="iso-8859-1"
  3670. Content-Transfer-Encoding: quoted-printable
  3671.  
  3672. <!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
  3673. <HTML>
  3674. <HEAD>
  3675.  
  3676. <META content=3Dtext/html;charset=3Diso-8859-1 =
  3677. http-equiv=3DContent-Type>
  3678. <META content=3D'"MSHTML 4.72.3110.7"' name=3DGENERATOR>
  3679. </HEAD>
  3680. <BODY bgColor=3D#ffffff>
  3681. <DIV><FONT color=3D#000000 size=3D2>Hello,</FONT></DIV>
  3682. <DIV><FONT color=3D#000000 size=3D2></FONT> </DIV>
  3683. <DIV><FONT size=3D2>One of my old 2 PRI's quad units has been giving us =
  3684. problems=20
  3685. for some time now.  I want to get rid of it.  I already have =
  3686. several=20
  3687. Hyper chasies, so I can either use DSP cards or a whole new DSP chassie =
  3688. with=20
  3689. cards in it.  I am wondering what someone can suggest, in terms of =
  3690. trade in=20
  3691. programs and how well the programs have or have not worked for =
  3692. you.  If any=20
  3693. one has a web site with a current list of all USR and vendor promos, =
  3694. please let=20
  3695. me know.</FONT></DIV>
  3696. <DIV> </DIV>
  3697. <DIV><FONT size=3D2>Thanks.</FONT></DIV>
  3698. <DIV><FONT size=3D2></FONT> </DIV>
  3699. <DIV><FONT size=3D2>PowerNet</FONT></DIV></BODY></HTML>
  3700.  
  3701. ------=_NextPart_000_0280_01BEF8A7.CEFB5FC0--
  3702.  
  3703.  
  3704. -
  3705.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  3706.  with "unsubscribe usr-tc" in the body of the message.
  3707.  For information on digests or retrieving files and old messages send
  3708.  "help" to the same address.  Do not use quotes in your message.
  3709.  
  3710.  
  3711. -------------------------------------------------------------------------------
  3712.  
  3713. From: Jeff Mcadams <jeffm@iglou.com>
  3714. Subject: Re: (usr-tc) Packet filtering strategies/netbus et al
  3715. Date: 07 Sep 1999 08:00:20 -0400
  3716.  
  3717. Thus spake Mike Andrews
  3718. >On Wed, 1 Sep 1999, Jeff Mcadams wrote:
  3719. >> Perhaps, if you don't want to get into putting filters on your Arcs, and
  3720. >> are more comfortable with ciscos, you can put the filters at the next
  3721. >> hop cisco rather than on the arc directly.  Doesn't get the filter quite
  3722. >> to the edge, but limits the damage a script kiddie can do within your
  3723. >> network.  We don't do this, but I probably could.  :)
  3724.  
  3725. >For most of our ARCs (Frankfort), the next hop Cisco *is* the border.  I
  3726. >know, probably not a great network design, and I could fix it nowadays,
  3727. >but it's one of those evolved vs designed things...
  3728.  
  3729. And we're the same way in Louisville, what I was trying to get at was
  3730. that if your Arc's are spread across multiple networks (ours are, even
  3731. in Louisville), you can filter on the ethernet leading to the arcs, so,
  3732. for example, this would keep someone on Arc 1 from killing someone on
  3733. Arc 5 in our situation by putting the filters on the ethernets rather
  3734. than the serial interfaces out to our upstream.
  3735.  
  3736. >Yeah, and that's one thing I try to keep in mind before adding any more
  3737. >filters -- too easy to screw up legitimate use.  (Especially with the port
  3738. >139 one... there are some mp3 leeching programs that use that to make the 
  3739. >file transfers harder to track.)  But for some of the DoS-prevention ones,
  3740. >I'd rather spend time on the phone explaining filters than time on the
  3741. >phone explaining how to remove Back Orifice from their PC.  :)  (Been
  3742. >there, done that, wasn't fun)
  3743.  
  3744. We just point them at some of the anti-virus vendors web sites and tell
  3745. them to go read.  :)
  3746.  
  3747. >You can get into the same religious argument with spam, and liability for
  3748. >attacks/spam/whatever that do get through (if you don't filter, you're not
  3749. >liable; if you do, you might be) and all the other fun policy crap I got
  3750. >to learn by working at an .edu site for 3 years... :)  But we won't get
  3751. >into that here...
  3752.  
  3753. No doubt...we don't do it so much from a liability point of view, but a
  3754. bit more practical...I just don't want to have to keep the extra filters
  3755. up to date.  :)
  3756. -- 
  3757. Jeff McAdams                            Email: jeffm@iglou.com
  3758. Head Network Administrator              Voice: (502) 966-3848
  3759. IgLou Internet Services                        (800) 436-4456
  3760.  
  3761. -
  3762.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  3763.  with "unsubscribe usr-tc" in the body of the message.
  3764.  For information on digests or retrieving files and old messages send
  3765.  "help" to the same address.  Do not use quotes in your message.
  3766.  
  3767.  
  3768. -------------------------------------------------------------------------------
  3769.  
  3770. From: "Alex Bernal" <alex@chiriqui.com>
  3771. Subject: (usr-tc) WTB: USR Total Control
  3772. Date: 07 Sep 1999 08:11:11 -0600
  3773.  
  3774. This is a multi-part message in MIME format.
  3775.  
  3776. ------=_NextPart_000_0085_01BEF908.8BD80FC0
  3777. Content-Type: text/plain;
  3778.     charset="iso-8859-1"
  3779. Content-Transfer-Encoding: quoted-printable
  3780.  
  3781.  
  3782.  
  3783. Hi:
  3784. I need to buy used in good working conditions:
  3785.  
  3786. US Robotics Total Control chassis equipped as follows:
  3787. Dual PRI card.
  3788. NetServer card (It have to be with ethernet nic).
  3789. Net management card (It have to be with ethernet nic).
  3790. 12 digital/analog quad modems cards WITH analog/rs-232 NICs.
  3791. Two 45A AC power supplies.
  3792. 1 Fan tray.
  3793. =20
  3794. Will pay 3,000.00 to 3,500.00
  3795. =20
  3796. Please respond privately to
  3797. alex@chiriqui.com =20
  3798. =20
  3799. Alexander Bernal 011-507-774-2512
  3800.  
  3801.  
  3802. ------=_NextPart_000_0085_01BEF908.8BD80FC0
  3803. Content-Type: text/html;
  3804.     charset="iso-8859-1"
  3805. Content-Transfer-Encoding: quoted-printable
  3806.  
  3807. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  3808. <HTML><HEAD>
  3809. <META content=3D"text/html; charset=3Diso-8859-1" =
  3810. http-equiv=3DContent-Type>
  3811. <META content=3D"MSHTML 5.00.2314.1000" name=3DGENERATOR>
  3812. <STYLE></STYLE>
  3813. </HEAD>
  3814. <BODY bgColor=3D#ffffff>
  3815. <DIV><BR></DIV>
  3816. <DIV><FONT face=3DArial size=3D2>Hi:</FONT></DIV>
  3817. <DIV><FONT face=3DArial size=3D2>I need to buy used in good working=20
  3818. conditions:</FONT></DIV>
  3819. <DIV> </DIV>
  3820. <DIV><FONT face=3DArial size=3D2>US Robotics Total Control chassis =
  3821. equipped=20
  3822. as follows:</FONT></DIV>
  3823. <DIV><FONT face=3DArial size=3D2>Dual PRI card.</FONT></DIV>
  3824. <DIV><FONT face=3DArial size=3D2>NetServer card (It have to be with=20
  3825. ethernet nic).</FONT></DIV>
  3826. <DIV><FONT face=3DArial size=3D2>Net management card (It have to be with =
  3827. ethernet=20
  3828. nic).</FONT></DIV>
  3829. <DIV><FONT face=3DArial size=3D2>12 digital/analog quad modems cards =
  3830. WITH=20
  3831. analog/rs-232 NICs.</FONT></DIV>
  3832. <DIV><FONT face=3DArial size=3D2>Two 45A AC power =
  3833. supplies.</FONT></DIV>
  3834. <DIV><FONT face=3DArial size=3D2>1 Fan tray.</FONT></DIV>
  3835. <DIV><FONT face=3DArial size=3D2></FONT> </DIV>
  3836. <DIV><FONT face=3DArial size=3D2>Will pay 3,000.00 to =
  3837. 3,500.00</FONT></DIV>
  3838. <DIV><FONT face=3DArial size=3D2></FONT> </DIV>
  3839. <DIV><FONT face=3DArial size=3D2>Please respond privately to<BR><A=20
  3840. href=3D"mailto:alex@chiriqui.com">alex@chiriqui.com</A>  </FONT=
  3841. ></DIV>
  3842. <DIV><FONT face=3DArial size=3D2></FONT> </DIV>
  3843. <DIV><FONT face=3DArial size=3D2>Alexander Bernal=20
  3844. 011-507-774-2512<BR></DIV></FONT></BODY></HTML>
  3845.  
  3846. ------=_NextPart_000_0085_01BEF908.8BD80FC0--
  3847.  
  3848.  
  3849. -
  3850.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  3851.  with "unsubscribe usr-tc" in the body of the message.
  3852.  For information on digests or retrieving files and old messages send
  3853.  "help" to the same address.  Do not use quotes in your message.
  3854.  
  3855.  
  3856. -------------------------------------------------------------------------------
  3857.  
  3858. From: Ken Kirchner <kenk@shreve.net>
  3859. Subject: (usr-tc) Modem product codes
  3860. Date: 07 Sep 1999 10:22:23 -0500 (CDT)
  3861.  
  3862.  
  3863. Anyone know a good way of identifying the product code of a USR 56K Int
  3864. modem with out having the user rip apart their machine or installing Modem
  3865. Update Wizard?  The ultimate goal is to determine if they have the latest
  3866. firmware revision.
  3867.  
  3868.   ___                                                         ___
  3869.  (___) Kenneth Kirchner    .o.  mailto:kenk@shreve.net       (___)  
  3870.   (__) Asst SysAdmin       .o.  Voice (318) 222-2638 Ext 108 (__)
  3871.    (_) ShreveNet, Inc.     .o.  Fax   (318) 213-6612         (_)
  3872.  
  3873.  
  3874. -
  3875.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  3876.  with "unsubscribe usr-tc" in the body of the message.
  3877.  For information on digests or retrieving files and old messages send
  3878.  "help" to the same address.  Do not use quotes in your message.
  3879.  
  3880.  
  3881. -------------------------------------------------------------------------------
  3882.  
  3883. From: Andy Berkvam <aberkvam@coredcs.com>
  3884. Subject: Re: (usr-tc) Modem product codes
  3885. Date: 07 Sep 1999 12:18:07 -0500 (CDT)
  3886.  
  3887. On Tue, 7 Sep 1999, Ken Kirchner wrote:
  3888.  
  3889. > Anyone know a good way of identifying the product code of a USR 56K Int
  3890. > modem with out having the user rip apart their machine or installing Modem
  3891. > Update Wizard?  The ultimate goal is to determine if they have the latest
  3892. > firmware revision.
  3893.   An ATI command (ATI7, I believe) should give you both the Device ID
  3894. (product code) and the firmware dates and/or versions.  You can usually
  3895. either have the customer use the Diagnostics in the Modem control panel or
  3896. use HyperTerminal to get the ATI commands (assuming they have Windows 9x).
  3897.  
  3898. Andy
  3899.  
  3900. -- 
  3901. ===========================================================================
  3902. Andy Berkvam          | "Only two things are infinite, the universe 
  3903.                       |  and human stupidity, and I'm not sure about 
  3904. Email:                |  the former."
  3905.  aberkvam@coredcs.com |                                   - Albert Einstein
  3906.  (MIME Attachments OK)|-WWW Pages: <http://www.coredcs.com/~aberkvam/>
  3907. ===========================================================================
  3908.  
  3909.  
  3910.  
  3911. -
  3912.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  3913.  with "unsubscribe usr-tc" in the body of the message.
  3914.  For information on digests or retrieving files and old messages send
  3915.  "help" to the same address.  Do not use quotes in your message.
  3916.  
  3917.  
  3918. -------------------------------------------------------------------------------
  3919.  
  3920. From: jlf@montrose-colo.com (Jim Faulkner)
  3921. Subject: (usr-tc) simultanious radius crashes
  3922. Date: 07 Sep 1999 11:46:23 -0600
  3923.  
  3924. Hello,
  3925.  
  3926. I have TC security and accounting version 5.5.3 running on three NT systems.
  3927. When one crashes the other 2 follow suit. It used to happen a couple times a
  3928. year now it's been 6 times in three days. Any Ideas?
  3929.  
  3930. Thanks,
  3931. Jim Faulkner
  3932. GWE.NET
  3933.  
  3934.  
  3935. -
  3936.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  3937.  with "unsubscribe usr-tc" in the body of the message.
  3938.  For information on digests or retrieving files and old messages send
  3939.  "help" to the same address.  Do not use quotes in your message.
  3940.  
  3941.  
  3942. -------------------------------------------------------------------------------
  3943.  
  3944. From: Marius Strom <marius@alpha1.net>
  3945. Subject: (usr-tc) SNMP OID
  3946. Date: 07 Sep 1999 19:38:25 -0500 (CDT)
  3947.  
  3948. Forgive me for asking, as I'm sure it's been asked before, however:
  3949.  
  3950. I'm looking for an SNMP OID to list how many users are online throughout
  3951. an entire TC system.  I know Livingston has one on their PM3
  3952. (.1.3.6.1.2.1.2.1.0).. 
  3953.  
  3954. Would appreciate it greatly!
  3955.  
  3956. -- 
  3957. Marius Strom <marius@alpha1.net>
  3958. Professional Geek/Unix System Administrator
  3959. Alpha1 Internet <http://www.alpha1.net>
  3960. http://www.marius.org/marius.pgp 0x5645C228
  3961.  
  3962. In theory, there is no difference between theory and practice...
  3963. ...In practice, there is a big difference.
  3964.  
  3965.  
  3966.  
  3967. -
  3968.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  3969.  with "unsubscribe usr-tc" in the body of the message.
  3970.  For information on digests or retrieving files and old messages send
  3971.  "help" to the same address.  Do not use quotes in your message.
  3972.  
  3973.  
  3974. -------------------------------------------------------------------------------
  3975.  
  3976. From: das <das@gol.com>
  3977. Subject: (usr-tc) HARC 4.1.59 and 4.1.11 won't accept ISDN
  3978. Date: 08 Sep 1999 15:49:38 +0900
  3979.  
  3980. A bit of an emergency...
  3981. I thought that I would upgrade my hipers this morning.  I upgraded both to
  3982. 4.1.59 and once they were rebooted they stopped authenticating ISDN calls.
  3983. I flashed one to 4.1.11 and it lost various parts of it's configuration (ex.
  3984. it lost its ip network settings but retained pool settings) I reconfigured 
  3985. it, but it still is having the same problems with ISDN.  Analog calls 
  3986. authenticate happily.  I have tried flashing the second HARC back to 4.1.59, but
  3987. now it keeps failing the tftp upload.  
  3988. Also, when I look in the logs, it repeatedly logs: 
  3989.  
  3990.     --syslog capture:  2b110903 slot:4/mod:10 --syslog capture:stop
  3991.  
  3992. each time for the same interface (slot and modem)  and then it moves to a different
  3993. interface.
  3994.  
  3995. If anyone can offer any insight into this, I'm sure that my customers will be happily 
  3996. and I will be extremely grateful.
  3997.  
  3998. das
  3999.  
  4000.  
  4001. -- 
  4002. ____________________________________________
  4003. Alex Substanley       Global OnLine Japan
  4004.                 Engineering Department
  4005. Das Man               TEL: 81-3-5334-1700
  4006. Systems Engineer      FAX: 81-3-5334-1711
  4007.   The Highest Quality Service, Bar None
  4008. ____________________________________________
  4009.  
  4010. -
  4011.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  4012.  with "unsubscribe usr-tc" in the body of the message.
  4013.  For information on digests or retrieving files and old messages send
  4014.  "help" to the same address.  Do not use quotes in your message.
  4015.  
  4016.  
  4017. -------------------------------------------------------------------------------
  4018.  
  4019. From: das <das@gol.com>
  4020. Subject: (usr-tc) HARC 4.1.59 and 4.1.11 won't accept ISDN
  4021. Date: 08 Sep 1999 15:49:38 +0900
  4022.  
  4023. A bit of an emergency...
  4024. I thought that I would upgrade my hipers this morning.  I upgraded both to
  4025. 4.1.59 and once they were rebooted they stopped authenticating ISDN calls.
  4026. I flashed one to 4.1.11 and it lost various parts of it's configuration (ex.
  4027. it lost its ip network settings but retained pool settings) I reconfigured 
  4028. it, but it still is having the same problems with ISDN.  Analog calls 
  4029. authenticate happily.  I have tried flashing the second HARC back to 4.1.59, but
  4030. now it keeps failing the tftp upload.  
  4031. Also, when I look in the logs, it repeatedly logs: 
  4032.  
  4033.     --syslog capture:  2b110903 slot:4/mod:10 --syslog capture:stop
  4034.  
  4035. each time for the same interface (slot and modem)  and then it moves to a different
  4036. interface.
  4037.  
  4038. If anyone can offer any insight into this, I'm sure that my customers will be happily 
  4039. and I will be extremely grateful.
  4040.  
  4041. das
  4042.  
  4043.  
  4044. -- 
  4045. ____________________________________________
  4046. Alex Substanley       Global OnLine Japan
  4047.                 Engineering Department
  4048. Das Man               TEL: 81-3-5334-1700
  4049. Systems Engineer      FAX: 81-3-5334-1711
  4050.   The Highest Quality Service, Bar None
  4051. ____________________________________________
  4052.  
  4053. -
  4054.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  4055.  with "unsubscribe usr-tc" in the body of the message.
  4056.  For information on digests or retrieving files and old messages send
  4057.  "help" to the same address.  Do not use quotes in your message.
  4058.  
  4059.  
  4060. -------------------------------------------------------------------------------
  4061.  
  4062. From: das <das@gol.com>
  4063. Subject: Re: (usr-tc) HARC 4.1.59 and 4.1.11 won't accept ISDN
  4064. Date: 08 Sep 1999 17:58:12 +0900
  4065.  
  4066. Arigatou, Kobayashi-san.
  4067.  
  4068. I am in Japan as well.  I seem to have fixed the problem.  I had to power cycle the 
  4069. chassis to get rid of it.  I put a new HARC in the chassis, reconfigured it and I got
  4070. the same results.  I decided to power cycle the chassis, and it is now happy.  Much 
  4071. stress for me though.
  4072.  
  4073. Thank you for your suggestions.  I had tried those steps at earlier stages as well, so it
  4074. is good to see that I was on the right track.
  4075.  
  4076. das
  4077.  
  4078. Yuichi_Kobayashi@jp.3com.com (Yuichi_Kobayashi@jp.3com.com) spake:
  4079.  
  4080. > Das,
  4081. > We don't have the similer problem in Japan though , so I am not sure but
  4082. > Disableing or enabling PPP offloading may cure the problem . In case 'enable PPP
  4083. > offloading ' then need to set 'DISABLE PPP RECEIVE_ACCM ' as the release note of
  4084. > 4.1.59-6 .
  4085. > Regards,
  4086. > Kobayashi.
  4087.  
  4088. -- 
  4089. ____________________________________________
  4090. Alex Substanley       Global OnLine Japan
  4091.                 Engineering Department
  4092. Das Man               TEL: 81-3-5334-1700
  4093. Systems Engineer      FAX: 81-3-5334-1711
  4094.   The Highest Quality Service, Bar None
  4095. ____________________________________________
  4096.  
  4097. -
  4098.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  4099.  with "unsubscribe usr-tc" in the body of the message.
  4100.  For information on digests or retrieving files and old messages send
  4101.  "help" to the same address.  Do not use quotes in your message.
  4102.  
  4103.  
  4104. -------------------------------------------------------------------------------
  4105.  
  4106. From: "Steve Valiunas" <Steve_Valiunas@mw.3com.com>
  4107. Subject: Re: (usr-tc) simultanious radius crashes
  4108. Date: 08 Sep 1999 09:41:54 -0500
  4109.  
  4110.  
  4111.  
  4112. If you enable debug on the servers and watch for the last received packet,  is
  4113. it the same on more than one server?   What was the authentication type-
  4114. pap/chap/ms-chap?
  4115.  
  4116.      STeve
  4117.  
  4118.  
  4119.  
  4120.  
  4121. jlf@montrose-colo.com (Jim Faulkner) on 09/07/99 12:46:23 PM
  4122.  
  4123. Please respond to usr-tc@lists.xmission.com
  4124.  
  4125. Sent by:  jlf@montrose-colo.com (Jim Faulkner)
  4126.  
  4127.  
  4128. cc:    (Steve Valiunas/MW/US/3Com)
  4129.  
  4130.  
  4131.  
  4132.  
  4133. Hello,
  4134.  
  4135. I have TC security and accounting version 5.5.3 running on three NT systems.
  4136. When one crashes the other 2 follow suit. It used to happen a couple times a
  4137. year now it's been 6 times in three days. Any Ideas?
  4138.  
  4139. Thanks,
  4140. Jim Faulkner
  4141. GWE.NET
  4142.  
  4143.  
  4144. -
  4145.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  4146.  with "unsubscribe usr-tc" in the body of the message.
  4147.  For information on digests or retrieving files and old messages send
  4148.  "help" to the same address.  Do not use quotes in your message.
  4149.  
  4150.  
  4151.  
  4152.  
  4153.  
  4154.  
  4155. -
  4156.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  4157.  with "unsubscribe usr-tc" in the body of the message.
  4158.  For information on digests or retrieving files and old messages send
  4159.  "help" to the same address.  Do not use quotes in your message.
  4160.  
  4161.  
  4162. -------------------------------------------------------------------------------
  4163.  
  4164. From: Aaron Nabil <nabil@spiritone.com>
  4165. Subject: (usr-tc) found some users logged in as "default"
  4166. Date: 08 Sep 1999 02:21:59 -0700 (PDT)
  4167.  
  4168.  
  4169. I found a couple users logged into a chassis as "default".  They
  4170. were not authenticated by (not was any request made to) my 
  4171. radius server.  
  4172.  
  4173. Anyone seen this happening before?  Any clues?
  4174.  
  4175.  
  4176. config info:
  4177.  
  4178. us8a> _sh ver
  4179. V4.2.29 - 1
  4180.  
  4181. us8a> show authen
  4182.  
  4183. RADIUS AUTHENTICATION SETTINGS
  4184. Local Authentication is:                   DISABLED
  4185. Remote Authentication is:                  ENABLED
  4186. Hint Assigned is:                          DISABLED
  4187. Primary Server is:                         205.139.108.2
  4188. Primary Destination Port is:               1645
  4189. Secondary Server is:                       0.0.0.0
  4190. Secondary Destination Port is:             1645
  4191. Tertiary Server is:                        0.0.0.0
  4192. Tertiary Destination Port is:              1645
  4193. Source Port is:                            1645
  4194. Retransmission  Timeout:                   3 seconds
  4195. Max Retranmissions:                        10
  4196. Vendor Specific Attribute:                 ENABLED
  4197. Active Authentication Server:              205.139.108.2
  4198.  
  4199. us8a> show user default
  4200.  
  4201. INFORMATION FOR USER: default
  4202. Status:                                    INACTIVE
  4203. Type:                                      NETWORK
  4204. Expiration:                                NONE
  4205. Message:
  4206. DNIS Re Authentication:                    DISABLED
  4207. Phone Number:
  4208. Alternate Phone Number:
  4209. Input Filter:
  4210. Output Filter:
  4211. Modem Group:                               all
  4212. Session Timeout in seconds:                0
  4213. Idle Timeout in seconds:                   0
  4214. Tap Status:                                DISABLED
  4215. Tap Format:                                ASCII
  4216. Tap Output:                                SYSLOG
  4217. Tap Facility:                              LOG_AUTH
  4218. Tap Loglevel:                              VERBOSE
  4219. Tap Address:                               0.0.0.0
  4220. Chat Script Name:
  4221.  
  4222.  
  4223. accounting radius entries for the call:
  4224.  
  4225. Code:       Accounting-Request
  4226. Identifier: 143
  4227. Attributes:
  4228.         User-Name = "default"
  4229.         NAS-IP-Address = 192.168.0.224
  4230.         Acct-Status-Type = Start
  4231.         Acct-Session-Id = "34603054"
  4232.         Acct-Delay-Time = 0
  4233.         Acct-Authentic = Local
  4234.         Service-Type = Framed-User
  4235.         NAS-Port-Type = Async
  4236.         NAS-Port = 65
  4237.         USR-Modem-Training-Time = 18
  4238.         USR-Interface-Index = 1785
  4239.         USR-Chassis-Call-Slot = 3
  4240.         USR-Chassis-Call-Span = 1
  4241.         USR-Chassis-Call-Channel = 17
  4242.         USR-Unauthenticated-Time = 22
  4243.         Calling-Station-Id = ""
  4244.         Called-Station-Id = "5034262600"
  4245.         USR-Modulation-Type = v90Digital
  4246.         USR-Simplified-MNP-Levels = ccittV42
  4247.         USR-Simplified-V42bis-Usage = ccittV42bis
  4248.         USR-Connect-Speed = 50666_BPS
  4249.         Framed-Protocol = PPP
  4250.         Framed-IP-Address = 206.98.121.68
  4251.  
  4252.  
  4253. Code:       Accounting-Request
  4254. Identifier: 117
  4255. Authentic:  <207>7<18><251><S<252><201><220><170>MV}Wg}
  4256. Attributes:
  4257.         User-Name = "default"
  4258.         NAS-IP-Address = 192.168.0.224
  4259.         Acct-Status-Type = Stop
  4260.         Acct-Session-Id = "34603054"
  4261.         Acct-Delay-Time = 0
  4262.         Acct-Authentic = Local
  4263.         Service-Type = Framed-User
  4264.         NAS-Port-Type = Async
  4265.         NAS-Port = 65
  4266.         USR-Modem-Training-Time = 18
  4267.         USR-Interface-Index = 1785
  4268.         USR-Chassis-Call-Slot = 3
  4269.         USR-Chassis-Call-Span = 1
  4270.         USR-Chassis-Call-Channel = 17
  4271.         USR-Unauthenticated-Time = 22
  4272.         Calling-Station-Id = ""
  4273.         Called-Station-Id = "5034262600"
  4274.         USR-Modulation-Type = v90Digital
  4275.         USR-Simplified-MNP-Levels = ccittV42
  4276.         USR-Simplified-V42bis-Usage = ccittV42bis
  4277.         USR-Connect-Speed = 50666_BPS
  4278.         Framed-Protocol = PPP
  4279.         Framed-IP-Address = 206.98.121.68
  4280.         Acct-Session-Time = 6123
  4281.         Acct-Terminate-Cause = User-Request
  4282.         Acct-Input-Octets = 266748
  4283.         Acct-Output-Octets = 2667718
  4284.         Acct-Input-Packets = 4445
  4285.         Acct-Output-Packets = 6035
  4286.  
  4287.  
  4288. -- 
  4289. Aaron Nabil
  4290.  
  4291. -
  4292.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  4293.  with "unsubscribe usr-tc" in the body of the message.
  4294.  For information on digests or retrieving files and old messages send
  4295.  "help" to the same address.  Do not use quotes in your message.
  4296.  
  4297.  
  4298. -------------------------------------------------------------------------------
  4299.  
  4300. From: Robert von Bismarck <rvb@petrel.ch>
  4301. Subject: RE: (usr-tc) SNMP OID to reset card
  4302. Date: 06 Sep 1999 17:11:18 +0200 
  4303.  
  4304. Yeah, but the solaris version is only compatible to 2.5.1 on SPARC. =
  4305. This
  4306. sucks bad as my network management station is an ultra-1 running 2.6 =
  4307. because
  4308. of HP OpenView... okay I do have an old HP 9000 lying around somehwere =
  4309. which
  4310. I could use for TCM (yet another 20" screen on my desktop ;-)
  4311.  
  4312. Does anyone have any experience with the HPUX version ? is it =
  4313. good/bad/same
  4314. as solaris ?
  4315.  
  4316.     Robert von BISMARCK
  4317.     Systems Engineer
  4318.     _________________________
  4319.     SPAN* / Petrel Communications SA=20
  4320.  
  4321.     T=E9l             :      +  41 22 304 47 47
  4322.     Fax            :      +  41 21 304 47 99
  4323.     e-mail        :     rvb@petrel.ch
  4324. Web    :    http://ww.span.ch/
  4325.  
  4326.  
  4327.     -----Original Message-----
  4328.     From:    Pete Ashdown [SMTP:pashdown@xmission.com]
  4329.     Sent:    lundi, 30. ao=FBt 1999 19:55
  4330.     To:    usr-tc@lists.xmission.com
  4331.     Subject:    Re: (usr-tc) SNMP OID to reset card
  4332.  
  4333.     Paul Farber said once upon a time:
  4334.  
  4335.     >Is there a LINUX version of TCM yet?  I remember a list post to
  4336. mail a guy
  4337.     >at 3Com... and luck yet?
  4338.  
  4339.     I had a long discussion with the person in charge of development.
  4340. He
  4341.     placed a survey on the list that polled interest in regards to a
  4342. Linux
  4343.     version.  He didn't get a strong response, and was put off by the
  4344. fact that
  4345.     people think TCM would be a better product if it was open source.
  4346. Based on
  4347.     this, I don't think TCM Linux is a strong bet.  3com appears to be
  4348. happy to
  4349.     stick their head in the sand for a few more years based on an
  4350. informal
  4351.     poll.
  4352.  
  4353.     What baffles me is that they insist on still making the HPUX
  4354. version.  Do
  4355.     they honestly believe that more ISPs/sysadmins are using HPUX than
  4356. Linux?
  4357.  
  4358.     >Has anyone got TCM to run under X w/Wine?
  4359.  
  4360.     No, but I use it under Solaris and X.  The Solaris version is
  4361. significantly
  4362.     better than the Windoze version.  Its worth buying a cheap IPX for
  4363. the sole
  4364.     purpose of running TCM.
  4365.  
  4366.     -
  4367.      To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  4368.      with "unsubscribe usr-tc" in the body of the message.
  4369.      For information on digests or retrieving files and old messages
  4370. send
  4371.      "help" to the same address.  Do not use quotes in your message.
  4372.  
  4373. -
  4374.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  4375.  with "unsubscribe usr-tc" in the body of the message.
  4376.  For information on digests or retrieving files and old messages send
  4377.  "help" to the same address.  Do not use quotes in your message.
  4378.  
  4379.  
  4380. -------------------------------------------------------------------------------
  4381.  
  4382. From: "jamie dolan" <jamie@powernetonline.com>
  4383. Subject: (usr-tc) Network Management
  4384. Date: 08 Sep 1999 11:53:11 -0500
  4385.  
  4386. This is a multi-part message in MIME format.
  4387.  
  4388. ------=_NextPart_000_0532_01BEF9F0.B9863440
  4389. Content-Type: text/plain;
  4390.     charset="iso-8859-1"
  4391. Content-Transfer-Encoding: quoted-printable
  4392.  
  4393. Anyone have a command referance for setting up the new Network Managment =
  4394. Cards.  Working on some special projects, and hoping for a complete =
  4395. command referance.  I can not seem to find one online.
  4396.  
  4397. Thanks.
  4398.  
  4399. Jamie
  4400.  
  4401. ------=_NextPart_000_0532_01BEF9F0.B9863440
  4402. Content-Type: text/html;
  4403.     charset="iso-8859-1"
  4404. Content-Transfer-Encoding: quoted-printable
  4405.  
  4406. <!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
  4407. <HTML>
  4408. <HEAD>
  4409.  
  4410. <META content=3Dtext/html;charset=3Diso-8859-1 =
  4411. http-equiv=3DContent-Type>
  4412. <META content=3D'"MSHTML 4.72.3110.7"' name=3DGENERATOR>
  4413. </HEAD>
  4414. <BODY bgColor=3D#ffffff>
  4415. <DIV><FONT color=3D#000000 size=3D2>Anyone have a command referance for =
  4416. setting up=20
  4417. the new Network Managment Cards.  Working on some special projects, =
  4418. and=20
  4419. hoping for a complete command referance.  I can not seem to find =
  4420. one=20
  4421. online.</FONT></DIV>
  4422. <DIV><FONT color=3D#000000 size=3D2></FONT> </DIV>
  4423. <DIV><FONT color=3D#000000 size=3D2>Thanks.</FONT></DIV>
  4424. <DIV><FONT color=3D#000000 size=3D2></FONT> </DIV>
  4425. <DIV><FONT color=3D#000000 size=3D2>Jamie</FONT></DIV></BODY></HTML>
  4426.  
  4427. ------=_NextPart_000_0532_01BEF9F0.B9863440--
  4428.  
  4429.  
  4430. -
  4431.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  4432.  with "unsubscribe usr-tc" in the body of the message.
  4433.  For information on digests or retrieving files and old messages send
  4434.  "help" to the same address.  Do not use quotes in your message.
  4435.  
  4436.  
  4437. -------------------------------------------------------------------------------
  4438.  
  4439. From: <pferraro@wna-linknet.com>
  4440. Subject: (usr-tc) Checking DSP CRC errors
  4441. Date: 08 Sep 1999 13:04:40 -0400 (EDT)
  4442.  
  4443.  
  4444.     Anyone know how to check the DSPs to see how many CRC, etc type
  4445. errors are received down a span?   I assume you can do it at the CLI
  4446. level, but I don't know the command?
  4447.  
  4448. ==============================================================================
  4449. Phillip Ferraro                WorldNet Access, Inc
  4450. pferraro@wna-linknet.com    Onslow County's PREMIER InterNet Service 
  4451. Voice (910) 346-0835            824 Gumbranch Square, Suite R3
  4452. FAX   (910) 455-1933             Jacksonville, Nc  28540-6269
  4453. ==============================================================================
  4454.  
  4455.  
  4456.  
  4457. -
  4458.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  4459.  with "unsubscribe usr-tc" in the body of the message.
  4460.  For information on digests or retrieving files and old messages send
  4461.  "help" to the same address.  Do not use quotes in your message.
  4462.  
  4463.  
  4464. -------------------------------------------------------------------------------
  4465.  
  4466. From: "Stainforth, Matthew" <MatthewS@staff.brunnet.net>
  4467. Subject: RE: (usr-tc) Checking DSP CRC errors
  4468. Date: 08 Sep 1999 14:19:43 -0300 
  4469.  
  4470. On Wednesday, September 08, 1999 2:05 PM, pferraro@wna-linknet.com
  4471. [SMTP:pferraro@wna-linknet.com] wrote:
  4472. >     Anyone know how to check the DSPs to see how many CRC, etc type
  4473. > errors are received down a span?   I assume you can do it at the CLI
  4474. > level, but I don't know the command?
  4475.  
  4476. at the DSP CLI you would do "disp near total" in order to see the cumulative
  4477. errors.  "Disp near current" gives you the current interval and "disp near
  4478. interval a" gives you all the 15 minute intervals in the last 24 hours.
  4479.  
  4480.  
  4481. -
  4482.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  4483.  with "unsubscribe usr-tc" in the body of the message.
  4484.  For information on digests or retrieving files and old messages send
  4485.  "help" to the same address.  Do not use quotes in your message.
  4486.  
  4487.  
  4488. -------------------------------------------------------------------------------
  4489.  
  4490. From: <pferraro@wna-linknet.com>
  4491. Subject: RE: (usr-tc) Checking DSP CRC errors
  4492. Date: 08 Sep 1999 13:25:46 -0400 (EDT)
  4493.  
  4494.  
  4495.     Matt,
  4496.  
  4497.   Is there a command to CLEAR the totals?
  4498. Thanks Again!
  4499. ==============================================================================
  4500. Phillip Ferraro                WorldNet Access, Inc
  4501. pferraro@wna-linknet.com    Onslow County's PREMIER InterNet Service 
  4502. Voice (910) 346-0835            824 Gumbranch Square, Suite R3
  4503. FAX   (910) 455-1933             Jacksonville, Nc  28540-6269
  4504. ==============================================================================
  4505.  
  4506. On Wed, 8 Sep 1999, Stainforth, Matthew wrote:
  4507.  
  4508. > On Wednesday, September 08, 1999 2:05 PM, pferraro@wna-linknet.com
  4509. > [SMTP:pferraro@wna-linknet.com] wrote:
  4510. > > 
  4511. > >     Anyone know how to check the DSPs to see how many CRC, etc type
  4512. > > errors are received down a span?   I assume you can do it at the CLI
  4513. > > level, but I don't know the command?
  4514. > > 
  4515. > at the DSP CLI you would do "disp near total" in order to see the cumulative
  4516. > errors.  "Disp near current" gives you the current interval and "disp near
  4517. > interval a" gives you all the 15 minute intervals in the last 24 hours.
  4518. > -
  4519. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  4520. >  with "unsubscribe usr-tc" in the body of the message.
  4521. >  For information on digests or retrieving files and old messages send
  4522. >  "help" to the same address.  Do not use quotes in your message.
  4523.  
  4524.  
  4525. -
  4526.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  4527.  with "unsubscribe usr-tc" in the body of the message.
  4528.  For information on digests or retrieving files and old messages send
  4529.  "help" to the same address.  Do not use quotes in your message.
  4530.  
  4531.  
  4532. -------------------------------------------------------------------------------
  4533.  
  4534. From: "Stainforth, Matthew" <MatthewS@staff.brunnet.net>
  4535. Subject: RE: (usr-tc) Checking DSP CRC errors
  4536. Date: 08 Sep 1999 14:34:03 -0300 
  4537.  
  4538.  
  4539. Not the cumulative totals, at last I have never found one.  The only error
  4540. clearing function I found was "clear near" which clears the error count for
  4541. the current interval only.  
  4542.  
  4543. On Wednesday, September 08, 1999 2:26 PM, pferraro@wna-linknet.com
  4544. [SMTP:pferraro@wna-linknet.com] wrote:
  4545. >     Matt,
  4546. >   Is there a command to CLEAR the totals?
  4547. > Thanks Again!
  4548. >
  4549. ============================================================================
  4550. ==
  4551. > Phillip Ferraro                WorldNet Access, Inc
  4552. > pferraro@wna-linknet.com    Onslow County's PREMIER InterNet Service 
  4553. > Voice (910) 346-0835            824 Gumbranch Square, Suite R3
  4554. > FAX   (910) 455-1933             Jacksonville, Nc  28540-6269
  4555. >
  4556. ============================================================================
  4557. ==
  4558. > On Wed, 8 Sep 1999, Stainforth, Matthew wrote:
  4559. > > On Wednesday, September 08, 1999 2:05 PM, pferraro@wna-linknet.com
  4560. > > [SMTP:pferraro@wna-linknet.com] wrote:
  4561. > > > 
  4562. > > >     Anyone know how to check the DSPs to see how many CRC, etc type
  4563. > > > errors are received down a span?   I assume you can do it at the CLI
  4564. > > > level, but I don't know the command?
  4565. > > > 
  4566. > > 
  4567. > > at the DSP CLI you would do "disp near total" in order to see the
  4568. > > cumulative
  4569. > > errors.  "Disp near current" gives you the current interval and "disp
  4570. near
  4571. > > interval a" gives you all the 15 minute intervals in the last 24 hours.
  4572. > > 
  4573. > > 
  4574. > > -
  4575. > >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  4576. > >  with "unsubscribe usr-tc" in the body of the message.
  4577. > >  For information on digests or retrieving files and old messages send
  4578. > >  "help" to the same address.  Do not use quotes in your message.
  4579. > > 
  4580. > -
  4581. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  4582. >  with "unsubscribe usr-tc" in the body of the message.
  4583. >  For information on digests or retrieving files and old messages send
  4584. >  "help" to the same address.  Do not use quotes in your message.
  4585.  
  4586.  
  4587.  
  4588. -
  4589.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  4590.  with "unsubscribe usr-tc" in the body of the message.
  4591.  For information on digests or retrieving files and old messages send
  4592.  "help" to the same address.  Do not use quotes in your message.
  4593.  
  4594.  
  4595. -------------------------------------------------------------------------------
  4596.  
  4597. From: jeff.binkley@asacomp.com (Jeff Binkley)
  4598. Subject: (usr-tc) (USR-TC) SIMULTANIOUS RAD
  4599. Date: 08 Sep 1999 10:51:00 -0500
  4600.  
  4601.  
  4602.  
  4603.  
  4604. Jim,
  4605.  
  4606. We run 6.0.8 and it does the same thing.  I am assuming you are pointing 
  4607. them all at the same MS Access database ?  We get an NT access violation 
  4608. when they crash.  
  4609.  
  4610.  
  4611. Jeff Binkley
  4612. ASA Network Computing
  4613.  
  4614.  
  4615.  
  4616. U>Hello,
  4617.  
  4618. U>I have TC security and accounting version 5.5.3 running on three NT
  4619. U>systems. When one crashes the other 2 follow suit. It used to happen a
  4620. U>couple times a year now it's been 6 times in three days. Any Ideas?
  4621.  
  4622. U>Thanks,
  4623. U>Jim Faulkner
  4624. U>GWE.NET
  4625.  
  4626. CMPQwk 1.42 9999
  4627.  
  4628.  
  4629. -
  4630.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  4631.  with "unsubscribe usr-tc" in the body of the message.
  4632.  For information on digests or retrieving files and old messages send
  4633.  "help" to the same address.  Do not use quotes in your message.
  4634.  
  4635.  
  4636. -------------------------------------------------------------------------------
  4637.  
  4638. From: jlf@montrose-colo.com (Jim Faulkner)
  4639. Subject: Re: (usr-tc) (USR-TC) SIMULTANIOUS RAD
  4640. Date: 08 Sep 1999 17:14:01 -0600
  4641.  
  4642. Thanks Jeff,
  4643.  
  4644. Actually I have a separate copy of the same database on each machine. I have
  4645. a batch file that backs up the origonal dbase to each machine when I make
  4646. changes.
  4647.  
  4648.  I get Dr Watson error warnings on the NT's and an Illegal Program operation
  4649. on a W98 machine.
  4650.  
  4651. Jim
  4652.  
  4653.  
  4654. ----- Original Message -----
  4655. Sent: Wednesday, September 08, 1999 9:51 AM
  4656.  
  4657.  
  4658. >
  4659. >
  4660. >
  4661. > Jim,
  4662. >
  4663. > We run 6.0.8 and it does the same thing.  I am assuming you are pointing
  4664. > them all at the same MS Access database ?  We get an NT access violation
  4665. > when they crash.
  4666. >
  4667. >
  4668. > Jeff Binkley
  4669. > ASA Network Computing
  4670. >
  4671. >
  4672. >
  4673. > U>Hello,
  4674. >
  4675. > U>I have TC security and accounting version 5.5.3 running on three NT
  4676. > U>systems. When one crashes the other 2 follow suit. It used to happen a
  4677. > U>couple times a year now it's been 6 times in three days. Any Ideas?
  4678. >
  4679. > U>Thanks,
  4680. > U>Jim Faulkner
  4681. > U>GWE.NET
  4682. >
  4683. > CMPQwk 1.42 9999
  4684. >
  4685. >
  4686. > -
  4687. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  4688. >  with "unsubscribe usr-tc" in the body of the message.
  4689. >  For information on digests or retrieving files and old messages send
  4690. >  "help" to the same address.  Do not use quotes in your message.
  4691.  
  4692.  
  4693. -
  4694.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  4695.  with "unsubscribe usr-tc" in the body of the message.
  4696.  For information on digests or retrieving files and old messages send
  4697.  "help" to the same address.  Do not use quotes in your message.
  4698.  
  4699.  
  4700. -------------------------------------------------------------------------------
  4701.  
  4702. From: eric@dol.net
  4703. Subject: (usr-tc) cisco vs tc 
  4704. Date: 08 Sep 1999 19:04:29 -0600
  4705.  
  4706. How does the Cisco remote access servers compare to the TC with
  4707. regards to customer satisfaction and connect speeds for those 
  4708. who have experience with both products?  Most of the discussions 
  4709. here have been on the Ascend vs TC.  We wanted to evaluate the 
  4710. current cisco solution as well. 
  4711. At what stage in the life cycle is the Cisco product at?
  4712. thanks
  4713. eric
  4714.  
  4715. Delaware Online!.........The SMART Choice!  
  4716. With 56K V.90 & X2 & Flex Modems 
  4717. Phone : 302-762-0375                
  4718. Fax:     302-762-3462        
  4719. Failure is NOT an option...
  4720.  
  4721.  
  4722.  
  4723. -
  4724.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  4725.  with "unsubscribe usr-tc" in the body of the message.
  4726.  For information on digests or retrieving files and old messages send
  4727.  "help" to the same address.  Do not use quotes in your message.
  4728.  
  4729.  
  4730. -------------------------------------------------------------------------------
  4731.  
  4732. From: jeff.binkley@asacomp.com (Jeff Binkley)
  4733. Subject: Re: (usr-tc) simultanious
  4734. Date: 09 Sep 1999 07:13:00 -0500
  4735.  
  4736.  
  4737.  
  4738. Steve,
  4739.  
  4740. Maybe Jim can do this.  However for me it happens so infrequently that I 
  4741. can't affored to leave debug running and creating huge log files.  I am 
  4742. not sure if it related to the version of HiPerArc code we are running or 
  4743. not.  For the record we are on 4.1.64 (due to 4.1.56 killing off our 
  4744. WebRamp customers).
  4745.  
  4746. Jeff Binkley
  4747. ASA Network Computing
  4748.  
  4749.  
  4750.  
  4751.  
  4752. u>If you enable debug on the servers and watch for the last received
  4753. u>packet,  is it the same on more than one server?   What was the
  4754. u>authentication type- pap/chap/ms-chap?
  4755.  
  4756. u>     STeve
  4757.  
  4758.  
  4759.  
  4760.  
  4761. u>jlf@montrose-colo.com (Jim Faulkner) on 09/07/99 12:46:23 PM
  4762.  
  4763. u>Please respond to usr-tc@lists.xmission.com
  4764.  
  4765. u>Sent by:  jlf@montrose-colo.com (Jim Faulkner)
  4766.  
  4767.  
  4768. u>To:   usr-tc@lists.xmission.com
  4769. u>cc:    (Steve Valiunas/MW/US/3Com)
  4770. u>Subject:  (usr-tc) simultanious radius crashes
  4771.  
  4772.  
  4773.  
  4774.  
  4775. u>Hello,
  4776.  
  4777. u>I have TC security and accounting version 5.5.3 running on three NT
  4778. u>systems. When one crashes the other 2 follow suit. It used to happen a
  4779. u>couple times a year now it's been 6 times in three days. Any Ideas?
  4780.  
  4781. u>Thanks,
  4782. u>Jim Faulkner
  4783. u>GWE.NET
  4784.  
  4785.  
  4786. u>-
  4787. u> To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  4788. u> with "unsubscribe usr-tc" in the body of the message.
  4789. u> For information on digests or retrieving files and old messages send
  4790. u> "help" to the same address.  Do not use quotes in your message.
  4791.  
  4792.  
  4793.  
  4794.  
  4795.  
  4796.  
  4797. u>-
  4798. u> To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  4799. u> with "unsubscribe usr-tc" in the body of the message.
  4800. u> For information on digests or retrieving files and old messages send
  4801. u> "help" to the same address.  Do not use quotes in your message.
  4802.  
  4803. CMPQwk 1.42 9999
  4804.  
  4805.  
  4806. -
  4807.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  4808.  with "unsubscribe usr-tc" in the body of the message.
  4809.  For information on digests or retrieving files and old messages send
  4810.  "help" to the same address.  Do not use quotes in your message.
  4811.  
  4812.  
  4813. -------------------------------------------------------------------------------
  4814.  
  4815. From: jeff.binkley@asacomp.com (Jeff Binkley)
  4816. Subject: (usr-tc) Soundblaster Modems
  4817. Date: 09 Sep 1999 07:13:00 -0500
  4818.  
  4819.  
  4820.  
  4821. Is anyone else haviong problems with Soundblaster modems and their TC 
  4822. hubs ?  We've had 2 customers so far with them that we've had major 
  4823. problems with.  One customer we lost because they never were able to get 
  4824. the modem to train with our TC hub and the other experiences frequent 
  4825. disconnects.  In both cases they never got into V.90 territory (i.e. 
  4826. 26.4 - 31.2kbs).  We've had the one with the frequent disconnects 
  4827. download the latest modem software from their website to no avail.  
  4828. Anyone else seen the same thing ?  Folks are buying these based on name 
  4829. and low price.  For our TC we are running both Quads and DSPs and we've 
  4830. seen it happen on both.
  4831.  
  4832.  
  4833. Jeff Binkley
  4834. ASA Network Computing
  4835.  
  4836. CMPQwk 1.42 9999
  4837.  
  4838. -
  4839.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  4840.  with "unsubscribe usr-tc" in the body of the message.
  4841.  For information on digests or retrieving files and old messages send
  4842.  "help" to the same address.  Do not use quotes in your message.
  4843.  
  4844.  
  4845. -------------------------------------------------------------------------------
  4846.  
  4847. From: Martin Lathoud <nytral@enDirect.qc.ca>
  4848. Subject: (usr-tc) preventing netserver crash
  4849. Date: 09 Sep 1999 10:12:34 -0400 (EDT)
  4850.  
  4851. Hello,
  4852. I am using a TC with a Netserver (standart packet bus circuit) code
  4853. 3.8.71. I never got an uptime over a week, using it only for PPP dialin
  4854. purposes. Anyone has an idea of what I should track down to isolate and
  4855. resolve this quite annoying problem? 3Com once went to see the crash dump,
  4856. but did nothing with it.. And latest updates to Netserver code turn quite
  4857. old, when you look at all the releases for Hiper stuff. I was said it is
  4858. still supported.. where?
  4859.  
  4860. TIA,
  4861. Martin
  4862.  
  4863.  
  4864.  
  4865. -
  4866.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  4867.  with "unsubscribe usr-tc" in the body of the message.
  4868.  For information on digests or retrieving files and old messages send
  4869.  "help" to the same address.  Do not use quotes in your message.
  4870.  
  4871.  
  4872. -------------------------------------------------------------------------------
  4873.  
  4874. From: Jeff Mcadams <jeffm@iglou.com>
  4875. Subject: Re: (usr-tc) preventing netserver crash
  4876. Date: 09 Sep 1999 10:25:17 -0400
  4877.  
  4878. Thus spake Martin Lathoud
  4879. >I am using a TC with a Netserver (standart packet bus circuit) code
  4880. >3.8.71. I never got an uptime over a week, using it only for PPP dialin
  4881. >purposes. Anyone has an idea of what I should track down to isolate and
  4882. >resolve this quite annoying problem? 3Com once went to see the crash dump,
  4883. >but did nothing with it.. And latest updates to Netserver code turn quite
  4884. >old, when you look at all the releases for Hiper stuff. I was said it is
  4885. >still supported.. where?
  4886.  
  4887. The NETServers are supported in hardware only.  Attribute that to 3Com's
  4888. lame-brained decision to not port the pilgrim code to the NETServer
  4889. hardware.  The NETServer code was based on the ComOS code from
  4890. Livingston (now a part of Lucent and basically killed off), when the
  4891. licensing ran out, 3Com basically just chopped any support for it.
  4892. Lovely customer service there.  :/
  4893. -- 
  4894. Jeff McAdams                            Email: jeffm@iglou.com
  4895. Head Network Administrator              Voice: (502) 966-3848
  4896. IgLou Internet Services                        (800) 436-4456
  4897.  
  4898. -
  4899.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  4900.  with "unsubscribe usr-tc" in the body of the message.
  4901.  For information on digests or retrieving files and old messages send
  4902.  "help" to the same address.  Do not use quotes in your message.
  4903.  
  4904.  
  4905. -------------------------------------------------------------------------------
  4906.  
  4907. From: Scott Trautman <scottt@corp.gdinet.com>
  4908. Subject: RE: (usr-tc) preventing netserver crash
  4909. Date: 09 Sep 1999 09:31:29 -0500 
  4910.  
  4911. I've had the same thing in the past. Isolated to one unit. Various uptime
  4912. from 48 hours to like 17 days, then crashola.
  4913.  
  4914. Things I would suggest:
  4915.  
  4916. 1. try different memory in it. You have 16-20mb in it, right?
  4917. 2. you have a spare Netserver? Good idea to keep one around. Swap it out
  4918. and see if the problem goes away. You can pick one up for ~$700. In fact
  4919. I have several to sell even.
  4920. 3. Still a problem? Try swapping out the chassis.
  4921. 4. Still a problem? Try a different dual-T1 card
  4922. 5. Give up, get a day job :^)
  4923.  
  4924. Clues:
  4925.  
  4926. 1. Happen under load?
  4927. 2. Consistently happen after a certain amount of time?
  4928.  
  4929. Anaway, that's the process I've gone through several times before (1-4
  4930. anyway).
  4931. Each of the above has at one time or the other solved a "netserver" problem
  4932. for me.
  4933.  
  4934. SMT
  4935.  
  4936.  
  4937. -----Original Message-----
  4938. Sent: Thursday, September 09, 1999 9:13 AM
  4939.  
  4940.  
  4941. Hello,
  4942. I am using a TC with a Netserver (standart packet bus circuit) code
  4943. 3.8.71. I never got an uptime over a week, using it only for PPP dialin
  4944. purposes. Anyone has an idea of what I should track down to isolate and
  4945. resolve this quite annoying problem? 3Com once went to see the crash dump,
  4946. but did nothing with it.. And latest updates to Netserver code turn quite
  4947. old, when you look at all the releases for Hiper stuff. I was said it is
  4948. still supported.. where?
  4949.  
  4950. TIA,
  4951. Martin
  4952.  
  4953.  
  4954.  
  4955. -
  4956.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  4957.  with "unsubscribe usr-tc" in the body of the message.
  4958.  For information on digests or retrieving files and old messages send
  4959.  "help" to the same address.  Do not use quotes in your message.
  4960.  
  4961. -
  4962.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  4963.  with "unsubscribe usr-tc" in the body of the message.
  4964.  For information on digests or retrieving files and old messages send
  4965.  "help" to the same address.  Do not use quotes in your message.
  4966.  
  4967.  
  4968. -------------------------------------------------------------------------------
  4969.  
  4970. From: Clayton Zekelman <clayton@MNSi.Net>
  4971. Subject: RE: (usr-tc) preventing netserver crash
  4972. Date: 09 Sep 1999 11:35:14 -0400
  4973.  
  4974. We used to have a bunch of netservers that crashed regularly.  Older
  4975. hardware revs had
  4976. problems with crashing.  USR (3Com now) had an engineering change which
  4977. appeared to clear up the problem. 
  4978.  
  4979. At 09:31 AM 9/9/99 -0500, you wrote:
  4980. >I've had the same thing in the past. Isolated to one unit. Various uptime
  4981. >from 48 hours to like 17 days, then crashola.
  4982. >
  4983. >Things I would suggest:
  4984. >
  4985. >1. try different memory in it. You have 16-20mb in it, right?
  4986. >2. you have a spare Netserver? Good idea to keep one around. Swap it out
  4987. >and see if the problem goes away. You can pick one up for ~$700. In fact
  4988. >I have several to sell even.
  4989. >3. Still a problem? Try swapping out the chassis.
  4990. >4. Still a problem? Try a different dual-T1 card
  4991. >5. Give up, get a day job :^)
  4992. >
  4993. >Clues:
  4994. >
  4995. >1. Happen under load?
  4996. >2. Consistently happen after a certain amount of time?
  4997. >
  4998. >Anaway, that's the process I've gone through several times before (1-4
  4999. >anyway).
  5000. >Each of the above has at one time or the other solved a "netserver" problem
  5001. >for me.
  5002. >
  5003. >SMT
  5004. >
  5005. >
  5006. >-----Original Message-----
  5007. >From: Martin Lathoud [mailto:nytral@enDirect.qc.ca]
  5008. >Sent: Thursday, September 09, 1999 9:13 AM
  5009. >To: usr-tc@lists.xmission.com
  5010. >Subject: (usr-tc) preventing netserver crash
  5011. >
  5012. >
  5013. >Hello,
  5014. >I am using a TC with a Netserver (standart packet bus circuit) code
  5015. >3.8.71. I never got an uptime over a week, using it only for PPP dialin
  5016. >purposes. Anyone has an idea of what I should track down to isolate and
  5017. >resolve this quite annoying problem? 3Com once went to see the crash dump,
  5018. >but did nothing with it.. And latest updates to Netserver code turn quite
  5019. >old, when you look at all the releases for Hiper stuff. I was said it is
  5020. >still supported.. where?
  5021. >
  5022. >TIA,
  5023. >Martin
  5024. >
  5025. >
  5026. >
  5027. >-
  5028. > To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  5029. > with "unsubscribe usr-tc" in the body of the message.
  5030. > For information on digests or retrieving files and old messages send
  5031. > "help" to the same address.  Do not use quotes in your message.
  5032. >
  5033. >-
  5034. > To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  5035. > with "unsubscribe usr-tc" in the body of the message.
  5036. > For information on digests or retrieving files and old messages send
  5037. > "help" to the same address.  Do not use quotes in your message.
  5038. ---
  5039. Clayton Zekelman
  5040. Managed Network Systems Inc. (MNSi)
  5041. 875 Ouellette Avenue
  5042. Windsor, Ontario
  5043. N9A 4J6
  5044.  
  5045. tel. 519-985-8410
  5046. fax. 519-258-3009
  5047.  
  5048. -
  5049.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  5050.  with "unsubscribe usr-tc" in the body of the message.
  5051.  For information on digests or retrieving files and old messages send
  5052.  "help" to the same address.  Do not use quotes in your message.
  5053.  
  5054.  
  5055. -------------------------------------------------------------------------------
  5056.  
  5057. From: Martin Lathoud <nytral@enDirect.qc.ca>
  5058. Subject: RE: (usr-tc) preventing netserver crash
  5059. Date: 09 Sep 1999 13:54:04 -0400 (EDT)
  5060.  
  5061. The chassis is less than 1.5 years old.. I would have expected to get an
  5062. Netserver enhanced packet circuit version.. I've been told that it
  5063. depended on stock availability, and that it's not meaning much.. As far as
  5064. I can see, uptime is not 3Com priority :(. Since I only own one Netserver
  5065. (except modem code *!*, PM3 is the way to go), no way to do swap tests..
  5066. I'd better purchase a new spare NS card (cheaper than renewing the
  5067. contract support).
  5068. For the clues: reboot is purely random but always above a couple of days,
  5069. usage is often >40 ports (not only at crash time)
  5070.  
  5071. Later,
  5072. Martin
  5073.  
  5074.  
  5075. On Thu, 9 Sep 1999, Clayton Zekelman wrote:
  5076.  
  5077. > We used to have a bunch of netservers that crashed regularly.  Older
  5078. > hardware revs had
  5079. > problems with crashing.  USR (3Com now) had an engineering change which
  5080. > appeared to clear up the problem. 
  5081. > At 09:31 AM 9/9/99 -0500, you wrote:
  5082. > >I've had the same thing in the past. Isolated to one unit. Various uptime
  5083. > >from 48 hours to like 17 days, then crashola.
  5084. > >
  5085. > >Things I would suggest:
  5086. > >
  5087. > >1. try different memory in it. You have 16-20mb in it, right?
  5088. > >2. you have a spare Netserver? Good idea to keep one around. Swap it out
  5089. > >and see if the problem goes away. You can pick one up for ~$700. In fact
  5090. > >I have several to sell even.
  5091. > >3. Still a problem? Try swapping out the chassis.
  5092. > >4. Still a problem? Try a different dual-T1 card
  5093. > >5. Give up, get a day job :^)
  5094. > >
  5095. > >Clues:
  5096. > >
  5097. > >1. Happen under load?
  5098. > >2. Consistently happen after a certain amount of time?
  5099. > >
  5100. > >Anaway, that's the process I've gone through several times before (1-4
  5101. > >anyway).
  5102. > >Each of the above has at one time or the other solved a "netserver" problem
  5103. > >for me.
  5104. > >
  5105. > >SMT
  5106.  
  5107.  
  5108. -
  5109.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  5110.  with "unsubscribe usr-tc" in the body of the message.
  5111.  For information on digests or retrieving files and old messages send
  5112.  "help" to the same address.  Do not use quotes in your message.
  5113.  
  5114.  
  5115. -------------------------------------------------------------------------------
  5116.  
  5117. From: "William Brien" <William_Brien@mw.3com.com>
  5118. Subject: (usr-tc) NOTICE - HiPerARC v4.2.32-1 (posting complete)
  5119. Date: 09 Sep 1999 13:36:43 -0500
  5120.  
  5121.  
  5122.  
  5123. 3Com Customers,
  5124.  
  5125. 3Com would like to announce the release of HiPerARC v4.2.32-1 on the
  5126. TotalService website at:
  5127.  
  5128. http://totalservice.3com.com/
  5129.  
  5130. The HiPerARC v4.2.32-1 Maintenance Release replaces HiPerARC v4.2.29.  This
  5131. version has fixes for the upgrade issues from v4.1.59-6, HiperBomb DoS (Denial
  5132. of Service) attack, and SNMP security issues.  If you are using HiPerARC v4.2.29
  5133. on your Total Control chassis at this time, you are advised to upgrade to
  5134. v4.2.32-1 as soon as possible.
  5135.  
  5136. Download of this code requires a valid service contract.  If you would like to
  5137. purchase a service contract, please contact your local reseller of 3Com services
  5138. for more information.  To locate your local Value Added Reseller, as well as
  5139. 3Com sales offices, please go to:
  5140.  
  5141. http://www.3com.com/products/shop/where2buy_2.html
  5142.  
  5143. If there are any questions or concerns regarding this release, please contact
  5144. 3Com Technical Support toll-free at 1-800-231-8770.  If you are calling from an
  5145. area not handled by this number, the TotalService website has contact
  5146. information for other countries and regions.  Please go to the TotalService
  5147. website and click on 'Contacting Tech Support' for more information.
  5148.  
  5149. The Software Compatibility Matrix on TotalService will be updated later this
  5150. week to reflect compatibility with other releases of code.
  5151.  
  5152. Thank you,
  5153.  
  5154. Chuck Stace and Will Brien
  5155. Customer Service Product Planning
  5156. Chuck_Stace@3com.com
  5157. William_Brien@3com.com
  5158.  
  5159.  
  5160.  
  5161. -
  5162.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  5163.  with "unsubscribe usr-tc" in the body of the message.
  5164.  For information on digests or retrieving files and old messages send
  5165.  "help" to the same address.  Do not use quotes in your message.
  5166.  
  5167.  
  5168. -------------------------------------------------------------------------------
  5169.  
  5170. From: Brian Elfert <brian@citilink.com>
  5171. Subject: RE: (usr-tc) preventing netserver crash
  5172. Date: 09 Sep 1999 13:33:42 -0500 (CDT)
  5173.  
  5174.  
  5175.  
  5176. On Thu, 9 Sep 1999, Martin Lathoud wrote:
  5177.  
  5178. > The chassis is less than 1.5 years old.. I would have expected to get an
  5179. > Netserver enhanced packet circuit version.. I've been told that it
  5180. > depended on stock availability, and that it's not meaning much.. As far as
  5181. > I can see, uptime is not 3Com priority :(. Since I only own one Netserver
  5182.  
  5183. Just because your chassis reboots, that doesn't necessarily mean it's a
  5184. widespread problem.
  5185.  
  5186. My 5 Netserver cards have never rebooted even once that I remember, and
  5187. I've had them for at least 1.5 years.
  5188.  
  5189. Brian
  5190.  
  5191.  
  5192. -
  5193.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  5194.  with "unsubscribe usr-tc" in the body of the message.
  5195.  For information on digests or retrieving files and old messages send
  5196.  "help" to the same address.  Do not use quotes in your message.
  5197.  
  5198.  
  5199. -------------------------------------------------------------------------------
  5200.  
  5201. From: Clayton Zekelman <clayton@MNSi.Net>
  5202. Subject: RE: (usr-tc) preventing netserver crash
  5203. Date: 09 Sep 1999 14:55:33 -0400
  5204.  
  5205. When we were running Netserver, we had around 25 units installed, and more
  5206. than 3/4 of them were rock solid and reliable.  The remaining units were
  5207. flaky. 
  5208.  
  5209. At 01:33 PM 9/9/99 -0500, you wrote:
  5210. >
  5211. >
  5212. >On Thu, 9 Sep 1999, Martin Lathoud wrote:
  5213. >
  5214. >> The chassis is less than 1.5 years old.. I would have expected to get an
  5215. >> Netserver enhanced packet circuit version.. I've been told that it
  5216. >> depended on stock availability, and that it's not meaning much.. As far as
  5217. >> I can see, uptime is not 3Com priority :(. Since I only own one Netserver
  5218. >
  5219. >Just because your chassis reboots, that doesn't necessarily mean it's a
  5220. >widespread problem.
  5221. >
  5222. >My 5 Netserver cards have never rebooted even once that I remember, and
  5223. >I've had them for at least 1.5 years.
  5224. >
  5225. >Brian
  5226. >
  5227. >
  5228. >-
  5229. > To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  5230. > with "unsubscribe usr-tc" in the body of the message.
  5231. > For information on digests or retrieving files and old messages send
  5232. > "help" to the same address.  Do not use quotes in your message.
  5233. ---
  5234. Clayton Zekelman
  5235. Managed Network Systems Inc. (MNSi)
  5236. 875 Ouellette Avenue
  5237. Windsor, Ontario
  5238. N9A 4J6
  5239.  
  5240. tel. 519-985-8410
  5241. fax. 519-258-3009
  5242.  
  5243. -
  5244.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  5245.  with "unsubscribe usr-tc" in the body of the message.
  5246.  For information on digests or retrieving files and old messages send
  5247.  "help" to the same address.  Do not use quotes in your message.
  5248.  
  5249.  
  5250. -------------------------------------------------------------------------------
  5251.  
  5252. From: "Jack Singer" <jsinger@aaacars.com>
  5253. Subject: Re: (usr-tc) Quad card refurbishing
  5254. Date: 09 Sep 1999 15:23:31 -0400
  5255.  
  5256. Does anyone refurbish USR Quad cards?  I have 4 cards with bad modems on them.
  5257.  
  5258. Internet Connections
  5259. jsinger@i-c.net
  5260.  
  5261.  
  5262. -
  5263.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  5264.  with "unsubscribe usr-tc" in the body of the message.
  5265.  For information on digests or retrieving files and old messages send
  5266.  "help" to the same address.  Do not use quotes in your message.
  5267.  
  5268.  
  5269. -------------------------------------------------------------------------------
  5270.  
  5271. From: CyberPort Montana <netboss@cyberport.net>
  5272. Subject: Re: (usr-tc) Quad card refurbishing
  5273. Date: 09 Sep 1999 13:26:24 -0600
  5274.  
  5275. I'll second that.  I have a number of cards that also need repairs.
  5276.  
  5277. Gary
  5278.  
  5279.  
  5280. At 03:23 PM 9/9/99 -0400, you wrote:
  5281. >Does anyone refurbish USR Quad cards?  I have 4 cards with bad modems on
  5282. them.
  5283. >
  5284. >Internet Connections
  5285. >jsinger@i-c.net
  5286. >
  5287. >
  5288. >-
  5289. > To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  5290. > with "unsubscribe usr-tc" in the body of the message.
  5291. > For information on digests or retrieving files and old messages send
  5292. > "help" to the same address.  Do not use quotes in your message.
  5293. >
  5294. >
  5295.  
  5296. -
  5297.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  5298.  with "unsubscribe usr-tc" in the body of the message.
  5299.  For information on digests or retrieving files and old messages send
  5300.  "help" to the same address.  Do not use quotes in your message.
  5301.  
  5302.  
  5303. -------------------------------------------------------------------------------
  5304.  
  5305. From: "Christopher Arlis Hanes" <chanes@usacars.com>
  5306. Subject: (usr-tc) Static IPs with large dialin pools
  5307. Date: 09 Sep 1999 15:31:10 -0400
  5308.  
  5309.  
  5310. How does one handle static IPs when the pools used by a particular
  5311. dialin number span multiple class Cs?  (i.e. a user dialing in has the
  5312. possibility of of dialing into a box whose router card is not on the
  5313. same network as the user's static IP.)
  5314.  
  5315. Thanks,
  5316. Chris Hanes
  5317.  
  5318.  
  5319. -
  5320.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  5321.  with "unsubscribe usr-tc" in the body of the message.
  5322.  For information on digests or retrieving files and old messages send
  5323.  "help" to the same address.  Do not use quotes in your message.
  5324.  
  5325.  
  5326. -------------------------------------------------------------------------------
  5327.  
  5328. From: Jeff Mcadams <jeffm@iglou.com>
  5329. Subject: Re: (usr-tc) Static IPs with large dialin pools
  5330. Date: 09 Sep 1999 15:49:39 -0400
  5331.  
  5332. Thus spake Christopher Arlis Hanes
  5333. >How does one handle static IPs when the pools used by a particular
  5334. >dialin number span multiple class Cs?  (i.e. a user dialing in has the
  5335. >possibility of of dialing into a box whose router card is not on the
  5336. >same network as the user's static IP.)
  5337.  
  5338. RIPv2
  5339.  
  5340. enable ip rip
  5341. and set ip network <blah> routing_protocol ripv2
  5342.  
  5343. should take care of the basics...you'll also need to turn on ripv2 on
  5344. most of the rest of your network....at least as far up as it might
  5345. change depending on which Arc they hit.
  5346. -- 
  5347. Jeff McAdams                            Email: jeffm@iglou.com
  5348. Head Network Administrator              Voice: (502) 966-3848
  5349. IgLou Internet Services                        (800) 436-4456
  5350.  
  5351. -
  5352.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  5353.  with "unsubscribe usr-tc" in the body of the message.
  5354.  For information on digests or retrieving files and old messages send
  5355.  "help" to the same address.  Do not use quotes in your message.
  5356.  
  5357.  
  5358. -------------------------------------------------------------------------------
  5359.  
  5360. From: "Lon R. Stockton, Jr." <lon@moonstar.com>
  5361. Subject: Re: (usr-tc) NOTICE - HiPerARC v4.2.32-1 (posting complete)
  5362. Date: 09 Sep 1999 16:04:33 -0400 (EDT)
  5363.  
  5364.  
  5365. On Thu, 9 Sep 1999, William Brien wrote:
  5366.  
  5367. > The HiPerARC v4.2.32-1 Maintenance Release replaces HiPerARC v4.2.29.  This
  5368. > version has fixes for the upgrade issues from v4.1.59-6, HiperBomb DoS (Denial
  5369. > of Service) attack, and SNMP security issues.  If you are using HiPerARC v4.2.29
  5370. > on your Total Control chassis at this time, you are advised to upgrade to
  5371. > v4.2.32-1 as soon as possible.
  5372. > Download of this code requires a valid service contract.
  5373.  
  5374.  
  5375. Requiring service contracts to get fixes for well-known, easy to implement
  5376. exploits is certainlly a way to sell service contracts.
  5377.  
  5378. Before I purchased, I was told this was a 'best-of-breed' device. Now
  5379. I find that I gotta pay a couple thousand more just to get it fixed so
  5380. that any 14 year old with a program he got off a website can't crash it.
  5381. Either that, or turn off features that I was told I'd have in the
  5382. purchased product.
  5383.  
  5384. The mafia might not exist, but looks like protection rackets are alive
  5385. and well.
  5386.  
  5387.  
  5388.  
  5389. -
  5390.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  5391.  with "unsubscribe usr-tc" in the body of the message.
  5392.  For information on digests or retrieving files and old messages send
  5393.  "help" to the same address.  Do not use quotes in your message.
  5394.  
  5395.  
  5396. -------------------------------------------------------------------------------
  5397.  
  5398. From: Brian <signal@shreve.net>
  5399. Subject: Re: (usr-tc) Static IPs with large dialin pools
  5400. Date: 09 Sep 1999 15:16:08 -0500 (CDT)
  5401.  
  5402. On Thu, 9 Sep 1999, Christopher Arlis Hanes wrote:
  5403.  
  5404. > How does one handle static IPs when the pools used by a particular
  5405. > dialin number span multiple class Cs?  (i.e. a user dialing in has the
  5406. > possibility of of dialing into a box whose router card is not on the
  5407. > same network as the user's static IP.)
  5408.  
  5409. Static IP's do not have to be on the same "network" as their gateways.
  5410.  
  5411. In other words, if you had a router that was 192.168.1.1, and a hiper ARC
  5412. that was 192.168.5.1 and a static IP that was 208.242.79.4, that is
  5413. perfectly fine.
  5414.  
  5415. What *matters* is that you have established proper routing on your
  5416. network.  *generally*  interface ip's for terminal servers and routing
  5417. devices with ethernet interfaces are statically routed, perhaps you route
  5418. a /28 or /27 to your ethernet for use by your terminal servers (arcs,
  5419. netservers, etc).  Dynamic IP pools are setup on these devices, and
  5420. aggregates for these pools can be announced via ripv2 (or ospf on the
  5421. newer arc code).
  5422.  
  5423. Static IP's are also announced via ripv2 (or ospf).........so long as you
  5424. have your interior routing protocol setup correctly, this is not a
  5425. problem.
  5426.  
  5427.  
  5428. > Thanks,
  5429. > Chris Hanes
  5430. > -
  5431. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  5432. >  with "unsubscribe usr-tc" in the body of the message.
  5433. >  For information on digests or retrieving files and old messages send
  5434. >  "help" to the same address.  Do not use quotes in your message.
  5435.  
  5436. Brian Feeny (BF304)     signal@shreve.net   
  5437. 318-222-2638 x 109    http://www.shreve.net/~signal      
  5438. Network Administrator   ShreveNet Inc. (ASN 11881)           
  5439.  
  5440.  
  5441. -
  5442.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  5443.  with "unsubscribe usr-tc" in the body of the message.
  5444.  For information on digests or retrieving files and old messages send
  5445.  "help" to the same address.  Do not use quotes in your message.
  5446.  
  5447.  
  5448. -------------------------------------------------------------------------------
  5449.  
  5450. From: "Mike Wronski" <mike@coredump.ae.usr.com>
  5451. Subject: RE: (usr-tc) NOTICE - HiPerARC v4.2.32-1 (posting complete)
  5452. Date: 09 Sep 1999 15:22:50 -0500
  5453.  
  5454. |-----Original Message-----
  5455. |From: owner-usr-tc@lists.xmission.com
  5456. |[mailto:owner-usr-tc@lists.xmission.com]On Behalf Of Lon R. Stockton,
  5457. |Jr.
  5458. |Sent: Thursday, September 09, 1999 3:05 PM
  5459. |To: usr-tc@lists.xmission.com
  5460. |Subject: Re: (usr-tc) NOTICE - HiPerARC v4.2.32-1 (posting complete)
  5461. |
  5462. |
  5463. |
  5464. |On Thu, 9 Sep 1999, William Brien wrote:
  5465. |
  5466. |> The HiPerARC v4.2.32-1 Maintenance Release replaces HiPerARC v4.2.29.  This
  5467. |> version has fixes for the upgrade issues from v4.1.59-6, HiperBomb DoS (Denial
  5468. |> of Service) attack, and SNMP security issues.  If you are using
  5469. |HiPerARC v4.2.29
  5470. |> on your Total Control chassis at this time, you are advised to upgrade to
  5471. |> v4.2.32-1 as soon as possible.
  5472. |>
  5473. |> Download of this code requires a valid service contract.
  5474. |
  5475. |
  5476. |Requiring service contracts to get fixes for well-known, easy to implement
  5477. |exploits is certainlly a way to sell service contracts.
  5478.  
  5479. This release is not intended as the fix for the security issues. It replaces
  5480. 4.2.29, which is a feature enhancement. It does however have the security issues
  5481. resolved.
  5482.  
  5483. There will be a 4.1.x service release for the security issues and other resolved
  5484. bugs shortly. This service release will be made available to everyone for 90
  5485. days, as was the previous service release.
  5486.  
  5487. -M
  5488.  
  5489.  
  5490.  
  5491.  
  5492. -
  5493.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  5494.  with "unsubscribe usr-tc" in the body of the message.
  5495.  For information on digests or retrieving files and old messages send
  5496.  "help" to the same address.  Do not use quotes in your message.
  5497.  
  5498.  
  5499. -------------------------------------------------------------------------------
  5500.  
  5501. From: "Greg owens" <gowens@magnolia-net.com>
  5502. Subject: Re: (usr-tc) Soundblaster Modems
  5503. Date: 09 Sep 1999 19:57:14 -0500
  5504.  
  5505. Jeff...We have one customer (that we know of) that is experiencing very
  5506. frequent disconnects. We thought at first a phone line issue but after 3
  5507. trips SWB says all their stuff is OK. No we have not found a fix for the
  5508. problem and will probably lose customer very soon.... BTW we are running
  5509. DSP's.....Any one else seeing this
  5510. Greg Owens
  5511. Magnolia Internet Services
  5512. http://www.magnolia-net.com
  5513. ----- Original Message -----
  5514. Sent: Thursday, September 09, 1999 7:13 AM
  5515.  
  5516.  
  5517. >
  5518. >
  5519. > Is anyone else haviong problems with Soundblaster modems and their TC
  5520. > hubs ?  We've had 2 customers so far with them that we've had major
  5521. > problems with.  One customer we lost because they never were able to get
  5522. > the modem to train with our TC hub and the other experiences frequent
  5523. > disconnects.  In both cases they never got into V.90 territory (i.e.
  5524. > 26.4 - 31.2kbs).  We've had the one with the frequent disconnects
  5525. > download the latest modem software from their website to no avail.
  5526. > Anyone else seen the same thing ?  Folks are buying these based on name
  5527. > and low price.  For our TC we are running both Quads and DSPs and we've
  5528. > seen it happen on both.
  5529. >
  5530. >
  5531. > Jeff Binkley
  5532. > ASA Network Computing
  5533. >
  5534. > CMPQwk 1.42 9999
  5535. >
  5536. > -
  5537. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  5538. >  with "unsubscribe usr-tc" in the body of the message.
  5539. >  For information on digests or retrieving files and old messages send
  5540. >  "help" to the same address.  Do not use quotes in your message.
  5541. >
  5542.  
  5543.  
  5544. -
  5545.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  5546.  with "unsubscribe usr-tc" in the body of the message.
  5547.  For information on digests or retrieving files and old messages send
  5548.  "help" to the same address.  Do not use quotes in your message.
  5549.  
  5550.  
  5551. -------------------------------------------------------------------------------
  5552.  
  5553. From: "Brett Murphy" <me@murf.net>
  5554. Subject: Re: (usr-tc) Soundblaster Modems
  5555. Date: 10 Sep 1999 11:05:14 +1000
  5556.  
  5557. It amazes me that modem manufacturors whos product only works with a subset
  5558. of digital access servers considers this to be "OK"
  5559.  
  5560. All the best,
  5561. Brett Murphy
  5562. Technical Manager, Alphalink (Australia) PTY LTD
  5563. ph: +61 3 9486-8844  fax: +61 3 9486-6822
  5564. email: me@murf.net
  5565.  
  5566. The contents of this email message may not be quoted,
  5567. copied, reproduced or published in part or in whole,
  5568. without the written authorization of Brett Murphy,
  5569. Director, Alphalink (Australia) Pty Ltd.
  5570. -----Original Message-----
  5571.  
  5572.  
  5573. >Jeff...We have one customer (that we know of) that is experiencing very
  5574. >frequent disconnects. We thought at first a phone line issue but after 3
  5575. >trips SWB says all their stuff is OK. No we have not found a fix for the
  5576. >problem and will probably lose customer very soon.... BTW we are running
  5577. >DSP's.....Any one else seeing this
  5578. >Greg Owens
  5579. >Magnolia Internet Services
  5580. >http://www.magnolia-net.com
  5581. >----- Original Message -----
  5582. >From: Jeff Binkley <jeff.binkley@asacomp.com>
  5583. >To: <usr-tc@lists.xmission.com>
  5584. >Sent: Thursday, September 09, 1999 7:13 AM
  5585. >Subject: (usr-tc) Soundblaster Modems
  5586. >
  5587. >
  5588. >>
  5589. >>
  5590. >> Is anyone else haviong problems with Soundblaster modems and their TC
  5591. >> hubs ?  We've had 2 customers so far with them that we've had major
  5592. >> problems with.  One customer we lost because they never were able to get
  5593. >> the modem to train with our TC hub and the other experiences frequent
  5594. >> disconnects.  In both cases they never got into V.90 territory (i.e.
  5595. >> 26.4 - 31.2kbs).  We've had the one with the frequent disconnects
  5596. >> download the latest modem software from their website to no avail.
  5597. >> Anyone else seen the same thing ?  Folks are buying these based on name
  5598. >> and low price.  For our TC we are running both Quads and DSPs and we've
  5599. >> seen it happen on both.
  5600. >>
  5601. >>
  5602. >> Jeff Binkley
  5603. >> ASA Network Computing
  5604. >>
  5605. >> CMPQwk 1.42 9999
  5606. >>
  5607. >> -
  5608. >>  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  5609. >>  with "unsubscribe usr-tc" in the body of the message.
  5610. >>  For information on digests or retrieving files and old messages send
  5611. >>  "help" to the same address.  Do not use quotes in your message.
  5612. >>
  5613. >
  5614. >
  5615. >-
  5616. > To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  5617. > with "unsubscribe usr-tc" in the body of the message.
  5618. > For information on digests or retrieving files and old messages send
  5619. > "help" to the same address.  Do not use quotes in your message.
  5620. >
  5621.  
  5622.  
  5623. -
  5624.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  5625.  with "unsubscribe usr-tc" in the body of the message.
  5626.  For information on digests or retrieving files and old messages send
  5627.  "help" to the same address.  Do not use quotes in your message.
  5628.  
  5629.  
  5630. -------------------------------------------------------------------------------
  5631.  
  5632. From: Jim Johnson <jim@perigee.net>
  5633. Subject: (usr-tc) [Fwd: Locating a bad HDSP port / Modems with 'highincomingconnections 
  5634. Date: 10 Sep 1999 09:38:09 -0400
  5635.  
  5636.  
  5637.  
  5638. Is anyone else working with USR on this problem?  
  5639.  
  5640. They had some testing code that reset the port after every call, that we
  5641. decided not to use on our production modems.  Is anyone else using this
  5642. code and is it working?
  5643.  
  5644. Also, thanks to **Eric Billeter** for writing the script we are running
  5645. every day look for this automatically.
  5646.  
  5647. Regards,
  5648.  
  5649. Jim
  5650.  
  5651. Jim Johnson wrote:
  5652. > David,
  5653. > How is the new modem code coming?  We are having a problem about once
  5654. > every two weeks.  Haven't had one since last wednesday, and I am getting
  5655. > worried....
  5656. > Last week, we had two ports flake out at the beginning of the hunt
  5657. > group. All hell broke loose around here as people called to complain.
  5658. > :(
  5659. > Also, on another note, when will the modem code improve on the DSPs?  We
  5660. > are losing customers right now because they are having disconnect and
  5661. > poor connect problems.  Apparently, ISPs who use Ascend or PMs are
  5662. > having much better success in connecting these clients.  I would suggest
  5663. > we quit worrying about the HiperARC code and work on the modem code
  5664. > right now!
  5665. > Thanks,
  5666. > Jim Johnson
  5667. > David Bachta wrote:
  5668. > >
  5669. > > Hi Jim,
  5670. > >
  5671. > > Thanks for your reply.  I'll be sure to drop you a note as soon as we have a
  5672. > > released version of code to rectify the problem.
  5673. > >
  5674. > > Thank you for your comments regarding our support.  I'm very sorry to hear your
  5675. > > past experiences with our support team have been less than favorable.  We have
  5676. > > been striving to improve the quality of our support organization and I think we
  5677. > > have made some great progress, especially in the last year.  If you haven't done
  5678. > > so already, you may want to check out some of our new support tools that don't
  5679. > > require a service contract (3KB, ISP Home Page, Totalservice Field Reported
  5680. > > Issues, 3Com Users forums, etc).
  5681. > >
  5682. > > Best Regards,
  5683. > > David
  5684.  
  5685. -
  5686.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  5687.  with "unsubscribe usr-tc" in the body of the message.
  5688.  For information on digests or retrieving files and old messages send
  5689.  "help" to the same address.  Do not use quotes in your message.
  5690.  
  5691.  
  5692. -------------------------------------------------------------------------------
  5693.  
  5694. From: Ralph Helfenberger <r.helfenberger@comlight.ch>
  5695. Subject: (usr-tc) Sawin for Windows silently died?
  5696. Date: 10 Sep 1999 16:19:11 +0200
  5697.  
  5698. Hi 
  5699. When I went through the latest 3Com price list I could no longer find
  5700. the Security and Accounting Server for Windows. Did anybody of you
  5701. receive information about this product beeing discontinued?
  5702.  
  5703. Thanks.
  5704.  
  5705. Ralph 
  5706.  
  5707.  
  5708. -- 
  5709. ==========================================================================
  5710. R. Helfenberger                Internet  r.helfenberger@comlight.ch
  5711. Comlight AG                    Tel  +41 31 740 40 40
  5712. Industriestr. 17               Fax  +41 31 740 40 90
  5713. 3178 Boesingen
  5714. Switzerland                    www.comlight.ch
  5715. ==========================================================================
  5716.  
  5717. -
  5718.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  5719.  with "unsubscribe usr-tc" in the body of the message.
  5720.  For information on digests or retrieving files and old messages send
  5721.  "help" to the same address.  Do not use quotes in your message.
  5722.  
  5723.  
  5724. -------------------------------------------------------------------------------
  5725.  
  5726. From: Jeff Mcadams <jeffm@iglou.com>
  5727. Subject: (usr-tc) HiPer Arc improvement thoughts...
  5728. Date: 10 Sep 1999 10:45:49 -0400
  5729.  
  5730. I mentioned earlier that I was going to email the list with some
  5731. thoughts of where I thought the HiPer Arc platform could/should go...
  5732.  
  5733. I have a little bit of time now, so maybe I can put some of these
  5734. thoughts down and maybe get some thoughts and discussion from the rest
  5735. of you about feasibility and maybe some other ideas...In any
  5736. case...these ideas are thrown out to maybe get some discussion going to
  5737. help give 3Com an idea of what we, as customers, would like to see out
  5738. of the Arc.
  5739.  
  5740. First off...a couple of specific feature requests...I may have mentioned
  5741. these before....if so, my apologies.
  5742.  
  5743. 1)  Bridging support...both over PPP, and over ethernet interfaces, and
  5744. any other interfaces that are supported (such as the new frame-relay
  5745. ones).
  5746.  
  5747.     Imagine plugging your two ethernet interfaces into two different
  5748.     switches in the same IP network...running spanning-tree between them
  5749.     all...then your Arc isn't dependant on its switch being in one piece
  5750.     to be able to communicate.  Would require the use of a "virtual"
  5751.     interface that participated in the bridging code as well...similar
  5752.     in some ways to the internal interface that is available for use
  5753.     with OSPF now.  Basically, assign the IP address for the Arc to the
  5754.     virtual interface, the Arc sends packets to the virtual interface,
  5755.     when then goes into the bridging code to decide which physical
  5756.     interface its sent out.  This is very similar to Cisco's
  5757.     bridge-groups with their integrated routing and bridging for those
  5758.     of you who are familiar with that.
  5759.  
  5760. 2)  Support for a "packet bus interface".  This one sounds bizarre...but
  5761. if you think about it for a bit it starts to make sense...if you have
  5762. multiple Arc's in a chassis...why make them communicate out their NIC's
  5763. onto an external network to talk to each other?  Some benefits for
  5764. this...
  5765.  
  5766.     With the first feature....you could have two Arcs, both running
  5767.     briding code as well...each with a single ethernet+4t1 NIC and
  5768.     support 8 frame-relay t1's, and still retain the dual-exit
  5769.     capability described above with briding or routing over the packet
  5770.     bus.  You could also theoretically have an Arc handling modems that
  5771.     has no NIC at all!  Modem interfaces come in over the packet bus,
  5772.     and that same data is then shipped back out over the packet bus
  5773.     interface to another Arc with NIC card.  This method could also be
  5774.     used as a failover scenario if a NIC card failed, or a cable failed,
  5775.     or a switch failed...you get the idea.
  5776.  
  5777. 3)  A larger variety of NIC interfaces.  Particularly combined with the
  5778. packet bus interface, this frees you up to have a much greater variety
  5779. of NIC types...the Arc can then use the packet bus interface to get out
  5780. to the ethernet network (via another Arc most likely...either bridged or
  5781. routed), and allowing...oh....8 t1 NICs, or maybe a t3 nic, a
  5782. channelized t3 nic would be really sweet...the sky is the limit here
  5783. once you get the arcs using the packet bus as their ethernet
  5784. interface...
  5785.  
  5786. 4)  Similar to 3...the DSP cards have a crap-load of processing power in
  5787. them...could they be used for something more than just modems?  It
  5788. seems...if you look at it in the abstract...that the DSP cards are
  5789. essentially interface extensions for the Arcs...let's take that
  5790. farther....this would mean basically totally revamping the code for the
  5791. DSP's for the new uses, or perhaps coming out with new code that's more
  5792. generalized.  Then, with the possibility of new NICs for the DSP's you
  5793. could, again, extend the interface possibilities for the Arcs.
  5794.  
  5795. 5)  One that has bugged me for quite some time...PPP support on WAN
  5796. ports.  I really don't particularly liked being restricted to
  5797. frame-relay encapsulation only...I can deal with it...but it'd be nice
  5798. to have the option of PPP encap as well.  Many low end t1 routers don't
  5799. have frame-relay encap support, and it would be nice to be able to
  5800. interoperate with them.
  5801.  
  5802.  
  5803. In more abstract terms...I've been told by several 3Com folks that they
  5804. see the Pilgrim/Hiper Arc code as more full routing code rather than
  5805. just code for an Access Server.  My understanding is that 3Com is moving
  5806. *all* of their routing products to eventually use the Pilgrim based
  5807. code.
  5808.  
  5809. With that thought in mind though...3Com seems (from a customer's
  5810. perspective) to still think of the HiPer Arc, specifically, as an access
  5811. server alone.  I think the HiPer Arc and the Total Control platform as a
  5812. whole could become a quite capable router chassis product as a whole.
  5813. Personally speaking...I'd like to see that.  In a similar vein...3Com
  5814. seems to think of the DSP cards as big powerful modem cards...and while
  5815. that's certainly a good use for them...let's break that paradigm (oh
  5816. man...a marketing cliche'...my apologies) and see them for more than
  5817. that...what they really are...a crapload of processing power on a card
  5818. that could theoretically, to the best of my knowledge, run just about
  5819. any arbitrary code with just about any arbitrary type of interface on
  5820. the NIC.  That's a *very* powerful thought IMO.
  5821.  
  5822. Executive summary (I know, this should be at the top)...if you think of
  5823. the Total Control platform basically as a distributed processing router
  5824. platform...lot's of possibilities are opened up going forward.  The
  5825. current code on there is getting to be pretty good and solid...but its
  5826. designed and written for a single specific function...limiting the
  5827. places where the TC platform could be used.  This largely comes down to
  5828. be a business decision from 3Com (Lord help us there), but if they
  5829. decide that they don't want to limit the TC platform to being *only* an
  5830. access server (and personally, I think the distinction between access
  5831. server and router is a pretty thin line), then they need to start
  5832. thinking of the Arc as a router, not just an access server, and the
  5833. DSP's as generic interface cards, not modem/t1/pri cards.
  5834.  
  5835. These thoughts are probably not articulated very well...they're just
  5836. thoughts that I've had in the back of my head for a while that I want to
  5837. get out to some other people to see what you all have to say about the
  5838. ideas.  I know some people wouldn't be interested in all at using some
  5839. of the features...but what I'm trying to get at here is the overall
  5840. direction for development of the Arcs/TC's, not specific feature
  5841. requests...although I have included some specific feature requests in my
  5842. message...try not to focus on those specifically...they are mostly there
  5843. as examples for the overall direction I was thinking of.  Some of these
  5844. thoughts have been expressed in the past to some people at 3Com, but I
  5845. don't think any one person has ever heard the totality of what I was
  5846. thinking of (not having had time to sit down with anyone for long enough
  5847. time to fully hash these thoughts out).
  5848.  
  5849. So...there it is...let's hear what you think.  :)
  5850. -- 
  5851. Jeff McAdams                            Email: jeffm@iglou.com
  5852. Head Network Administrator              Voice: (502) 966-3848
  5853. IgLou Internet Services                        (800) 436-4456
  5854.  
  5855. -
  5856.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  5857.  with "unsubscribe usr-tc" in the body of the message.
  5858.  For information on digests or retrieving files and old messages send
  5859.  "help" to the same address.  Do not use quotes in your message.
  5860.  
  5861.  
  5862. -------------------------------------------------------------------------------
  5863.  
  5864. From: Scott Trautman <scottt@corp.gdinet.com>
  5865. Subject: (usr-tc) HiperARC Console yes/no
  5866. Date: 10 Sep 1999 09:48:10 -0500
  5867.  
  5868. HiPer>> list chassis
  5869. Slot    Owner        Description                      Ports   Type
  5870. Console
  5871. 1       YES          --EMPTY--                        0       STATIC  NO  
  5872. 2       YES          --EMPTY--                        0       STATIC  NO  
  5873. 3       YES          --EMPTY--                        0       STATIC  NO  
  5874. 4       YES          --EMPTY--                        0       STATIC  NO  
  5875. 5       YES          --EMPTY--                        0       STATIC  NO  
  5876. 6       YES          --EMPTY--                        0       STATIC  NO  
  5877. 7       YES          --EMPTY--                        0       STATIC  NO  
  5878. 8       YES          --EMPTY--                        0       STATIC  NO  
  5879. 9       YES          --EMPTY--                        0       STATIC  NO  
  5880. 10      YES          --EMPTY--                        0       STATIC  NO  
  5881. 11      YES          --EMPTY--                        0       STATIC  NO  
  5882. 12      YES          24 Channel High Density Modem    24      DYNAMIC YES 
  5883. 13      YES          24 Channel High Density Modem    24      DYNAMIC NO  
  5884. 14      YES          24 Channel High Density Modem    24      DYNAMIC YES 
  5885. 15      YES          24 Channel High Density Modem    24      DYNAMIC NO  
  5886.  
  5887. #13, 15 weren't setup any different than #12, 14; it's all working just
  5888. fine, I'm just curious why Console is "NO" on 13,15. And how does one use
  5889. this "console" ability anyway???
  5890.  
  5891. SMT
  5892.  
  5893.  
  5894. Scott Trautman           608-240-4638,4637fax
  5895. Global Dialog Internet   www.gdinet.com
  5896. 2810 Crossroads, STE LL2
  5897. Madison WI 53718 
  5898.  
  5899.  
  5900.  
  5901. -
  5902.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  5903.  with "unsubscribe usr-tc" in the body of the message.
  5904.  For information on digests or retrieving files and old messages send
  5905.  "help" to the same address.  Do not use quotes in your message.
  5906.  
  5907.  
  5908. -------------------------------------------------------------------------------
  5909.  
  5910. From: Horace Demmink <horace@pathwaynet.com>
  5911. Subject: RE: (usr-tc) NOTICE - HiPerARC v4.2.32-1 (posting complete)
  5912. Date: 10 Sep 1999 10:57:25 -0400 (EDT)
  5913.  
  5914. On Thu, 9 Sep 1999, Mike Wronski wrote:
  5915.  
  5916. > |Requiring service contracts to get fixes for well-known, easy to implement
  5917. > |exploits is certainlly a way to sell service contracts.
  5918. > This release is not intended as the fix for the security issues. It replaces
  5919. > 4.2.29, which is a feature enhancement. It does however have the security issues
  5920. > resolved.
  5921. > There will be a 4.1.x service release for the security issues and other resolved
  5922. > bugs shortly. This service release will be made available to everyone for 90
  5923. > days, as was the previous service release.
  5924.  
  5925. Will there be a 4.2.x service release to solve these issues that will be
  5926. made available to everyone?
  5927.  
  5928. -- 
  5929. Horace Demmink
  5930. PathWay Computing
  5931.  
  5932.  
  5933. -
  5934.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  5935.  with "unsubscribe usr-tc" in the body of the message.
  5936.  For information on digests or retrieving files and old messages send
  5937.  "help" to the same address.  Do not use quotes in your message.
  5938.  
  5939.  
  5940. -------------------------------------------------------------------------------
  5941.  
  5942. From: "Mike Wronski" <mike@coredump.ae.usr.com>
  5943. Subject: RE: (usr-tc) NOTICE - HiPerARC v4.2.32-1 (posting complete)
  5944. Date: 10 Sep 1999 10:10:42 -0500
  5945.  
  5946.  
  5947.  
  5948. |-----Original Message-----
  5949. |From: owner-usr-tc@lists.xmission.com
  5950. |[mailto:owner-usr-tc@lists.xmission.com]On Behalf Of Horace Demmink
  5951. |Sent: Friday, September 10, 1999 9:57 AM
  5952. |To: usr-tc@lists.xmission.com
  5953. |Subject: RE: (usr-tc) NOTICE - HiPerARC v4.2.32-1 (posting complete)
  5954. |
  5955. |
  5956. |On Thu, 9 Sep 1999, Mike Wronski wrote:
  5957. |
  5958. |> |Requiring service contracts to get fixes for well-known, easy to implement
  5959. |> |exploits is certainlly a way to sell service contracts.
  5960. |> 
  5961. |> This release is not intended as the fix for the security issues. It replaces
  5962. |> 4.2.29, which is a feature enhancement. It does however have the 
  5963. |security issues
  5964. |> resolved.
  5965. |> 
  5966. |> There will be a 4.1.x service release for the security issues and 
  5967. |other resolved
  5968. |> bugs shortly. This service release will be made available to everyone for 90
  5969. |> days, as was the previous service release.
  5970. |> 
  5971. |
  5972. |Will there be a 4.2.x service release to solve these issues that will be
  5973. |made available to everyone?
  5974.  
  5975. What issues? The 4.2.32-1 does resolve the security issues. (As stated above)
  5976.  
  5977. -M
  5978.  
  5979.  
  5980. -
  5981.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  5982.  with "unsubscribe usr-tc" in the body of the message.
  5983.  For information on digests or retrieving files and old messages send
  5984.  "help" to the same address.  Do not use quotes in your message.
  5985.  
  5986.  
  5987. -------------------------------------------------------------------------------
  5988.  
  5989. From: "Brett Murphy" <me@murf.net>
  5990. Subject: Re: (usr-tc) HiPer Arc improvement thoughts...
  5991. Date: 11 Sep 1999 01:44:33 +1000
  5992.  
  5993.  
  5994.  
  5995. >4)  Similar to 3...the DSP cards have a crap-load of processing power in
  5996. >them...could they be used for something more than just modems?  It
  5997. >seems...if you look at it in the abstract...that the DSP cards are
  5998. >essentially interface extensions for the Arcs...let's take that
  5999. >farther....this would mean basically totally revamping the code for the
  6000. >DSP's for the new uses, or perhaps coming out with new code that's more
  6001. >generalized.
  6002.  
  6003. seti@home !!!!!!!!
  6004.  
  6005.  
  6006. All the best,
  6007. Brett Murphy
  6008. Technical Manager, Alphalink (Australia) PTY LTD
  6009. ph: +61 3 9486-8844  fax: +61 3 9486-6822
  6010. email: me@murf.net
  6011.  
  6012. The contents of this email message may not be quoted,
  6013. copied, reproduced or published in part or in whole,
  6014. without the written authorization of Brett Murphy,
  6015. Director, Alphalink (Australia) Pty Ltd.
  6016.  
  6017.  
  6018.  
  6019. -
  6020.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  6021.  with "unsubscribe usr-tc" in the body of the message.
  6022.  For information on digests or retrieving files and old messages send
  6023.  "help" to the same address.  Do not use quotes in your message.
  6024.  
  6025.  
  6026. -------------------------------------------------------------------------------
  6027.  
  6028. From: Mike Andrews <mandrews@bit0.com>
  6029. Subject: RE: (usr-tc) NOTICE - HiPerARC v4.2.32-1 (posting complete)
  6030. Date: 10 Sep 1999 12:11:48 -0400 (EDT)
  6031.  
  6032. On Fri, 10 Sep 1999, Mike Wronski wrote:
  6033.  
  6034. > What issues? The 4.2.32-1 does resolve the security issues. (As stated above)
  6035.  
  6036. It doesn't, however, seem to fix the serious problem with route
  6037. aggregation I mentioned here twice. :(
  6038.  
  6039. (quick summary: if ARC eth:1 is 10.1.1.0/25, and another router sends
  6040. 10.1.1.0/23 via OSPF, it puts the /23 route in the routing table instead
  6041. of the /25, and marks it 'local' instead of 'ospf'.  Right route, wrong
  6042. mask.)
  6043.  
  6044.  
  6045. Mike Andrews (MA12) -=-=-  VP & Sysadmin, Digital Crescent, Frankfort KY
  6046. mandrews@dcr.net  -=--=-  mandrews@bit0.com  -=--=-  http://www.bit0.com
  6047. "If you're not part of the solution.... you're part of the precipitate."
  6048.  
  6049.  
  6050. -
  6051.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  6052.  with "unsubscribe usr-tc" in the body of the message.
  6053.  For information on digests or retrieving files and old messages send
  6054.  "help" to the same address.  Do not use quotes in your message.
  6055.  
  6056.  
  6057. -------------------------------------------------------------------------------
  6058.  
  6059. From: "Stainforth, Matthew" <MatthewS@staff.brunnet.net>
  6060. Subject: RE: (usr-tc) HiperARC Console yes/no
  6061. Date: 10 Sep 1999 13:24:40 -0300
  6062.  
  6063.  
  6064. You can set up a reverse telnet type service through the arc using these
  6065. console interfaces so that you can telnet to the DSP consoles.
  6066.  
  6067. On Friday, September 10, 1999 11:48 AM, Scott Trautman
  6068. [SMTP:scottt@corp.gdinet.com] wrote:
  6069. > HiPer>> list chassis
  6070. > Slot    Owner        Description                      Ports   Type
  6071. > Console
  6072. > 1       YES          --EMPTY--                        0       STATIC  NO  
  6073. > 2       YES          --EMPTY--                        0       STATIC  NO  
  6074. > 3       YES          --EMPTY--                        0       STATIC  NO  
  6075. > 4       YES          --EMPTY--                        0       STATIC  NO  
  6076. > 5       YES          --EMPTY--                        0       STATIC  NO  
  6077. > 6       YES          --EMPTY--                        0       STATIC  NO  
  6078. > 7       YES          --EMPTY--                        0       STATIC  NO  
  6079. > 8       YES          --EMPTY--                        0       STATIC  NO  
  6080. > 9       YES          --EMPTY--                        0       STATIC  NO  
  6081. > 10      YES          --EMPTY--                        0       STATIC  NO  
  6082. > 11      YES          --EMPTY--                        0       STATIC  NO  
  6083. > 12      YES          24 Channel High Density Modem    24      DYNAMIC YES 
  6084. > 13      YES          24 Channel High Density Modem    24      DYNAMIC NO  
  6085. > 14      YES          24 Channel High Density Modem    24      DYNAMIC YES 
  6086. > 15      YES          24 Channel High Density Modem    24      DYNAMIC NO  
  6087. >  
  6088. > #13, 15 weren't setup any different than #12, 14; it's all working just
  6089. > fine, I'm just curious why Console is "NO" on 13,15. And how does one use
  6090. > this "console" ability anyway???
  6091. >  
  6092. > SMT
  6093. >  
  6094. > Scott Trautman           608-240-4638,4637fax
  6095. > Global Dialog Internet   www.gdinet.com
  6096. > 2810 Crossroads, STE LL2
  6097. > Madison WI 53718 
  6098. >  
  6099. > -
  6100. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  6101. >  with "unsubscribe usr-tc" in the body of the message.
  6102. >  For information on digests or retrieving files and old messages send
  6103. >  "help" to the same address.  Do not use quotes in your message.
  6104.  
  6105.  
  6106.  
  6107. -
  6108.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  6109.  with "unsubscribe usr-tc" in the body of the message.
  6110.  For information on digests or retrieving files and old messages send
  6111.  "help" to the same address.  Do not use quotes in your message.
  6112.  
  6113.  
  6114. -------------------------------------------------------------------------------
  6115.  
  6116. From: Jeff Mcadams <jeffm@iglou.com>
  6117. Subject: Re: (usr-tc) HiPer Arc improvement thoughts...
  6118. Date: 10 Sep 1999 12:43:18 -0400
  6119.  
  6120. Thus spake Brett Murphy
  6121. >>4)  Similar to 3...the DSP cards have a crap-load of processing power in
  6122. >>them...could they be used for something more than just modems?  It
  6123. >>seems...if you look at it in the abstract...that the DSP cards are
  6124. >>essentially interface extensions for the Arcs...let's take that
  6125. >>farther....this would mean basically totally revamping the code for the
  6126. >>DSP's for the new uses, or perhaps coming out with new code that's more
  6127. >>generalized.
  6128.  
  6129. >seti@home !!!!!!!!
  6130.  
  6131. Heh...well...really wasn't thinking along those lines, but it could
  6132. really add to your work-unit totals if you did that though.  :)
  6133. -- 
  6134. Jeff McAdams                            Email: jeffm@iglou.com
  6135. Head Network Administrator              Voice: (502) 966-3848
  6136. IgLou Internet Services                        (800) 436-4456
  6137.  
  6138. -
  6139.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  6140.  with "unsubscribe usr-tc" in the body of the message.
  6141.  For information on digests or retrieving files and old messages send
  6142.  "help" to the same address.  Do not use quotes in your message.
  6143.  
  6144.  
  6145. -------------------------------------------------------------------------------
  6146.  
  6147. From: "Todd Keister" <Todd_Keister@mw.3com.com>
  6148. Subject: Re: (usr-tc) Static IPs with large dialin pools
  6149. Date: 10 Sep 1999 14:51:01 -0500
  6150.  
  6151.  
  6152.  
  6153.  
  6154.  
  6155.      Chris:
  6156.  
  6157.      An easy way to accomplish what Brian has suggested would be to set your
  6158. routing protocol:
  6159.  
  6160.  
  6161.      set ip network [network name] routing_protocol [NONE-default, ripv1, or
  6162. ripv2]
  6163.      enable ip rip
  6164.      enable ip proxy_arp_all_dialin
  6165.      save all
  6166.  
  6167.  
  6168.      Ripv2 is recommended since it will allow for split horizon and poison
  6169. reverse (more efficient routing).    After a protocol is set, you will still
  6170. need to enable rip.  You will also need to enable proxy arp.  This will allow
  6171. the Hiper Arc can act as a proxy agent, and inform the router about the ip
  6172. addresses of clients that have been given addresses.  The Harc will then accept
  6173. these return packets from your router, and send them to the correct client.
  6174.  
  6175.      Hope this helps.
  6176.  
  6177.  
  6178.  
  6179.      Todd ;-}
  6180.  
  6181.  
  6182.  
  6183.  
  6184.  
  6185.  
  6186.  
  6187. Brian <signal@shreve.net> on 09/09/99 03:16:08 PM
  6188.  
  6189. Please respond to usr-tc@lists.xmission.com
  6190.  
  6191. Sent by:  Brian <signal@shreve.net>
  6192.  
  6193.  
  6194. cc:    (Todd Keister/MW/US/3Com)
  6195.  
  6196.  
  6197.  
  6198.  
  6199. On Thu, 9 Sep 1999, Christopher Arlis Hanes wrote:
  6200.  
  6201. >
  6202. > How does one handle static IPs when the pools used by a particular
  6203. > dialin number span multiple class Cs?  (i.e. a user dialing in has the
  6204. > possibility of of dialing into a box whose router card is not on the
  6205. > same network as the user's static IP.)
  6206.  
  6207. Static IP's do not have to be on the same "network" as their gateways.
  6208.  
  6209. In other words, if you had a router that was 192.168.1.1, and a hiper ARC
  6210. that was 192.168.5.1 and a static IP that was 208.242.79.4, that is
  6211. perfectly fine.
  6212.  
  6213. What *matters* is that you have established proper routing on your
  6214. network.  *generally*  interface ip's for terminal servers and routing
  6215. devices with ethernet interfaces are statically routed, perhaps you route
  6216. a /28 or /27 to your ethernet for use by your terminal servers (arcs,
  6217. netservers, etc).  Dynamic IP pools are setup on these devices, and
  6218. aggregates for these pools can be announced via ripv2 (or ospf on the
  6219. newer arc code).
  6220.  
  6221. Static IP's are also announced via ripv2 (or ospf).........so long as you
  6222. have your interior routing protocol setup correctly, this is not a
  6223. problem.
  6224.  
  6225.  
  6226. >
  6227. > Thanks,
  6228. > Chris Hanes
  6229. >
  6230. >
  6231. > -
  6232. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  6233. >  with "unsubscribe usr-tc" in the body of the message.
  6234. >  For information on digests or retrieving files and old messages send
  6235. >  "help" to the same address.  Do not use quotes in your message.
  6236. >
  6237.  
  6238. Brian Feeny (BF304)     signal@shreve.net
  6239. 318-222-2638 x 109  http://www.shreve.net/~signal
  6240. Network Administrator   ShreveNet Inc. (ASN 11881)
  6241.  
  6242.  
  6243. -
  6244.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  6245.  with "unsubscribe usr-tc" in the body of the message.
  6246.  For information on digests or retrieving files and old messages send
  6247.  "help" to the same address.  Do not use quotes in your message.
  6248.  
  6249.  
  6250.  
  6251.  
  6252.  
  6253.  
  6254. -
  6255.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  6256.  with "unsubscribe usr-tc" in the body of the message.
  6257.  For information on digests or retrieving files and old messages send
  6258.  "help" to the same address.  Do not use quotes in your message.
  6259.  
  6260.  
  6261. -------------------------------------------------------------------------------
  6262.  
  6263. From: Steve Rivera <sales@wrca.net>
  6264. Subject: Re: (usr-tc) Need Some Quad Modems
  6265. Date: 10 Sep 1999 15:48:24 -0400
  6266.  
  6267. would you be interested in trading 12 analog/digitals of yours, for
  6268. 12 digital modems of mine? No nics just the nacs.
  6269.  
  6270. Let me know.
  6271.  
  6272. At 01:57 PM 09/03/1999 -0700, you wrote:
  6273. >I have about 25 in stock... about 8 NICS . These are the V.34
  6274. >analog/Digital.
  6275. >We have been selling them at $175 each with a 90 day warranty
  6276. >
  6277. >We take all credit cards,
  6278. >
  6279. >Best Regards,
  6280. >Andrew Shlensky
  6281. >****************************
  6282. >PC Global, Inc.
  6283. >(602) 438-6200 office (NEW TEL NUMBER!)
  6284. >(602) 438-1119 fax
  6285. >(305) 216-8638 mobile
  6286. >New!e-mail my mobile http://www.nextel.com/paging
  6287. >URL:     http://www.pcglobal.net
  6288. >E-MAIL: andrew@pcglobal.net
  6289. >ICQ:       21219089
  6290. >Computer Service Parts SpEciaLiSts!
  6291. >Leader in New/Used PCs,Laptops
  6292. >Communication & Networking,Monitors
  6293. >Printers, Hard Drives, Midrange/Mainframe.
  6294. >Hard to Get Parts.  We buy and sell all
  6295. >types of  GEAR-
  6296. >****************************
  6297. >----- Original Message -----
  6298. >From: Greg Coffey <gcoffey@vcn.com>
  6299. >To: <usr-tc@lists.xmission.com>
  6300. >Sent: Friday, September 03, 1999 1:45 PM
  6301. >Subject: (usr-tc) Need Some Quad Modems
  6302. >
  6303. >
  6304. >I'm in the market for some digital quads.  Email me if you have some to
  6305. >sell.  I could use 1-2 dozen of them.
  6306. >
  6307. >
  6308. >
  6309. >Thanks, Greg Coffey <gcoffey@vcn.com>
  6310. >Visionary Communications V 307-234-5443 F 307-234-5446
  6311. >
  6312. >
  6313. >-
  6314. > To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  6315. > with "unsubscribe usr-tc" in the body of the message.
  6316. > For information on digests or retrieving files and old messages send
  6317. > "help" to the same address.  Do not use quotes in your message.
  6318. >
  6319. >
  6320. >
  6321. >-
  6322. > To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  6323. > with "unsubscribe usr-tc" in the body of the message.
  6324. > For information on digests or retrieving files and old messages send
  6325. > "help" to the same address.  Do not use quotes in your message.
  6326. >
  6327.  
  6328. -
  6329.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  6330.  with "unsubscribe usr-tc" in the body of the message.
  6331.  For information on digests or retrieving files and old messages send
  6332.  "help" to the same address.  Do not use quotes in your message.
  6333.  
  6334.  
  6335. -------------------------------------------------------------------------------
  6336.  
  6337. From: "Andrew:PC Global, Inc." <andrew@pcglobal.net>
  6338. Subject: Re: (usr-tc) Need Some Quad Modems
  6339. Date: 10 Sep 1999 13:01:59 -0700
  6340.  
  6341. Steve,
  6342.  
  6343. Honestly, we get more requests for the an/dig than the digitals so I cant do
  6344. it.
  6345.  
  6346. we are selling the analog/digitals for $150 each currently.
  6347.  
  6348. Thanks Steve,
  6349. Andrew Shlensky
  6350. ****************************
  6351. PC Global, Inc.
  6352. (602) 438-6200 office (NEW TEL NUMBER!)
  6353. (602) 438-1119 fax
  6354. (305) 216-8638 mobile
  6355. New!e-mail my mobile http://www.nextel.com/paging
  6356. URL:     http://www.pcglobal.net
  6357. E-MAIL: andrew@pcglobal.net
  6358. ICQ:       21219089
  6359. Computer Service Parts SpEciaLiSts!
  6360. Leader in New/Used PCs,Laptops
  6361. Communication & Networking,Monitors
  6362. Printers, Hard Drives, Midrange/Mainframe.
  6363. Hard to Get Parts.  We buy and sell all
  6364. types of  GEAR-
  6365. ****************************
  6366. ----- Original Message -----
  6367. Sent: Friday, September 10, 1999 12:48 PM
  6368.  
  6369.  
  6370. would you be interested in trading 12 analog/digitals of yours, for
  6371. 12 digital modems of mine? No nics just the nacs.
  6372.  
  6373. Let me know.
  6374.  
  6375. At 01:57 PM 09/03/1999 -0700, you wrote:
  6376. >I have about 25 in stock... about 8 NICS . These are the V.34
  6377. >analog/Digital.
  6378. >We have been selling them at $175 each with a 90 day warranty
  6379. >
  6380. >We take all credit cards,
  6381. >
  6382. >Best Regards,
  6383. >Andrew Shlensky
  6384. >****************************
  6385. >PC Global, Inc.
  6386. >(602) 438-6200 office (NEW TEL NUMBER!)
  6387. >(602) 438-1119 fax
  6388. >(305) 216-8638 mobile
  6389. >New!e-mail my mobile http://www.nextel.com/paging
  6390. >URL:     http://www.pcglobal.net
  6391. >E-MAIL: andrew@pcglobal.net
  6392. >ICQ:       21219089
  6393. >Computer Service Parts SpEciaLiSts!
  6394. >Leader in New/Used PCs,Laptops
  6395. >Communication & Networking,Monitors
  6396. >Printers, Hard Drives, Midrange/Mainframe.
  6397. >Hard to Get Parts.  We buy and sell all
  6398. >types of  GEAR-
  6399. >****************************
  6400. >----- Original Message -----
  6401. >From: Greg Coffey <gcoffey@vcn.com>
  6402. >To: <usr-tc@lists.xmission.com>
  6403. >Sent: Friday, September 03, 1999 1:45 PM
  6404. >Subject: (usr-tc) Need Some Quad Modems
  6405. >
  6406. >
  6407. >I'm in the market for some digital quads.  Email me if you have some to
  6408. >sell.  I could use 1-2 dozen of them.
  6409. >
  6410. >
  6411. >
  6412. >Thanks, Greg Coffey <gcoffey@vcn.com>
  6413. >Visionary Communications V 307-234-5443 F 307-234-5446
  6414. >
  6415. >
  6416. >-
  6417. > To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  6418. > with "unsubscribe usr-tc" in the body of the message.
  6419. > For information on digests or retrieving files and old messages send
  6420. > "help" to the same address.  Do not use quotes in your message.
  6421. >
  6422. >
  6423. >
  6424. >-
  6425. > To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  6426. > with "unsubscribe usr-tc" in the body of the message.
  6427. > For information on digests or retrieving files and old messages send
  6428. > "help" to the same address.  Do not use quotes in your message.
  6429. >
  6430.  
  6431. -
  6432.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  6433.  with "unsubscribe usr-tc" in the body of the message.
  6434.  For information on digests or retrieving files and old messages send
  6435.  "help" to the same address.  Do not use quotes in your message.
  6436.  
  6437.  
  6438.  
  6439. -
  6440.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  6441.  with "unsubscribe usr-tc" in the body of the message.
  6442.  For information on digests or retrieving files and old messages send
  6443.  "help" to the same address.  Do not use quotes in your message.
  6444.  
  6445.  
  6446. -------------------------------------------------------------------------------
  6447.  
  6448. From: "Andrew:PC Global, Inc." <andrew@pcglobal.net>
  6449. Subject: Sorry (usr-tc) Need Some Quad Modems
  6450. Date: 10 Sep 1999 13:09:11 -0700
  6451.  
  6452. sorry about the post.. hit reply accidentially
  6453.  
  6454. Have a good weekend USR-TC members!
  6455. Andrew Shlensky
  6456. ****************************
  6457. PC Global, Inc.
  6458. (602) 438-6200 office (NEW TEL NUMBER!)
  6459. (602) 438-1119 fax
  6460. (305) 216-8638 mobile
  6461. New!e-mail my mobile http://www.nextel.com/paging
  6462. URL:     http://www.pcglobal.net
  6463. E-MAIL: andrew@pcglobal.net
  6464. ICQ:       21219089
  6465. Computer Service Parts SpEciaLiSts!
  6466. Leader in New/Used PCs,Laptops
  6467. Communication & Networking,Monitors
  6468. Printers, Hard Drives, Midrange/Mainframe.
  6469. Hard to Get Parts.  We buy and sell all
  6470. types of  GEAR-
  6471. ****************************
  6472. ----- Original Message -----
  6473. Sent: Friday, September 10, 1999 1:01 PM
  6474.  
  6475.  
  6476. Steve,
  6477.  
  6478. Honestly, we get more requests for the an/dig than the digitals so I cant do
  6479. it.
  6480.  
  6481. we are selling the analog/digitals for $150 each currently.
  6482.  
  6483. Thanks Steve,
  6484. Andrew Shlensky
  6485. ****************************
  6486. PC Global, Inc.
  6487. (602) 438-6200 office (NEW TEL NUMBER!)
  6488. (602) 438-1119 fax
  6489. (305) 216-8638 mobile
  6490. New!e-mail my mobile http://www.nextel.com/paging
  6491. URL:     http://www.pcglobal.net
  6492. E-MAIL: andrew@pcglobal.net
  6493. ICQ:       21219089
  6494. Computer Service Parts SpEciaLiSts!
  6495. Leader in New/Used PCs,Laptops
  6496. Communication & Networking,Monitors
  6497. Printers, Hard Drives, Midrange/Mainframe.
  6498. Hard to Get Parts.  We buy and sell all
  6499. types of  GEAR-
  6500. ****************************
  6501. ----- Original Message -----
  6502. Sent: Friday, September 10, 1999 12:48 PM
  6503.  
  6504.  
  6505. would you be interested in trading 12 analog/digitals of yours, for
  6506. 12 digital modems of mine? No nics just the nacs.
  6507.  
  6508. Let me know.
  6509.  
  6510. At 01:57 PM 09/03/1999 -0700, you wrote:
  6511. >I have about 25 in stock... about 8 NICS . These are the V.34
  6512. >analog/Digital.
  6513. >We have been selling them at $175 each with a 90 day warranty
  6514. >
  6515. >We take all credit cards,
  6516. >
  6517. >Best Regards,
  6518. >Andrew Shlensky
  6519. >****************************
  6520. >PC Global, Inc.
  6521. >(602) 438-6200 office (NEW TEL NUMBER!)
  6522. >(602) 438-1119 fax
  6523. >(305) 216-8638 mobile
  6524. >New!e-mail my mobile http://www.nextel.com/paging
  6525. >URL:     http://www.pcglobal.net
  6526. >E-MAIL: andrew@pcglobal.net
  6527. >ICQ:       21219089
  6528. >Computer Service Parts SpEciaLiSts!
  6529. >Leader in New/Used PCs,Laptops
  6530. >Communication & Networking,Monitors
  6531. >Printers, Hard Drives, Midrange/Mainframe.
  6532. >Hard to Get Parts.  We buy and sell all
  6533. >types of  GEAR-
  6534. >****************************
  6535. >----- Original Message -----
  6536. >From: Greg Coffey <gcoffey@vcn.com>
  6537. >To: <usr-tc@lists.xmission.com>
  6538. >Sent: Friday, September 03, 1999 1:45 PM
  6539. >Subject: (usr-tc) Need Some Quad Modems
  6540. >
  6541. >
  6542. >I'm in the market for some digital quads.  Email me if you have some to
  6543. >sell.  I could use 1-2 dozen of them.
  6544. >
  6545. >
  6546. >
  6547. >Thanks, Greg Coffey <gcoffey@vcn.com>
  6548. >Visionary Communications V 307-234-5443 F 307-234-5446
  6549. >
  6550. >
  6551. >-
  6552. > To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  6553. > with "unsubscribe usr-tc" in the body of the message.
  6554. > For information on digests or retrieving files and old messages send
  6555. > "help" to the same address.  Do not use quotes in your message.
  6556. >
  6557. >
  6558. >
  6559. >-
  6560. > To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  6561. > with "unsubscribe usr-tc" in the body of the message.
  6562. > For information on digests or retrieving files and old messages send
  6563. > "help" to the same address.  Do not use quotes in your message.
  6564. >
  6565.  
  6566. -
  6567.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  6568.  with "unsubscribe usr-tc" in the body of the message.
  6569.  For information on digests or retrieving files and old messages send
  6570.  "help" to the same address.  Do not use quotes in your message.
  6571.  
  6572.  
  6573.  
  6574. -
  6575.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  6576.  with "unsubscribe usr-tc" in the body of the message.
  6577.  For information on digests or retrieving files and old messages send
  6578.  "help" to the same address.  Do not use quotes in your message.
  6579.  
  6580.  
  6581.  
  6582. -
  6583.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  6584.  with "unsubscribe usr-tc" in the body of the message.
  6585.  For information on digests or retrieving files and old messages send
  6586.  "help" to the same address.  Do not use quotes in your message.
  6587.  
  6588.  
  6589. -------------------------------------------------------------------------------
  6590.  
  6591. From: Horace Demmink <horace@pathwaynet.com>
  6592. Subject: RE: (usr-tc) NOTICE - HiPerARC v4.2.32-1 (posting complete)
  6593. Date: 10 Sep 1999 16:31:21 -0400 (EDT)
  6594.  
  6595. On Fri, 10 Sep 1999, Mike Wronski wrote:
  6596.  
  6597. > |> There will be a 4.1.x service release for the security issues and 
  6598. > |other resolved
  6599. > |> bugs shortly. This service release will be made available to everyone for 90
  6600. > |> days, as was the previous service release.
  6601. > |> 
  6602. > |
  6603. > |Will there be a 4.2.x service release to solve these issues that will be
  6604. > |made available to everyone?
  6605. > What issues? The 4.2.32-1 does resolve the security issues. (As stated above)
  6606.  
  6607. Yes, but it is not publicly available. For example, my service contract
  6608. recently expired, leaving me with the 4.2.29 version. I need OSPF, but
  6609. also would like the critical bugs fixed. I guess it is a moot point as I
  6610. just registered another chassis. But what are you supposed to do if you do 
  6611. not feel like cheating the system and are in the same boat?
  6612.  
  6613. -- 
  6614. Horace Demmink
  6615. PathWay Computing
  6616.  
  6617.  
  6618. -
  6619.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  6620.  with "unsubscribe usr-tc" in the body of the message.
  6621.  For information on digests or retrieving files and old messages send
  6622.  "help" to the same address.  Do not use quotes in your message.
  6623.  
  6624.  
  6625. -------------------------------------------------------------------------------
  6626.  
  6627. From: D Mayer <dmayer@netwalk.com>
  6628. Subject: (usr-tc) Farewell!
  6629. Date: 10 Sep 1999 19:51:21 -0400
  6630.  
  6631. I've been on this list for close to two years, but now I'm leaving the
  6632. consumer level ISP biz to work in the R&D division at UUNET!  I just wanted
  6633. to thank everbody who ever responded to my questions, and wish you all the
  6634. best of luck with your TC systems.  This list has been 100 times better
  6635. support than 3Com could ever give.
  6636.  
  6637. Thanks!
  6638. Peter D. Mayer
  6639. NetWalk System Administrator
  6640. dmayer@netwalk.com 
  6641.  
  6642. -
  6643.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  6644.  with "unsubscribe usr-tc" in the body of the message.
  6645.  For information on digests or retrieving files and old messages send
  6646.  "help" to the same address.  Do not use quotes in your message.
  6647.  
  6648.  
  6649. -------------------------------------------------------------------------------
  6650.  
  6651. From: "Bob Purdon (Lists)" <lists@aussie.nu>
  6652. Subject: RE: (usr-tc) preventing netserver crash
  6653. Date: 11 Sep 1999 09:58:45 +1000 (EST)
  6654.  
  6655.  
  6656. > Just because your chassis reboots, that doesn't necessarily mean it's
  6657. > a widespread problem.
  6658.  
  6659. May well be - there is a revision of the NETserver that hates ISDN -
  6660. reboots almost daily.  I *think* it's the release with the 'FC3' revision
  6661. IC on it.  From memory, 'FC2' runs fine...
  6662.  
  6663. Bob Purdon,                          Ground Floor, Marine Board Building
  6664. Technical Manager (Tas/Vic),                  1 Franklin Wharf, Tas 7000
  6665. Southern Internet Services.                            +61 (3) 6234 7444
  6666.  
  6667.  
  6668. -
  6669.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  6670.  with "unsubscribe usr-tc" in the body of the message.
  6671.  For information on digests or retrieving files and old messages send
  6672.  "help" to the same address.  Do not use quotes in your message.
  6673.  
  6674.  
  6675. -------------------------------------------------------------------------------
  6676.  
  6677. From: "T.J. Weber" <tjw-pop@ipmedia.net>
  6678. Subject: (usr-tc) PRI vs. C-T1
  6679. Date: 10 Sep 1999 19:01:40 -0500
  6680.  
  6681.  
  6682. We currently have several C-T1's and were wondering what the advantages
  6683. (disadvantages?) were for MX DID (Multi-Exchange, Direct Inbound
  6684. Dialing) lines were?  I know that a C-T1 can only support ISDN DOV
  6685. connections (vs. true 64k BRI connections), but what other features or
  6686. advantages does a PRI have over a C-T1?  The telco we are using has a
  6687. C5 switch for each exchange they provide to us and all calling features
  6688. should be enabled.
  6689.  
  6690. Thanks,
  6691. --t.j.
  6692.  
  6693. -
  6694.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  6695.  with "unsubscribe usr-tc" in the body of the message.
  6696.  For information on digests or retrieving files and old messages send
  6697.  "help" to the same address.  Do not use quotes in your message.
  6698.  
  6699.  
  6700. -------------------------------------------------------------------------------
  6701.  
  6702. From: Jeff Mcadams <jeffm@iglou.com>
  6703. Subject: Re: (usr-tc) preventing netserver crash
  6704. Date: 10 Sep 1999 20:37:02 -0400
  6705.  
  6706. Thus spake Bob Purdon (Lists)
  6707. >> Just because your chassis reboots, that doesn't necessarily mean it's
  6708. >> a widespread problem.
  6709.  
  6710. >May well be - there is a revision of the NETserver that hates ISDN -
  6711. >reboots almost daily.  I *think* it's the release with the 'FC3' revision
  6712. >IC on it.  From memory, 'FC2' runs fine...
  6713.  
  6714. Ah, yes...the infamous fc3 chip...didn't reboot the system...didn't even
  6715. lock it up...just froze the ethernet interface.  If you had console
  6716. access...or !root dialup access, you could still login and do stuff
  6717. locally...just couldn't do anything with the ethernet.
  6718. -- 
  6719. Jeff McAdams                            Email: jeffm@iglou.com
  6720. Head Network Administrator              Voice: (502) 966-3848
  6721. IgLou Internet Services                        (800) 436-4456
  6722.  
  6723. -
  6724.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  6725.  with "unsubscribe usr-tc" in the body of the message.
  6726.  For information on digests or retrieving files and old messages send
  6727.  "help" to the same address.  Do not use quotes in your message.
  6728.  
  6729.  
  6730. -------------------------------------------------------------------------------
  6731.  
  6732. From: "Bob Purdon (Lists)" <lists@aussie.nu>
  6733. Subject: Re: (usr-tc) preventing netserver crash
  6734. Date: 11 Sep 1999 10:48:42 +1000 (EST)
  6735.  
  6736.  
  6737. > Ah, yes...the infamous fc3 chip...didn't reboot the system...didn't
  6738. > even lock it up...just froze the ethernet interface.  If you had
  6739. > console access...or !root dialup access, you could still login and do
  6740. > stuff locally...just couldn't do anything with the ethernet.
  6741.  
  6742. Hmmm, ours rebooted.  When replaced with an FC2 based NETserver, the
  6743. reboots went away.  We don't do ISDN on these boxes these days anyway, so
  6744. it's a non-event, but still...
  6745.  
  6746. Bob Purdon,                          Ground Floor, Marine Board Building
  6747. Technical Manager (Tas/Vic),                  1 Franklin Wharf, Tas 7000
  6748. Southern Internet Services.                            +61 (3) 6234 7444
  6749.  
  6750.  
  6751. -
  6752.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  6753.  with "unsubscribe usr-tc" in the body of the message.
  6754.  For information on digests or retrieving files and old messages send
  6755.  "help" to the same address.  Do not use quotes in your message.
  6756.  
  6757.  
  6758. -------------------------------------------------------------------------------
  6759.  
  6760. From: Clayton Zekelman <clayton@MNSi.Net>
  6761. Subject: RE: (usr-tc) preventing netserver crash
  6762. Date: 11 Sep 1999 11:33:34 -0400
  6763.  
  6764. Exactly right.  All our FC3 rev IC Netservers rebooted, and the FC2's
  6765. didn't.  Sometimes you have to peel back the sticker to read the chip rev...
  6766.  
  6767.  
  6768. At 09:58 AM 9/11/99 +1000, you wrote:
  6769. >
  6770. >> Just because your chassis reboots, that doesn't necessarily mean it's
  6771. >> a widespread problem.
  6772. >
  6773. >May well be - there is a revision of the NETserver that hates ISDN -
  6774. >reboots almost daily.  I *think* it's the release with the 'FC3' revision
  6775. >IC on it.  From memory, 'FC2' runs fine...
  6776. >
  6777. >------------------------------------------------------------------------
  6778. >Bob Purdon,                          Ground Floor, Marine Board Building
  6779. >Technical Manager (Tas/Vic),                  1 Franklin Wharf, Tas 7000
  6780. >Southern Internet Services.                            +61 (3) 6234 7444
  6781. >
  6782. >
  6783. >-
  6784. > To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  6785. > with "unsubscribe usr-tc" in the body of the message.
  6786. > For information on digests or retrieving files and old messages send
  6787. > "help" to the same address.  Do not use quotes in your message.
  6788. ---
  6789. Clayton Zekelman
  6790. Managed Network Systems Inc. (MNSi)
  6791. 875 Ouellette Avenue
  6792. Windsor, Ontario
  6793. N9A 4J6
  6794.  
  6795. tel. 519-985-8410
  6796. fax. 519-258-3009
  6797.  
  6798. -
  6799.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  6800.  with "unsubscribe usr-tc" in the body of the message.
  6801.  For information on digests or retrieving files and old messages send
  6802.  "help" to the same address.  Do not use quotes in your message.
  6803.  
  6804.  
  6805. -------------------------------------------------------------------------------
  6806.  
  6807. From: Aaron Nabil <nabil@spiritone.com>
  6808. Subject: (usr-tc) any way to hang up a user on a hiper arc?
  6809. Date: 13 Sep 1999 04:10:36 -0700 (PDT)
  6810.  
  6811.  
  6812. Short of writing an expect script to telnet into the arc, is there
  6813. any way via SNMP (or radius) to hang up a user on the arc?
  6814.  
  6815. I already know how to do this via hanging up the modem, but was
  6816. looking for a way to do it on the arc itself.
  6817.  
  6818. thx,
  6819.  
  6820. -- 
  6821. Aaron Nabil
  6822.  
  6823. -
  6824.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  6825.  with "unsubscribe usr-tc" in the body of the message.
  6826.  For information on digests or retrieving files and old messages send
  6827.  "help" to the same address.  Do not use quotes in your message.
  6828.  
  6829.  
  6830. -------------------------------------------------------------------------------
  6831.  
  6832. From: John Campbell <sparky@roava.net>
  6833. Subject: (usr-tc) Unique problem - Just changed backbones...
  6834. Date: 13 Sep 1999 07:25:08 -0400
  6835.  
  6836.     I have a unique problem, I just changed backbone providers, got everything
  6837. changed over.. I have verified all of my DNS numbers and everything..
  6838. However, even though most users are navigating and seeing things correctly,
  6839. other users are ping resolved to the old IP addresses of our old class C
  6840. for our web and mail servers. IP numbers work just fine, and it is not the
  6841. same on all users. Any ideas on this... Any help would be appreaciated.
  6842.  
  6843. John Campbell
  6844. mailto:sparky@roava.net
  6845. http://www.roava.net
  6846.  
  6847. -
  6848.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  6849.  with "unsubscribe usr-tc" in the body of the message.
  6850.  For information on digests or retrieving files and old messages send
  6851.  "help" to the same address.  Do not use quotes in your message.
  6852.  
  6853.  
  6854. -------------------------------------------------------------------------------
  6855.  
  6856. From: d baud <dbaud@bigfoot.com>
  6857. Subject: (usr-tc) 4.2.32 and MLPPP broke on freebsd
  6858. Date: 13 Sep 1999 10:53:44 -0400
  6859.  
  6860. I just noticed that after upgrading to 4.2.32 the user implementation of
  6861. PPP on freebsd would not connect any more than one PPP link.
  6862. I flashed back to 4.2.29 (or any previous 4.1.xx) and the problem
  6863. disapears.
  6864. This issue only seem to happen with freebsd's PPP.  I noticed that cisco
  6865. routers connects flawlessly, I also managed to connect a netserver 8i to
  6866. 4.2.32 in MLPPP
  6867.  
  6868. I know this is probably not a problem relating to this upgrade, but I am
  6869. just curious on what setting have changed in this version ?
  6870. I am including a PPP log for the second PPP link that tries to connect
  6871. from a freebsd PPP system.  The link gets disconnected immediately after
  6872. receiving an ACK from Hiper4.2.32
  6873.  
  6874. HiPer>> sho system
  6875.  
  6876. SYSTEM DESCRIPTION
  6877. System Descriptor:
  6878.         3Com Corporation HiPer Access Router Card Built on Aug 16 1999
  6879. at 17:19:
  6880. 37.
  6881. Object ID:                                1.3.6.1.4.1.429.2.19
  6882. System UpTime:                            2d 20:43:37
  6883. System Services:                          Internet EndToEnd Applications
  6884. System Transmit Authentication Name:      HiPer
  6885. System Version:                           V4.2.32
  6886. Reset EEPROM Settings On Bootup:          DISABLED  
  6887.  
  6888.  
  6889.  
  6890. Outgoing PPP Data on interface: slot:7/mod:4
  6891.     LCP        CFG_REQ           MRU            05 ea
  6892.                                  ASYNC_MAP      00 00 00 00
  6893.                                  AUTH_TYPE      c0 23
  6894.                                  MAGIC_NUM      f4 3e 57 1e
  6895.                                  PROTO_COMP
  6896.                                  AC_COMP
  6897.                                  MPP_MRRU       05 ea
  6898.                                  MPP_ENDPTID    00
  6899.                                                                
  6900.     LCP        CFG_REQ           ASYNC_MAP      00 00 00 00
  6901.                                  MRU            05 dc
  6902.                                  MAGIC_NUM      68 ba c0 da
  6903.                                  MPP_MRRU       05 dc
  6904.  
  6905. Outgoing PPP Data on interface: slot:7/mod:4
  6906.     LCP        CFG_ACK           ASYNC_MAP      00 00 00 00
  6907.                                  MRU            05 dc
  6908.                                  MAGIC_NUM      68 ba c0 da
  6909.                                  MPP_MRRU       05 dc
  6910.  
  6911. Outgoing PPP Data on interface: slot:7/mod:4
  6912.     LCP        CFG_REQ           MRU            05 ea
  6913.                                  ASYNC_MAP      00 00 00 00
  6914.                                  AUTH_TYPE      c0 23
  6915.                                  MAGIC_NUM      f4 3e 57 1e
  6916.                                  PROTO_COMP
  6917.                                  AC_COMP
  6918.                                  MPP_MRRU       05 ea
  6919.                                  MPP_ENDPTID    00
  6920.  
  6921. Incoming PPP Data on interface: slot:7/mod:4
  6922.     LCP        CFG_REJ           PROTO_COMP
  6923.                                  AC_COMP
  6924.  
  6925. Outgoing PPP Data on interface: slot:7/mod:4
  6926.     LCP        CFG_REQ           MRU            05 ea
  6927.                                  ASYNC_MAP      00 00 00 00
  6928.                                  AUTH_TYPE      c0 23
  6929.                                  MAGIC_NUM      f4 3e 57 1e
  6930.                                  MPP_MRRU       05 ea
  6931.                                  MPP_ENDPTID    00
  6932.  
  6933. Incoming PPP Data on interface: slot:7/mod:4
  6934.     LCP        CFG_ACK           MRU            05 ea
  6935.                                  ASYNC_MAP      00 00 00 00
  6936.                                  AUTH_TYPE      c0 23
  6937.                                  MAGIC_NUM      f4 3e 57 1e
  6938.                                  MPP_MRRU       05 ea
  6939.                                  MPP_ENDPTID    00
  6940.  
  6941. Incoming PPP Data on interface: slot:7/mod:4
  6942.     PAP        REQUEST           USERNAME = pppuser
  6943.                                  PASSWORD = ppppasse
  6944. Outgoing PPP Data on interface: slot:7/mod:4
  6945.     PAP       
  6946. ACK
  6947.  
  6948. -
  6949.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  6950.  with "unsubscribe usr-tc" in the body of the message.
  6951.  For information on digests or retrieving files and old messages send
  6952.  "help" to the same address.  Do not use quotes in your message.
  6953.  
  6954.  
  6955. -------------------------------------------------------------------------------
  6956.  
  6957. From: K Mitchell <mitch@keyconn.net>
  6958. Subject: (usr-tc) Seeing DSP
  6959. Date: 13 Sep 1999 14:27:06 -0400
  6960.  
  6961. I just installed a new DSP but the PRI isn't hooked into it yet. Getting;
  6962. HiPer>> list chassis
  6963. Slot    Owner        Description                      Ports   Type    Console
  6964. 1       YES          24 Channel High Density Modem    23      DYNAMIC NO
  6965. 2       YES          24 Channel High Density Modem    23      DYNAMIC NO
  6966. 3       YES          --EMPTY--                        0       STATIC  NO
  6967. 4       YES          --EMPTY--                        0       STATIC  NO
  6968. 5       YES          --EMPTY--                        0       STATIC  NO
  6969.  
  6970. How do I get the ARC to recognize the new card(slot 3)? Is it possible w/o
  6971. rebooting?
  6972.  
  6973. Thanks,
  6974. Kirk
  6975.  
  6976. -- 
  6977. Kirk Mitchell-General Manager        mitch@keyconn.net
  6978. Keystone Connect                     Unlock Your World
  6979. Altoona, PA   814-941-5000      http://www.keyconn.net
  6980.  
  6981.  
  6982. -
  6983.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  6984.  with "unsubscribe usr-tc" in the body of the message.
  6985.  For information on digests or retrieving files and old messages send
  6986.  "help" to the same address.  Do not use quotes in your message.
  6987.  
  6988.  
  6989. -------------------------------------------------------------------------------
  6990.  
  6991. From: "Christopher Arlis Hanes" <chanes@usacars.com>
  6992. Subject: (usr-tc) Problems with NI2 and NFAS
  6993. Date: 13 Sep 1999 14:41:23 -0400
  6994.  
  6995. Is there anyone out there using NFAS to support 2 PRIs through a single
  6996. D channel on the dual pri cards.  I've had no luck getting this to work
  6997. yet.  From a configuration standpoint  things look correct - 23B+1D on
  6998. the first span and 24B on the second; however, when I dial in, I get
  6999. fast busies.  The telco techs have been on site and can dial in to their
  7000. test equipment successfully on the new PRIs.  My chassis works fine when
  7001. I use old PRIs configured for dms100.  When I change the switch settings
  7002. to NI2, set the NFAS id, and plug up the new PRIs - nothing but fast
  7003. busies.  I'm running tcs 3.3 (i.e. 3.02 on the dual pri card).   Any
  7004. help would be GREATLY appreciated.
  7005.  
  7006. Thanks,
  7007. Chris Hanes
  7008.  
  7009.  
  7010. -
  7011.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  7012.  with "unsubscribe usr-tc" in the body of the message.
  7013.  For information on digests or retrieving files and old messages send
  7014.  "help" to the same address.  Do not use quotes in your message.
  7015.  
  7016.  
  7017. -------------------------------------------------------------------------------
  7018.  
  7019. From: John Campbell <sparky@roava.net>
  7020. Subject: (usr-tc) Thanks to all who replied
  7021. Date: 13 Sep 1999 15:05:07 -0400
  7022.  
  7023.     Found my problem with the help of this list... Thanks to everyone who sent
  7024. me troubleshooting email.
  7025.  
  7026. John Campbell
  7027. mailto:sparky@roava.net
  7028. http://www.roava.net
  7029.  
  7030. -
  7031.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  7032.  with "unsubscribe usr-tc" in the body of the message.
  7033.  For information on digests or retrieving files and old messages send
  7034.  "help" to the same address.  Do not use quotes in your message.
  7035.  
  7036.  
  7037. -------------------------------------------------------------------------------
  7038.  
  7039. From: K Mitchell <mitch@keyconn.net>
  7040. Subject: Re: (usr-tc) Seeing DSP
  7041. Date: 13 Sep 1999 16:12:16 -0400
  7042.  
  7043. At 02:27 PM 9/13/99 -0400, I wrote:
  7044. >I just installed a new DSP but the PRI isn't hooked into it yet. Getting;
  7045. >HiPer>> list chassis
  7046. >Slot    Owner        Description                      Ports   Type    Console
  7047. >1       YES          24 Channel High Density Modem    23      DYNAMIC NO
  7048. >2       YES          24 Channel High Density Modem    23      DYNAMIC NO
  7049. >3       YES          --EMPTY--                        0       STATIC  NO
  7050. >4       YES          --EMPTY--                        0       STATIC  NO
  7051. >5       YES          --EMPTY--                        0       STATIC  NO
  7052. >
  7053. >How do I get the ARC to recognize the new card(slot 3)? Is it possible w/o
  7054. >rebooting?
  7055.  
  7056.   Ok, I reseated the card and TCM sees it ok, but it still isn't apparently
  7057. responding on the D channel. I loaded the config from one of my working
  7058. cards and saved it, still no go. The only difference in them being that my
  7059. other DSPs are running 1.2.60 and the new one is showing 2.0.81. Is there
  7060. something different in 2.0.81 that I need to account for by a difference in
  7061. config?
  7062.   Also, how do I set it to console: NO? Could that be my problem?
  7063. HiPer>> li chas
  7064. Slot    Owner        Description                      Ports   Type    Console
  7065. 1       YES          24 Channel High Density Modem    23      DYNAMIC NO
  7066. 2       YES          24 Channel High Density Modem    23      DYNAMIC NO
  7067. 3       YES          24 Channel High Density Modem    23      DYNAMIC YES
  7068. 4       YES          --EMPTY--                        0       STATIC  NO
  7069.  
  7070. Thanks,
  7071. Kirk
  7072.  
  7073.  
  7074. -- 
  7075. Kirk Mitchell-General Manager        mitch@keyconn.net
  7076. Keystone Connect                     Unlock Your World
  7077. Altoona, PA   814-941-5000      http://www.keyconn.net
  7078.  
  7079.  
  7080. -
  7081.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  7082.  with "unsubscribe usr-tc" in the body of the message.
  7083.  For information on digests or retrieving files and old messages send
  7084.  "help" to the same address.  Do not use quotes in your message.
  7085.  
  7086.  
  7087. -------------------------------------------------------------------------------
  7088.  
  7089. From: Scott Trautman <scottt@corp.gdinet.com>
  7090. Subject: RE: (usr-tc) Seeing DSP
  7091. Date: 13 Sep 1999 15:33:45 -0500
  7092.  
  7093. You definately need to Hardware-Reboot the card (IE, not "software reset)
  7094. for the changes to take effect.
  7095.  
  7096. SMT
  7097.  
  7098. -----Original Message-----
  7099. Sent: Monday, September 13, 1999 3:12 PM
  7100.  
  7101.  
  7102. At 02:27 PM 9/13/99 -0400, I wrote:
  7103. >I just installed a new DSP but the PRI isn't hooked into it yet. Getting;
  7104. >HiPer>> list chassis
  7105. >Slot    Owner        Description                      Ports   Type
  7106. Console
  7107. >1       YES          24 Channel High Density Modem    23      DYNAMIC NO
  7108. >2       YES          24 Channel High Density Modem    23      DYNAMIC NO
  7109. >3       YES          --EMPTY--                        0       STATIC  NO
  7110. >4       YES          --EMPTY--                        0       STATIC  NO
  7111. >5       YES          --EMPTY--                        0       STATIC  NO
  7112. >
  7113. >How do I get the ARC to recognize the new card(slot 3)? Is it possible w/o
  7114. >rebooting?
  7115.  
  7116.   Ok, I reseated the card and TCM sees it ok, but it still isn't apparently
  7117. responding on the D channel. I loaded the config from one of my working
  7118. cards and saved it, still no go. The only difference in them being that my
  7119. other DSPs are running 1.2.60 and the new one is showing 2.0.81. Is there
  7120. something different in 2.0.81 that I need to account for by a difference in
  7121. config?
  7122.   Also, how do I set it to console: NO? Could that be my problem?
  7123. HiPer>> li chas
  7124. Slot    Owner        Description                      Ports   Type
  7125. Console
  7126. 1       YES          24 Channel High Density Modem    23      DYNAMIC NO
  7127. 2       YES          24 Channel High Density Modem    23      DYNAMIC NO
  7128. 3       YES          24 Channel High Density Modem    23      DYNAMIC YES
  7129. 4       YES          --EMPTY--                        0       STATIC  NO
  7130.  
  7131. Thanks,
  7132. Kirk
  7133.  
  7134.  
  7135. -- 
  7136. Kirk Mitchell-General Manager        mitch@keyconn.net
  7137. Keystone Connect                     Unlock Your World
  7138. Altoona, PA   814-941-5000      http://www.keyconn.net
  7139.  
  7140.  
  7141. -
  7142.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  7143.  with "unsubscribe usr-tc" in the body of the message.
  7144.  For information on digests or retrieving files and old messages send
  7145.  "help" to the same address.  Do not use quotes in your message.
  7146.  
  7147. -
  7148.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  7149.  with "unsubscribe usr-tc" in the body of the message.
  7150.  For information on digests or retrieving files and old messages send
  7151.  "help" to the same address.  Do not use quotes in your message.
  7152.  
  7153.  
  7154. -------------------------------------------------------------------------------
  7155.  
  7156. From: K Mitchell <mitch@keyconn.net>
  7157. Subject: RE: (usr-tc) Seeing DSP
  7158. Date: 13 Sep 1999 16:56:28 -0400
  7159.  
  7160. At 03:33 PM 9/13/99 -0500, you wrote:
  7161. >You definately need to Hardware-Reboot the card (IE, not "software reset)
  7162. >for the changes to take effect.
  7163.  
  7164.   Ok, I'm loading trunk settings from a working DSP, setting it, then
  7165. hardware resetting. One of the settings that's reverting back to default is
  7166. switch type. It should be priSwDMS100 but it keeps reverting to priSw5ESS
  7167. after the hardware reset. Other fields in trunk settings are changing back
  7168. also. Any ideas?
  7169.   I'm guessing that I'm doing something wrong, but I don't know what :(
  7170.  
  7171. Thanks,
  7172. Kirk
  7173.  
  7174. -- 
  7175. Kirk Mitchell-General Manager        mitch@keyconn.net
  7176. Keystone Connect                     Unlock Your World
  7177. Altoona, PA   814-941-5000      http://www.keyconn.net
  7178.  
  7179.  
  7180. -
  7181.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  7182.  with "unsubscribe usr-tc" in the body of the message.
  7183.  For information on digests or retrieving files and old messages send
  7184.  "help" to the same address.  Do not use quotes in your message.
  7185.  
  7186.  
  7187. -------------------------------------------------------------------------------
  7188.  
  7189. From: Scott Trautman <scottt@corp.gdinet.com>
  7190. Subject: RE: (usr-tc) Seeing DSP
  7191. Date: 13 Sep 1999 16:09:26 -0500
  7192.  
  7193. Be sure and do, in TCM, Configure->Actions Commands->Software->Save Modem/T1
  7194. settings
  7195. before you reboot. Highlight the DSP in question of course.
  7196.  
  7197. (thanks Jeff for lettin' me get an easy one answered in there :)
  7198.  
  7199. SMT
  7200.  
  7201. -
  7202.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  7203.  with "unsubscribe usr-tc" in the body of the message.
  7204.  For information on digests or retrieving files and old messages send
  7205.  "help" to the same address.  Do not use quotes in your message.
  7206.  
  7207.  
  7208. -------------------------------------------------------------------------------
  7209.  
  7210. From: Jeff Mcadams <jeffm@iglou.com>
  7211. Subject: Re: (usr-tc) Seeing DSP
  7212. Date: 13 Sep 1999 21:07:25 -0400
  7213.  
  7214. Thus spake Scott Trautman
  7215. >Be sure and do, in TCM, Configure->Actions Commands->Software->Save
  7216. >Modem/T1 settings before you reboot. Highlight the DSP in question of
  7217. >course.
  7218.  
  7219. >(thanks Jeff for lettin' me get an easy one answered in there :)
  7220.  
  7221. Heh...I'm not quite as proficient in DSP's as in quads and the gateway
  7222. cards.  :)  Think that's largely from my coming from an IP background (I
  7223. hate dealing with modems, truth be known), and only having recently
  7224. introduced DSP's into our setup.  :)
  7225. -- 
  7226. Jeff McAdams                            Email: jeffm@iglou.com
  7227. Head Network Administrator              Voice: (502) 966-3848
  7228. IgLou Internet Services                        (800) 436-4456
  7229.  
  7230. -
  7231.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  7232.  with "unsubscribe usr-tc" in the body of the message.
  7233.  For information on digests or retrieving files and old messages send
  7234.  "help" to the same address.  Do not use quotes in your message.
  7235.  
  7236.  
  7237. -------------------------------------------------------------------------------
  7238.  
  7239. From: K Mitchell <mitch@keyconn.net>
  7240. Subject: RE: (usr-tc) Seeing DSP
  7241. Date: 13 Sep 1999 22:05:18 -0400
  7242.  
  7243. At 04:09 PM 9/13/99 -0500, you wrote:
  7244. >Be sure and do, in TCM, Configure->Actions Commands->Software->Save Modem/T1
  7245. >settings
  7246. >before you reboot. Highlight the DSP in question of course.
  7247.  
  7248. Ok, that seems to be holding the settings. Now, why is the new card saying
  7249. YES to console when none of the others are, and how do I change it?
  7250. HiPer>> li chas
  7251. Slot    Owner        Description                      Ports   Type    Console
  7252. 1       YES          24 Channel High Density Modem    23      DYNAMIC NO
  7253. 2       YES          24 Channel High Density Modem    23      DYNAMIC NO
  7254. 3       YES          24 Channel High Density Modem    23      DYNAMIC YES
  7255. 4       YES          --EMPTY--                        0       STATIC  NO
  7256.  
  7257. Thanks,
  7258. Kirk
  7259.  
  7260.  
  7261. -- 
  7262. Kirk Mitchell-General Manager        mitch@keyconn.net
  7263. Keystone Connect                     Unlock Your World
  7264. Altoona, PA   814-941-5000      http://www.keyconn.net
  7265.  
  7266.  
  7267. -
  7268.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  7269.  with "unsubscribe usr-tc" in the body of the message.
  7270.  For information on digests or retrieving files and old messages send
  7271.  "help" to the same address.  Do not use quotes in your message.
  7272.  
  7273.  
  7274. -------------------------------------------------------------------------------
  7275.  
  7276. From: "Marshall Morgan" <marshall@netdoor.com>
  7277. Subject: RE: (usr-tc) Seeing DSP
  7278. Date: 13 Sep 1999 21:14:01 -0500
  7279.  
  7280. set chASSIS slOT 3 coNSOLE nO
  7281.  
  7282. Marshall Morgan
  7283.  
  7284. Internet Doorway, Inc (aka NETDOOR)
  7285. http://www.netdoor.com
  7286.  
  7287.  
  7288. > -----Original Message-----
  7289. > From: owner-usr-tc@lists.xmission.com
  7290. > [mailto:owner-usr-tc@lists.xmission.com]On Behalf Of K Mitchell
  7291. > Sent: Monday, September 13, 1999 9:05 PM
  7292. > To: usr-tc@lists.xmission.com
  7293. > Subject: RE: (usr-tc) Seeing DSP
  7294. > At 04:09 PM 9/13/99 -0500, you wrote:
  7295. > >Be sure and do, in TCM, Configure->Actions Commands->Software->Save Modem/T1
  7296. > >settings
  7297. > >before you reboot. Highlight the DSP in question of course.
  7298. > Ok, that seems to be holding the settings. Now, why is the new card saying
  7299. > YES to console when none of the others are, and how do I change it?
  7300. > HiPer>> li chas
  7301. > Slot    Owner        Description                      Ports   Type    Console
  7302. > 1       YES          24 Channel High Density Modem    23      DYNAMIC NO
  7303. > 2       YES          24 Channel High Density Modem    23      DYNAMIC NO
  7304. > 3       YES          24 Channel High Density Modem    23      DYNAMIC YES
  7305. > 4       YES          --EMPTY--                        0       STATIC  NO
  7306. > Thanks,
  7307. > Kirk
  7308.  
  7309. -
  7310.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  7311.  with "unsubscribe usr-tc" in the body of the message.
  7312.  For information on digests or retrieving files and old messages send
  7313.  "help" to the same address.  Do not use quotes in your message.
  7314.  
  7315.  
  7316. -------------------------------------------------------------------------------
  7317.  
  7318. From: Scott Trautman <scottt@corp.gdinet.com>
  7319. Subject: RE: (usr-tc) Seeing DSP
  7320. Date: 13 Sep 1999 21:26:33 -0500
  7321.  
  7322. Interesting....this was what I was looking for a week or so ago,
  7323. I tried the opposite, set chassis slot 13 console yes, says
  7324. 11      YES          --EMPTY--                        0       STATIC  NO  
  7325. 12      YES          24 Channel High Density Modem    24      DYNAMIC YES 
  7326. 13      YES          24 Channel High Density Modem    24      DYNAMIC NO  
  7327. 14      YES          24 Channel High Density Modem    24      DYNAMIC YES 
  7328. 15      YES          24 Channel High Density Modem    24      DYNAMIC NO  
  7329. 16      NO           HiPer Access Router NAC          0       DYNAMIC NO  
  7330. HiPer>> set chassis slot 13 console yes
  7331. ERROR - Cannot change console settings of a dynamic entry
  7332.  
  7333. ...back to original question...why the two no when there wasn't any
  7334. difference
  7335. in setup? Anything to set on the DSP to "allow" console?
  7336. Anything I might have inadvertantly set on the chassis?
  7337.  
  7338. SMT
  7339.  
  7340. > -----Original Message-----
  7341. > From: Marshall Morgan [mailto:marshall@netdoor.com]
  7342. > Sent: Monday, September 13, 1999 9:14 PM
  7343. > To: usr-tc@lists.xmission.com
  7344. > Subject: RE: (usr-tc) Seeing DSP
  7345. > set chASSIS slOT 3 coNSOLE nO
  7346. > Marshall Morgan
  7347. > Internet Doorway, Inc (aka NETDOOR)
  7348. > http://www.netdoor.com
  7349. > > -----Original Message-----
  7350. > > From: owner-usr-tc@lists.xmission.com
  7351. > > [mailto:owner-usr-tc@lists.xmission.com]On Behalf Of K Mitchell
  7352. > > Sent: Monday, September 13, 1999 9:05 PM
  7353. > > To: usr-tc@lists.xmission.com
  7354. > > Subject: RE: (usr-tc) Seeing DSP
  7355. > > 
  7356. > > 
  7357. > > At 04:09 PM 9/13/99 -0500, you wrote:
  7358. > > >Be sure and do, in TCM, Configure->Actions 
  7359. > Commands->Software->Save Modem/T1
  7360. > > >settings
  7361. > > >before you reboot. Highlight the DSP in question of course.
  7362. > > 
  7363. > > Ok, that seems to be holding the settings. Now, why is the 
  7364. > new card saying
  7365. > > YES to console when none of the others are, and how do I change it?
  7366. > > HiPer>> li chas
  7367. > > Slot    Owner        Description                      Ports 
  7368. >   Type    Console
  7369. > > 1       YES          24 Channel High Density Modem    23    
  7370. >   DYNAMIC NO
  7371. > > 2       YES          24 Channel High Density Modem    23    
  7372. >   DYNAMIC NO
  7373. > > 3       YES          24 Channel High Density Modem    23    
  7374. >   DYNAMIC YES
  7375. > > 4       YES          --EMPTY--                        0     
  7376. >   STATIC  NO
  7377. > > 
  7378. > > Thanks,
  7379. > > Kirk
  7380. > -
  7381. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  7382. >  with "unsubscribe usr-tc" in the body of the message.
  7383. >  For information on digests or retrieving files and old messages send
  7384. >  "help" to the same address.  Do not use quotes in your message.
  7385.  
  7386. -
  7387.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  7388.  with "unsubscribe usr-tc" in the body of the message.
  7389.  For information on digests or retrieving files and old messages send
  7390.  "help" to the same address.  Do not use quotes in your message.
  7391.  
  7392.  
  7393. -------------------------------------------------------------------------------
  7394.  
  7395. From: K Mitchell <mitch@keyconn.net>
  7396. Subject: RE: (usr-tc) Seeing DSP
  7397. Date: 14 Sep 1999 00:03:16 -0400
  7398.  
  7399. At 09:14 PM 9/13/99 -0500, you wrote:
  7400. >set chASSIS slOT 3 coNSOLE nO
  7401.  
  7402. That didn't work, but I got there...almost;
  7403. HiPer>> set chassis slot 3 console no
  7404. ERROR - Cannot change console settings of a dynamic entry
  7405. HiPer>> set chassis slot 3 type static
  7406. HiPer>> set chassis slot 3 console no
  7407. HiPer>> set chassis slot 3 type dynamic
  7408. CLI - Invalid Argument: dynamic
  7409.  
  7410. This field is a KEYWORD LIST. The possible values are:
  7411.         [ STATIC  ]
  7412.  
  7413. So, now I got it set to NO, but;
  7414. HiPer>> li chas
  7415. Slot    Owner        Description                      Ports   Type    Console
  7416. 1       YES          24 Channel High Density Modem    23      DYNAMIC NO
  7417. 2       YES          24 Channel High Density Modem    23      DYNAMIC NO
  7418. 3       YES          24 Channel High Density Modem    23      STATIC  NO
  7419.  
  7420. Now, how do I get it back to dynamic? And what difference does YES or NO on
  7421. the console setting make anyway?
  7422.  
  7423. Thanks,
  7424. Kirk
  7425.  
  7426. -- 
  7427. Kirk Mitchell-General Manager        mitch@keyconn.net
  7428. Keystone Connect                     Unlock Your World
  7429. Altoona, PA   814-941-5000      http://www.keyconn.net
  7430.  
  7431.  
  7432. -
  7433.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  7434.  with "unsubscribe usr-tc" in the body of the message.
  7435.  For information on digests or retrieving files and old messages send
  7436.  "help" to the same address.  Do not use quotes in your message.
  7437.  
  7438.  
  7439. -------------------------------------------------------------------------------
  7440.  
  7441. From: "Scot Desort" <scot@njaccess.net>
  7442. Subject: (usr-tc) TC traffic pauses momentarily
  7443. Date: 14 Sep 1999 09:42:41 -0400
  7444.  
  7445. Running HiperARC 4.1.59 with DSP's. Occasionally, dialup connections will
  7446. stop receiving IP traffic, then anywhere from 15 seconds to 1 minute later
  7447. traffic resumes.
  7448.  
  7449. Customer is in the middle of receiving traffic, it suddenly stops, then
  7450. resumes. I have experienced this myself. It is not the host that they are
  7451. connecting to. They can be in the middle of receiving mail from our mail
  7452. server, and all traffic suddenly stops for a noticeable period of time. They
  7453. do not get disconnected.
  7454.  
  7455. I *thought* I saw some mention of this phenomenon on the list, but I'm not
  7456. sure. Anyone have any ideas? Is this a known issue?
  7457.  
  7458.  
  7459. ...Scot
  7460.  
  7461.  
  7462. -
  7463.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  7464.  with "unsubscribe usr-tc" in the body of the message.
  7465.  For information on digests or retrieving files and old messages send
  7466.  "help" to the same address.  Do not use quotes in your message.
  7467.  
  7468.  
  7469. -------------------------------------------------------------------------------
  7470.  
  7471. From: "Stainforth, Matthew" <MatthewS@staff.brunnet.net>
  7472. Subject: (usr-tc) modem that will not pick up
  7473. Date: 14 Sep 1999 11:11:48 -0300
  7474.  
  7475.  
  7476. I'm having a problem with one modem that refuses to pick up.  When I watch
  7477. the status in performance monitor, I can see the call coming in (RingIn or
  7478. RingRcvd states), DNIS and ANI information comes up, but the modem never
  7479. picks up the call.  I have replaced the DSP NAC and the problem didn't go
  7480. away.  The only other place I can think to look is to the ARC itself but the
  7481. modem interface is UP/UP.  I've also tried a full reconfig (restore from
  7482. default, save to nvram, reboot, reconfig, save to nvram, reboot) and no
  7483. luck.  When a user happens to grab that line they hear a long pause of dead
  7484. air (maybe 5 seconds or more) and then it starts ringing endlessly.  Any
  7485. ideas?
  7486.  
  7487. -
  7488.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  7489.  with "unsubscribe usr-tc" in the body of the message.
  7490.  For information on digests or retrieving files and old messages send
  7491.  "help" to the same address.  Do not use quotes in your message.
  7492.  
  7493.  
  7494. -------------------------------------------------------------------------------
  7495.  
  7496. From: Mike Andrews <mandrews@bit0.com>
  7497. Subject: Re: (usr-tc) TC traffic pauses momentarily
  7498. Date: 14 Sep 1999 10:41:52 -0400 (EDT)
  7499.  
  7500. On Tue, 14 Sep 1999, Scot Desort wrote:
  7501.  
  7502. > Running HiperARC 4.1.59 with DSP's. Occasionally, dialup connections will
  7503. > stop receiving IP traffic, then anywhere from 15 seconds to 1 minute later
  7504. > traffic resumes.
  7505. > Customer is in the middle of receiving traffic, it suddenly stops, then
  7506. > resumes. I have experienced this myself. It is not the host that they are
  7507. > connecting to. They can be in the middle of receiving mail from our mail
  7508. > server, and all traffic suddenly stops for a noticeable period of time. They
  7509. > do not get disconnected.
  7510. > I *thought* I saw some mention of this phenomenon on the list, but I'm not
  7511. > sure. Anyone have any ideas? Is this a known issue?
  7512.  
  7513.  
  7514. Normal modem retraining, maybe?  Check the retrain counts on the modem and
  7515. see if they go up...
  7516.  
  7517.  
  7518. Mike Andrews (MA12) -=-=-  VP & Sysadmin, Digital Crescent, Frankfort KY
  7519. mandrews@dcr.net  -=--=-  mandrews@bit0.com  -=--=-  http://www.bit0.com
  7520. "If you're not part of the solution.... you're part of the precipitate."
  7521.  
  7522.  
  7523. -
  7524.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  7525.  with "unsubscribe usr-tc" in the body of the message.
  7526.  For information on digests or retrieving files and old messages send
  7527.  "help" to the same address.  Do not use quotes in your message.
  7528.  
  7529.  
  7530. -------------------------------------------------------------------------------
  7531.  
  7532. From: Ahmed Saeed <Ahmed.Saeed@widener.edu>
  7533. Subject: (usr-tc) HARC 4.1.59 and 4.1.11 won't accept ISDN (fwd)
  7534. Date: 14 Sep 1999 12:50:06 -0400 (EDT)
  7535.  
  7536. das, 
  7537.  
  7538. you really dont need to reset config all over again, one can use the bulk 
  7539. file command to save the config and tftp to arc again to relaod config. 
  7540.  
  7541. tftp might not be working for several reasons. List network services 
  7542. should show the tftpd demaon as enabled. If it is not enabled, enable 
  7543. the service. Also, tftp time out may cause this . 
  7544.  
  7545. Best solution is to do AT{ZF} on console of arc. 
  7546.  
  7547.  
  7548. Ahmed 
  7549.  
  7550.  
  7551. ---------- Forwarded message ----------
  7552.  
  7553. A bit of an emergency...
  7554. I thought that I would upgrade my hipers this morning.  I upgraded both to
  7555. 4.1.59 and once they were rebooted they stopped authenticating ISDN calls.
  7556. I flashed one to 4.1.11 and it lost various parts of it's configuration (ex.
  7557. it lost its ip network settings but retained pool settings) I reconfigured 
  7558. it, but it still is having the same problems with ISDN.  Analog calls 
  7559. authenticate happily.  I have tried flashing the second HARC back to 4.1.59, but
  7560. now it keeps failing the tftp upload.  
  7561. Also, when I look in the logs, it repeatedly logs: 
  7562.  
  7563.     --syslog capture:  2b110903 slot:4/mod:10 --syslog capture:stop
  7564.  
  7565. each time for the same interface (slot and modem)  and then it moves to a different
  7566. interface.
  7567.  
  7568. If anyone can offer any insight into this, I'm sure that my customers will be happily 
  7569. and I will be extremely grateful.
  7570.  
  7571. das
  7572.  
  7573.  
  7574. -- 
  7575. ____________________________________________
  7576. Alex Substanley       Global OnLine Japan
  7577.                 Engineering Department
  7578. Das Man               TEL: 81-3-5334-1700
  7579. Systems Engineer      FAX: 81-3-5334-1711
  7580.   The Highest Quality Service, Bar None
  7581. ____________________________________________
  7582.  
  7583. -
  7584.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  7585.  with "unsubscribe usr-tc" in the body of the message.
  7586.  For information on digests or retrieving files and old messages send
  7587.  "help" to the same address.  Do not use quotes in your message.
  7588.  
  7589.  
  7590. -
  7591.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  7592.  with "unsubscribe usr-tc" in the body of the message.
  7593.  For information on digests or retrieving files and old messages send
  7594.  "help" to the same address.  Do not use quotes in your message.
  7595.  
  7596.  
  7597. -------------------------------------------------------------------------------
  7598.  
  7599. From: K Mitchell <mitch@keyconn.net>
  7600. Subject: (usr-tc) More new DSP problems
  7601. Date: 14 Sep 1999 13:17:28 -0400
  7602.  
  7603.   I finally got the card to retain it's trunk settings, but it's still
  7604. giving me problems. About every 2 hours it throws itself into a reboot and
  7605. locks up with all LEDs illuminated steady red. The only way to restore it
  7606. to service is to reseat the card. this DSp is running 2.0.81 while my other
  7607. DSP are running 1.2.60, ARC is 4.1.59
  7608.   Also, I have no idea how to get the type set to dynamic.
  7609.  
  7610. Thanks,
  7611. Kirk
  7612.  
  7613. -- 
  7614. Kirk Mitchell-General Manager        mitch@keyconn.net
  7615. Keystone Connect                     Unlock Your World
  7616. Altoona, PA   814-941-5000      http://www.keyconn.net
  7617.  
  7618.  
  7619. -
  7620.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  7621.  with "unsubscribe usr-tc" in the body of the message.
  7622.  For information on digests or retrieving files and old messages send
  7623.  "help" to the same address.  Do not use quotes in your message.
  7624.  
  7625.  
  7626. -------------------------------------------------------------------------------
  7627.  
  7628. From: Paul Farber <farber@admin.f-tech.net>
  7629. Subject: (usr-tc) Connect %'s
  7630. Date: 14 Sep 1999 15:04:00 -0400 (EDT)
  7631.  
  7632. Hello all...
  7633.  
  7634. Just throwing this out to see if it what others are getting:
  7635.  
  7636. ARC-I     Total calls received: 51627      6 DSP's
  7637.     Total calls failed  : 2546
  7638.     Connection average : 95.07
  7639. ARC-II    Total calls received: 2318    6 Quad's
  7640.     Total calls failed  : 86
  7641.     Connection average : 96.29
  7642.  
  7643. Total calls received: 53894
  7644. Total calls failed  : 2631
  7645. Connection average : 95.12
  7646.  
  7647. System Date ( Time in GMT )               14-SEP-1999 14:56:13
  7648. System UpTime:                            34d 04:53:31
  7649.  
  7650. (Some cards have been rebooted to clear hung modems)
  7651.  
  7652. This is from a simple perl script that walk the inConnectAttemptFails and
  7653. inConnectEstablished OID's.
  7654.  
  7655. It's been hovering around 95% connection rate..... anyone seeing higher
  7656. than this?
  7657.  
  7658.  
  7659.  
  7660. Paul D. Farber II
  7661. Farber Technology
  7662. Ph. 570-628-5303
  7663. Fax 570-628-5545
  7664. farber@admin.f-tech.net
  7665.  
  7666.  
  7667. -
  7668.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  7669.  with "unsubscribe usr-tc" in the body of the message.
  7670.  For information on digests or retrieving files and old messages send
  7671.  "help" to the same address.  Do not use quotes in your message.
  7672.  
  7673.  
  7674. -------------------------------------------------------------------------------
  7675.  
  7676. From: "Clint R. Sparks" <csparks@cqc.com>
  7677. Subject: Re: (usr-tc) Connect %'s
  7678. Date: 14 Sep 1999 14:19:56 -0500
  7679.  
  7680. Paul,
  7681.  
  7682. What Hiper DSP and Hiper Arc code are you running?
  7683.  
  7684. Clint R. Sparks
  7685. ComQuest Internet Services
  7686. csparks@cqc.com
  7687.  
  7688.  
  7689. ----- Original Message ----- 
  7690. Sent: Tuesday, September 14, 1999 2:04 PM
  7691.  
  7692.  
  7693. > Hello all...
  7694. > Just throwing this out to see if it what others are getting:
  7695. > ARC-I Total calls received: 51627      6 DSP's
  7696. > Total calls failed  : 2546
  7697. > Connection average : 95.07
  7698. > ARC-II Total calls received: 2318 6 Quad's
  7699. > Total calls failed  : 86
  7700. > Connection average : 96.29
  7701. > Total calls received: 53894
  7702. > Total calls failed  : 2631
  7703. > Connection average : 95.12
  7704. > System Date ( Time in GMT )               14-SEP-1999 14:56:13
  7705. > System UpTime:                            34d 04:53:31
  7706. > (Some cards have been rebooted to clear hung modems)
  7707. > This is from a simple perl script that walk the inConnectAttemptFails and
  7708. > inConnectEstablished OID's.
  7709. > It's been hovering around 95% connection rate..... anyone seeing higher
  7710. > than this?
  7711. > Paul D. Farber II
  7712. > Farber Technology
  7713. > Ph. 570-628-5303
  7714. > Fax 570-628-5545
  7715. > farber@admin.f-tech.net
  7716.  
  7717.  
  7718.  
  7719. -
  7720.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  7721.  with "unsubscribe usr-tc" in the body of the message.
  7722.  For information on digests or retrieving files and old messages send
  7723.  "help" to the same address.  Do not use quotes in your message.
  7724.  
  7725.  
  7726. -------------------------------------------------------------------------------
  7727.  
  7728. From: eric@dol.net
  7729. Subject: (usr-tc) PRI card needs to be constantly placed in service
  7730. Date: 14 Sep 1999 14:15:41 -0600
  7731.  
  7732. I have a pri card in a quad modem chassis software 3.0.2  
  7733. It seems to go busy every few days and need to be placed 
  7734. in service again with tcm.  It gives no visible indication
  7735. that the pri is dead.  Is this a hardware related issue 
  7736. or a software issue?  
  7737. thanks
  7738. eric
  7739.  
  7740. Delaware Online!.........The SMART Choice!  
  7741. With 56K V.90 & X2 & Flex Modems 
  7742. Phone : 302-762-0375                
  7743. Fax:     302-762-3462        
  7744. Failure is NOT an option...
  7745.  
  7746.  
  7747.  
  7748. -
  7749.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  7750.  with "unsubscribe usr-tc" in the body of the message.
  7751.  For information on digests or retrieving files and old messages send
  7752.  "help" to the same address.  Do not use quotes in your message.
  7753.  
  7754.  
  7755. -------------------------------------------------------------------------------
  7756.  
  7757. From: "Scot Desort" <scot@njaccess.net>
  7758. Subject: Re: (usr-tc) TC traffic pauses momentarily
  7759. Date: 14 Sep 1999 16:29:58 -0400
  7760.  
  7761. Don't think so. Happens with ISDN also. That's how I've personally
  7762. experienced it....
  7763.  
  7764.  
  7765. ...Scot
  7766.  
  7767. ----- Original Message -----
  7768. Sent: Tuesday, September 14, 1999 10:41 AM
  7769.  
  7770.  
  7771. > On Tue, 14 Sep 1999, Scot Desort wrote:
  7772. >
  7773. > > Running HiperARC 4.1.59 with DSP's. Occasionally, dialup connections
  7774. will
  7775. > > stop receiving IP traffic, then anywhere from 15 seconds to 1 minute
  7776. later
  7777. > > traffic resumes.
  7778. > >
  7779. > > Customer is in the middle of receiving traffic, it suddenly stops, then
  7780. > > resumes. I have experienced this myself. It is not the host that they
  7781. are
  7782. > > connecting to. They can be in the middle of receiving mail from our mail
  7783. > > server, and all traffic suddenly stops for a noticeable period of time.
  7784. They
  7785. > > do not get disconnected.
  7786. > >
  7787. > > I *thought* I saw some mention of this phenomenon on the list, but I'm
  7788. not
  7789. > > sure. Anyone have any ideas? Is this a known issue?
  7790. >
  7791. >
  7792. > Normal modem retraining, maybe?  Check the retrain counts on the modem and
  7793. > see if they go up...
  7794. >
  7795. >
  7796.  
  7797.  
  7798.  
  7799. -
  7800.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  7801.  with "unsubscribe usr-tc" in the body of the message.
  7802.  For information on digests or retrieving files and old messages send
  7803.  "help" to the same address.  Do not use quotes in your message.
  7804.  
  7805.  
  7806. -------------------------------------------------------------------------------
  7807.  
  7808. From: Jeff Mcadams <jeffm@iglou.com>
  7809. Subject: Re: (usr-tc) TC traffic pauses momentarily
  7810. Date: 14 Sep 1999 16:41:42 -0400
  7811.  
  7812. Thus spake Scot Desort
  7813. >Don't think so. Happens with ISDN also. That's how I've personally
  7814. >experienced it....
  7815.  
  7816. The only cause I remember for something like this was when the user was
  7817. using bandwidth on demand with Multi-Link and MPIP wasn't functioning
  7818. correctly.  The pause occured when their equipment started to bring up
  7819. the second line...it didn't get bundled in correctly...one side or the
  7820. other was trying to send data split across the two lines and because it
  7821. wasn't bundled correctly, the data was corrupted...eventually the second
  7822. channel hangs up because the usage has dropped below the threshold
  7823. level, and at the next resend, everything starts flowing again because
  7824. it only has the one link so the data is no longer being corrupted.
  7825. -- 
  7826. Jeff McAdams                            Email: jeffm@iglou.com
  7827. Head Network Administrator              Voice: (502) 966-3848
  7828. IgLou Internet Services                        (800) 436-4456
  7829.  
  7830. -
  7831.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  7832.  with "unsubscribe usr-tc" in the body of the message.
  7833.  For information on digests or retrieving files and old messages send
  7834.  "help" to the same address.  Do not use quotes in your message.
  7835.  
  7836.  
  7837. -------------------------------------------------------------------------------
  7838.  
  7839. From: K Mitchell <mitch@keyconn.net>
  7840. Subject: Re: (usr-tc) More new DSP problems
  7841. Date: 14 Sep 1999 17:00:56 -0400
  7842.  
  7843. At 01:17 PM 9/14/99 -0400, I wrote:
  7844. >  I finally got the card to retain it's trunk settings, but it's still
  7845. >giving me problems. About every 2 hours it throws itself into a reboot and
  7846. >locks up with all LEDs illuminated steady red. The only way to restore it
  7847. >to service is to reseat the card. this DSP is running 2.0.81 while my other
  7848. >DSP are running 1.2.60, ARC is 4.1.59
  7849. >  Also, I have no idea how to get the type set to dynamic.
  7850.  
  7851.   Yet more freaking joy with my new $4500 paperweight! Another condition
  7852. that throws it into a reboot is taking calls. Within 1-2 minutes of a call
  7853. authenticating on the DSP, it reboots. While testing though, the behavior
  7854. is inconstistant. About half of the time the reboot freezes with all lights
  7855. red and needs reseated, the rest of the time it reboots fully and returns
  7856. to service. Hardware version is 0.53.0
  7857.   Anybody have any ideas?
  7858.  
  7859. Thanks again,
  7860. Kirk
  7861.  
  7862. -- 
  7863. Kirk Mitchell-General Manager        mitch@keyconn.net
  7864. Keystone Connect                     Unlock Your World
  7865. Altoona, PA   814-941-5000      http://www.keyconn.net
  7866.  
  7867.  
  7868. -
  7869.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  7870.  with "unsubscribe usr-tc" in the body of the message.
  7871.  For information on digests or retrieving files and old messages send
  7872.  "help" to the same address.  Do not use quotes in your message.
  7873.  
  7874.  
  7875. -------------------------------------------------------------------------------
  7876.  
  7877. From: USR TC Mailing list account <usrtc@fop.ns.ca>
  7878. Subject: Re: (usr-tc) Connect %'s
  7879. Date: 14 Sep 1999 18:16:19 -0300 (ADT)
  7880.  
  7881. For comparison, I've knocked up some software that dials out with 2
  7882. couriers and does testing. This setup is a "perfect" setup, ie, there are
  7883. no problems with it that would make it fail. According to that, the
  7884. cumulative logs for the last few days add up to:
  7885.  
  7886. Calls made: 23822
  7887. Calls succeeded: 23501
  7888. Calls failed: 327
  7889. Failure rate: 1.3%
  7890. Ring-No-answer fails: 6
  7891. Busies: 2
  7892. NoCarrier: 248
  7893. NoLoginPrompt: 70
  7894. NoPPP: 1
  7895.  
  7896. The number of failed calls from SNMP works out at 5.52% (93949
  7897. success/5492 failed).
  7898.  
  7899. Ergo, from this roughly 4% of failed calls are due to problems outside the
  7900. racks.
  7901.  
  7902. Hope this helps (and "Hi!" to JP, if yer still out there and didn't get 
  7903. eaten in Canada, eh? :-)
  7904.  
  7905. Cheers, Steve
  7906.  
  7907. On Tue, 14 Sep 1999, Paul Farber wrote:
  7908.  
  7909. > Hello all...
  7910. > Just throwing this out to see if it what others are getting:
  7911. > ARC-I     Total calls received: 51627      6 DSP's
  7912. >     Total calls failed  : 2546
  7913. >     Connection average : 95.07
  7914. > ARC-II    Total calls received: 2318    6 Quad's
  7915. >     Total calls failed  : 86
  7916. >     Connection average : 96.29
  7917. > Total calls received: 53894
  7918. > Total calls failed  : 2631
  7919. > Connection average : 95.12
  7920. > System Date ( Time in GMT )               14-SEP-1999 14:56:13
  7921. > System UpTime:                            34d 04:53:31
  7922. > (Some cards have been rebooted to clear hung modems)
  7923. > This is from a simple perl script that walk the inConnectAttemptFails and
  7924. > inConnectEstablished OID's.
  7925. > It's been hovering around 95% connection rate..... anyone seeing higher
  7926. > than this?
  7927. > Paul D. Farber II
  7928. > Farber Technology
  7929. > Ph. 570-628-5303
  7930. > Fax 570-628-5545
  7931. > farber@admin.f-tech.net
  7932. > -
  7933. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  7934. >  with "unsubscribe usr-tc" in the body of the message.
  7935. >  For information on digests or retrieving files and old messages send
  7936. >  "help" to the same address.  Do not use quotes in your message.
  7937.  
  7938.  
  7939. -
  7940.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  7941.  with "unsubscribe usr-tc" in the body of the message.
  7942.  For information on digests or retrieving files and old messages send
  7943.  "help" to the same address.  Do not use quotes in your message.
  7944.  
  7945.  
  7946. -------------------------------------------------------------------------------
  7947.  
  7948. From: "Scot Desort" <scot@njaccess.net>
  7949. Subject: Re: (usr-tc) TC traffic pauses momentarily
  7950. Date: 14 Sep 1999 17:29:27 -0400
  7951.  
  7952. Hmmm. Can't be the case with the analog dialups -- they are definitely not
  7953. trying to do multilink. And when I use my 3COM Impact, I have to request 2
  7954. channels by entering the phone number twice. And I rarely do. Come to think
  7955. of it, it has also happened when I dialup analog. Honestly, I thought it was
  7956. my imagination until I had 2 customers call in a single day to "complain"
  7957. about the exact same thing.
  7958.  
  7959. I don't think it is very widespread.  Or perhaps it is, and nobody noticed
  7960. but me and the other tech-heads that we have dialing in. I was going to
  7961. trying switching to the other ethernet port on the HARC, and then try
  7962. another port on the Cisco switch. Next time it happens, I'm going to run
  7963. some traceroutes and see exactly where the packets are dying -- at the HARC,
  7964. and our core, whatever. But other than that, I'm at a loss...
  7965.  
  7966. ...Scot
  7967.  
  7968. ----- Original Message -----
  7969. Sent: Tuesday, September 14, 1999 4:41 PM
  7970.  
  7971.  
  7972. > Thus spake Scot Desort
  7973. > >Don't think so. Happens with ISDN also. That's how I've personally
  7974. > >experienced it....
  7975. >
  7976. > The only cause I remember for something like this was when the user was
  7977. > using bandwidth on demand with Multi-Link and MPIP wasn't functioning
  7978. > correctly.  The pause occured when their equipment started to bring up
  7979. > the second line...it didn't get bundled in correctly...one side or the
  7980. > other was trying to send data split across the two lines and because it
  7981. > wasn't bundled correctly, the data was corrupted...eventually the second
  7982. > channel hangs up because the usage has dropped below the threshold
  7983. > level, and at the next resend, everything starts flowing again because
  7984. > it only has the one link so the data is no longer being corrupted.
  7985. > --
  7986. > Jeff McAdams                            Email: jeffm@iglou.com
  7987. > Head Network Administrator              Voice: (502) 966-3848
  7988. > IgLou Internet Services                        (800) 436-4456
  7989. >
  7990. > -
  7991. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  7992. >  with "unsubscribe usr-tc" in the body of the message.
  7993. >  For information on digests or retrieving files and old messages send
  7994. >  "help" to the same address.  Do not use quotes in your message.
  7995. >
  7996.  
  7997.  
  7998. -
  7999.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  8000.  with "unsubscribe usr-tc" in the body of the message.
  8001.  For information on digests or retrieving files and old messages send
  8002.  "help" to the same address.  Do not use quotes in your message.
  8003.  
  8004.  
  8005. -------------------------------------------------------------------------------
  8006.  
  8007. From: Paul Farber <farber@admin.f-tech.net>
  8008. Subject: Re: (usr-tc) Connect %'s
  8009. Date: 14 Sep 1999 17:58:11 -0400 (EDT)
  8010.  
  8011. DSP 2.0.19
  8012. ARC 4.1.59
  8013. NMC 6.1.17
  8014.  
  8015. Paul D. Farber II
  8016. Farber Technology
  8017. Ph. 570-628-5303
  8018. Fax 570-628-5545
  8019. farber@admin.f-tech.net
  8020.  
  8021. On Tue, 14 Sep 1999, Clint R. Sparks wrote:
  8022.  
  8023. > Paul,
  8024. > What Hiper DSP and Hiper Arc code are you running?
  8025. > Clint R. Sparks
  8026. > ComQuest Internet Services
  8027. > csparks@cqc.com
  8028. > ----- Original Message ----- 
  8029. > From: Paul Farber <farber@admin.f-tech.net>
  8030. > To: <usr-tc@lists.xmission.com>
  8031. > Sent: Tuesday, September 14, 1999 2:04 PM
  8032. > Subject: (usr-tc) Connect %'s
  8033. > > Hello all...
  8034. > > 
  8035. > > Just throwing this out to see if it what others are getting:
  8036. > > 
  8037. > > ARC-I Total calls received: 51627      6 DSP's
  8038. > > Total calls failed  : 2546
  8039. > > Connection average : 95.07
  8040. > > ARC-II Total calls received: 2318 6 Quad's
  8041. > > Total calls failed  : 86
  8042. > > Connection average : 96.29
  8043. > > 
  8044. > > Total calls received: 53894
  8045. > > Total calls failed  : 2631
  8046. > > Connection average : 95.12
  8047. > > 
  8048. > > System Date ( Time in GMT )               14-SEP-1999 14:56:13
  8049. > > System UpTime:                            34d 04:53:31
  8050. > > 
  8051. > > (Some cards have been rebooted to clear hung modems)
  8052. > > 
  8053. > > This is from a simple perl script that walk the inConnectAttemptFails and
  8054. > > inConnectEstablished OID's.
  8055. > > 
  8056. > > It's been hovering around 95% connection rate..... anyone seeing higher
  8057. > > than this?
  8058. > > 
  8059. > > 
  8060. > > 
  8061. > > Paul D. Farber II
  8062. > > Farber Technology
  8063. > > Ph. 570-628-5303
  8064. > > Fax 570-628-5545
  8065. > > farber@admin.f-tech.net
  8066. > -
  8067. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  8068. >  with "unsubscribe usr-tc" in the body of the message.
  8069. >  For information on digests or retrieving files and old messages send
  8070. >  "help" to the same address.  Do not use quotes in your message.
  8071.  
  8072.  
  8073. -
  8074.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  8075.  with "unsubscribe usr-tc" in the body of the message.
  8076.  For information on digests or retrieving files and old messages send
  8077.  "help" to the same address.  Do not use quotes in your message.
  8078.  
  8079.  
  8080. -------------------------------------------------------------------------------
  8081.  
  8082. From: Allen Marsalis <am@shreve.net>
  8083. Subject: Re: (usr-tc) Connect %'s
  8084. Date: 14 Sep 1999 16:55:26 -0500
  8085.  
  8086. At 03:04 PM 9/14/99 -0400, Paul Farber wrote:
  8087. >
  8088. >It's been hovering around 95% connection rate..... anyone seeing higher
  8089. >than this?
  8090. >
  8091. >
  8092.  
  8093. Nope, it hovers around 95% for us everyday..
  8094.  
  8095. Modem Health Check - file: shv1.1 - chassis: usr1 
  8096. 09/13/99 07:00:07 
  8097. slot:x/mod:y Calls Calls Failed Percent 
  8098. Arrived Established Attempts Success 
  8099. ------------ ------- ----------- -------- ------- 
  8100. slot:1/mod:1 7 7 0 100.00 
  8101. slot:1/mod:10 21 20 1 95.24 
  8102. slot:1/mod:11 17 15 2 88.24 
  8103. slot:1/mod:12 13 13 0 100.00 
  8104. slot:1/mod:13 6 6 0 100.00 
  8105. slot:1/mod:14 24 23 1 95.83 
  8106. slot:1/mod:15 22 19 3 86.36 
  8107. slot:1/mod:16 12 11 1 91.67 
  8108. slot:1/mod:17 30 29 1 96.67 
  8109. slot:1/mod:18 18 17 1 94.44 
  8110. slot:1/mod:19 25 22 3 88.00 
  8111. slot:1/mod:2 28 25 3 89.29 
  8112. slot:1/mod:20 26 23 3 88.46 
  8113. slot:1/mod:21 26 26 0 100.00 
  8114. slot:1/mod:22 24 22 2 91.67 
  8115. slot:1/mod:23 35 34 1 97.14 
  8116. slot:1/mod:3 25 25 0 100.00 
  8117. slot:1/mod:4 32 30 2 93.75 
  8118. slot:1/mod:5 26 25 1 96.15 
  8119. slot:1/mod:6 38 37 1 97.37 
  8120. slot:1/mod:7 28 24 4 85.71 
  8121. slot:1/mod:8 23 23 0 100.00 
  8122. slot:1/mod:9 31 29 2 93.55 
  8123. slot:10/mod:1 28 27 1 96.43 
  8124. slot:10/mod:10 34 33 1 97.06 
  8125. slot:10/mod:11 34 34 0 100.00 
  8126. slot:10/mod:12 29 28 1 96.55 
  8127. slot:10/mod:13 26 26 0 100.00 
  8128. slot:10/mod:15 29 28 1 96.55 
  8129. slot:10/mod:16 27 26 1 96.30 
  8130. slot:10/mod:17 26 26 0 100.00 
  8131. slot:10/mod:18 15 15 0 100.00 
  8132. slot:10/mod:21 27 25 2 92.59 
  8133. slot:10/mod:22 32 28 4 87.50 
  8134. slot:10/mod:23 16 15 1 93.75 
  8135. slot:10/mod:3 27 26 1 96.30 
  8136. slot:10/mod:4 23 22 1 95.65 
  8137. slot:10/mod:5 29 27 2 93.10 
  8138. slot:10/mod:6 18 18 0 100.00 
  8139. slot:10/mod:7 27 24 3 88.89 
  8140. slot:10/mod:8 9 9 0 100.00 
  8141. slot:10/mod:9 14 14 0 100.00 
  8142. slot:2/mod:1 21 19 2 90.48 
  8143. slot:2/mod:10 26 24 2 92.31 
  8144. slot:2/mod:11 40 35 5 87.50 
  8145. slot:2/mod:12 30 30 0 100.00 
  8146. slot:2/mod:13 31 27 4 87.10 
  8147. slot:2/mod:14 32 32 0 100.00 
  8148. slot:2/mod:16 5 4 1 80.00 
  8149. slot:2/mod:18 31 29 2 93.55 
  8150. slot:2/mod:19 32 30 2 93.75 
  8151. Modem Health Check - file: shv1.1 - chassis: usr1 
  8152. 09/13/99 07:00:07 
  8153. slot:x/mod:y Calls Calls Failed Percent 
  8154. Arrived Established Attempts Success 
  8155. ------------ ------- ----------- -------- ------- 
  8156. slot:2/mod:2 33 32 1 96.97 
  8157. slot:2/mod:20 22 21 1 95.45 
  8158. slot:2/mod:21 34 32 2 94.12 
  8159. slot:2/mod:22 25 25 0 100.00 
  8160. slot:2/mod:23 5 5 0 100.00 
  8161. slot:2/mod:3 25 23 2 92.00 
  8162. slot:2/mod:4 15 15 0 100.00 
  8163. slot:2/mod:5 18 17 1 94.44 
  8164. slot:2/mod:6 28 25 3 89.29 
  8165. slot:2/mod:7 24 24 0 100.00 
  8166. slot:2/mod:8 30 28 2 93.33 
  8167. slot:2/mod:9 30 28 2 93.33 
  8168. slot:3/mod:1 30 29 1 96.67 
  8169. slot:3/mod:10 29 28 1 96.55 
  8170. slot:3/mod:11 20 19 1 95.00 
  8171. slot:3/mod:13 30 30 0 100.00 
  8172. slot:3/mod:15 31 28 3 90.32 
  8173. slot:3/mod:18 6 6 0 100.00 
  8174. slot:3/mod:19 19 19 0 100.00 
  8175. slot:3/mod:2 21 20 1 95.24 
  8176. slot:3/mod:20 25 25 0 100.00 
  8177. slot:3/mod:21 28 27 1 96.43 
  8178. slot:3/mod:22 29 28 1 96.55 
  8179. slot:3/mod:3 18 18 0 100.00 
  8180. slot:3/mod:4 32 31 1 96.88 
  8181. slot:3/mod:5 23 22 1 95.65 
  8182. slot:3/mod:6 20 20 0 100.00 
  8183. slot:3/mod:7 25 23 2 92.00 
  8184. slot:3/mod:8 27 26 1 96.30 
  8185. slot:4/mod:1 26 25 1 96.15 
  8186. slot:4/mod:10 21 21 0 100.00 
  8187. slot:4/mod:11 33 32 1 96.97 
  8188. slot:4/mod:12 25 23 2 92.00 
  8189. slot:4/mod:13 14 13 1 92.86 
  8190. slot:4/mod:14 36 34 2 94.44 
  8191. slot:4/mod:15 22 19 3 86.36 
  8192. slot:4/mod:16 29 29 0 100.00 
  8193. slot:4/mod:17 27 26 1 96.30 
  8194. slot:4/mod:18 17 16 1 94.12 
  8195. slot:4/mod:19 24 22 2 91.67 
  8196. slot:4/mod:2 29 28 1 96.55 
  8197. slot:4/mod:20 35 34 1 97.14 
  8198. slot:4/mod:21 22 22 0 100.00 
  8199. slot:4/mod:22 18 17 1 94.44 
  8200. slot:4/mod:23 30 28 2 93.33 
  8201. slot:4/mod:3 30 27 3 90.00 
  8202. slot:4/mod:4 17 17 0 100.00 
  8203. slot:4/mod:7 23 22 1 95.65 
  8204. slot:4/mod:8 21 21 0 100.00 
  8205. slot:5/mod:1 13 12 1 92.31 
  8206. slot:5/mod:10 17 14 3 82.35 
  8207. Modem Health Check - file: shv1.1 - chassis: usr1 
  8208. 09/13/99 07:00:07 
  8209. slot:x/mod:y Calls Calls Failed Percent 
  8210. Arrived Established Attempts Success 
  8211. ------------ ------- ----------- -------- ------- 
  8212. slot:5/mod:11 23 21 2 91.30 
  8213. slot:5/mod:12 27 25 2 92.59 
  8214. slot:5/mod:13 29 26 3 89.66 
  8215. slot:5/mod:15 36 35 1 97.22 
  8216. slot:5/mod:16 11 11 0 100.00 
  8217. slot:5/mod:18 19 19 0 100.00 
  8218. slot:5/mod:19 19 19 0 100.00 
  8219. slot:5/mod:2 7 7 0 100.00 
  8220. slot:5/mod:20 24 24 0 100.00 
  8221. slot:5/mod:21 29 28 1 96.55 
  8222. slot:5/mod:22 25 24 1 96.00 
  8223. slot:5/mod:23 28 26 2 92.86 
  8224. slot:5/mod:3 23 22 1 95.65 
  8225. slot:5/mod:4 15 13 2 86.67 
  8226. slot:5/mod:5 19 19 0 100.00 
  8227. slot:5/mod:6 16 15 1 93.75 
  8228. slot:5/mod:7 30 30 0 100.00 
  8229. slot:5/mod:8 18 15 3 83.33 
  8230. slot:5/mod:9 24 21 3 87.50 
  8231. slot:6/mod:1 34 31 3 91.18 
  8232. slot:6/mod:10 9 9 0 100.00 
  8233. slot:6/mod:11 30 24 6 80.00 
  8234. slot:6/mod:12 15 15 0 100.00 
  8235. slot:6/mod:13 30 28 2 93.33 
  8236. slot:6/mod:15 32 31 1 96.88 
  8237. slot:6/mod:16 23 22 1 95.65 
  8238. slot:6/mod:17 29 28 1 96.55 
  8239. slot:6/mod:18 21 20 1 95.24 
  8240. slot:6/mod:19 16 16 0 100.00 
  8241. slot:6/mod:2 29 27 2 93.10 
  8242. slot:6/mod:20 6 6 0 100.00 
  8243. slot:6/mod:21 24 24 0 100.00 
  8244. slot:6/mod:22 35 33 2 94.29 
  8245. slot:6/mod:23 29 28 1 96.55 
  8246. slot:6/mod:3 28 28 0 100.00 
  8247. slot:6/mod:4 17 15 2 88.24 
  8248. slot:6/mod:5 27 25 2 92.59 
  8249. slot:6/mod:6 11 11 0 100.00 
  8250. slot:6/mod:7 19 18 1 94.74 
  8251. slot:6/mod:8 27 26 1 96.30 
  8252. slot:6/mod:9 13 13 0 100.00 
  8253. slot:7/mod:1 24 22 2 91.67 
  8254. slot:7/mod:10 29 27 2 93.10 
  8255. slot:7/mod:11 25 22 3 88.00 
  8256. slot:7/mod:12 29 28 1 96.55 
  8257. slot:7/mod:13 24 22 2 91.67 
  8258. slot:7/mod:14 24 21 3 87.50 
  8259. slot:7/mod:15 23 21 2 91.30 
  8260. slot:7/mod:18 31 29 2 93.55 
  8261. slot:7/mod:19 24 24 0 100.00 
  8262. slot:7/mod:2 26 25 1 96.15 
  8263. Modem Health Check - file: shv1.1 - chassis: usr1 
  8264. 09/13/99 07:00:07 
  8265. slot:x/mod:y Calls Calls Failed Percent 
  8266. Arrived Established Attempts Success 
  8267. ------------ ------- ----------- -------- ------- 
  8268. slot:7/mod:20 30 28 2 93.33 
  8269. slot:7/mod:21 5 5 0 100.00 
  8270. slot:7/mod:22 25 24 1 96.00 
  8271. slot:7/mod:23 28 28 0 100.00 
  8272. slot:7/mod:5 14 13 1 92.86 
  8273. slot:7/mod:6 8 8 0 100.00 
  8274. slot:7/mod:7 21 20 1 95.24 
  8275. slot:7/mod:8 29 27 2 93.10 
  8276. slot:7/mod:9 10 10 0 100.00 
  8277. slot:8/mod:1 38 35 3 92.11 
  8278. slot:8/mod:11 19 19 0 100.00 
  8279. slot:8/mod:12 36 33 3 91.67 
  8280. slot:8/mod:13 21 21 0 100.00 
  8281. slot:8/mod:14 27 25 2 92.59 
  8282. slot:8/mod:15 20 19 1 95.00 
  8283. slot:8/mod:16 30 29 1 96.67 
  8284. slot:8/mod:17 32 31 1 96.88 
  8285. slot:8/mod:18 27 26 1 96.30 
  8286. slot:8/mod:19 29 28 1 96.55 
  8287. slot:8/mod:2 32 30 2 93.75 
  8288. slot:8/mod:20 10 10 0 100.00 
  8289. slot:8/mod:21 17 17 0 100.00 
  8290. slot:8/mod:22 27 26 1 96.30 
  8291. slot:8/mod:23 27 24 3 88.89 
  8292. slot:8/mod:3 27 25 2 92.59 
  8293. slot:8/mod:5 29 28 1 96.55 
  8294. slot:8/mod:6 20 19 1 95.00 
  8295. slot:8/mod:7 32 28 4 87.50 
  8296. slot:8/mod:8 31 31 0 100.00 
  8297. slot:9/mod:1 32 29 3 90.62 
  8298. slot:9/mod:10 10 10 0 100.00 
  8299. slot:9/mod:11 21 21 0 100.00 
  8300. slot:9/mod:12 5 5 0 100.00 
  8301. slot:9/mod:13 33 33 0 100.00 
  8302. slot:9/mod:14 9 9 0 100.00 
  8303. slot:9/mod:15 11 11 0 100.00 
  8304. slot:9/mod:16 27 23 4 85.19 
  8305. slot:9/mod:17 27 26 1 96.30 
  8306. slot:9/mod:18 23 22 1 95.65 
  8307. slot:9/mod:19 27 24 3 88.89 
  8308. slot:9/mod:2 25 23 2 92.00 
  8309. slot:9/mod:20 30 27 3 90.00 
  8310. slot:9/mod:21 29 29 0 100.00 
  8311. slot:9/mod:22 34 29 5 85.29 
  8312. slot:9/mod:23 3 3 0 100.00 
  8313. slot:9/mod:3 24 20 4 83.33 
  8314. slot:9/mod:4 3 3 0 100.00 
  8315. slot:9/mod:5 31 29 2 93.55 
  8316. slot:9/mod:6 25 23 2 92.00 
  8317. slot:9/mod:7 19 19 0 100.00 
  8318. slot:9/mod:8 26 24 2 92.31 
  8319. Modem Health Check - file: shv1.1 - chassis: usr1 
  8320. 09/13/99 07:00:07 
  8321. slot:x/mod:y Calls Calls Failed Percent 
  8322. Arrived Established Attempts Success 
  8323. ------------ ------- ----------- -------- ------- 
  8324. slot:9/mod:9 19 18 1 94.74 
  8325. ================================= 
  8326. 95.12% average for chassis 
  8327. =================================
  8328.  
  8329. am
  8330.  
  8331.  
  8332. -
  8333.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  8334.  with "unsubscribe usr-tc" in the body of the message.
  8335.  For information on digests or retrieving files and old messages send
  8336.  "help" to the same address.  Do not use quotes in your message.
  8337.  
  8338.  
  8339. -------------------------------------------------------------------------------
  8340.  
  8341. From: "Eric Billeter" <ebilleter@cableone.net>
  8342. Subject: RE: (usr-tc) Connect %'s
  8343. Date: 14 Sep 1999 14:58:23 -0700
  8344.  
  8345. Total Calls Success        484124
  8346. Total calls Failed        24080
  8347. Call Failure Rate            4.74%
  8348.  
  8349. This is over 17 pops
  8350. Best rate is 2.39
  8351. Worst is 6.49
  8352.  
  8353.  
  8354.  
  8355. -----Original Message-----
  8356. [mailto:owner-usr-tc@lists.xmission.com]On Behalf Of USR TC Mailing list
  8357. account
  8358. Sent: Tuesday, September 14, 1999 2:16 PM
  8359.  
  8360.  
  8361. For comparison, I've knocked up some software that dials out with 2
  8362. couriers and does testing. This setup is a "perfect" setup, ie, there are
  8363. no problems with it that would make it fail. According to that, the
  8364. cumulative logs for the last few days add up to:
  8365.  
  8366. Calls made: 23822
  8367. Calls succeeded: 23501
  8368. Calls failed: 327
  8369. Failure rate: 1.3%
  8370. Ring-No-answer fails: 6
  8371. Busies: 2
  8372. NoCarrier: 248
  8373. NoLoginPrompt: 70
  8374. NoPPP: 1
  8375.  
  8376. The number of failed calls from SNMP works out at 5.52% (93949
  8377. success/5492 failed).
  8378.  
  8379. Ergo, from this roughly 4% of failed calls are due to problems outside the
  8380. racks.
  8381.  
  8382. Hope this helps (and "Hi!" to JP, if yer still out there and didn't get 
  8383. eaten in Canada, eh? :-)
  8384.  
  8385. Cheers, Steve
  8386.  
  8387. On Tue, 14 Sep 1999, Paul Farber wrote:
  8388.  
  8389. > Hello all...
  8390. > Just throwing this out to see if it what others are getting:
  8391. > ARC-I     Total calls received: 51627      6 DSP's
  8392. >     Total calls failed  : 2546
  8393. >     Connection average : 95.07
  8394. > ARC-II    Total calls received: 2318    6 Quad's
  8395. >     Total calls failed  : 86
  8396. >     Connection average : 96.29
  8397. > Total calls received: 53894
  8398. > Total calls failed  : 2631
  8399. > Connection average : 95.12
  8400. > System Date ( Time in GMT )               14-SEP-1999 14:56:13
  8401. > System UpTime:                            34d 04:53:31
  8402. > (Some cards have been rebooted to clear hung modems)
  8403. > This is from a simple perl script that walk the inConnectAttemptFails and
  8404. > inConnectEstablished OID's.
  8405. > It's been hovering around 95% connection rate..... anyone seeing higher
  8406. > than this?
  8407. > Paul D. Farber II
  8408. > Farber Technology
  8409. > Ph. 570-628-5303
  8410. > Fax 570-628-5545
  8411. > farber@admin.f-tech.net
  8412. > -
  8413. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  8414. >  with "unsubscribe usr-tc" in the body of the message.
  8415. >  For information on digests or retrieving files and old messages send
  8416. >  "help" to the same address.  Do not use quotes in your message.
  8417.  
  8418.  
  8419. -
  8420.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  8421.  with "unsubscribe usr-tc" in the body of the message.
  8422.  For information on digests or retrieving files and old messages send
  8423.  "help" to the same address.  Do not use quotes in your message.
  8424.  
  8425.  
  8426.  
  8427.  
  8428. -
  8429.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  8430.  with "unsubscribe usr-tc" in the body of the message.
  8431.  For information on digests or retrieving files and old messages send
  8432.  "help" to the same address.  Do not use quotes in your message.
  8433.  
  8434.  
  8435. -------------------------------------------------------------------------------
  8436.  
  8437. From: Paul Farber <farber@admin.f-tech.net>
  8438. Subject: Re: (usr-tc) Connect %'s
  8439. Date: 14 Sep 1999 18:16:02 -0400 (EDT)
  8440.  
  8441. Was this into a dedicated slot/modem or did you just dial into a hunt
  8442. group?
  8443.  
  8444. Have you modified the default modem template at all??? 
  8445.  
  8446. Would have been nice if you used something other than a courier... kinda
  8447. loads up the test in favor of getting a connection... most customers get
  8448. a .v90 $20 win modem.
  8449.  
  8450. Paul D. Farber II
  8451. Farber Technology
  8452. Ph. 570-628-5303
  8453. Fax 570-628-5545
  8454. farber@admin.f-tech.net
  8455.  
  8456. On Tue, 14 Sep 1999, USR TC Mailing list account wrote:
  8457.  
  8458. > For comparison, I've knocked up some software that dials out with 2
  8459. > couriers and does testing. This setup is a "perfect" setup, ie, there are
  8460. > no problems with it that would make it fail. According to that, the
  8461. > cumulative logs for the last few days add up to:
  8462. > Calls made: 23822
  8463. > Calls succeeded: 23501
  8464. > Calls failed: 327
  8465. > Failure rate: 1.3%
  8466. > Ring-No-answer fails: 6
  8467. > Busies: 2
  8468. > NoCarrier: 248
  8469. > NoLoginPrompt: 70
  8470. > NoPPP: 1
  8471. > The number of failed calls from SNMP works out at 5.52% (93949
  8472. > success/5492 failed).
  8473. > Ergo, from this roughly 4% of failed calls are due to problems outside the
  8474. > racks.
  8475. > Hope this helps (and "Hi!" to JP, if yer still out there and didn't get 
  8476. > eaten in Canada, eh? :-)
  8477. > Cheers, Steve
  8478. > On Tue, 14 Sep 1999, Paul Farber wrote:
  8479.  
  8480.  
  8481. -
  8482.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  8483.  with "unsubscribe usr-tc" in the body of the message.
  8484.  For information on digests or retrieving files and old messages send
  8485.  "help" to the same address.  Do not use quotes in your message.
  8486.  
  8487.  
  8488. -------------------------------------------------------------------------------
  8489.  
  8490. From: Paul Farber <farber@admin.f-tech.net>
  8491. Subject: RE: (usr-tc) Connect %'s
  8492. Date: 14 Sep 1999 18:20:30 -0400 (EDT)
  8493.  
  8494. Feels good to be average!
  8495.  
  8496. Seems that we all have cobbled together our own failure scripts.... Anyone
  8497. gotten their script to busy out a modem that goes over a threshold
  8498. value (hung modem)?  What OID or you using to set it to busy out??
  8499.  
  8500. Paul D. Farber II
  8501. Farber Technology
  8502. Ph. 570-628-5303
  8503. Fax 570-628-5545
  8504. farber@admin.f-tech.net
  8505.  
  8506. On Tue, 14 Sep 1999, Eric Billeter wrote:
  8507.  
  8508. > Total Calls Success        484124
  8509. > Total calls Failed        24080
  8510. > Call Failure Rate            4.74%
  8511. > This is over 17 pops
  8512. > Best rate is 2.39
  8513. > Worst is 6.49
  8514. > -----Original Message-----
  8515. > From: owner-usr-tc@lists.xmission.com
  8516. > [mailto:owner-usr-tc@lists.xmission.com]On Behalf Of USR TC Mailing list
  8517. > account
  8518. > Sent: Tuesday, September 14, 1999 2:16 PM
  8519. > To: usr-tc@lists.xmission.com
  8520. > Subject: Re: (usr-tc) Connect %'s
  8521. > For comparison, I've knocked up some software that dials out with 2
  8522. > couriers and does testing. This setup is a "perfect" setup, ie, there are
  8523. > no problems with it that would make it fail. According to that, the
  8524. > cumulative logs for the last few days add up to:
  8525. > Calls made: 23822
  8526. > Calls succeeded: 23501
  8527. > Calls failed: 327
  8528. > Failure rate: 1.3%
  8529. > Ring-No-answer fails: 6
  8530. > Busies: 2
  8531. > NoCarrier: 248
  8532. > NoLoginPrompt: 70
  8533. > NoPPP: 1
  8534. > The number of failed calls from SNMP works out at 5.52% (93949
  8535. > success/5492 failed).
  8536. > Ergo, from this roughly 4% of failed calls are due to problems outside the
  8537. > racks.
  8538. > Hope this helps (and "Hi!" to JP, if yer still out there and didn't get 
  8539. > eaten in Canada, eh? :-)
  8540. > Cheers, Steve
  8541. > On Tue, 14 Sep 1999, Paul Farber wrote:
  8542. > > Hello all...
  8543. > > 
  8544. > > Just throwing this out to see if it what others are getting:
  8545. > > 
  8546. > > ARC-I     Total calls received: 51627      6 DSP's
  8547. > >     Total calls failed  : 2546
  8548. > >     Connection average : 95.07
  8549. > > ARC-II    Total calls received: 2318    6 Quad's
  8550. > >     Total calls failed  : 86
  8551. > >     Connection average : 96.29
  8552. > > 
  8553. > > Total calls received: 53894
  8554. > > Total calls failed  : 2631
  8555. > > Connection average : 95.12
  8556. > > 
  8557. > > System Date ( Time in GMT )               14-SEP-1999 14:56:13
  8558. > > System UpTime:                            34d 04:53:31
  8559. > > 
  8560. > > (Some cards have been rebooted to clear hung modems)
  8561. > > 
  8562. > > This is from a simple perl script that walk the inConnectAttemptFails and
  8563. > > inConnectEstablished OID's.
  8564. > > 
  8565. > > It's been hovering around 95% connection rate..... anyone seeing higher
  8566. > > than this?
  8567. > > 
  8568. > > 
  8569. > > 
  8570. > > Paul D. Farber II
  8571. > > Farber Technology
  8572. > > Ph. 570-628-5303
  8573. > > Fax 570-628-5545
  8574. > > farber@admin.f-tech.net
  8575. > > 
  8576. > > 
  8577. > > -
  8578. > >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  8579. > >  with "unsubscribe usr-tc" in the body of the message.
  8580. > >  For information on digests or retrieving files and old messages send
  8581. > >  "help" to the same address.  Do not use quotes in your message.
  8582. > > 
  8583. > -
  8584. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  8585. >  with "unsubscribe usr-tc" in the body of the message.
  8586. >  For information on digests or retrieving files and old messages send
  8587. >  "help" to the same address.  Do not use quotes in your message.
  8588. > -
  8589. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  8590. >  with "unsubscribe usr-tc" in the body of the message.
  8591. >  For information on digests or retrieving files and old messages send
  8592. >  "help" to the same address.  Do not use quotes in your message.
  8593.  
  8594.  
  8595. -
  8596.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  8597.  with "unsubscribe usr-tc" in the body of the message.
  8598.  For information on digests or retrieving files and old messages send
  8599.  "help" to the same address.  Do not use quotes in your message.
  8600.  
  8601.  
  8602. -------------------------------------------------------------------------------
  8603.  
  8604. From: "Scot Desort" <scot@njaccess.net>
  8605. Subject: Re: (usr-tc) Connect %'s
  8606. Date: 14 Sep 1999 18:20:44 -0400
  8607.  
  8608. Haven't run any stats on my chassis yet since we really just started using
  8609. it not too long ago. But when we were shopping around, review after review I
  8610. read (for what they're worth in their "simulated real world environments")
  8611. consistently showed the top 4 players (Lucent, Ascend, 3COM, Bay/Nortel)
  8612. averaging between 94 and 97% connect rates. In the real world, 95% is
  8613. probably pretty good (I think).  I can't see any NAS equipment with any true
  8614. diversity in the area it serves, and with a pretty high volume of calls,
  8615. getting much over 97-98% at most.
  8616.  
  8617. ...Scot
  8618.  
  8619. ----- Original Message -----
  8620. Sent: Tuesday, September 14, 1999 3:04 PM
  8621.  
  8622.  
  8623. > Hello all...
  8624. >
  8625. > Just throwing this out to see if it what others are getting:
  8626. >
  8627. > ARC-I Total calls received: 51627      6 DSP's
  8628. > Total calls failed  : 2546
  8629. > Connection average : 95.07
  8630. > ARC-II Total calls received: 2318 6 Quad's
  8631. > Total calls failed  : 86
  8632. > Connection average : 96.29
  8633. >
  8634. > Total calls received: 53894
  8635. > Total calls failed  : 2631
  8636. > Connection average : 95.12
  8637. >
  8638. > System Date ( Time in GMT )               14-SEP-1999 14:56:13
  8639. > System UpTime:                            34d 04:53:31
  8640. >
  8641. > (Some cards have been rebooted to clear hung modems)
  8642. >
  8643. > This is from a simple perl script that walk the inConnectAttemptFails and
  8644. > inConnectEstablished OID's.
  8645. >
  8646. > It's been hovering around 95% connection rate..... anyone seeing higher
  8647. > than this?
  8648. >
  8649. >
  8650. >
  8651. > Paul D. Farber II
  8652. > Farber Technology
  8653. > Ph. 570-628-5303
  8654. > Fax 570-628-5545
  8655. > farber@admin.f-tech.net
  8656. >
  8657. >
  8658. > -
  8659. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  8660. >  with "unsubscribe usr-tc" in the body of the message.
  8661. >  For information on digests or retrieving files and old messages send
  8662. >  "help" to the same address.  Do not use quotes in your message.
  8663. >
  8664.  
  8665.  
  8666. -
  8667.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  8668.  with "unsubscribe usr-tc" in the body of the message.
  8669.  For information on digests or retrieving files and old messages send
  8670.  "help" to the same address.  Do not use quotes in your message.
  8671.  
  8672.  
  8673. -------------------------------------------------------------------------------
  8674.  
  8675. From: "Scot Desort" <scot@njaccess.net>
  8676. Subject: Re: (usr-tc) Connect %'s
  8677. Date: 14 Sep 1999 18:24:02 -0400
  8678.  
  8679. Speaking of default modem templates, has anyone here made any changes to
  8680. theirs, and noticed significant improvements in successful calls or higher
  8681. speeds? Just curious....
  8682.  
  8683. ...Scot
  8684.  
  8685. ----- Original Message -----
  8686. Sent: Tuesday, September 14, 1999 6:16 PM
  8687.  
  8688.  
  8689. > Was this into a dedicated slot/modem or did you just dial into a hunt
  8690. > group?
  8691. >
  8692. > Have you modified the default modem template at all???
  8693. >
  8694. > Would have been nice if you used something other than a courier... kinda
  8695. > loads up the test in favor of getting a connection... most customers get
  8696. > a .v90 $20 win modem.
  8697. >
  8698. > Paul D. Farber II
  8699. > Farber Technology
  8700. > Ph. 570-628-5303
  8701. > Fax 570-628-5545
  8702. > farber@admin.f-tech.net
  8703. >
  8704. > On Tue, 14 Sep 1999, USR TC Mailing list account wrote:
  8705. >
  8706. > > For comparison, I've knocked up some software that dials out with 2
  8707. > > couriers and does testing. This setup is a "perfect" setup, ie, there
  8708. are
  8709. > > no problems with it that would make it fail. According to that, the
  8710. > > cumulative logs for the last few days add up to:
  8711. > >
  8712. > > Calls made: 23822
  8713. > > Calls succeeded: 23501
  8714. > > Calls failed: 327
  8715. > > Failure rate: 1.3%
  8716. > > Ring-No-answer fails: 6
  8717. > > Busies: 2
  8718. > > NoCarrier: 248
  8719. > > NoLoginPrompt: 70
  8720. > > NoPPP: 1
  8721. > >
  8722. > > The number of failed calls from SNMP works out at 5.52% (93949
  8723. > > success/5492 failed).
  8724. > >
  8725. > > Ergo, from this roughly 4% of failed calls are due to problems outside
  8726. the
  8727. > > racks.
  8728. > >
  8729. > > Hope this helps (and "Hi!" to JP, if yer still out there and didn't get
  8730. > > eaten in Canada, eh? :-)
  8731. > >
  8732. > > Cheers, Steve
  8733. > >
  8734. > > On Tue, 14 Sep 1999, Paul Farber wrote:
  8735. >
  8736. >
  8737. > -
  8738. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  8739. >  with "unsubscribe usr-tc" in the body of the message.
  8740. >  For information on digests or retrieving files and old messages send
  8741. >  "help" to the same address.  Do not use quotes in your message.
  8742. >
  8743.  
  8744.  
  8745. -
  8746.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  8747.  with "unsubscribe usr-tc" in the body of the message.
  8748.  For information on digests or retrieving files and old messages send
  8749.  "help" to the same address.  Do not use quotes in your message.
  8750.  
  8751.  
  8752. -------------------------------------------------------------------------------
  8753.  
  8754. From: "Clint R. Sparks" <csparks@cqc.com>
  8755. Subject: Re: (usr-tc) Connect %'s
  8756. Date: 14 Sep 1999 17:28:04 -0500
  8757.  
  8758. Paul,
  8759.  
  8760. Have you tried Hiper DSP code 2.0.81?
  8761.  
  8762. If so what do you think of it?
  8763.  
  8764. Thank you,
  8765.  
  8766. Clint R. Sparks
  8767. ComQuest Internet Services
  8768. csparks@cqc.com
  8769.  
  8770.  
  8771. ----- Original Message -----
  8772. Sent: Tuesday, September 14, 1999 4:58 PM
  8773.  
  8774.  
  8775. > DSP 2.0.19
  8776. > ARC 4.1.59
  8777. > NMC 6.1.17
  8778. >
  8779. > Paul D. Farber II
  8780. > Farber Technology
  8781. > Ph. 570-628-5303
  8782. > Fax 570-628-5545
  8783. > farber@admin.f-tech.net
  8784. >
  8785. > On Tue, 14 Sep 1999, Clint R. Sparks wrote:
  8786. >
  8787. > > Paul,
  8788. > >
  8789. > > What Hiper DSP and Hiper Arc code are you running?
  8790. > >
  8791. > > Clint R. Sparks
  8792. > > ComQuest Internet Services
  8793. > > csparks@cqc.com
  8794. > >
  8795. > >
  8796. > > ----- Original Message -----
  8797. > > From: Paul Farber <farber@admin.f-tech.net>
  8798. > > To: <usr-tc@lists.xmission.com>
  8799. > > Sent: Tuesday, September 14, 1999 2:04 PM
  8800. > > Subject: (usr-tc) Connect %'s
  8801. > >
  8802. > >
  8803. > > > Hello all...
  8804. > > >
  8805. > > > Just throwing this out to see if it what others are getting:
  8806. > > >
  8807. > > > ARC-I Total calls received: 51627      6 DSP's
  8808. > > > Total calls failed  : 2546
  8809. > > > Connection average : 95.07
  8810. > > > ARC-II Total calls received: 2318 6 Quad's
  8811. > > > Total calls failed  : 86
  8812. > > > Connection average : 96.29
  8813. > > >
  8814. > > > Total calls received: 53894
  8815. > > > Total calls failed  : 2631
  8816. > > > Connection average : 95.12
  8817. > > >
  8818. > > > System Date ( Time in GMT )               14-SEP-1999 14:56:13
  8819. > > > System UpTime:                            34d 04:53:31
  8820. > > >
  8821. > > > (Some cards have been rebooted to clear hung modems)
  8822. > > >
  8823. > > > This is from a simple perl script that walk the inConnectAttemptFails
  8824. and
  8825. > > > inConnectEstablished OID's.
  8826. > > >
  8827. > > > It's been hovering around 95% connection rate..... anyone seeing
  8828. higher
  8829. > > > than this?
  8830. > > >
  8831. > > >
  8832. > > >
  8833. > > > Paul D. Farber II
  8834. > > > Farber Technology
  8835. > > > Ph. 570-628-5303
  8836. > > > Fax 570-628-5545
  8837. > > > farber@admin.f-tech.net
  8838. > >
  8839. > >
  8840. > >
  8841. > > -
  8842. > >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  8843. > >  with "unsubscribe usr-tc" in the body of the message.
  8844. > >  For information on digests or retrieving files and old messages send
  8845. > >  "help" to the same address.  Do not use quotes in your message.
  8846. > >
  8847. >
  8848. >
  8849. > -
  8850. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  8851. >  with "unsubscribe usr-tc" in the body of the message.
  8852. >  For information on digests or retrieving files and old messages send
  8853. >  "help" to the same address.  Do not use quotes in your message.
  8854. >
  8855.  
  8856.  
  8857. -
  8858.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  8859.  with "unsubscribe usr-tc" in the body of the message.
  8860.  For information on digests or retrieving files and old messages send
  8861.  "help" to the same address.  Do not use quotes in your message.
  8862.  
  8863.  
  8864. -------------------------------------------------------------------------------
  8865.  
  8866. From: Paul Farber <farber@admin.f-tech.net>
  8867. Subject: Re: (usr-tc) Connect %'s
  8868. Date: 14 Sep 1999 18:43:15 -0400 (EDT)
  8869.  
  8870. No, I haven't.  From the release notes all it really did was add NFAS and
  8871. a few other things that I don't really use.  Plus my support contract
  8872. expired, so I don't have access to the proper ARC/NMC software to make it
  8873. all TCS 3.5(?).
  8874.  
  8875. Paul D. Farber II
  8876. Farber Technology
  8877. Ph. 570-628-5303
  8878. Fax 570-628-5545
  8879. farber@admin.f-tech.net
  8880.  
  8881. On Tue, 14 Sep 1999, Clint R. Sparks wrote:
  8882.  
  8883. > Paul,
  8884. > Have you tried Hiper DSP code 2.0.81?
  8885. > If so what do you think of it?
  8886. > Thank you,
  8887. > Clint R. Sparks
  8888. > ComQuest Internet Services
  8889. > csparks@cqc.com
  8890. > ----- Original Message -----
  8891. > From: Paul Farber <farber@admin.f-tech.net>
  8892. > To: <usr-tc@lists.xmission.com>
  8893. > Sent: Tuesday, September 14, 1999 4:58 PM
  8894. > Subject: Re: (usr-tc) Connect %'s
  8895. > > DSP 2.0.19
  8896. > > ARC 4.1.59
  8897. > > NMC 6.1.17
  8898. > >
  8899. > > Paul D. Farber II
  8900. > > Farber Technology
  8901. > > Ph. 570-628-5303
  8902. > > Fax 570-628-5545
  8903. > > farber@admin.f-tech.net
  8904. > >
  8905. > > On Tue, 14 Sep 1999, Clint R. Sparks wrote:
  8906. > >
  8907. > > > Paul,
  8908. > > >
  8909. > > > What Hiper DSP and Hiper Arc code are you running?
  8910. > > >
  8911. > > > Clint R. Sparks
  8912. > > > ComQuest Internet Services
  8913. > > > csparks@cqc.com
  8914. > > >
  8915. > > >
  8916. > > > ----- Original Message -----
  8917. > > > From: Paul Farber <farber@admin.f-tech.net>
  8918. > > > To: <usr-tc@lists.xmission.com>
  8919. > > > Sent: Tuesday, September 14, 1999 2:04 PM
  8920. > > > Subject: (usr-tc) Connect %'s
  8921. > > >
  8922. > > >
  8923. > > > > Hello all...
  8924. > > > >
  8925. > > > > Just throwing this out to see if it what others are getting:
  8926. > > > >
  8927. > > > > ARC-I Total calls received: 51627      6 DSP's
  8928. > > > > Total calls failed  : 2546
  8929. > > > > Connection average : 95.07
  8930. > > > > ARC-II Total calls received: 2318 6 Quad's
  8931. > > > > Total calls failed  : 86
  8932. > > > > Connection average : 96.29
  8933. > > > >
  8934. > > > > Total calls received: 53894
  8935. > > > > Total calls failed  : 2631
  8936. > > > > Connection average : 95.12
  8937. > > > >
  8938. > > > > System Date ( Time in GMT )               14-SEP-1999 14:56:13
  8939. > > > > System UpTime:                            34d 04:53:31
  8940. > > > >
  8941. > > > > (Some cards have been rebooted to clear hung modems)
  8942. > > > >
  8943. > > > > This is from a simple perl script that walk the inConnectAttemptFails
  8944. > and
  8945. > > > > inConnectEstablished OID's.
  8946. > > > >
  8947. > > > > It's been hovering around 95% connection rate..... anyone seeing
  8948. > higher
  8949. > > > > than this?
  8950. > > > >
  8951. > > > >
  8952. > > > >
  8953. > > > > Paul D. Farber II
  8954. > > > > Farber Technology
  8955. > > > > Ph. 570-628-5303
  8956. > > > > Fax 570-628-5545
  8957. > > > > farber@admin.f-tech.net
  8958. > > >
  8959. > > >
  8960. > > >
  8961. > > > -
  8962. > > >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  8963. > > >  with "unsubscribe usr-tc" in the body of the message.
  8964. > > >  For information on digests or retrieving files and old messages send
  8965. > > >  "help" to the same address.  Do not use quotes in your message.
  8966. > > >
  8967. > >
  8968. > >
  8969. > > -
  8970. > >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  8971. > >  with "unsubscribe usr-tc" in the body of the message.
  8972. > >  For information on digests or retrieving files and old messages send
  8973. > >  "help" to the same address.  Do not use quotes in your message.
  8974. > >
  8975. > -
  8976. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  8977. >  with "unsubscribe usr-tc" in the body of the message.
  8978. >  For information on digests or retrieving files and old messages send
  8979. >  "help" to the same address.  Do not use quotes in your message.
  8980.  
  8981.  
  8982. -
  8983.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  8984.  with "unsubscribe usr-tc" in the body of the message.
  8985.  For information on digests or retrieving files and old messages send
  8986.  "help" to the same address.  Do not use quotes in your message.
  8987.  
  8988.  
  8989. -------------------------------------------------------------------------------
  8990.  
  8991. From: USR TC Mailing list account <usrtc@fop.ns.ca>
  8992. Subject: Re: (usr-tc) Connect %'s
  8993. Date: 14 Sep 1999 19:56:00 -0300 (ADT)
  8994.  
  8995. On Tue, 14 Sep 1999, Paul Farber wrote:
  8996.  
  8997. > Was this into a dedicated slot/modem or did you just dial into a hunt
  8998. > group?
  8999.  
  9000. Into the hunt groups. We've got several pools set up, and each rack has
  9001. calls from up to 5 different pools coming into it.
  9002.  
  9003. > Have you modified the default modem template at all??? 
  9004.  
  9005. Nothing of note that would affect the connection.
  9006.  
  9007. > Would have been nice if you used something other than a courier... kinda
  9008. > loads up the test in favor of getting a connection... most customers get
  9009. > a .v90 $20 win modem.
  9010.  
  9011. That's kinda the point. We want to go in and get an idea of how the racks
  9012. are performing giving a call coming in from a well set up modem. I can
  9013. then generate a graph showing what the call failure %age is, and what the
  9014. call failure %age is due to problems on the racks. This is all tied in
  9015. with SLA's (this is for an ISP that is part of a telco - very weird
  9016. reporting stuff goes on).
  9017.  
  9018. To answer your question in a later email as to what to do when I find a
  9019. bad modem, I have to call a manager who then calls a union supervisor who
  9020. then calls a union worker to go and reset the modem. I'm not allowed to
  9021. know the read/write snmp string. Told you it was weird.
  9022.  
  9023. Cheers, Steve
  9024.  
  9025.  
  9026. -
  9027.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  9028.  with "unsubscribe usr-tc" in the body of the message.
  9029.  For information on digests or retrieving files and old messages send
  9030.  "help" to the same address.  Do not use quotes in your message.
  9031.  
  9032.  
  9033. -------------------------------------------------------------------------------
  9034.  
  9035. From: "Sam Lowe" <slowe@universalcom.net>
  9036. Subject: Re: (usr-tc) Connect %'s
  9037. Date: 14 Sep 1999 18:06:20 -0500
  9038.  
  9039. DSP 2.0.81
  9040. ARC 4.1.59
  9041.  
  9042. Total Connects: 46823
  9043. Total Fails: 1392
  9044. or about 3%
  9045.  
  9046. Worst modem is 7%.
  9047.  
  9048. Samuel S. Lowe
  9049. Director, Data Services
  9050. UniversalCom, Inc.
  9051. slowe@universalcom.net
  9052.  
  9053. ----- Original Message -----
  9054. Sent: Tuesday, September 14, 1999 4:58 PM
  9055.  
  9056.  
  9057.  
  9058. > > > Hello all...
  9059. > > >
  9060. > > > Just throwing this out to see if it what others are getting:
  9061. > > >
  9062. > > > ARC-I Total calls received: 51627      6 DSP's
  9063. > > > Total calls failed  : 2546
  9064. > > > Connection average : 95.07
  9065. > > > ARC-II Total calls received: 2318 6 Quad's
  9066. > > > Total calls failed  : 86
  9067. > > > Connection average : 96.29
  9068. > > >
  9069. > > > Total calls received: 53894
  9070. > > > Total calls failed  : 2631
  9071. > > > Connection average : 95.12
  9072. > > >
  9073. > > > System Date ( Time in GMT )               14-SEP-1999 14:56:13
  9074. > > > System UpTime:                            34d 04:53:31
  9075. > > >
  9076. > > > (Some cards have been rebooted to clear hung modems)
  9077. > > >
  9078. > > > This is from a simple perl script that walk the inConnectAttemptFails
  9079. and
  9080. > > > inConnectEstablished OID's.
  9081. > > >
  9082. > > > It's been hovering around 95% connection rate..... anyone seeing
  9083. higher
  9084. > > > than this?
  9085. > > >
  9086. > > >
  9087. > > >
  9088. > > > Paul D. Farber II
  9089. > > > Farber Technology
  9090. > > > Ph. 570-628-5303
  9091. > > > Fax 570-628-5545
  9092. > > > farber@admin.f-tech.net
  9093. > >
  9094. > >
  9095. > >
  9096. > > -
  9097. > >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  9098. > >  with "unsubscribe usr-tc" in the body of the message.
  9099. > >  For information on digests or retrieving files and old messages send
  9100. > >  "help" to the same address.  Do not use quotes in your message.
  9101. > >
  9102. >
  9103. >
  9104. > -
  9105. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  9106. >  with "unsubscribe usr-tc" in the body of the message.
  9107. >  For information on digests or retrieving files and old messages send
  9108. >  "help" to the same address.  Do not use quotes in your message.
  9109.  
  9110.  
  9111. -
  9112.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  9113.  with "unsubscribe usr-tc" in the body of the message.
  9114.  For information on digests or retrieving files and old messages send
  9115.  "help" to the same address.  Do not use quotes in your message.
  9116.  
  9117.  
  9118. -------------------------------------------------------------------------------
  9119.  
  9120. From: "Clint R. Sparks" <csparks@cqc.com>
  9121. Subject: Re: (usr-tc) Connect %'s
  9122. Date: 14 Sep 1999 18:32:30 -0500
  9123.  
  9124. Sam,
  9125.  
  9126. 3com is working with us right now on a connect speed problem and wants us to
  9127. go to Hiper DSP code 2.0.81, what do you think of it?
  9128.  
  9129. Have you had any problems with it?
  9130.  
  9131. Thank you,
  9132.  
  9133. Clint R. Sparks
  9134. ComQuest Internet Services
  9135. csparks@cqc.com
  9136.  
  9137.  
  9138. ----- Original Message -----
  9139. Sent: Tuesday, September 14, 1999 6:06 PM
  9140.  
  9141.  
  9142. > DSP 2.0.81
  9143. > ARC 4.1.59
  9144. >
  9145. > Total Connects: 46823
  9146. > Total Fails: 1392
  9147. > or about 3%
  9148. >
  9149. > Worst modem is 7%.
  9150. >
  9151. > Samuel S. Lowe
  9152. > Director, Data Services
  9153. > UniversalCom, Inc.
  9154. > slowe@universalcom.net
  9155. >
  9156. > ----- Original Message -----
  9157. > From: Paul Farber <farber@admin.f-tech.net>
  9158. > To: <usr-tc@lists.xmission.com>
  9159. > Sent: Tuesday, September 14, 1999 4:58 PM
  9160. > Subject: Re: (usr-tc) Connect %'s
  9161. >
  9162. >
  9163. >
  9164. > > > > Hello all...
  9165. > > > >
  9166. > > > > Just throwing this out to see if it what others are getting:
  9167. > > > >
  9168. > > > > ARC-I Total calls received: 51627      6 DSP's
  9169. > > > > Total calls failed  : 2546
  9170. > > > > Connection average : 95.07
  9171. > > > > ARC-II Total calls received: 2318 6 Quad's
  9172. > > > > Total calls failed  : 86
  9173. > > > > Connection average : 96.29
  9174. > > > >
  9175. > > > > Total calls received: 53894
  9176. > > > > Total calls failed  : 2631
  9177. > > > > Connection average : 95.12
  9178. > > > >
  9179. > > > > System Date ( Time in GMT )               14-SEP-1999 14:56:13
  9180. > > > > System UpTime:                            34d 04:53:31
  9181. > > > >
  9182. > > > > (Some cards have been rebooted to clear hung modems)
  9183. > > > >
  9184. > > > > This is from a simple perl script that walk the
  9185. inConnectAttemptFails
  9186. > and
  9187. > > > > inConnectEstablished OID's.
  9188. > > > >
  9189. > > > > It's been hovering around 95% connection rate..... anyone seeing
  9190. > higher
  9191. > > > > than this?
  9192. > > > >
  9193. > > > >
  9194. > > > >
  9195. > > > > Paul D. Farber II
  9196. > > > > Farber Technology
  9197. > > > > Ph. 570-628-5303
  9198. > > > > Fax 570-628-5545
  9199. > > > > farber@admin.f-tech.net
  9200. > > >
  9201. > > >
  9202. > > >
  9203. > > > -
  9204. > > >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  9205. > > >  with "unsubscribe usr-tc" in the body of the message.
  9206. > > >  For information on digests or retrieving files and old messages send
  9207. > > >  "help" to the same address.  Do not use quotes in your message.
  9208. > > >
  9209. > >
  9210. > >
  9211. > > -
  9212. > >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  9213. > >  with "unsubscribe usr-tc" in the body of the message.
  9214. > >  For information on digests or retrieving files and old messages send
  9215. > >  "help" to the same address.  Do not use quotes in your message.
  9216. >
  9217. >
  9218. > -
  9219. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  9220. >  with "unsubscribe usr-tc" in the body of the message.
  9221. >  For information on digests or retrieving files and old messages send
  9222. >  "help" to the same address.  Do not use quotes in your message.
  9223. >
  9224.  
  9225.  
  9226. -
  9227.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  9228.  with "unsubscribe usr-tc" in the body of the message.
  9229.  For information on digests or retrieving files and old messages send
  9230.  "help" to the same address.  Do not use quotes in your message.
  9231.  
  9232.  
  9233. -------------------------------------------------------------------------------
  9234.  
  9235. From: Mike Andrews <mandrews@bit0.com>
  9236. Subject: Re: (usr-tc) Connect %'s
  9237. Date: 14 Sep 1999 19:38:34 -0400 (EDT)
  9238.  
  9239. On Tue, 14 Sep 1999, Paul Farber wrote:
  9240.  
  9241. > Hello all...
  9242. > Just throwing this out to see if it what others are getting:
  9243. > ARC-I     Total calls received: 51627      6 DSP's
  9244. >     Total calls failed  : 2546
  9245. >     Connection average : 95.07
  9246. > ARC-II    Total calls received: 2318    6 Quad's
  9247. >     Total calls failed  : 86
  9248. >     Connection average : 96.29
  9249. > Total calls received: 53894
  9250. > Total calls failed  : 2631
  9251. > Connection average : 95.12
  9252. > System Date ( Time in GMT )               14-SEP-1999 14:56:13
  9253. > System UpTime:                            34d 04:53:31
  9254. > (Some cards have been rebooted to clear hung modems)
  9255. > This is from a simple perl script that walk the inConnectAttemptFails and
  9256. > inConnectEstablished OID's.
  9257.  
  9258.  
  9259. What's the exact OID's you're using?  Those names don't exist in my MIB...
  9260.  
  9261. Is your script on a web page somewhere, or did you only post it here?
  9262. Guess I better dig through the list archives. :)
  9263.  
  9264. FWIW, I've found 4 different OIDs of interest:
  9265.  
  9266. * usrinCallmodemNotAvail [1.3.6.1.4.1.429.1.27.2.1.10]
  9267. PER-DSP-CARD (not per channel) counter of "modem unavailable" errors.
  9268. i.e. call comes in and the DSP refused to pick it up -- the old 'dead-air'
  9269. syndrome that was pretty much fixed a few releases back.  This one seems
  9270. to stay at zero for me on DSP 2.0.81...
  9271.  
  9272. * mdmEvInConnectEstabs [1.3.6.1.4.1.429.1.6.10.1.1.4]
  9273. Successful connects.
  9274.  
  9275. * mdmEvConnectAttemptFails [1.3.6.1.4.1.429.1.6.10.1.1.8]
  9276. Failed connects.
  9277.  
  9278. * mdmEvInConnectAttemptFails [1.3.6.1.4.1.429.1.6.10.1.1.24]
  9279. Also failed connects!
  9280.  
  9281. For Quads, both of the failed connect OID's appear to be identical.
  9282.  
  9283. But for DSP's, they're a lot different.
  9284.  
  9285. It appears that on DSP's, the second OID includes things like a voice call
  9286. hitting the modem pool and hanging up on the answer tone, and the OID
  9287. above doesn't -- seems to be for DSP problems only.
  9288.  
  9289. For example, when a DSP card gets rebooted, the first OID counter shoots
  9290. up to about 50 (as people try to call while it's in the midst of
  9291. rebooting, even if you busied it out first?), then stays there and never
  9292. moves much past that.  The second one grows for any call failure of any
  9293. type, whether it's a buggy v.90 modem or whether it's a voice call
  9294. (hopefully a telemarketer getting an earful of carrier).
  9295.  
  9296. Since things like voice calls make the failure counters go up, it doesn't
  9297. make a lot of sense to use this to judge the quality of 3Com's v.90 code.
  9298. Especially when nobody's doing a similar comparison on, say, Cisco or
  9299. Ascend servers.
  9300.  
  9301. Anyone else noticing any other patterns?
  9302.  
  9303.  
  9304.  
  9305.  
  9306. -
  9307.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  9308.  with "unsubscribe usr-tc" in the body of the message.
  9309.  For information on digests or retrieving files and old messages send
  9310.  "help" to the same address.  Do not use quotes in your message.
  9311.  
  9312.  
  9313. -------------------------------------------------------------------------------
  9314.  
  9315. From: K Mitchell <mitch@keyconn.net>
  9316. Subject: (usr-tc) DSP Core Dump
  9317. Date: 14 Sep 1999 20:39:34 -0400
  9318.  
  9319. Connecting to the DSP Console port shows the following shortly after any
  9320. call is connected to it;
  9321. *** CORE DUMP ***
  9322.  
  9323. At 19:43:48  07/02/96
  9324.  
  9325. Total Uptime: 00:02:23
  9326.  
  9327. S/W Rev. 2.0.81.0 built 04/27/99 12:56:12
  9328.  
  9329. Mail() error    Task = IDL
  9330.  
  9331. Q_SEND Failed: ulStatus = 0x7
  9332. LAST MSG 214  5  4   IDL(018)=>DST(021) 000  00000000
  9333.  
  9334.  
  9335. BEAR  FFFFFFFE   BESR  00000000   BR0   FC580502   BR1   0C1C4202
  9336. BR2   08584202   BR3   1078C200   BR4   04594387   BR5   00594101
  9337. BR6   04590A0E   BR7   00590A0E   DCCR  80008000   DEAR  FFFFFFFF
  9338. ESR   00000000   EVPR  80000000   EXIER 00800009   EXISR 0000000A
  9339. ICCR  80008001   IOCR  0000C001   MSR   00001200   PVR   00000020
  9340. PIT   00000000   SRR0  8000B920   SRR1  00001200   SRR2  3FFEFE00
  9341. SRR3  00000000   TBHI  00000002   TBLO  070844ED   TCR   FC000000
  9342. TSR   0C000000   LR    80006BFC
  9343.  
  9344.  
  9345. ** Stack Trace **
  9346.  
  9347. 80005444
  9348. 80006BF8
  9349. 80130C14
  9350.  
  9351. Does anybody have any ideas what the hell is wrong with my card???
  9352.  
  9353. -- 
  9354. Kirk Mitchell-General Manager        mitch@keyconn.net
  9355. Keystone Connect                     Unlock Your World
  9356. Altoona, PA   814-941-5000      http://www.keyconn.net
  9357.  
  9358.  
  9359. -
  9360.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  9361.  with "unsubscribe usr-tc" in the body of the message.
  9362.  For information on digests or retrieving files and old messages send
  9363.  "help" to the same address.  Do not use quotes in your message.
  9364.  
  9365.  
  9366. -------------------------------------------------------------------------------
  9367.  
  9368. From: "Sam Lowe" <slowe@universalcom.net>
  9369. Subject: Re: (usr-tc) Connect %'s
  9370. Date: 14 Sep 1999 19:44:00 -0500
  9371.  
  9372. Clint,
  9373.  
  9374. We have had no problems with this code release. We have had a continuing
  9375. problem with ISDN connections that seemingly lock up (can't route anything
  9376. but ICMP packets), but this problem was present before we did the last
  9377. software upgrade.  We skipped over the 2.0.19 load entirely.
  9378.  
  9379. We have seen no decrease in general connect speeds.
  9380.  
  9381. Sam
  9382.  
  9383. ----- Original Message -----
  9384. Sent: Tuesday, September 14, 1999 6:32 PM
  9385.  
  9386.  
  9387. > Sam,
  9388. >
  9389. > 3com is working with us right now on a connect speed problem and wants us
  9390. to
  9391. > go to Hiper DSP code 2.0.81, what do you think of it?
  9392. >
  9393. > Have you had any problems with it?
  9394. >
  9395. > Thank you,
  9396. >
  9397. > Clint R. Sparks
  9398. > ComQuest Internet Services
  9399. > csparks@cqc.com
  9400. >
  9401. >
  9402. > ----- Original Message -----
  9403. > From: Sam Lowe <slowe@universalcom.net>
  9404. > To: <usr-tc@lists.xmission.com>
  9405. > Sent: Tuesday, September 14, 1999 6:06 PM
  9406. > Subject: Re: (usr-tc) Connect %'s
  9407. >
  9408. >
  9409. > > DSP 2.0.81
  9410. > > ARC 4.1.59
  9411. > >
  9412. > > Total Connects: 46823
  9413. > > Total Fails: 1392
  9414. > > or about 3%
  9415. > >
  9416. > > Worst modem is 7%.
  9417. > >
  9418. > > Samuel S. Lowe
  9419. > > Director, Data Services
  9420. > > UniversalCom, Inc.
  9421. > > slowe@universalcom.net
  9422. > >
  9423. > > ----- Original Message -----
  9424. > > From: Paul Farber <farber@admin.f-tech.net>
  9425. > > To: <usr-tc@lists.xmission.com>
  9426. > > Sent: Tuesday, September 14, 1999 4:58 PM
  9427. > > Subject: Re: (usr-tc) Connect %'s
  9428. > >
  9429. > >
  9430. > >
  9431. > > > > > Hello all...
  9432. > > > > >
  9433. > > > > > Just throwing this out to see if it what others are getting:
  9434. > > > > >
  9435. > > > > > ARC-I Total calls received: 51627      6 DSP's
  9436. > > > > > Total calls failed  : 2546
  9437. > > > > > Connection average : 95.07
  9438. > > > > > ARC-II Total calls received: 2318 6 Quad's
  9439. > > > > > Total calls failed  : 86
  9440. > > > > > Connection average : 96.29
  9441. > > > > >
  9442. > > > > > Total calls received: 53894
  9443. > > > > > Total calls failed  : 2631
  9444. > > > > > Connection average : 95.12
  9445. > > > > >
  9446. > > > > > System Date ( Time in GMT )               14-SEP-1999 14:56:13
  9447. > > > > > System UpTime:                            34d 04:53:31
  9448. > > > > >
  9449. > > > > > (Some cards have been rebooted to clear hung modems)
  9450. > > > > >
  9451. > > > > > This is from a simple perl script that walk the
  9452. > inConnectAttemptFails
  9453. > > and
  9454. > > > > > inConnectEstablished OID's.
  9455. > > > > >
  9456. > > > > > It's been hovering around 95% connection rate..... anyone seeing
  9457. > > higher
  9458. > > > > > than this?
  9459. > > > > >
  9460. > > > > >
  9461. > > > > >
  9462. > > > > > Paul D. Farber II
  9463. > > > > > Farber Technology
  9464. > > > > > Ph. 570-628-5303
  9465. > > > > > Fax 570-628-5545
  9466. > > > > > farber@admin.f-tech.net
  9467. > > > >
  9468. > > > >
  9469. > > > >
  9470. > > > > -
  9471. > > > >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  9472. > > > >  with "unsubscribe usr-tc" in the body of the message.
  9473. > > > >  For information on digests or retrieving files and old messages
  9474. send
  9475. > > > >  "help" to the same address.  Do not use quotes in your message.
  9476. > > > >
  9477. > > >
  9478. > > >
  9479. > > > -
  9480. > > >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  9481. > > >  with "unsubscribe usr-tc" in the body of the message.
  9482. > > >  For information on digests or retrieving files and old messages send
  9483. > > >  "help" to the same address.  Do not use quotes in your message.
  9484. > >
  9485. > >
  9486. > > -
  9487. > >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  9488. > >  with "unsubscribe usr-tc" in the body of the message.
  9489. > >  For information on digests or retrieving files and old messages send
  9490. > >  "help" to the same address.  Do not use quotes in your message.
  9491. > >
  9492. >
  9493. >
  9494. > -
  9495. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  9496. >  with "unsubscribe usr-tc" in the body of the message.
  9497. >  For information on digests or retrieving files and old messages send
  9498. >  "help" to the same address.  Do not use quotes in your message.
  9499. >
  9500.  
  9501.  
  9502. -
  9503.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  9504.  with "unsubscribe usr-tc" in the body of the message.
  9505.  For information on digests or retrieving files and old messages send
  9506.  "help" to the same address.  Do not use quotes in your message.
  9507.  
  9508.  
  9509. -------------------------------------------------------------------------------
  9510.  
  9511. From: Paul Farber <farber@admin.f-tech.net>
  9512. Subject: Re: (usr-tc) Connect %'s
  9513. Date: 14 Sep 1999 21:41:37 -0400 (EDT)
  9514.  
  9515. > What's the exact OID's you're using?  Those names don't exist in my
  9516. MIB...
  9517.  
  9518. They are abbreviations the I used in a perl script.  I use
  9519.  
  9520. > * mdmEvInConnectEstabs [1.3.6.1.4.1.429.1.6.10.1.1.4]
  9521. > Successful connects.
  9522.  
  9523. > * mdmEvInConnectAttemptFails [1.3.6.1.4.1.429.1.6.10.1.1.24]
  9524. > Also failed connects!
  9525.  
  9526. I didn't think of / see the mdmEvConnectAttemptFails MIB.... will have to
  9527. add that.
  9528.  
  9529. Paul D. Farber II
  9530. Farber Technology
  9531. Ph. 570-628-5303
  9532. Fax 570-628-5545
  9533. farber@admin.f-tech.net
  9534.  
  9535. On Tue, 14 Sep 1999, Mike Andrews wrote:
  9536.  
  9537. > On Tue, 14 Sep 1999, Paul Farber wrote:
  9538. > > Hello all...
  9539. > > 
  9540. > > Just throwing this out to see if it what others are getting:
  9541. > > 
  9542. > > ARC-I     Total calls received: 51627      6 DSP's
  9543. > >     Total calls failed  : 2546
  9544. > >     Connection average : 95.07
  9545. > > ARC-II    Total calls received: 2318    6 Quad's
  9546. > >     Total calls failed  : 86
  9547. > >     Connection average : 96.29
  9548. > > 
  9549. > > Total calls received: 53894
  9550. > > Total calls failed  : 2631
  9551. > > Connection average : 95.12
  9552. > > 
  9553. > > System Date ( Time in GMT )               14-SEP-1999 14:56:13
  9554. > > System UpTime:                            34d 04:53:31
  9555. > > 
  9556. > > (Some cards have been rebooted to clear hung modems)
  9557. > > 
  9558. > > This is from a simple perl script that walk the inConnectAttemptFails and
  9559. > > inConnectEstablished OID's.
  9560. > What's the exact OID's you're using?  Those names don't exist in my MIB...
  9561. > Is your script on a web page somewhere, or did you only post it here?
  9562. > Guess I better dig through the list archives. :)
  9563. > FWIW, I've found 4 different OIDs of interest:
  9564. > * usrinCallmodemNotAvail [1.3.6.1.4.1.429.1.27.2.1.10]
  9565. > PER-DSP-CARD (not per channel) counter of "modem unavailable" errors.
  9566. > i.e. call comes in and the DSP refused to pick it up -- the old 'dead-air'
  9567. > syndrome that was pretty much fixed a few releases back.  This one seems
  9568. > to stay at zero for me on DSP 2.0.81...
  9569. > * mdmEvInConnectEstabs [1.3.6.1.4.1.429.1.6.10.1.1.4]
  9570. > Successful connects.
  9571. > * mdmEvConnectAttemptFails [1.3.6.1.4.1.429.1.6.10.1.1.8]
  9572. > Failed connects.
  9573. > * mdmEvInConnectAttemptFails [1.3.6.1.4.1.429.1.6.10.1.1.24]
  9574. > Also failed connects!
  9575. > For Quads, both of the failed connect OID's appear to be identical.
  9576. > But for DSP's, they're a lot different.
  9577. > It appears that on DSP's, the second OID includes things like a voice call
  9578. > hitting the modem pool and hanging up on the answer tone, and the OID
  9579. > above doesn't -- seems to be for DSP problems only.
  9580. > For example, when a DSP card gets rebooted, the first OID counter shoots
  9581. > up to about 50 (as people try to call while it's in the midst of
  9582. > rebooting, even if you busied it out first?), then stays there and never
  9583. > moves much past that.  The second one grows for any call failure of any
  9584. > type, whether it's a buggy v.90 modem or whether it's a voice call
  9585. > (hopefully a telemarketer getting an earful of carrier).
  9586. > Since things like voice calls make the failure counters go up, it doesn't
  9587. > make a lot of sense to use this to judge the quality of 3Com's v.90 code.
  9588. > Especially when nobody's doing a similar comparison on, say, Cisco or
  9589. > Ascend servers.
  9590. > Anyone else noticing any other patterns?
  9591. > -
  9592. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  9593. >  with "unsubscribe usr-tc" in the body of the message.
  9594. >  For information on digests or retrieving files and old messages send
  9595. >  "help" to the same address.  Do not use quotes in your message.
  9596.  
  9597.  
  9598. -
  9599.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  9600.  with "unsubscribe usr-tc" in the body of the message.
  9601.  For information on digests or retrieving files and old messages send
  9602.  "help" to the same address.  Do not use quotes in your message.
  9603.  
  9604.  
  9605. -------------------------------------------------------------------------------
  9606.  
  9607. From: "Fred Williams" <fwilliams@gtnet.gov.uk>
  9608. Subject: Re: (usr-tc) Connect %'s
  9609. Date: 15 Sep 1999 09:26:06 +0100
  9610.  
  9611. My average is about the same.  This is on the UK phone system.
  9612.  
  9613. On 14 Sep 99, at 15:04, Paul Farber wrote:
  9614.  
  9615. > Hello all...
  9616. > Just throwing this out to see if it what others are getting:
  9617. > ARC-I     Total calls received: 51627      6 DSP's
  9618. >  Total calls failed  : 2546
  9619. >  Connection average : 95.07
  9620. > ARC-II    Total calls received: 2318    6 Quad's
  9621. >  Total calls failed  : 86
  9622. >  Connection average : 96.29
  9623. > Total calls received: 53894
  9624. > Total calls failed  : 2631
  9625. > Connection average : 95.12
  9626. > System Date ( Time in GMT )               14-SEP-1999 14:56:13
  9627. > System UpTime:                            34d 04:53:31
  9628. > (Some cards have been rebooted to clear hung modems)
  9629. > This is from a simple perl script that walk the inConnectAttemptFails
  9630. > and inConnectEstablished OID's.
  9631. > It's been hovering around 95% connection rate..... anyone seeing
  9632. > higher than this?
  9633.  
  9634.  
  9635. ****************************************************************
  9636. * Fred Williams                 email   fwilliams@gtnet.gov.uk *
  9637. * CCTA                          voice   01603 704706           *
  9638. * Rosebery Court                GTN     3040 4706              *
  9639. * St Andrews Business Park      fax     01603 704817           *
  9640. * NORWICH                       GTN fax 3040 4817              *
  9641. * NR7 0HS  UK                                                  *
  9642. ****************************************************************
  9643.  
  9644. -
  9645.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  9646.  with "unsubscribe usr-tc" in the body of the message.
  9647.  For information on digests or retrieving files and old messages send
  9648.  "help" to the same address.  Do not use quotes in your message.
  9649.  
  9650.  
  9651. -------------------------------------------------------------------------------
  9652.  
  9653. From: "Steve Drees" <drees@the-bridge.net>
  9654. Subject: (usr-tc) HiperARC equivalent of portmaster show line0
  9655. Date: 15 Sep 1999 09:04:44 -0500
  9656.  
  9657. On a portmaster 3 I can issue a show line0 and get a nice table showing
  9658. alarms and violations on the PRI. What's the equivalent command on a
  9659. HiperARC?
  9660.  
  9661.  
  9662. -
  9663.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  9664.  with "unsubscribe usr-tc" in the body of the message.
  9665.  For information on digests or retrieving files and old messages send
  9666.  "help" to the same address.  Do not use quotes in your message.
  9667.  
  9668.  
  9669. -------------------------------------------------------------------------------
  9670.  
  9671. From: jeff.binkley@asacomp.com (Jeff Binkley)
  9672. Subject: Re: (usr-tc) Connect %'s
  9673. Date: 15 Sep 1999 09:45:00 -0500
  9674.  
  9675.  
  9676.  
  9677.  
  9678. As long as your users aren't buying the Soundblaster 56 modems.  We've 
  9679. ended up switching out all of our users that have them.  Either they 
  9680. can't connect at all or get random disconnects.  Their latest code is no 
  9681. help.  We are starting to tell customers that call in with them that 
  9682. either they will need to buy a new modem or go elsewhere.  I hate 
  9683. telling customers that.
  9684.  
  9685. Jeff Binkley
  9686. ASA Network Computing
  9687.  
  9688.  
  9689.  
  9690. u>Haven't run any stats on my chassis yet since we really just started
  9691. u>using it not too long ago. But when we were shopping around, review
  9692. u>after review I read (for what they're worth in their "simulated real
  9693. u>world environments") consistently showed the top 4 players (Lucent,
  9694. u>Ascend, 3COM, Bay/Nortel) averaging between 94 and 97% connect rates.
  9695. u>In the real world, 95% is probably pretty good (I think).  I can't see
  9696. u>any NAS equipment with any true diversity in the area it serves, and
  9697. u>with a pretty high volume of calls, getting much over 97-98% at most.
  9698.  
  9699. u>....Scot
  9700.  
  9701. u>----- Original Message -----
  9702. u>From: Paul Farber <farber@admin.f-tech.net>
  9703. u>To: <usr-tc@lists.xmission.com>
  9704. u>Sent: Tuesday, September 14, 1999 3:04 PM
  9705. u>Subject: (usr-tc) Connect %'s
  9706.  
  9707.  
  9708. u>> Hello all...
  9709. u>>
  9710. u>> Just throwing this out to see if it what others are getting:
  9711. u>>
  9712. u>> ARC-I Total calls received: 51627      6 DSP's
  9713. u>> Total calls failed  : 2546
  9714. u>> Connection average : 95.07
  9715. u>> ARC-II Total calls received: 2318 6 Quad's
  9716. u>> Total calls failed  : 86
  9717. u>> Connection average : 96.29
  9718. u>>
  9719. u>> Total calls received: 53894
  9720. u>> Total calls failed  : 2631
  9721. u>> Connection average : 95.12
  9722. u>>
  9723. u>> System Date ( Time in GMT )               14-SEP-1999 14:56:13
  9724. u>> System UpTime:                            34d 04:53:31
  9725. u>>
  9726. u>> (Some cards have been rebooted to clear hung modems)
  9727. u>>
  9728. u>> This is from a simple perl script that walk the
  9729. u>> inConnectAttemptFails and inConnectEstablished OID's.
  9730. u>>
  9731. u>> It's been hovering around 95% connection rate..... anyone seeing
  9732. u>> higher than this?
  9733. u>>
  9734. u>>
  9735. u>>
  9736. u>> Paul D. Farber II
  9737. u>> Farber Technology
  9738. u>> Ph. 570-628-5303
  9739. u>> Fax 570-628-5545
  9740. u>> farber@admin.f-tech.net
  9741. u>>
  9742. u>>
  9743. u>> -
  9744. u>>  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  9745. u>>  with "unsubscribe usr-tc" in the body of the message.
  9746. u>>  For information on digests or retrieving files and old messages
  9747. u>>  send "help" to the same address.  Do not use quotes in your
  9748. u>message. >
  9749.  
  9750.  
  9751. u>-
  9752. u> To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  9753. u> with "unsubscribe usr-tc" in the body of the message.
  9754. u> For information on digests or retrieving files and old messages send
  9755. u> "help" to the same address.  Do not use quotes in your message.
  9756.  
  9757. CMPQwk 1.42 9999
  9758.  
  9759.  
  9760. -
  9761.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  9762.  with "unsubscribe usr-tc" in the body of the message.
  9763.  For information on digests or retrieving files and old messages send
  9764.  "help" to the same address.  Do not use quotes in your message.
  9765.  
  9766.  
  9767. -------------------------------------------------------------------------------
  9768.  
  9769. From: Jeff Mcadams <jeffm@iglou.com>
  9770. Subject: Re: (usr-tc) HiperARC equivalent of portmaster show line0
  9771. Date: 15 Sep 1999 10:18:18 -0400
  9772.  
  9773. Thus spake Steve Drees
  9774. >On a portmaster 3 I can issue a show line0 and get a nice table showing
  9775. >alarms and violations on the PRI. What's the equivalent command on a
  9776. >HiperARC?
  9777.  
  9778. I don't think there is.  In the PM's, the whole system is a single
  9779. system image...meaning the same image that runs the IP stack, also runs
  9780. the modems, and PRI signaling, etc.  In the TC, those are handled by
  9781. different cards running different software images.  The HiPer Arc is
  9782. responsible for the IP stack, and DTE signaling, there are other cards
  9783. that have their own images running the modem code and PRI signaling.  If
  9784. you're using DSP's, the modem code and PRI signaling is in one image,
  9785. but if you're using the old school quads and dual-pri cards, the modem
  9786. code is obviously on the quad cards and the pri signaling is on the
  9787. pri-card, so even those functions might be split between cards.
  9788. -- 
  9789. Jeff McAdams                            Email: jeffm@iglou.com
  9790. Head Network Administrator              Voice: (502) 966-3848
  9791. IgLou Internet Services                        (800) 436-4456
  9792.  
  9793. -
  9794.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  9795.  with "unsubscribe usr-tc" in the body of the message.
  9796.  For information on digests or retrieving files and old messages send
  9797.  "help" to the same address.  Do not use quotes in your message.
  9798.  
  9799.  
  9800. -------------------------------------------------------------------------------
  9801.  
  9802. From: Clayton Zekelman <clayton@MNSi.Net>
  9803. Subject: Re: (usr-tc) HiperARC equivalent of portmaster show line0
  9804. Date: 15 Sep 1999 10:20:25 -0400
  9805.  
  9806. Alarms and Line Violations are tracked on your HiperDSP or Dual PRI card,
  9807. not the HiperARC.  You would have to use TCM's performance monitor or the
  9808. CLI on the cards to find the information.
  9809.  
  9810. At 09:04 AM 9/15/99 -0500, you wrote:
  9811. >On a portmaster 3 I can issue a show line0 and get a nice table showing
  9812. >alarms and violations on the PRI. What's the equivalent command on a
  9813. >HiperARC?
  9814. >
  9815. >
  9816. >-
  9817. > To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  9818. > with "unsubscribe usr-tc" in the body of the message.
  9819. > For information on digests or retrieving files and old messages send
  9820. > "help" to the same address.  Do not use quotes in your message.
  9821. ---
  9822. Clayton Zekelman
  9823. Managed Network Systems Inc. (MNSi)
  9824. 875 Ouellette Avenue
  9825. Windsor, Ontario
  9826. N9A 4J6
  9827.  
  9828. tel. 519-985-8410
  9829. fax. 519-258-3009
  9830.  
  9831. -
  9832.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  9833.  with "unsubscribe usr-tc" in the body of the message.
  9834.  For information on digests or retrieving files and old messages send
  9835.  "help" to the same address.  Do not use quotes in your message.
  9836.  
  9837.  
  9838. -------------------------------------------------------------------------------
  9839.  
  9840. From: Jeff Mcadams <jeffm@iglou.com>
  9841. Subject: (usr-tc) HiPer Arc improvement thoughts followup :)
  9842. Date: 15 Sep 1999 11:12:23 -0400
  9843.  
  9844. OK...posted last week some of my thoughts on where I think the HiPer Arc
  9845. and Total Control platform(s) should go as far as further development.
  9846. I got exactly one serious response that was sent to me privately and was
  9847. requested that the post stay private (and I'm happy to honor that).
  9848.  
  9849. Part of my intentions in posting that message (which I've included
  9850. below) was to spark some discussion amongst memebers of the list about
  9851. what you all think on this subject.  We're the people using this
  9852. equipment, we're the people that know best where we want it to go.
  9853. Let's let 3Com know about it.  :)
  9854.  
  9855. 3Com just posted drivers for their NICs for Linux (to be honest, I did a
  9856. double-take when I saw that, but think its tres cool!), so apparently
  9857. they are beginning to foster a corporate culture of listening to
  9858. customers and what they want (and I can't support this idea enough I
  9859. don't think).
  9860.  
  9861. Let's hear what you all think about my proposals...and let's hear some
  9862. of your own if you have different ideas.  Honest folks, I don't care if
  9863. you don't agree with me, but let's give 3Com a basis for where to go
  9864. with the development of this stuff.
  9865.  
  9866.  
  9867. --------------------
  9868.  
  9869.  
  9870. I mentioned earlier that I was going to email the list with some
  9871. thoughts of where I thought the HiPer Arc platform could/should go...
  9872.  
  9873. I have a little bit of time now, so maybe I can put some of these
  9874. thoughts down and maybe get some thoughts and discussion from the rest
  9875. of you about feasibility and maybe some other ideas...In any
  9876. case...these ideas are thrown out to maybe get some discussion going to
  9877. help give 3Com an idea of what we, as customers, would like to see out
  9878. of the Arc.
  9879.  
  9880. First off...a couple of specific feature requests...I may have mentioned
  9881. these before....if so, my apologies.
  9882.  
  9883. 1)  Bridging support...both over PPP, and over ethernet interfaces, and
  9884. any other interfaces that are supported (such as the new frame-relay
  9885. ones).
  9886.  
  9887.         Imagine plugging your two ethernet interfaces into two different
  9888.         switches in the same IP network...running spanning-tree between
  9889.         them all...then your Arc isn't dependant on its switch being in
  9890.         one piece to be able to communicate.  Would require the use of a
  9891.         "virtual" interface that participated in the bridging code as
  9892.         well...similar in some ways to the internal interface that is
  9893.         available for use with OSPF now.  Basically, assign the IP
  9894.         address for the Arc to the virtual interface, the Arc sends
  9895.         packets to the virtual interface, when then goes into the
  9896.         bridging code to decide which physical interface its sent out.
  9897.         This is very similar to Cisco's bridge-groups with their
  9898.         integrated routing and bridging for those of you who are
  9899.         familiar with that.
  9900.  
  9901. 2)  Support for a "packet bus interface".  This one sounds bizarre...but
  9902. if you think about it for a bit it starts to make sense...if you have
  9903. multiple Arc's in a chassis...why make them communicate out their NIC's
  9904. onto an external network to talk to each other?  Some benefits for
  9905. this...
  9906.  
  9907.         With the first feature....you could have two Arcs, both running
  9908.         briding code as well...each with a single ethernet+4t1 NIC and
  9909.         support 8 frame-relay t1's, and still retain the dual-exit
  9910.         capability described above with briding or routing over the
  9911.         packet bus.  You could also theoretically have an Arc handling
  9912.         modems that has no NIC at all!  Modem interfaces come in over
  9913.         the packet bus, and that same data is then shipped back out over
  9914.         the packet bus interface to another Arc with NIC card.  This
  9915.         method could also be used as a failover scenario if a NIC card
  9916.         failed, or a cable failed, or a switch failed...you get the
  9917.         idea.
  9918.  
  9919. 3)  A larger variety of NIC interfaces.  Particularly combined with the
  9920. packet bus interface, this frees you up to have a much greater variety
  9921. of NIC types...the Arc can then use the packet bus interface to get out
  9922. to the ethernet network (via another Arc most likely...either bridged or
  9923. routed), and allowing...oh....8 t1 NICs, or maybe a t3 nic, a
  9924. channelized t3 nic would be really sweet...the sky is the limit here
  9925. once you get the arcs using the packet bus as their ethernet
  9926. interface...
  9927.  
  9928. 4)  Similar to 3...the DSP cards have a crap-load of processing power in
  9929. them...could they be used for something more than just modems?  It
  9930. seems...if you look at it in the abstract...that the DSP cards are
  9931. essentially interface extensions for the Arcs...let's take that
  9932. farther....this would mean basically totally revamping the code for the
  9933. DSP's for the new uses, or perhaps coming out with new code that's more
  9934. generalized.  Then, with the possibility of new NICs for the DSP's you
  9935. could, again, extend the interface possibilities for the Arcs.
  9936.  
  9937. 5)  One that has bugged me for quite some time...PPP support on WAN
  9938. ports.  I really don't particularly liked being restricted to
  9939. frame-relay encapsulation only...I can deal with it...but it'd be nice
  9940. to have the option of PPP encap as well.  Many low end t1 routers don't
  9941. have frame-relay encap support, and it would be nice to be able to
  9942. interoperate with them.
  9943.  
  9944.  
  9945. In more abstract terms...I've been told by several 3Com folks that they
  9946. see the Pilgrim/Hiper Arc code as more full routing code rather than
  9947. just code for an Access Server.  My understanding is that 3Com is moving
  9948. *all* of their routing products to eventually use the Pilgrim based
  9949. code.
  9950.  
  9951. With that thought in mind though...3Com seems (from a customer's
  9952. perspective) to still think of the HiPer Arc, specifically, as an access
  9953. server alone.  I think the HiPer Arc and the Total Control platform as a
  9954. whole could become a quite capable router chassis product as a whole.
  9955. Personally speaking...I'd like to see that.  In a similar vein...3Com
  9956. seems to think of the DSP cards as big powerful modem cards...and while
  9957. that's certainly a good use for them...let's break that paradigm (oh
  9958. man...a marketing cliche'...my apologies) and see them for more than
  9959. that...what they really are...a crapload of processing power on a card
  9960. that could theoretically, to the best of my knowledge, run just about
  9961. any arbitrary code with just about any arbitrary type of interface on
  9962. the NIC.  That's a *very* powerful thought IMO.
  9963.  
  9964. Executive summary (I know, this should be at the top)...if you think of
  9965. the Total Control platform basically as a distributed processing router
  9966. platform...lot's of possibilities are opened up going forward.  The
  9967. current code on there is getting to be pretty good and solid...but its
  9968. designed and written for a single specific function...limiting the
  9969. places where the TC platform could be used.  This largely comes down to
  9970. be a business decision from 3Com (Lord help us there), but if they
  9971. decide that they don't want to limit the TC platform to being *only* an
  9972. access server (and personally, I think the distinction between access
  9973. server and router is a pretty thin line), then they need to start
  9974. thinking of the Arc as a router, not just an access server, and the
  9975. DSP's as generic interface cards, not modem/t1/pri cards.
  9976.  
  9977. These thoughts are probably not articulated very well...they're just
  9978. thoughts that I've had in the back of my head for a while that I want to
  9979. get out to some other people to see what you all have to say about the
  9980. ideas.  I know some people wouldn't be interested in all at using some
  9981. of the features...but what I'm trying to get at here is the overall
  9982. direction for development of the Arcs/TC's, not specific feature
  9983. requests...although I have included some specific feature requests in my
  9984. message...try not to focus on those specifically...they are mostly there
  9985. as examples for the overall direction I was thinking of.  Some of these
  9986. thoughts have been expressed in the past to some people at 3Com, but I
  9987. don't think any one person has ever heard the totality of what I was
  9988. thinking of (not having had time to sit down with anyone for long enough
  9989. time to fully hash these thoughts out).
  9990.  
  9991. So...there it is...let's hear what you think.  :)
  9992.  
  9993. ---------------------------
  9994. -- 
  9995. Jeff McAdams                            Email: jeffm@iglou.com
  9996. Head Network Administrator              Voice: (502) 966-3848
  9997. IgLou Internet Services                        (800) 436-4456
  9998.  
  9999. -
  10000.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  10001.  with "unsubscribe usr-tc" in the body of the message.
  10002.  For information on digests or retrieving files and old messages send
  10003.  "help" to the same address.  Do not use quotes in your message.
  10004.  
  10005.  
  10006. -------------------------------------------------------------------------------
  10007.  
  10008. From: Paul Farber <farber@admin.f-tech.net>
  10009. Subject: Re: (usr-tc) HiPer Arc improvement thoughts followup :)
  10010. Date: 15 Sep 1999 11:49:39 -0400 (EDT)
  10011.  
  10012. I don't really see the TC chassis being a jack of all trades.  Doing that
  10013. means a compromise.  I buy 3Com/TC for it's ability to answer phone calls
  10014. and put ppp on the line.  If I want a really good router i'll build a
  10015. linux box and put some NIC's in it.. or spend the money and buy a router.
  10016.  
  10017. There are still many issues with the DSP code that need to be resolved...
  10018. ISDN reliability, v.90 compatibility, uptime, off by snmp 1 errors, etc.
  10019. Fix them first!    
  10020.  
  10021. Paul D. Farber II
  10022. Farber Technology
  10023. Ph. 570-628-5303
  10024. Fax 570-628-5545
  10025. farber@admin.f-tech.net
  10026.  
  10027.  
  10028.  
  10029. -
  10030.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  10031.  with "unsubscribe usr-tc" in the body of the message.
  10032.  For information on digests or retrieving files and old messages send
  10033.  "help" to the same address.  Do not use quotes in your message.
  10034.  
  10035.  
  10036. -------------------------------------------------------------------------------
  10037.  
  10038. From: Jeff Mcadams <jeffm@iglou.com>
  10039. Subject: Re: (usr-tc) HiPer Arc improvement thoughts followup :)
  10040. Date: 15 Sep 1999 12:46:15 -0400
  10041.  
  10042. [rearranging your post a bit...pardon me :)]
  10043.  
  10044. Thus spake Paul Farber
  10045. >There are still many issues with the DSP code that need to be resolved...
  10046. >ISDN reliability, v.90 compatibility, uptime, off by snmp 1 errors, etc.
  10047. >Fix them first!    
  10048.  
  10049. Oh, *please* don't think I was talking about doing *any* of these things
  10050. at the expense of current development efforts.  :)  I'm looking more at
  10051. a strategic long term direction, compared to the things you're
  10052. mentioning which I would consider more of a tactical nature.  :)
  10053. Sure...v.90 needs to continue to be improved, the DSP code needs to be
  10054. solidified more...I certainly don't want the DSP code to be thrown
  10055. out...its just getting the point of being decent...
  10056.  
  10057. >I don't really see the TC chassis being a jack of all trades.  Doing that
  10058. >means a compromise.  I buy 3Com/TC for it's ability to answer phone calls
  10059. >and put ppp on the line.  If I want a really good router i'll build a
  10060. >linux box and put some NIC's in it.. or spend the money and buy a router.
  10061.  
  10062. This is a distinction that a lot of people make that I just don't think
  10063. is particularly valid.  :)  An access server *is* a router, although a
  10064. router isn't necessarily an access server.  :)  Basically, the HiPer
  10065. Arc, as an access server, is already doing everything that a router is
  10066. doing...and more...(well...ok...its a router with a rather limited
  10067. feature set at this point, but it *is* a router, nonetheless) it's
  10068. dealing with interfaces popping up and down all the time, and
  10069. authentication, and dynamic configuration...all stuff that plain jain
  10070. routers don't have to deal with nearly as much.  Why not take advantage
  10071. of the fact that the HiPer Arc, as an access server, already has, (or
  10072. more accurately, needs to have) all the features of a router (plus the
  10073. rest that make it an access server as well).
  10074.  
  10075. Let me throw this out as a possible for instance.  Let's assume that
  10076. 3Com implements the packet bus interface proposal from my message.
  10077. Let's also assume that new NIC's have come up...say a channelized T3 NIC
  10078. (28 ports of t1 essentially).  Now then...you've got a TC chassis with
  10079. 14 Arcs that have a channelized T3 NICs (that's 392 ports of t1
  10080. service), then two Arcs each with...say...a fast ethernet port, and an
  10081. unchannelized t3 port.  At approximately $3k/Arc, you've got dual-exit
  10082. output to your network as a whole, dual-t3 uplink capability to Internet
  10083. connections, and 392 t1 ports....that works out to about $48k dollars
  10084. for that capability...not anything to sneeze at!  This is just one
  10085. example that I pulled off the top of my head with some fairly simple
  10086. assumptions (the only one assumption not mentioned would be
  10087. implementation of BGP in the Arc...something that I understand is
  10088. already planned).
  10089.  
  10090. Again...there are plenty of other possibilities here.  The HiPer Arc
  10091. code is developing nicely actually...there's still plenty of things that
  10092. are on my wishlist for it in a tactical sense (BGP would be nice, but
  10093. not a huge one, the ability to do some rate-limiting/traffic-shaping
  10094. stuff would be nice, I'd like bridging/ethernet switching capabilities,
  10095. etc.), but these are all things that routers do...we're already moving
  10096. towards router functionality, why not take advantage of it.  :)
  10097.  
  10098. Something that I was just discussing with my co-admin here...the HiPer
  10099. Arcs are *really* close to be useable for DSL aggregation in most of the
  10100. cities we serve.  GTE does it over frame-relay - frame-relay is
  10101. supported in the 4.2.x code, BellSouth does it over ATM - ATM is
  10102. coming...indeed, the code is already in the Arc to do it, just don't
  10103. think the NICs are available yet, Cincinnati Bell does it over l2tp (I
  10104. know...I think its bizarre too, but that's how they do it) - l2tp server
  10105. is already in the Arc.  About the only thing that's really missing from
  10106. the Arc that people might want/need to do DSL aggregation is some
  10107. traffic-shaping/rate-limiting features, and possibly PPPoE/PPPoA/PPPoF
  10108. options.
  10109.  
  10110. Just some more random thoughts.
  10111. -- 
  10112. Jeff McAdams                            Email: jeffm@iglou.com
  10113. Head Network Administrator              Voice: (502) 966-3848
  10114. IgLou Internet Services                        (800) 436-4456
  10115.  
  10116. -
  10117.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  10118.  with "unsubscribe usr-tc" in the body of the message.
  10119.  For information on digests or retrieving files and old messages send
  10120.  "help" to the same address.  Do not use quotes in your message.
  10121.  
  10122.  
  10123. -------------------------------------------------------------------------------
  10124.  
  10125. From: Kevin Benton <s1kevin@tims.net>
  10126. Subject: Re: (usr-tc) HiPer Arc improvement thoughts followup :)
  10127. Date: 15 Sep 1999 12:58:58 -0400 (EDT)
  10128.  
  10129. On Wed, 15 Sep 1999, Jeff Mcadams wrote:
  10130.  
  10131. > OK...posted last week some of my thoughts on where I think the HiPer Arc
  10132. > and Total Control platform(s) should go as far as further development.
  10133. > I got exactly one serious response that was sent to me privately and was
  10134. > requested that the post stay private (and I'm happy to honor that).
  10135.  
  10136. Didn't have time to read or reply and at the moment, this is about all
  10137. you'll get from me though I'm sure there are things I could probably
  10138. comment on.  Were in the middle of some huge projects and I'm a point man
  10139. so...
  10140.  
  10141. > Part of my intentions in posting that message (which I've included
  10142. > below) was to spark some discussion amongst memebers of the list about
  10143. > what you all think on this subject.  We're the people using this
  10144. > equipment, we're the people that know best where we want it to go.
  10145. > Let's let 3Com know about it.  :)
  10146.  
  10147. See above.
  10148.  
  10149. > 3Com just posted drivers for their NICs for Linux (to be honest, I did a
  10150. > double-take when I saw that, but think its tres cool!), so apparently
  10151. > they are beginning to foster a corporate culture of listening to
  10152. > customers and what they want (and I can't support this idea enough I
  10153. > don't think).
  10154.  
  10155. Great idea except that I don't see spending $10,000 just to get an ESP so
  10156. I can put Linux on it and run modems off it (even if they are digital).  I
  10157. can spend a heck of a lot less, let an ARC run the dial-up and put a
  10158. stand-alone Linux box together to perform the rest of those functions...
  10159. Now...  If EdgeServer PRO's were a tad bit more reasonably priced, say in
  10160. the $2,500 range, then we'd start talking about that potential.  Still,
  10161. the HARC is an excellent dial-up platform and it does what we need it to
  10162. for the time being.  I'm not much for breaking something that isn't broke.
  10163.  
  10164. > Let's hear what you all think about my proposals...and let's hear some
  10165. > of your own if you have different ideas.  Honest folks, I don't care if
  10166. > you don't agree with me, but let's give 3Com a basis for where to go
  10167. > with the development of this stuff.
  10168. > --------------------
  10169. > I mentioned earlier that I was going to email the list with some
  10170. > thoughts of where I thought the HiPer Arc platform could/should go...
  10171. > I have a little bit of time now, so maybe I can put some of these
  10172. > thoughts down and maybe get some thoughts and discussion from the rest
  10173. > of you about feasibility and maybe some other ideas...In any
  10174. > case...these ideas are thrown out to maybe get some discussion going to
  10175. > help give 3Com an idea of what we, as customers, would like to see out
  10176. > of the Arc.
  10177. > First off...a couple of specific feature requests...I may have mentioned
  10178. > these before....if so, my apologies.
  10179. > 1)  Bridging support...both over PPP, and over ethernet interfaces, and
  10180. > any other interfaces that are supported (such as the new frame-relay
  10181. > ones).
  10182. >         Imagine plugging your two ethernet interfaces into two different
  10183. >         switches in the same IP network...running spanning-tree between
  10184. >         them all...then your Arc isn't dependant on its switch being in
  10185. >         one piece to be able to communicate.  Would require the use of a
  10186. >         "virtual" interface that participated in the bridging code as
  10187. >         well...similar in some ways to the internal interface that is
  10188. >         available for use with OSPF now.  Basically, assign the IP
  10189. >         address for the Arc to the virtual interface, the Arc sends
  10190. >         packets to the virtual interface, when then goes into the
  10191. >         bridging code to decide which physical interface its sent out.
  10192. >         This is very similar to Cisco's bridge-groups with their
  10193. >         integrated routing and bridging for those of you who are
  10194. >         familiar with that.
  10195. > 2)  Support for a "packet bus interface".  This one sounds bizarre...but
  10196. > if you think about it for a bit it starts to make sense...if you have
  10197. > multiple Arc's in a chassis...why make them communicate out their NIC's
  10198. > onto an external network to talk to each other?  Some benefits for
  10199. > this...
  10200. >         With the first feature....you could have two Arcs, both running
  10201. >         briding code as well...each with a single ethernet+4t1 NIC and
  10202. >         support 8 frame-relay t1's, and still retain the dual-exit
  10203. >         capability described above with briding or routing over the
  10204. >         packet bus.  You could also theoretically have an Arc handling
  10205. >         modems that has no NIC at all!  Modem interfaces come in over
  10206. >         the packet bus, and that same data is then shipped back out over
  10207. >         the packet bus interface to another Arc with NIC card.  This
  10208. >         method could also be used as a failover scenario if a NIC card
  10209. >         failed, or a cable failed, or a switch failed...you get the
  10210. >         idea.
  10211. > 3)  A larger variety of NIC interfaces.  Particularly combined with the
  10212. > packet bus interface, this frees you up to have a much greater variety
  10213. > of NIC types...the Arc can then use the packet bus interface to get out
  10214. > to the ethernet network (via another Arc most likely...either bridged or
  10215. > routed), and allowing...oh....8 t1 NICs, or maybe a t3 nic, a
  10216. > channelized t3 nic would be really sweet...the sky is the limit here
  10217. > once you get the arcs using the packet bus as their ethernet
  10218. > interface...
  10219. > 4)  Similar to 3...the DSP cards have a crap-load of processing power in
  10220. > them...could they be used for something more than just modems?  It
  10221. > seems...if you look at it in the abstract...that the DSP cards are
  10222. > essentially interface extensions for the Arcs...let's take that
  10223. > farther....this would mean basically totally revamping the code for the
  10224. > DSP's for the new uses, or perhaps coming out with new code that's more
  10225. > generalized.  Then, with the possibility of new NICs for the DSP's you
  10226. > could, again, extend the interface possibilities for the Arcs.
  10227. > 5)  One that has bugged me for quite some time...PPP support on WAN
  10228. > ports.  I really don't particularly liked being restricted to
  10229. > frame-relay encapsulation only...I can deal with it...but it'd be nice
  10230. > to have the option of PPP encap as well.  Many low end t1 routers don't
  10231. > have frame-relay encap support, and it would be nice to be able to
  10232. > interoperate with them.
  10233. > In more abstract terms...I've been told by several 3Com folks that they
  10234. > see the Pilgrim/Hiper Arc code as more full routing code rather than
  10235. > just code for an Access Server.  My understanding is that 3Com is moving
  10236. > *all* of their routing products to eventually use the Pilgrim based
  10237. > code.
  10238. > With that thought in mind though...3Com seems (from a customer's
  10239. > perspective) to still think of the HiPer Arc, specifically, as an access
  10240. > server alone.  I think the HiPer Arc and the Total Control platform as a
  10241. > whole could become a quite capable router chassis product as a whole.
  10242. > Personally speaking...I'd like to see that.  In a similar vein...3Com
  10243. > seems to think of the DSP cards as big powerful modem cards...and while
  10244. > that's certainly a good use for them...let's break that paradigm (oh
  10245. > man...a marketing cliche'...my apologies) and see them for more than
  10246. > that...what they really are...a crapload of processing power on a card
  10247. > that could theoretically, to the best of my knowledge, run just about
  10248. > any arbitrary code with just about any arbitrary type of interface on
  10249. > the NIC.  That's a *very* powerful thought IMO.
  10250. > Executive summary (I know, this should be at the top)...if you think of
  10251. > the Total Control platform basically as a distributed processing router
  10252. > platform...lot's of possibilities are opened up going forward.  The
  10253. > current code on there is getting to be pretty good and solid...but its
  10254. > designed and written for a single specific function...limiting the
  10255. > places where the TC platform could be used.  This largely comes down to
  10256. > be a business decision from 3Com (Lord help us there), but if they
  10257. > decide that they don't want to limit the TC platform to being *only* an
  10258. > access server (and personally, I think the distinction between access
  10259. > server and router is a pretty thin line), then they need to start
  10260. > thinking of the Arc as a router, not just an access server, and the
  10261. > DSP's as generic interface cards, not modem/t1/pri cards.
  10262. > These thoughts are probably not articulated very well...they're just
  10263. > thoughts that I've had in the back of my head for a while that I want to
  10264. > get out to some other people to see what you all have to say about the
  10265. > ideas.  I know some people wouldn't be interested in all at using some
  10266. > of the features...but what I'm trying to get at here is the overall
  10267. > direction for development of the Arcs/TC's, not specific feature
  10268. > requests...although I have included some specific feature requests in my
  10269. > message...try not to focus on those specifically...they are mostly there
  10270. > as examples for the overall direction I was thinking of.  Some of these
  10271. > thoughts have been expressed in the past to some people at 3Com, but I
  10272. > don't think any one person has ever heard the totality of what I was
  10273. > thinking of (not having had time to sit down with anyone for long enough
  10274. > time to fully hash these thoughts out).
  10275. > So...there it is...let's hear what you think.  :)
  10276. > ---------------------------
  10277. > -- 
  10278. > Jeff McAdams                            Email: jeffm@iglou.com
  10279. > Head Network Administrator              Voice: (502) 966-3848
  10280. > IgLou Internet Services                        (800) 436-4456
  10281. > -
  10282. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  10283. >  with "unsubscribe usr-tc" in the body of the message.
  10284. >  For information on digests or retrieving files and old messages send
  10285. >  "help" to the same address.  Do not use quotes in your message.
  10286.  
  10287. E-Mail:  s1kevin@tims.net
  10288. Web:     http://users.sota-oh.com/~s1kevin/
  10289. Unsolicited advertisements processing fee: $50 subject to change without notice
  10290.  
  10291.  
  10292. -
  10293.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  10294.  with "unsubscribe usr-tc" in the body of the message.
  10295.  For information on digests or retrieving files and old messages send
  10296.  "help" to the same address.  Do not use quotes in your message.
  10297.  
  10298.  
  10299. -------------------------------------------------------------------------------
  10300.  
  10301. From: Jeff Mcadams <jeffm@iglou.com>
  10302. Subject: Re: (usr-tc) HiPer Arc improvement thoughts followup :)
  10303. Date: 15 Sep 1999 13:11:25 -0400
  10304.  
  10305. Thus spake Kevin Benton
  10306. >On Wed, 15 Sep 1999, Jeff Mcadams wrote:
  10307. >> 3Com just posted drivers for their NICs for Linux (to be honest, I did a
  10308. >> double-take when I saw that, but think its tres cool!), so apparently
  10309. >> they are beginning to foster a corporate culture of listening to
  10310. >> customers and what they want (and I can't support this idea enough I
  10311. >> don't think).
  10312.  
  10313. >Great idea except that I don't see spending $10,000 just to get an ESP so
  10314. >I can put Linux on it and run modems off it (even if they are digital).  I
  10315. >can spend a heck of a lot less, let an ARC run the dial-up and put a
  10316. >stand-alone Linux box together to perform the rest of those functions...
  10317.  
  10318. No, no, no....  :)  This was in reference to ethernet NICs for PC...like
  10319. 3c509's etc.  :)  No real connection to TC's...just a comment about 3Com
  10320. in general.  :)
  10321. -- 
  10322. Jeff McAdams                            Email: jeffm@iglou.com
  10323. Head Network Administrator              Voice: (502) 966-3848
  10324. IgLou Internet Services                        (800) 436-4456
  10325.  
  10326. -
  10327.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  10328.  with "unsubscribe usr-tc" in the body of the message.
  10329.  For information on digests or retrieving files and old messages send
  10330.  "help" to the same address.  Do not use quotes in your message.
  10331.  
  10332.  
  10333. -------------------------------------------------------------------------------
  10334.  
  10335. From: Paul Farber <farber@admin.f-tech.net>
  10336. Subject: Re: (usr-tc) HiPer Arc improvement thoughts followup :)
  10337. Date: 15 Sep 1999 13:33:54 -0400 (EDT)
  10338.  
  10339. Again, if I want a router that allow multiple eth or ser ports... I'll but
  10340. a cisco.  Adding ARC's are expensive and limited compared to multi-slot
  10341. eth/ser chassis.  A 2e-2w blade for my 3640 is much cheaper than a new ARC
  10342. or NIC for a TC (at this point).  
  10343.  
  10344. Having a dedicated packet bus for connecting chassis may be a step
  10345. backward. 3Com *should* fix the multi-chassis MLPPP, not add circuit
  10346. traces or cards.  USR/3Com has a bad history of supporting new technology
  10347. like OSPF (yeah.. thats a joke.. some 3Com humor)
  10348.  
  10349. With very high density alternatives like the PM-4, TC needs to do one
  10350. thing very well, like answer the phone and route to it.
  10351.  
  10352. Paul D. Farber II
  10353. Farber Technology
  10354. Ph. 570-628-5303
  10355. Fax 570-628-5545
  10356. farber@admin.f-tech.net
  10357.  
  10358. On Wed, 15 Sep 1999, Jeff Mcadams wrote:
  10359.  
  10360. Snip
  10361. > router isn't necessarily an access server.  :)  Basically, the HiPer
  10362. > Arc, as an access server, is already doing everything that a router is
  10363. > doing...and more...(well...ok...its a router with a rather limited
  10364. > feature set at this point, but it *is* a router, nonetheless) it's
  10365.  
  10366.  
  10367. -
  10368.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  10369.  with "unsubscribe usr-tc" in the body of the message.
  10370.  For information on digests or retrieving files and old messages send
  10371.  "help" to the same address.  Do not use quotes in your message.
  10372.  
  10373.  
  10374. -------------------------------------------------------------------------------
  10375.  
  10376. From: Jeff Mcadams <jeffm@iglou.com>
  10377. Subject: Re: (usr-tc) HiPer Arc improvement thoughts followup :)
  10378. Date: 15 Sep 1999 13:45:47 -0400
  10379.  
  10380. Thus spake Paul Farber
  10381. >Again, if I want a router that allow multiple eth or ser ports... I'll but
  10382. >a cisco.  Adding ARC's are expensive and limited compared to multi-slot
  10383. >eth/ser chassis.  A 2e-2w blade for my 3640 is much cheaper than a new ARC
  10384. >or NIC for a TC (at this point).  
  10385.  
  10386. Define "much."  Last price list I got for cisco equip puts the 2e2w card
  10387. at $2500...not much more than a whole Arc NAC/NIC combo.  And
  10388. besides...I'm not talking about having this within the next year or
  10389. so...this is long-term thinking.
  10390.  
  10391. >Having a dedicated packet bus for connecting chassis may be a step
  10392. >backward. 
  10393.  
  10394. Who said anything about connecting chassis' together?  I'm talking about
  10395. letting the Arc's see the packet bus that's already in all of the
  10396. chassis' that you own as a network interface to communicate between Arcs
  10397. in the same chassis.
  10398.  
  10399. >3Com *should* fix the multi-chassis MLPPP, not add circuit
  10400. >traces or cards.  
  10401.  
  10402. What's wrong with multi-chassis MP?  Works like a champ for me (once I
  10403. got rid of my NETServers).
  10404.  
  10405. >USR/3Com has a bad history of supporting new technology like OSPF
  10406. >(yeah.. thats a joke.. some 3Com humor)
  10407.  
  10408. Which is available and working in 4.2.x...yes it did take a while...but
  10409. to 3Com's credit, its there and it looks pretty solid.
  10410.  
  10411. >With very high density alternatives like the PM-4, TC needs to do one
  10412. >thing very well, like answer the phone and route to it.
  10413.  
  10414. Have you looked into buying a PM4 recently?  You can't...they've been
  10415. discontinued.  PM3's will be soon...PM2's will stick around, but...big
  10416. deal.
  10417. -- 
  10418. Jeff McAdams                            Email: jeffm@iglou.com
  10419. Head Network Administrator              Voice: (502) 966-3848
  10420. IgLou Internet Services                        (800) 436-4456
  10421.  
  10422. -
  10423.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  10424.  with "unsubscribe usr-tc" in the body of the message.
  10425.  For information on digests or retrieving files and old messages send
  10426.  "help" to the same address.  Do not use quotes in your message.
  10427.  
  10428.  
  10429. -------------------------------------------------------------------------------
  10430.  
  10431. From: Marcelo Souza <mpsouza@centroin.com.br>
  10432. Subject: Re: (usr-tc) HiperARC equivalent of portmaster show line0
  10433. Date: 15 Sep 1999 15:22:08 -0300 (EST)
  10434.  
  10435. On Wed, 15 Sep 1999, Steve Drees wrote:
  10436.  
  10437. |On a portmaster 3 I can issue a show line0 and get a nice table showing
  10438. |alarms and violations on the PRI. What's the equivalent command on a
  10439. |HiperARC?
  10440.  
  10441.     At DSP (not HARC) console you can use:
  10442.  
  10443.     >chdev span
  10444.     span>disp spns
  10445.  
  10446.  
  10447. - Marcelo
  10448.  
  10449.  
  10450. -
  10451.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  10452.  with "unsubscribe usr-tc" in the body of the message.
  10453.  For information on digests or retrieving files and old messages send
  10454.  "help" to the same address.  Do not use quotes in your message.
  10455.  
  10456.  
  10457. -------------------------------------------------------------------------------
  10458.  
  10459. From: Paul Farber <farber@admin.f-tech.net>
  10460. Subject: Re: (usr-tc) HiPer Arc improvement thoughts followup :)
  10461. Date: 15 Sep 1999 14:44:25 -0400 (EDT)
  10462.  
  10463. > Define "much."  Last price list I got for cisco equip puts the 2e2w card
  10464. > at $2500...not much more than a whole Arc NAC/NIC combo.  And
  10465. > besides...I'm not talking about having this within the next year or
  10466. > so...this is long-term thinking.
  10467.  
  10468. That's a list price... who pays list price?  A 2e-2w blade that can
  10469. support 2 T-1's and 2 10Base-T's is cheaper and performs better then the
  10470. arc.
  10471.  
  10472. I would like the TC chassis to be one hell of an ACCESS SERVER.  3Com has
  10473. routers and switches. Let THEM route and switch.  Concentrate on answering
  10474. the phone and compatibility.  
  10475.  
  10476. Paul D. Farber II
  10477. Farber Technology
  10478. Ph. 570-628-5303
  10479. Fax 570-628-5545
  10480. farber@admin.f-tech.net
  10481.  
  10482.  
  10483.  
  10484. -
  10485.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  10486.  with "unsubscribe usr-tc" in the body of the message.
  10487.  For information on digests or retrieving files and old messages send
  10488.  "help" to the same address.  Do not use quotes in your message.
  10489.  
  10490.  
  10491. -------------------------------------------------------------------------------
  10492.  
  10493. From: Martin Lathoud <nytral@enDirect.qc.ca>
  10494. Subject: (usr-tc) ARC/quad/NMC compatibility
  10495. Date: 15 Sep 1999 15:06:30 -0400 (EDT)
  10496.  
  10497. Hi,
  10498. in my old TCH, I wonder if replacing the Netserver by an ARC is ok? Will
  10499. it be managed by the ol'NMC with no problems? What about Quad/PRI cards
  10500. compatibility with the ARC?
  10501.  
  10502. Regards,
  10503. Martin
  10504.  
  10505.  
  10506. -
  10507.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  10508.  with "unsubscribe usr-tc" in the body of the message.
  10509.  For information on digests or retrieving files and old messages send
  10510.  "help" to the same address.  Do not use quotes in your message.
  10511.  
  10512.  
  10513. -------------------------------------------------------------------------------
  10514.  
  10515. From: Jim Johnson <jim@perigee.net>
  10516. Subject: (usr-tc) Default User Validation
  10517. Date: 15 Sep 1999 15:54:34 -0400
  10518.  
  10519.  
  10520.  
  10521. This might seem like a stupid question, but I am curious, is there a way
  10522. to validate a username of default using radius?  It would never get sent
  10523. to radius since it would match the default user in the local user table.
  10524.  
  10525. Jim Johnson
  10526.  
  10527. -
  10528.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  10529.  with "unsubscribe usr-tc" in the body of the message.
  10530.  For information on digests or retrieving files and old messages send
  10531.  "help" to the same address.  Do not use quotes in your message.
  10532.  
  10533.  
  10534. -------------------------------------------------------------------------------
  10535.  
  10536. From: Jeff Mcadams <jeffm@iglou.com>
  10537. Subject: Re: (usr-tc) ARC/quad/NMC compatibility
  10538. Date: 15 Sep 1999 15:25:29 -0400
  10539.  
  10540. Thus spake Martin Lathoud
  10541. >in my old TCH, I wonder if replacing the Netserver by an ARC is ok? Will
  10542. >it be managed by the ol'NMC with no problems? What about Quad/PRI cards
  10543. >compatibility with the ARC?
  10544.  
  10545. I run a bunch o quads with 5.9.9 and 5.10.9 with no problems with the
  10546. Arc.
  10547.  
  10548. Just make sure your NMC is the 16 meg (8 meg flash) version with the
  10549. appropriate code and you should be fine as far as the nmc being able to
  10550. handle the Arc.
  10551. -- 
  10552. Jeff McAdams                            Email: jeffm@iglou.com
  10553. Head Network Administrator              Voice: (502) 966-3848
  10554. IgLou Internet Services                        (800) 436-4456
  10555.  
  10556. -
  10557.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  10558.  with "unsubscribe usr-tc" in the body of the message.
  10559.  For information on digests or retrieving files and old messages send
  10560.  "help" to the same address.  Do not use quotes in your message.
  10561.  
  10562.  
  10563. -------------------------------------------------------------------------------
  10564.  
  10565. From: Jeff Mcadams <jeffm@iglou.com>
  10566. Subject: Re: (usr-tc) ARC/quad/NMC compatibility
  10567. Date: 15 Sep 1999 15:25:29 -0400
  10568.  
  10569. Thus spake Martin Lathoud
  10570. >in my old TCH, I wonder if replacing the Netserver by an ARC is ok? Will
  10571. >it be managed by the ol'NMC with no problems? What about Quad/PRI cards
  10572. >compatibility with the ARC?
  10573.  
  10574. I run a bunch o quads with 5.9.9 and 5.10.9 with no problems with the
  10575. Arc.
  10576.  
  10577. Just make sure your NMC is the 16 meg (8 meg flash) version with the
  10578. appropriate code and you should be fine as far as the nmc being able to
  10579. handle the Arc.
  10580. -- 
  10581. Jeff McAdams                            Email: jeffm@iglou.com
  10582. Head Network Administrator              Voice: (502) 966-3848
  10583. IgLou Internet Services                        (800) 436-4456
  10584.  
  10585. -
  10586.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  10587.  with "unsubscribe usr-tc" in the body of the message.
  10588.  For information on digests or retrieving files and old messages send
  10589.  "help" to the same address.  Do not use quotes in your message.
  10590.  
  10591.  
  10592. -------------------------------------------------------------------------------
  10593.  
  10594. From: K Mitchell <mitch@keyconn.net>
  10595. Subject: Re: (usr-tc) HiperARC equivalent of portmaster show line0
  10596. Date: 15 Sep 1999 16:18:59 -0400
  10597.  
  10598. At 03:22 PM 9/15/99 -0300, you wrote:
  10599. >    At DSP (not HARC) console you can use:
  10600. >
  10601. >    >chdev span
  10602. >    span>disp spns
  10603.  
  10604. Here's a question; One of the lines shown in
  10605. span1>dis spanst       is
  10606. Span1 Modem Not Available Count is:       7
  10607. yet all of the modems on that card appear to be working fine.
  10608. Why's that?
  10609.  
  10610. -- 
  10611. Kirk Mitchell-General Manager        mitch@keyconn.net
  10612. Keystone Connect                     Unlock Your World
  10613. Altoona, PA   814-941-5000      http://www.keyconn.net
  10614.  
  10615.  
  10616. -
  10617.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  10618.  with "unsubscribe usr-tc" in the body of the message.
  10619.  For information on digests or retrieving files and old messages send
  10620.  "help" to the same address.  Do not use quotes in your message.
  10621.  
  10622.  
  10623. -------------------------------------------------------------------------------
  10624.  
  10625. From: "Clint R. Sparks" <csparks@cqc.com>
  10626. Subject: (usr-tc) Question on Hiper DSP Code 2.0.81
  10627. Date: 15 Sep 1999 15:40:31 -0500
  10628.  
  10629. Sometime back I remember seeing a post on the list that stated when using
  10630. Hiper DSP code 2.0.81 the LPBK/D-ALM light will stay on green, can anyone
  10631. please confirm this for me (we are not using NFAS right now)?
  10632.  
  10633. Thank you,
  10634.  
  10635. Clint R. Sparks
  10636. ComQuest Internet Services
  10637. csparks@cqc.com
  10638.  
  10639.  
  10640.  
  10641.  
  10642. -
  10643.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  10644.  with "unsubscribe usr-tc" in the body of the message.
  10645.  For information on digests or retrieving files and old messages send
  10646.  "help" to the same address.  Do not use quotes in your message.
  10647.  
  10648.  
  10649. -------------------------------------------------------------------------------
  10650.  
  10651. From: Jeff Mcadams <jeffm@iglou.com>
  10652. Subject: Re: (usr-tc) Question on Hiper DSP Code 2.0.81
  10653. Date: 15 Sep 1999 16:45:58 -0400
  10654.  
  10655. Thus spake Clint R. Sparks
  10656. >Sometime back I remember seeing a post on the list that stated when using
  10657. >Hiper DSP code 2.0.81 the LPBK/D-ALM light will stay on green, can anyone
  10658. >please confirm this for me (we are not using NFAS right now)?
  10659.  
  10660. Yes, in 2.0.x, the LPBK/D-ALM light indicates the D-channel state.
  10661. Solid green indicates that there is a Primary D channel up on that span.
  10662. -- 
  10663. Jeff McAdams                            Email: jeffm@iglou.com
  10664. Head Network Administrator              Voice: (502) 966-3848
  10665. IgLou Internet Services                        (800) 436-4456
  10666.  
  10667. -
  10668.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  10669.  with "unsubscribe usr-tc" in the body of the message.
  10670.  For information on digests or retrieving files and old messages send
  10671.  "help" to the same address.  Do not use quotes in your message.
  10672.  
  10673.  
  10674. -------------------------------------------------------------------------------
  10675.  
  10676. From: "Clint R. Sparks" <csparks@cqc.com>
  10677. Subject: Re: (usr-tc) Question on Hiper DSP Code 2.0.81
  10678. Date: 15 Sep 1999 16:10:59 -0500
  10679.  
  10680. Thank you for your help and responding so quick.
  10681.  
  10682. Clint R. Sparks
  10683. ComQuest Internet Services
  10684. csparks@cqc.com
  10685.  
  10686. > Yes, in 2.0.x, the LPBK/D-ALM light indicates the D-channel state.
  10687. > Solid green indicates that there is a Primary D channel up on that span.
  10688. > -- 
  10689. > Jeff McAdams                            Email: jeffm@iglou.com
  10690. > Head Network Administrator              Voice: (502) 966-3848
  10691. > IgLou Internet Services                        (800) 436-4456
  10692.  
  10693.  
  10694.  
  10695. -
  10696.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  10697.  with "unsubscribe usr-tc" in the body of the message.
  10698.  For information on digests or retrieving files and old messages send
  10699.  "help" to the same address.  Do not use quotes in your message.
  10700.  
  10701.  
  10702. -------------------------------------------------------------------------------
  10703.  
  10704. From: "Scot Desort" <scot@njaccess.net>
  10705. Subject: (usr-tc) Weird traceroute problem on TC
  10706. Date: 15 Sep 1999 19:54:44 -0400
  10707.  
  10708. OK, first let me say that I am too new to the TC platform to have even a
  10709. small clue as to what the hell I'm doing.
  10710.  
  10711. That being said, here is the situation. Any user dialed into the TC can
  10712. traceroute out to any host on the net fine. If that same host tries to
  10713. traceroute back, responses make it back all the way to the HARC ethernet
  10714. port, then every other packet times out (well, it's the last hop, which is
  10715. the client modem).
  10716.  
  10717. In "playing" with different settings in the HARC, I _think_ I remember some
  10718. CLI command that has something to do with how (or IF) the HARC will allow
  10719. traces/pings to client modems.
  10720.  
  10721. If _I_ traceroute to the client modem from MY network (on a different subnet
  10722. from the HARC) I DO get a complete trace to the client. I can telnet to my
  10723. core router and that traces OK also. I temporarily removed all access lists
  10724. from my core to the world, in case I flubbed something up there. Nada.
  10725.  
  10726. I did implement the fix for the HiperBomb telnet problem mentioned here a
  10727. few weeks ago. But other than that, I can't think of anything I may have
  10728. done to cause this. I have NO filters enabled in the HARC.
  10729.  
  10730. My network with respect to the TC is as follows:
  10731.  
  10732. TC---->Cisco Switch----->Cisco 3640----->WORLD
  10733.  
  10734. No RIP. Simple static routing.
  10735.  
  10736. I stumbled across this situation in trying to troubleshoot my question I
  10737. posted a few days ago about IP traffic to client modems momentarily pausing
  10738. then re-starting. I had people off-network tracing back, and every single
  10739. one could not complete a trace to any connected client modem, yet I can, and
  10740. they can trace out. You can try to trace in to 207.202.83.106 and see what I
  10741. mean.
  10742.  
  10743. Anyone have any ideas? I think I probably touched something I shouldn't have
  10744. in HARM or the CLI.
  10745.  
  10746. TIA,
  10747.  
  10748. Scot
  10749. NJaccess
  10750.  
  10751.  
  10752. -
  10753.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  10754.  with "unsubscribe usr-tc" in the body of the message.
  10755.  For information on digests or retrieving files and old messages send
  10756.  "help" to the same address.  Do not use quotes in your message.
  10757.  
  10758.  
  10759. -------------------------------------------------------------------------------
  10760.  
  10761. From: Mike Andrews <mandrews@bit0.com>
  10762. Subject: Re: (usr-tc) HiPer Arc improvement thoughts followup :)
  10763. Date: 16 Sep 1999 17:31:24 -0400 (EDT)
  10764.  
  10765. On Wed, 15 Sep 1999, Paul Farber wrote:
  10766.  
  10767. > There are still many issues with the DSP code that need to be resolved...
  10768. > ISDN reliability, v.90 compatibility, uptime, off by snmp 1 errors, etc.
  10769. > Fix them first!    
  10770.  
  10771. The off-by-one SNMP errors are finally fixed in the 6.x.x NMC releases --
  10772. at least all the off-by-ones that I found.
  10773.  
  10774. Never had any uptime problems.
  10775.  
  10776. ISDN's OK for us, mostly.
  10777.  
  10778. v.90 still needs work.  (Be nice if all the Rockwell HCF chips disppeared
  10779. off the planet first though.)  The Quads work a hell of a lot better for
  10780. this -- why are the code bases so different here?  If it's all in
  10781. assembler I can understand, but if it's in something more portable, I
  10782. don't see why they have to behave so differently.
  10783.  
  10784. Multilink PPP got real slow in the last DSP releases and needs work again.
  10785.  
  10786. The ARC 4.2.x releases have a big problem with handling two routes with
  10787. the same network number and different netmasks...  (NOT fixed in 4.2.32)
  10788.  
  10789. Other than that things seem to be working fine for us.  (knock on plastic)
  10790.  
  10791.  
  10792. Mike Andrews (MA12) -=-=-  VP & Sysadmin, Digital Crescent, Frankfort KY
  10793. mandrews@dcr.net  -=--=-  mandrews@bit0.com  -=--=-  http://www.bit0.com
  10794. "If you're not part of the solution.... you're part of the precipitate."
  10795.  
  10796.  
  10797. -
  10798.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  10799.  with "unsubscribe usr-tc" in the body of the message.
  10800.  For information on digests or retrieving files and old messages send
  10801.  "help" to the same address.  Do not use quotes in your message.
  10802.  
  10803.  
  10804. -------------------------------------------------------------------------------
  10805.  
  10806. From: "Igor Brezac" <igor@ipass.net>
  10807. Subject: RE: (usr-tc) HiPer Arc improvement thoughts followup :)
  10808. Date: 16 Sep 1999 18:04:34 -0400
  10809.  
  10810.  
  10811. I'd like to add support for the standard RFC Radius VSAs and reiterate the
  10812. improvement of v90 and ISDN code on DSPs.
  10813.  
  10814. -Igor
  10815.  
  10816. > -----Original Message-----
  10817. > From: owner-usr-tc@lists.xmission.com
  10818. > [mailto:owner-usr-tc@lists.xmission.com]On Behalf Of Mike Andrews
  10819. > Sent: Thursday, September 16, 1999 5:31 PM
  10820. > To: usr-tc@lists.xmission.com
  10821. > Subject: Re: (usr-tc) HiPer Arc improvement thoughts followup :)
  10822. >
  10823. >
  10824. > On Wed, 15 Sep 1999, Paul Farber wrote:
  10825. >
  10826. > > There are still many issues with the DSP code that need to
  10827. > be resolved...
  10828. > > ISDN reliability, v.90 compatibility, uptime, off by snmp 1
  10829. > errors, etc.
  10830. > > Fix them first!
  10831. >
  10832. > The off-by-one SNMP errors are finally fixed in the 6.x.x NMC
  10833. > releases --
  10834. > at least all the off-by-ones that I found.
  10835. >
  10836. > Never had any uptime problems.
  10837. >
  10838. > ISDN's OK for us, mostly.
  10839. >
  10840. > v.90 still needs work.  (Be nice if all the Rockwell HCF
  10841. > chips disppeared
  10842. > off the planet first though.)  The Quads work a hell of a lot
  10843. > better for
  10844. > this -- why are the code bases so different here?  If it's all in
  10845. > assembler I can understand, but if it's in something more portable, I
  10846. > don't see why they have to behave so differently.
  10847. >
  10848. > Multilink PPP got real slow in the last DSP releases and
  10849. > needs work again.
  10850. >
  10851. > The ARC 4.2.x releases have a big problem with handling two
  10852. > routes with
  10853. > the same network number and different netmasks...  (NOT fixed
  10854. > in 4.2.32)
  10855. >
  10856. > Other than that things seem to be working fine for us.
  10857. > (knock on plastic)
  10858. >
  10859. >
  10860. > Mike Andrews (MA12) -=-=-  VP & Sysadmin, Digital Crescent,
  10861. > Frankfort KY
  10862. > mandrews@dcr.net  -=--=-  mandrews@bit0.com  -=--=-
  10863. http://www.bit0.com
  10864. "If you're not part of the solution.... you're part of the precipitate."
  10865.  
  10866.  
  10867. -
  10868.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  10869.  with "unsubscribe usr-tc" in the body of the message.
  10870.  For information on digests or retrieving files and old messages send
  10871.  "help" to the same address.  Do not use quotes in your message.
  10872.  
  10873.  
  10874. -
  10875.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  10876.  with "unsubscribe usr-tc" in the body of the message.
  10877.  For information on digests or retrieving files and old messages send
  10878.  "help" to the same address.  Do not use quotes in your message.
  10879.  
  10880.  
  10881. -------------------------------------------------------------------------------
  10882.  
  10883. From: Paul Farber <farber@admin.f-tech.net>
  10884. Subject: Re: (usr-tc) HiPer Arc improvement thoughts followup :)
  10885. Date: 16 Sep 1999 20:46:53 -0400 (EDT)
  10886.  
  10887. Thats still of long list of "not quite ready's".
  10888.  
  10889. Paul D. Farber II
  10890. Farber Technology
  10891. Ph. 570-628-5303
  10892. Fax 570-628-5545
  10893. farber@admin.f-tech.net
  10894.  
  10895. On Thu, 16 Sep 1999, Mike Andrews wrote:
  10896.  
  10897. > On Wed, 15 Sep 1999, Paul Farber wrote:
  10898. > > There are still many issues with the DSP code that need to be resolved...
  10899. > > ISDN reliability, v.90 compatibility, uptime, off by snmp 1 errors, etc.
  10900. > > Fix them first!    
  10901. > The off-by-one SNMP errors are finally fixed in the 6.x.x NMC releases --
  10902. > at least all the off-by-ones that I found.
  10903. > Never had any uptime problems.
  10904. > ISDN's OK for us, mostly.
  10905. > v.90 still needs work.  (Be nice if all the Rockwell HCF chips disppeared
  10906. > off the planet first though.)  The Quads work a hell of a lot better for
  10907. > this -- why are the code bases so different here?  If it's all in
  10908. > assembler I can understand, but if it's in something more portable, I
  10909. > don't see why they have to behave so differently.
  10910. > Multilink PPP got real slow in the last DSP releases and needs work again.
  10911. > The ARC 4.2.x releases have a big problem with handling two routes with
  10912. > the same network number and different netmasks...  (NOT fixed in 4.2.32)
  10913. > Other than that things seem to be working fine for us.  (knock on plastic)
  10914. > Mike Andrews (MA12) -=-=-  VP & Sysadmin, Digital Crescent, Frankfort KY
  10915. > mandrews@dcr.net  -=--=-  mandrews@bit0.com  -=--=-  http://www.bit0.com
  10916. > "If you're not part of the solution.... you're part of the precipitate."
  10917. > -
  10918. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  10919. >  with "unsubscribe usr-tc" in the body of the message.
  10920. >  For information on digests or retrieving files and old messages send
  10921. >  "help" to the same address.  Do not use quotes in your message.
  10922.  
  10923.  
  10924. -
  10925.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  10926.  with "unsubscribe usr-tc" in the body of the message.
  10927.  For information on digests or retrieving files and old messages send
  10928.  "help" to the same address.  Do not use quotes in your message.
  10929.  
  10930.  
  10931. -------------------------------------------------------------------------------
  10932.  
  10933. From: Brian Elfert <brian@citilink.com>
  10934. Subject: RE: (usr-tc) HiPer Arc improvement thoughts followup :)
  10935. Date: 16 Sep 1999 20:10:46 -0500 (CDT)
  10936.  
  10937.  
  10938.  
  10939. On Thu, 16 Sep 1999, Igor Brezac wrote:
  10940.  
  10941. > I'd like to add support for the standard RFC Radius VSAs and reiterate the
  10942. > improvement of v90 and ISDN code on DSPs.
  10943.  
  10944. I've never heard of standard VSAs.  VSAs are vendor specific attributes,
  10945. so I have no idea how they could be standardized really.
  10946.  
  10947. I'm sure there are some attributes the Total Control could support.  For
  10948. instance, Connect-Rate appears to be a valid attribute not used.
  10949.  
  10950. Brian
  10951.  
  10952.  
  10953. -
  10954.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  10955.  with "unsubscribe usr-tc" in the body of the message.
  10956.  For information on digests or retrieving files and old messages send
  10957.  "help" to the same address.  Do not use quotes in your message.
  10958.  
  10959.  
  10960. -------------------------------------------------------------------------------
  10961.  
  10962. From: "Brian Becker" <brian@semo.net>
  10963. Subject: (usr-tc) Radius Attribute IP_Pool_Name
  10964. Date: 17 Sep 1999 02:53:40 -0500
  10965.  
  10966. Reading the docs on the Total Control Radius server (I don't have it but was
  10967. just reading how it works), I ran across the ability for RADIUS to select
  10968. which ip pool is used when authenticating a user. This would solve a huge
  10969. problem.
  10970.  
  10971. According to 3com HiPerArc Docs - page E-473
  10972. Attributes
  10973. 61 NAS-Port-Type F,L
  10974. 62 Port-Limit
  10975. 63 Login_LAT-Port NS
  10976. 64 Prompt
  10977. .
  10978. .
  10979. 217 Framed-IP-Addr-Pool-Name
  10980. 250 Char-Noecho
  10981.  
  10982.  
  10983. And on page E-445 in the Vendor Specific Attributes it says:
  10984. 0x9024 IP-Address-Pool
  10985. Sets the name of the IP address pool for Framed PPP/SLIP users.
  10986. Values: ASCII string. Limit: 16 bytes
  10987. User Types: Framed
  10988. Packet Types: Access-Accept
  10989. Default: None
  10990. Use the following global command to set this parameter locally:
  10991. add ip pool <pool_name>
  10992.  
  10993. I've tried editing my dictionary file (I'm using Livingston v1.16 running a
  10994. FreeBSD box) for attribute 217:
  10995.  
  10996. ATTRIBUTE    Framed-IP-Addr-Pool-Name    217    string
  10997.  
  10998. and in my user file I've included the line:
  10999. Framed-IP-Addr-Pool-Name = "testippool",
  11000.  
  11001. which is the name of a pool. But I'm still getting the an ip from another
  11002. pool. I set the pool to private. But still can't get it to use those ips.
  11003.  
  11004. Also tried
  11005. ATTRIBUTE IP_Pool_Name 0x9024 string
  11006.  
  11007. But that hasn't worked either...
  11008.  
  11009. Any ideas?
  11010.  
  11011. Thanks,
  11012. Brian
  11013.  
  11014.  
  11015. -
  11016.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  11017.  with "unsubscribe usr-tc" in the body of the message.
  11018.  For information on digests or retrieving files and old messages send
  11019.  "help" to the same address.  Do not use quotes in your message.
  11020.  
  11021.  
  11022. -------------------------------------------------------------------------------
  11023.  
  11024. From: Jim Johnson <jim@perigee.net>
  11025. Subject: (usr-tc) Current Consumption
  11026. Date: 17 Sep 1999 09:00:47 -0400
  11027.  
  11028.  
  11029.  
  11030. Can someone tell me the current consumption for:
  11031.  
  11032.  Quad-NAC
  11033.  Dual-PRI-NIC
  11034.  Dual-PRI-NAC
  11035.  
  11036. Jim
  11037.  
  11038. -
  11039.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  11040.  with "unsubscribe usr-tc" in the body of the message.
  11041.  For information on digests or retrieving files and old messages send
  11042.  "help" to the same address.  Do not use quotes in your message.
  11043.  
  11044.  
  11045. -------------------------------------------------------------------------------
  11046.  
  11047. From: Robert von Bismarck <rvb@petrel.ch>
  11048. Subject: (usr-tc) MPIP performance
  11049. Date: 17 Sep 1999 17:46:33 +0200
  11050.  
  11051. Hello,
  11052.  
  11053. I have been trying unsuccessfully to make a MPIP connection to my TC =
  11054. pool
  11055. from a cisco 1603 for testing.
  11056.  
  11057. The links go up, everything is fine, until I begin a download, =
  11058. performance
  11059. is bad. I get something between 8KB/s and 10KB/s, while I get about 7 =
  11060. to
  11061. 8KB/s with an ISDN TA hooked up to my PC.
  11062.  
  11063. Oh, yeah, we have 64k ISDN here, not some funky US-specific 56k stuff =
  11064. ;-)=20
  11065.  
  11066. Here's the setup
  11067.  
  11068. I have 6 HiperARC's that are clients and one HiperARC that is server
  11069.  
  11070. Clients are : 111.222.333.1, 111.222.333.2, 111.222.333.3, =
  11071. 111.222.333.4
  11072. 111.222.333.5, 111.222.333.6
  11073. Server is : 111.222.333.10
  11074.  
  11075. The clients are set up like this :
  11076.  
  11077. Add mpip server 111.222.333.10 sharedsecret secret
  11078. Set mpip client_state on
  11079. Set mpip server_state off
  11080. Set ntp primary_server ntp.server.ip.address
  11081.  
  11082. The server is set up like this :
  11083.  
  11084. Add mpip client 111.222.333.1 sharedsecret secret
  11085. Add mpip client 111.222.333.2 sharedsecret secret
  11086. Add mpip client 111.222.333.3 sharedsecret secret
  11087. Add mpip client 111.222.333.4 sharedsecret secret
  11088. Add mpip client 111.222.333.5 sharedsecret secret
  11089. Add mpip client 111.222.333.6 sharedsecret secret
  11090. Set mpip server_state on
  11091. Set mpip client_state off
  11092. Set ntp primary_server ntp.server.ip.address
  11093.  
  11094. Everything goes through a 10/100Mb Switch (Cisco Catalyst 2924XL) and
  11095. default router for all those boards is a Cisco 7206 on the same subnet.
  11096.  
  11097.  
  11098.  
  11099.  
  11100.  
  11101.     Robert von BISMARCK
  11102.     Systems Engineer
  11103.     _________________________
  11104.     SPAN* / Petrel Communications SA=20
  11105.  
  11106.     T=E9l             :      +  41 22 304 47 47
  11107.     Fax            :      +  41 21 304 47 99
  11108.     e-mail        :     rvb@petrel.ch
  11109. Web    :    http://ww.span.ch/
  11110.  
  11111.  
  11112. -
  11113.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  11114.  with "unsubscribe usr-tc" in the body of the message.
  11115.  For information on digests or retrieving files and old messages send
  11116.  "help" to the same address.  Do not use quotes in your message.
  11117.  
  11118.  
  11119. -------------------------------------------------------------------------------
  11120.  
  11121. From: "Mike Wronski" <mike@coredump.ae.usr.com>
  11122. Subject: RE: (usr-tc) Radius Attribute IP_Pool_Name
  11123. Date: 17 Sep 1999 11:29:00 -0500
  11124.  
  11125.  
  11126.  
  11127. |-----Original Message-----
  11128. |From: owner-usr-tc@lists.xmission.com
  11129. |[mailto:owner-usr-tc@lists.xmission.com]On Behalf Of Brian Becker
  11130. |Sent: Friday, September 17, 1999 2:54 AM
  11131. |To: usr-tc@lists.xmission.com
  11132. |Subject: (usr-tc) Radius Attribute IP_Pool_Name
  11133. |
  11134. |
  11135. |Reading the docs on the Total Control Radius server (I don't have it but was
  11136. |just reading how it works), I ran across the ability for RADIUS to select
  11137. |which ip pool is used when authenticating a user. This would solve a huge
  11138. |problem.
  11139. |
  11140. |According to 3com HiPerArc Docs - page E-473
  11141. |Attributes
  11142. |61 NAS-Port-Type F,L
  11143. |62 Port-Limit
  11144. |63 Login_LAT-Port NS
  11145. |64 Prompt
  11146. |.
  11147. |.
  11148. |217 Framed-IP-Addr-Pool-Name
  11149. |250 Char-Noecho
  11150. |
  11151. |
  11152. |And on page E-445 in the Vendor Specific Attributes it says:
  11153. |0x9024 IP-Address-Pool
  11154. |Sets the name of the IP address pool for Framed PPP/SLIP users.
  11155. |Values: ASCII string. Limit: 16 bytes
  11156. |User Types: Framed
  11157. |Packet Types: Access-Accept
  11158. |Default: None
  11159. |Use the following global command to set this parameter locally:
  11160. |add ip pool <pool_name>
  11161. |
  11162. |I've tried editing my dictionary file (I'm using Livingston v1.16 running a
  11163. |FreeBSD box) for attribute 217:
  11164. |
  11165. |ATTRIBUTE    Framed-IP-Addr-Pool-Name    217    string
  11166. |
  11167. |and in my user file I've included the line:
  11168. |Framed-IP-Addr-Pool-Name = "testippool",
  11169. |
  11170. |which is the name of a pool. But I'm still getting the an ip from another
  11171. |pool. I set the pool to private. But still can't get it to use those ips.
  11172. 217 Is an ascend attribute. The HARC will accept (some of) these in the 4.2.x
  11173. code base. See the docs for a more complete list.
  11174.  
  11175. |Also tried
  11176. |ATTRIBUTE IP_Pool_Name 0x9024 string
  11177. |
  11178.  
  11179. The above will work with any HARC code. But your 1.1.6 Radius does not support
  11180. 3com VSA's.
  11181.  
  11182. -M
  11183.  
  11184.  
  11185. -
  11186.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  11187.  with "unsubscribe usr-tc" in the body of the message.
  11188.  For information on digests or retrieving files and old messages send
  11189.  "help" to the same address.  Do not use quotes in your message.
  11190.  
  11191.  
  11192. -------------------------------------------------------------------------------
  11193.  
  11194. From: Jeff Mcadams <jeffm@iglou.com>
  11195. Subject: Re: (usr-tc) MPIP performance
  11196. Date: 17 Sep 1999 12:34:59 -0400
  11197.  
  11198. Thus spake Robert von Bismarck
  11199. >I have been trying unsuccessfully to make a MPIP connection to my TC pool
  11200. >from a cisco 1603 for testing.
  11201.  
  11202. >The links go up, everything is fine, until I begin a download, performance
  11203. >is bad. I get something between 8KB/s and 10KB/s, while I get about 7 to
  11204. >8KB/s with an ISDN TA hooked up to my PC.
  11205.  
  11206. Hrmm...sounds like you're occasionally getting MP (note, not MPIP, MPIP
  11207. is the protocol used between the TC's to coordinate MP bundling), and
  11208. occasionally not.  10KB/s, while not fantastic, is in the range of
  11209. bundled traffic.
  11210.  
  11211. >The server is set up like this :
  11212.  
  11213. >Add mpip client 111.222.333.1 sharedsecret secret
  11214. >Add mpip client 111.222.333.2 sharedsecret secret
  11215. >Add mpip client 111.222.333.3 sharedsecret secret
  11216. >Add mpip client 111.222.333.4 sharedsecret secret
  11217. >Add mpip client 111.222.333.5 sharedsecret secret
  11218. >Add mpip client 111.222.333.6 sharedsecret secret
  11219. >Set mpip server_state on
  11220. >Set mpip client_state off
  11221. >Set ntp primary_server ntp.server.ip.address
  11222.  
  11223. Not sure if its the cause of your problems, but the MPIP server needs to
  11224. be set up as a client of itself, so you need another add mpip client
  11225. statement in there with the server's own IP address.
  11226.  
  11227. >Everything goes through a 10/100Mb Switch (Cisco Catalyst 2924XL) and
  11228. >default router for all those boards is a Cisco 7206 on the same subnet.
  11229.  
  11230. Unless there's a problem with something other than the bundling, this
  11231. really shouldn't matter.  :)
  11232. -- 
  11233. Jeff McAdams                            Email: jeffm@iglou.com
  11234. Head Network Administrator              Voice: (502) 966-3848
  11235. IgLou Internet Services                        (800) 436-4456
  11236.  
  11237. -
  11238.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  11239.  with "unsubscribe usr-tc" in the body of the message.
  11240.  For information on digests or retrieving files and old messages send
  11241.  "help" to the same address.  Do not use quotes in your message.
  11242.  
  11243.  
  11244. -------------------------------------------------------------------------------
  11245.  
  11246. From: Jim Johnson <jim@perigee.net>
  11247. Subject: (usr-tc) TC Routing Question
  11248. Date: 17 Sep 1999 14:45:10 -0400
  11249.  
  11250.  
  11251.  
  11252. Several ARCs are set up in a single /22 network (CIDR block of 1024
  11253. addresses).  
  11254.  
  11255. Dialup IP Address pools are out of this block and the ARC's ethernet
  11256. ports are also in this block.
  11257.  
  11258. Now, if I want to set up an account in radius which can route a /28
  11259. block, can I use a /28 block out of this /22 block?
  11260.  
  11261. When I tried it from the same block and the route showed up in the ARC
  11262. correctly, but the traffic was not routing down the connection for some
  11263. reason.
  11264.  
  11265. Radius - Entry is like:
  11266. test    Password=route, Simultaneous-Use=1
  11267.     Framed-IP-Address=xxx.xxx.62.3,
  11268.     Framed-Route="xxx.xxx.63.8/30 xxx.xxx.62.3 1"
  11269.  
  11270. Relevant Pieces of the ARC's routing table:
  11271.         0.0.0.0/0  NetMgr xxx.xxx.60.1    1   eth:1
  11272.       127.0.0.1/H  LOCAL  127.0.0.1       1   loopback
  11273.    xxx.xxx.60.0/22 LOCAL  xxx.xxx.60.6    1   eth:1
  11274.    xxx.xxx.60.6/H  LOCAL  xxx.xxx.60.6    1   eth:1
  11275.    xxx.xxx.62.3/H  LOCAL  xxx.xxx.62.3    1   slot:14/mod:18
  11276.    xxx.xxx.63.8/30 NetMgr xxx.xxx.62.3    1   slot:14/mod:18
  11277.  xxx.xxx.63.255/H  LOCAL  xxx.xxx.63.255  1   eth:1
  11278.  
  11279. It seems that it should be able to work.  If not, I guess I'll just have
  11280. to get a completely different network block and break it up for the
  11281. routed network.
  11282.  
  11283. Thanks,
  11284.  
  11285. Jim
  11286.  
  11287. -
  11288.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  11289.  with "unsubscribe usr-tc" in the body of the message.
  11290.  For information on digests or retrieving files and old messages send
  11291.  "help" to the same address.  Do not use quotes in your message.
  11292.  
  11293.  
  11294. -------------------------------------------------------------------------------
  11295.  
  11296. From: Jeff Mcadams <jeffm@iglou.com>
  11297. Subject: Re: (usr-tc) TC Routing Question
  11298. Date: 17 Sep 1999 15:02:08 -0400
  11299.  
  11300. Thus spake Jim Johnson
  11301. >Several ARCs are set up in a single /22 network (CIDR block of 1024
  11302. >addresses).  
  11303.  
  11304. >Dialup IP Address pools are out of this block and the ARC's ethernet
  11305. >ports are also in this block.
  11306.  
  11307. >Now, if I want to set up an account in radius which can route a /28
  11308. >block, can I use a /28 block out of this /22 block?
  11309.  
  11310. Hrmm...you're wanting to depend on proxy arp to take care of this for
  11311. you then?
  11312.  
  11313. Not sure specifically how this works, but try:
  11314. enable ip proxy_arp_all_dialin
  11315. and see if that does what you need.  If not, you'll need to use some
  11316. sort of active routing protocol (RIPv2 or newly available OSPF).  The
  11317. active routing protocol is the cleaner solution IMHO (I'm not a terribly
  11318. big fan of proxy arp), but is a bit harder on the systems.  FWIW, you
  11319. shouldn't have to grab a block from outside the /22 just because you're
  11320. using active routing...should be able to use the block inside the /22
  11321. with active routing just fine.
  11322.  
  11323. >When I tried it from the same block and the route showed up in the ARC
  11324. >correctly, but the traffic was not routing down the connection for some
  11325. >reason.
  11326.  
  11327. Because it never got to the Arc to be routed down the connection.  Your
  11328. next hop router assumed, since the route wasn't advertised via some
  11329. active routing protocol, that the ip addresses within the /28 were local
  11330. to the ethernet (based on its interface ip address and mask), sent out
  11331. an arp request for the ip address it was trying to get to, but the Arc
  11332. didn't know to proxy arp for it.
  11333.  
  11334. >It seems that it should be able to work.  If not, I guess I'll just have
  11335. >to get a completely different network block and break it up for the
  11336. >routed network.
  11337.  
  11338. I think you should be able to get this to work.
  11339. -- 
  11340. Jeff McAdams                            Email: jeffm@iglou.com
  11341. Head Network Administrator              Voice: (502) 966-3848
  11342. IgLou Internet Services                        (800) 436-4456
  11343.  
  11344. -
  11345.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  11346.  with "unsubscribe usr-tc" in the body of the message.
  11347.  For information on digests or retrieving files and old messages send
  11348.  "help" to the same address.  Do not use quotes in your message.
  11349.  
  11350.  
  11351. -------------------------------------------------------------------------------
  11352.  
  11353. From: Scott Trautman <scottt@corp.gdinet.com>
  11354. Subject: (usr-tc) HiperARC/DSP console setup redux
  11355. Date: 17 Sep 1999 14:42:52 -0500
  11356.  
  11357. Hi--
  11358.  
  11359. I've still got one DSP card that refuses to grant me a console; there is
  11360. just a squeegum of doubt as to whether it was rebooted after upgrade to
  11361. 2.0.81, but, I do notice one difference between it and the other DSP's; the
  11362. Hardware rev level is 0.49, vs. my others that are at 0.53 and 0.54.
  11363.  
  11364. Could the hardware rev have anything to do with anything?
  11365.  
  11366. I've got exactly 1 other .49 rev level DSP, but...it's in a chassis with a
  11367. Netserver so no help there....
  11368.  
  11369. 12      YES          24 Channel High Density Modem    24      DYNAMIC YES 
  11370. 13      YES          24 Channel High Density Modem    24      DYNAMIC NO  
  11371. 14      YES          24 Channel High Density Modem    24      DYNAMIC YES 
  11372. 15      YES          24 Channel High Density Modem    24      DYNAMIC YES 
  11373.  
  11374. Slot 13 is the one I'm concerned about.
  11375. Upgrading from 2.0.19 to 2.0.81 DID fix the DSP in slot 15, and I am quite
  11376. happily using the console feature now--
  11377.  
  11378. Anybody know?
  11379.  
  11380. Scott Trautman           608-240-4638,4637fax
  11381. Global Dialog Internet   www.gdinet.com
  11382. 2810 Crossroads, STE LL2
  11383. Madison WI 53718 
  11384.  
  11385.  
  11386.  
  11387. -
  11388.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  11389.  with "unsubscribe usr-tc" in the body of the message.
  11390.  For information on digests or retrieving files and old messages send
  11391.  "help" to the same address.  Do not use quotes in your message.
  11392.  
  11393.  
  11394. -------------------------------------------------------------------------------
  11395.  
  11396. From: "Igor Brezac" <igor@ipass.net>
  11397. Subject: RE: (usr-tc) HiPer Arc improvement thoughts followup :)
  11398. Date: 17 Sep 1999 15:53:37 -0400
  11399.  
  11400.  
  11401.  
  11402. > I've never heard of standard VSAs.  VSAs are vendor specific
  11403. > attributes,
  11404. > so I have no idea how they could be standardized really.
  11405. >
  11406.  
  11407. Read http://www.cis.ohio-state.edu/htbin/rfc/rfc2138.html.
  11408. There are many vendors who conform to RFC style VSAs: Livingston, RedBack,
  11409. even Ascend has an option for VSAs, just to name a few.  There are some
  11410. features specific to ARC which should be configurable via radius.
  11411.  
  11412. -Igor
  11413.  
  11414.  
  11415. -
  11416.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  11417.  with "unsubscribe usr-tc" in the body of the message.
  11418.  For information on digests or retrieving files and old messages send
  11419.  "help" to the same address.  Do not use quotes in your message.
  11420.  
  11421.  
  11422. -------------------------------------------------------------------------------
  11423.  
  11424. From: Jim Johnson <jim@perigee.net>
  11425. Subject: Re: (usr-tc) TC Routing Question
  11426. Date: 17 Sep 1999 15:46:38 -0400
  11427.  
  11428.  
  11429. Thanks for the quick reply.  
  11430.  
  11431. I was going to add a static route to the router once I got it working
  11432. rather than turn on RIP.
  11433.  
  11434. But the thing that is confusing me is that I was telnetted into the ARC
  11435. and trying to ping or traceroute to an IP on the routed network block
  11436. and it was not working.  That seemed like am easy way to test it.
  11437.  
  11438. Oh well, I added the static route to the router now and now traffic is
  11439. dying the ARC board even from the outside.  So I am still doing
  11440. something wrong here.
  11441.  
  11442. Does this have an effect on Framed-Routes?
  11443.  
  11444.   ENABLE IP SOURCE_ADDRESS_FILTER 
  11445.  
  11446. Jim
  11447.  
  11448.  
  11449.  
  11450. Jeff Mcadams wrote:
  11451. > Thus spake Jim Johnson
  11452. > >Several ARCs are set up in a single /22 network (CIDR block of 1024
  11453. > >addresses).
  11454. > >Dialup IP Address pools are out of this block and the ARC's ethernet
  11455. > >ports are also in this block.
  11456. > >Now, if I want to set up an account in radius which can route a /28
  11457. > >block, can I use a /28 block out of this /22 block?
  11458. > Hrmm...you're wanting to depend on proxy arp to take care of this for
  11459. > you then?
  11460. > Not sure specifically how this works, but try:
  11461. > enable ip proxy_arp_all_dialin
  11462. > and see if that does what you need.  If not, you'll need to use some
  11463. > sort of active routing protocol (RIPv2 or newly available OSPF).  The
  11464. > active routing protocol is the cleaner solution IMHO (I'm not a terribly
  11465. > big fan of proxy arp), but is a bit harder on the systems.  FWIW, you
  11466. > shouldn't have to grab a block from outside the /22 just because you're
  11467. > using active routing...should be able to use the block inside the /22
  11468. > with active routing just fine.
  11469. > >When I tried it from the same block and the route showed up in the ARC
  11470. > >correctly, but the traffic was not routing down the connection for some
  11471. > >reason.
  11472. > Because it never got to the Arc to be routed down the connection.  Your
  11473. > next hop router assumed, since the route wasn't advertised via some
  11474. > active routing protocol, that the ip addresses within the /28 were local
  11475. > to the ethernet (based on its interface ip address and mask), sent out
  11476. > an arp request for the ip address it was trying to get to, but the Arc
  11477. > didn't know to proxy arp for it.
  11478. > >It seems that it should be able to work.  If not, I guess I'll just have
  11479. > >to get a completely different network block and break it up for the
  11480. > >routed network.
  11481. > I think you should be able to get this to work.
  11482. > --
  11483. > Jeff McAdams                            Email: jeffm@iglou.com
  11484. > Head Network Administrator              Voice: (502) 966-3848
  11485. > IgLou Internet Services                        (800) 436-4456
  11486. > -
  11487. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  11488. >  with "unsubscribe usr-tc" in the body of the message.
  11489. >  For information on digests or retrieving files and old messages send
  11490. >  "help" to the same address.  Do not use quotes in your message.
  11491.  
  11492. -
  11493.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  11494.  with "unsubscribe usr-tc" in the body of the message.
  11495.  For information on digests or retrieving files and old messages send
  11496.  "help" to the same address.  Do not use quotes in your message.
  11497.  
  11498.  
  11499. -------------------------------------------------------------------------------
  11500.  
  11501. From: Brian Elfert <brian@citilink.com>
  11502. Subject: RE: (usr-tc) HiPer Arc improvement thoughts followup :)
  11503. Date: 17 Sep 1999 15:13:32 -0500 (CDT)
  11504.  
  11505.  
  11506.  
  11507. On Fri, 17 Sep 1999, Igor Brezac wrote:
  11508.  
  11509. > > I've never heard of standard VSAs.  VSAs are vendor specific
  11510. > > attributes,
  11511. > > so I have no idea how they could be standardized really.
  11512. > Read http://www.cis.ohio-state.edu/htbin/rfc/rfc2138.html.
  11513. > There are many vendors who conform to RFC style VSAs: Livingston, RedBack,
  11514. > even Ascend has an option for VSAs, just to name a few.  There are some
  11515. > features specific to ARC which should be configurable via radius.
  11516.  
  11517. I guess I was confused.  You want the format of the VSA to be
  11518. standardized, not the VSAs themselves.  I thought you wanted every product
  11519. to output the exact same set of VSAs.
  11520.  
  11521. Brian
  11522.  
  11523.  
  11524. -
  11525.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  11526.  with "unsubscribe usr-tc" in the body of the message.
  11527.  For information on digests or retrieving files and old messages send
  11528.  "help" to the same address.  Do not use quotes in your message.
  11529.  
  11530.  
  11531. -------------------------------------------------------------------------------
  11532.  
  11533. From: Mike Andrews <mandrews@bit0.com>
  11534. Subject: Re: (usr-tc) TC Routing Question
  11535. Date: 17 Sep 1999 16:28:33 -0400 (EDT)
  11536.  
  11537. On Fri, 17 Sep 1999, Jim Johnson wrote:
  11538.  
  11539. > Does this have an effect on Framed-Routes?
  11540. >   ENABLE IP SOURCE_ADDRESS_FILTER 
  11541.  
  11542. Yes -- it makes 'em break, from what I've read.  Don't use source address
  11543. filtering with customers getting subnets routed to them.  You could
  11544. try disabling it on those users via Radius (there's a VSA for it, I
  11545. forget which one now).
  11546.  
  11547.  
  11548. Mike Andrews (MA12) -=-=-  VP & Sysadmin, Digital Crescent, Frankfort KY
  11549. mandrews@dcr.net  -=--=-  mandrews@bit0.com  -=--=-  http://www.bit0.com
  11550. "If you're not part of the solution.... you're part of the precipitate."
  11551.  
  11552.  
  11553. -
  11554.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  11555.  with "unsubscribe usr-tc" in the body of the message.
  11556.  For information on digests or retrieving files and old messages send
  11557.  "help" to the same address.  Do not use quotes in your message.
  11558.  
  11559.  
  11560. -------------------------------------------------------------------------------
  11561.  
  11562. From: Scott Trautman <scottt@corp.gdinet.com>
  11563. Subject: RE: (usr-tc) TC Routing Question
  11564. Date: 17 Sep 1999 15:33:34 -0500
  11565.  
  11566. Interestingly enough I DID have it enabled and all but one of my customers
  11567. with routed subnets have been just fine; one on a compatible systems router
  11568. jus wouldna work until I turned it off. Shrug.
  11569.  
  11570. SMT
  11571.  
  11572. -----Original Message-----
  11573. Sent: Friday, September 17, 1999 3:29 PM
  11574.  
  11575.  
  11576. On Fri, 17 Sep 1999, Jim Johnson wrote:
  11577.  
  11578. > Does this have an effect on Framed-Routes?
  11579. >   ENABLE IP SOURCE_ADDRESS_FILTER 
  11580.  
  11581. Yes -- it makes 'em break, from what I've read.  Don't use source address
  11582. filtering with customers getting subnets routed to them.  You could
  11583. try disabling it on those users via Radius (there's a VSA for it, I
  11584. forget which one now).
  11585.  
  11586.  
  11587. Mike Andrews (MA12) -=-=-  VP & Sysadmin, Digital Crescent, Frankfort KY
  11588. mandrews@dcr.net  -=--=-  mandrews@bit0.com  -=--=-  http://www.bit0.com
  11589. "If you're not part of the solution.... you're part of the precipitate."
  11590.  
  11591.  
  11592. -
  11593.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  11594.  with "unsubscribe usr-tc" in the body of the message.
  11595.  For information on digests or retrieving files and old messages send
  11596.  "help" to the same address.  Do not use quotes in your message.
  11597.  
  11598. -
  11599.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  11600.  with "unsubscribe usr-tc" in the body of the message.
  11601.  For information on digests or retrieving files and old messages send
  11602.  "help" to the same address.  Do not use quotes in your message.
  11603.  
  11604.  
  11605. -------------------------------------------------------------------------------
  11606.  
  11607. From: "Mike McHenry" <mmchen@minn.net>
  11608. Subject: (usr-tc) Filtering telnet access on HiPer ARC
  11609. Date: 17 Sep 1999 16:02:41 -0500
  11610.  
  11611.  
  11612. Hello all,
  11613.  
  11614. I would like to filter telnet access to the HiPer ARC cards on several of my
  11615. TC chassis. I have an example filter that does not appear work and is giving
  11616. me a "anonymous protocol" message when I attempt to verify the filter.
  11617.  
  11618. Example filter where 10.0.0.2/32 is the one machine which is allowed telnet
  11619. access to the ARC and 10.1.1.1 is the address of the ARC itself.
  11620.  
  11621. #filter
  11622. :IP
  11623. 010 AND src-addr = 10.0.0.2/32;
  11624. 011 AND dst-addr = 10.1.1.1/32;
  11625. 012 ACCEPT tcp-dst-port = 23;
  11626. 020 AND dst-addr = 10.1.1.1/32;
  11627. 021 DENY tcp-dst-port = 23;
  11628. 030 ACCEPT;
  11629.  
  11630. Any obvious problems with this? I have similar filters working on all of my
  11631. other equipment, I just don't know what the anonymous protocol message is
  11632. trying to tell me and I can't seem to find any mention of it in any of the
  11633. release notes or documentation. Running the latest HiperARC code, 4.2.??
  11634.  
  11635. Any suggestions would be appreciated, it is Friday and my brain is starting
  11636. to shut down for the weekend :)
  11637.  
  11638. Mike McHenry
  11639.  
  11640.  
  11641. -
  11642.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  11643.  with "unsubscribe usr-tc" in the body of the message.
  11644.  For information on digests or retrieving files and old messages send
  11645.  "help" to the same address.  Do not use quotes in your message.
  11646.  
  11647.  
  11648. -------------------------------------------------------------------------------
  11649.  
  11650. From: Jim Johnson <jim@perigee.net>
  11651. Subject: Re: (usr-tc) TC Routing Question
  11652. Date: 17 Sep 1999 17:06:55 -0400
  11653.  
  11654.  
  11655. Hmmmm. 
  11656.  
  11657.   DISABLE IP SOURCE_ADDRESS_FILTER
  11658.  
  11659. The routing started working perfectly. Ummm, maybe I don't understand
  11660. what that setting does.  Is that behavior broken?
  11661.  
  11662. Jim
  11663.  
  11664. Scott Trautman wrote:
  11665. > Interestingly enough I DID have it enabled and all but one of my customers
  11666. > with routed subnets have been just fine; one on a compatible systems router
  11667. > jus wouldna work until I turned it off. Shrug.
  11668. > SMT
  11669. > -----Original Message-----
  11670. > From: Mike Andrews [mailto:mandrews@bit0.com]
  11671. > Sent: Friday, September 17, 1999 3:29 PM
  11672. > To: usr-tc@lists.xmission.com
  11673. > Subject: Re: (usr-tc) TC Routing Question
  11674. > On Fri, 17 Sep 1999, Jim Johnson wrote:
  11675. > > Does this have an effect on Framed-Routes?
  11676. > >
  11677. > >   ENABLE IP SOURCE_ADDRESS_FILTER
  11678. > Yes -- it makes 'em break, from what I've read.  Don't use source address
  11679. > filtering with customers getting subnets routed to them.  You could
  11680. > try disabling it on those users via Radius (there's a VSA for it, I
  11681. > forget which one now).
  11682. > Mike Andrews (MA12) -=-=-  VP & Sysadmin, Digital Crescent, Frankfort KY
  11683. > mandrews@dcr.net  -=--=-  mandrews@bit0.com  -=--=-  http://www.bit0.com
  11684. > "If you're not part of the solution.... you're part of the precipitate."
  11685. > -
  11686. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  11687. >  with "unsubscribe usr-tc" in the body of the message.
  11688. >  For information on digests or retrieving files and old messages send
  11689. >  "help" to the same address.  Do not use quotes in your message.
  11690. > -
  11691. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  11692. >  with "unsubscribe usr-tc" in the body of the message.
  11693. >  For information on digests or retrieving files and old messages send
  11694. >  "help" to the same address.  Do not use quotes in your message.
  11695.  
  11696. -
  11697.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  11698.  with "unsubscribe usr-tc" in the body of the message.
  11699.  For information on digests or retrieving files and old messages send
  11700.  "help" to the same address.  Do not use quotes in your message.
  11701.  
  11702.  
  11703. -------------------------------------------------------------------------------
  11704.  
  11705. From: K Mitchell <mitch@keyconn.net>
  11706. Subject: Re: (usr-tc) HiperARC/DSP console setup redux
  11707. Date: 17 Sep 1999 17:55:01 -0400
  11708.  
  11709. At 02:42 PM 9/17/99 -0500, Scott Trautman <scottt@corp.gdinet.com> wrote:
  11710. >Hi--
  11711. >I've still got one DSP card that refuses to grant me a console; there is
  11712. >just a squeegum of doubt as to whether it was rebooted after upgrade to
  11713. >2.0.81, but, I do notice one difference between it and the other DSP's; the
  11714. >Hardware rev level is 0.49, vs. my others that are at 0.53 and 0.54.
  11715. >
  11716. >Could the hardware rev have anything to do with anything?
  11717. >I've got exactly 1 other .49 rev level DSP, but...it's in a chassis with a
  11718. >Netserver so no help there....
  11719. >12      YES          24 Channel High Density Modem    24      DYNAMIC YES 
  11720. >13      YES          24 Channel High Density Modem    24      DYNAMIC NO  
  11721. >14      YES          24 Channel High Density Modem    24      DYNAMIC YES 
  11722. >15      YES          24 Channel High Density Modem    24      DYNAMIC YES 
  11723.  
  11724. I've got the opposite situation, I need 1 card changed to DYNAMIC(although
  11725. I'm not sure what the difference does). All of mine are set NO to console.
  11726. Should they be set to YES?
  11727. 1       YES          24 Channel High Density Modem    23      DYNAMIC NO
  11728. 2       YES          24 Channel High Density Modem    23      DYNAMIC NO
  11729. 3       YES          24 Channel High Density Modem    23      STATIC  NO
  11730.  
  11731. -- 
  11732. Kirk Mitchell-General Manager        mitch@keyconn.net
  11733. Keystone Connect                     Unlock Your World
  11734. Altoona, PA   814-941-5000      http://www.keyconn.net
  11735.  
  11736.  
  11737. -
  11738.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  11739.  with "unsubscribe usr-tc" in the body of the message.
  11740.  For information on digests or retrieving files and old messages send
  11741.  "help" to the same address.  Do not use quotes in your message.
  11742.  
  11743.  
  11744. -------------------------------------------------------------------------------
  11745.  
  11746. From: Scott Trautman <scottt@corp.gdinet.com>
  11747. Subject: RE: (usr-tc) HiperARC/DSP console setup redux
  11748. Date: 17 Sep 1999 17:08:41 -0500
  11749.  
  11750. Dynamic is a function of a nmc_chassis awareness setting--
  11751. If not dynamic, you would have had to specify the type card in a given slot.
  11752. With it on, it'll figur' it out all by itself.
  11753.  
  11754. Console, the upgrade to 2.0.81 from 2.0.19 changed "no" to "yes" in all but
  11755. this one case.
  11756. Being able to get a console session without plugging in a physical console
  11757. cable is pretty nifty.
  11758. I'm running out of pm2 ports...:)
  11759.  
  11760. SMT
  11761.  
  11762. > -----Original Message-----
  11763. > From: K Mitchell [mailto:mitch@keyconn.net]
  11764. > Sent: Friday, September 17, 1999 4:55 PM
  11765. > To: usr-tc@lists.xmission.com
  11766. > Subject: Re: (usr-tc) HiperARC/DSP console setup redux
  11767. > At 02:42 PM 9/17/99 -0500, Scott Trautman 
  11768. > <scottt@corp.gdinet.com> wrote:
  11769. > >Hi--
  11770. > > 
  11771. > >I've still got one DSP card that refuses to grant me a 
  11772. > console; there is
  11773. > >just a squeegum of doubt as to whether it was rebooted after 
  11774. > upgrade to
  11775. > >2.0.81, but, I do notice one difference between it and the 
  11776. > other DSP's; the
  11777. > >Hardware rev level is 0.49, vs. my others that are at 0.53 and 0.54.
  11778. > >
  11779. > >Could the hardware rev have anything to do with anything?
  11780. > > 
  11781. > >I've got exactly 1 other .49 rev level DSP, but...it's in a 
  11782. > chassis with a
  11783. > >Netserver so no help there....
  11784. > > 
  11785. > >12      YES          24 Channel High Density Modem    24     
  11786. >  DYNAMIC YES 
  11787. > >13      YES          24 Channel High Density Modem    24     
  11788. >  DYNAMIC NO  
  11789. > >14      YES          24 Channel High Density Modem    24     
  11790. >  DYNAMIC YES 
  11791. > >15      YES          24 Channel High Density Modem    24     
  11792. >  DYNAMIC YES 
  11793. > I've got the opposite situation, I need 1 card changed to 
  11794. > DYNAMIC(although
  11795. > I'm not sure what the difference does). All of mine are set 
  11796. > NO to console.
  11797. > Should they be set to YES?
  11798. > 1       YES          24 Channel High Density Modem    23      
  11799. > DYNAMIC NO
  11800. > 2       YES          24 Channel High Density Modem    23      
  11801. > DYNAMIC NO
  11802. > 3       YES          24 Channel High Density Modem    23      
  11803. > STATIC  NO
  11804. > -- 
  11805. > Kirk Mitchell-General Manager        mitch@keyconn.net
  11806. > Keystone Connect                     Unlock Your World
  11807. > Altoona, PA   814-941-5000      http://www.keyconn.net
  11808. > -
  11809. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  11810. >  with "unsubscribe usr-tc" in the body of the message.
  11811. >  For information on digests or retrieving files and old messages send
  11812. >  "help" to the same address.  Do not use quotes in your message.
  11813.  
  11814. -
  11815.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  11816.  with "unsubscribe usr-tc" in the body of the message.
  11817.  For information on digests or retrieving files and old messages send
  11818.  "help" to the same address.  Do not use quotes in your message.
  11819.  
  11820.  
  11821. -------------------------------------------------------------------------------
  11822.  
  11823. From: "Mike McHenry" <mmchen@minn.net>
  11824. Subject: (usr-tc) RE: Filtering telnet access on HiPer ARC
  11825. Date: 17 Sep 1999 17:21:31 -0500
  11826.  
  11827. Ack, call me stupid and laugh, it is definately time to go home and sleep...
  11828.  
  11829. For any interested parties the problem is :IP needs to be IP: in the filter
  11830. rules...
  11831.  
  11832. Mike McHenry
  11833.  
  11834. -----Original Message-----
  11835. Sent: Friday, September 17, 1999 4:03 PM
  11836.  
  11837.  
  11838.  
  11839. Hello all,
  11840.  
  11841. I would like to filter telnet access to the HiPer ARC cards on several of my
  11842. TC chassis. I have an example filter that does not appear work and is giving
  11843. me a "anonymous protocol" message when I attempt to verify the filter.
  11844.  
  11845. Example filter where 10.0.0.2/32 is the one machine which is allowed telnet
  11846. access to the ARC and 10.1.1.1 is the address of the ARC itself.
  11847.  
  11848. #filter
  11849. :IP
  11850. 010 AND src-addr = 10.0.0.2/32;
  11851. 011 AND dst-addr = 10.1.1.1/32;
  11852. 012 ACCEPT tcp-dst-port = 23;
  11853. 020 AND dst-addr = 10.1.1.1/32;
  11854. 021 DENY tcp-dst-port = 23;
  11855. 030 ACCEPT;
  11856.  
  11857. Any obvious problems with this? I have similar filters working on all of my
  11858. other equipment, I just don't know what the anonymous protocol message is
  11859. trying to tell me and I can't seem to find any mention of it in any of the
  11860. release notes or documentation. Running the latest HiperARC code, 4.2.??
  11861.  
  11862. Any suggestions would be appreciated, it is Friday and my brain is starting
  11863. to shut down for the weekend :)
  11864.  
  11865. Mike McHenry
  11866.  
  11867.  
  11868. -
  11869.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  11870.  with "unsubscribe usr-tc" in the body of the message.
  11871.  For information on digests or retrieving files and old messages send
  11872.  "help" to the same address.  Do not use quotes in your message.
  11873.  
  11874.  
  11875. -------------------------------------------------------------------------------
  11876.  
  11877. From: K Mitchell <mitch@keyconn.net>
  11878. Subject: RE: (usr-tc) HiperARC/DSP console setup redux
  11879. Date: 17 Sep 1999 18:32:52 -0400
  11880.  
  11881. At 05:08 PM 9/17/99 -0500, you wrote:
  11882. >Dynamic is a function of a nmc_chassis awareness setting--
  11883. >If not dynamic, you would have had to specify the type card in a given slot.
  11884. >With it on, it'll figur' it out all by itself.
  11885.  
  11886. Chassis awareness is on, shouldn't all of the cards match then, instead of
  11887. one showing STATIC?
  11888.  
  11889. Thanks,
  11890. Kirk
  11891.  
  11892. -- 
  11893. Kirk Mitchell-General Manager        mitch@keyconn.net
  11894. Keystone Connect                     Unlock Your World
  11895. Altoona, PA   814-941-5000      http://www.keyconn.net
  11896.  
  11897.  
  11898. -
  11899.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  11900.  with "unsubscribe usr-tc" in the body of the message.
  11901.  For information on digests or retrieving files and old messages send
  11902.  "help" to the same address.  Do not use quotes in your message.
  11903.  
  11904.  
  11905. -------------------------------------------------------------------------------
  11906.  
  11907. From: Jeff Mcadams <jeffm@iglou.com>
  11908. Subject: Re: (usr-tc) HiperARC/DSP console setup redux
  11909. Date: 17 Sep 1999 18:54:21 -0400
  11910.  
  11911. Thus spake K Mitchell
  11912. >At 05:08 PM 9/17/99 -0500, you wrote:
  11913. >>Dynamic is a function of a nmc_chassis awareness setting--
  11914. >>If not dynamic, you would have had to specify the type card in a given slot.
  11915. >>With it on, it'll figur' it out all by itself.
  11916.  
  11917. >Chassis awareness is on, shouldn't all of the cards match then, instead of
  11918. >one showing STATIC?
  11919.  
  11920. Static assignments override chassis awareness.
  11921. -- 
  11922. Jeff McAdams                            Email: jeffm@iglou.com
  11923. Head Network Administrator              Voice: (502) 966-3848
  11924. IgLou Internet Services                        (800) 436-4456
  11925.  
  11926. -
  11927.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  11928.  with "unsubscribe usr-tc" in the body of the message.
  11929.  For information on digests or retrieving files and old messages send
  11930.  "help" to the same address.  Do not use quotes in your message.
  11931.  
  11932.  
  11933. -------------------------------------------------------------------------------
  11934.  
  11935. From: K Mitchell <mitch@keyconn.net>
  11936. Subject: Re: (usr-tc) HiperARC/DSP console setup redux
  11937. Date: 17 Sep 1999 19:06:10 -0400
  11938.  
  11939. At 06:54 PM 9/17/99 -0400, Jeff wrote:
  11940. >Thus spake K Mitchell
  11941. >
  11942. >>Chassis awareness is on, shouldn't all of the cards match then, instead of
  11943. >>one showing STATIC?
  11944. >
  11945. >Static assignments override chassis awareness.
  11946.  
  11947. How do I undo the static assignment? Also, how do I set the cards to
  11948. Console: YES?
  11949.  
  11950. Thanks,
  11951. Kirk
  11952.  
  11953. -- 
  11954. Kirk Mitchell-General Manager        mitch@keyconn.net
  11955. Keystone Connect                     Unlock Your World
  11956. Altoona, PA   814-941-5000      http://www.keyconn.net
  11957.  
  11958.  
  11959. -
  11960.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  11961.  with "unsubscribe usr-tc" in the body of the message.
  11962.  For information on digests or retrieving files and old messages send
  11963.  "help" to the same address.  Do not use quotes in your message.
  11964.  
  11965.  
  11966. -------------------------------------------------------------------------------
  11967.  
  11968. From: Jeff Mcadams <jeffm@iglou.com>
  11969. Subject: Re: (usr-tc) HiperARC/DSP console setup redux
  11970. Date: 17 Sep 1999 19:47:33 -0400
  11971.  
  11972. Thus spake K Mitchell
  11973. >At 06:54 PM 9/17/99 -0400, Jeff wrote:
  11974. >>Thus spake K Mitchell
  11975.  
  11976. >>>Chassis awareness is on, shouldn't all of the cards match then, instead of
  11977. >>>one showing STATIC?
  11978.  
  11979. >>Static assignments override chassis awareness.
  11980.  
  11981. >How do I undo the static assignment? Also, how do I set the cards to
  11982. >Console: YES?
  11983.  
  11984. Not sure about the console part as I'm still using 1.2.x code, but the
  11985. static assignment is undone by:
  11986. set chassis slot x owner no
  11987.  
  11988. Then if you have chassis_awareness disabled from the NMC, it'll pick up
  11989. ownership as dynamic (should...may not happen right away).
  11990. -- 
  11991. Jeff McAdams                            Email: jeffm@iglou.com
  11992. Head Network Administrator              Voice: (502) 966-3848
  11993. IgLou Internet Services                        (800) 436-4456
  11994.  
  11995. -
  11996.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  11997.  with "unsubscribe usr-tc" in the body of the message.
  11998.  For information on digests or retrieving files and old messages send
  11999.  "help" to the same address.  Do not use quotes in your message.
  12000.  
  12001.  
  12002. -------------------------------------------------------------------------------
  12003.  
  12004. From: Mike Andrews <mandrews@bit0.com>
  12005. Subject: Re: (usr-tc) HiperARC/DSP console setup redux
  12006. Date: 17 Sep 1999 20:59:50 -0400 (EDT)
  12007.  
  12008. On Fri, 17 Sep 1999, K Mitchell wrote:
  12009.  
  12010. > Also, how do I set the cards to Console: YES?
  12011.  
  12012. set chas slot xx cons yes
  12013.  
  12014. I think you have to be on static assignment for this to work, though.
  12015.  
  12016.  
  12017. -
  12018.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  12019.  with "unsubscribe usr-tc" in the body of the message.
  12020.  For information on digests or retrieving files and old messages send
  12021.  "help" to the same address.  Do not use quotes in your message.
  12022.  
  12023.  
  12024. -------------------------------------------------------------------------------
  12025.  
  12026. From: K Mitchell <mitch@keyconn.net>
  12027. Subject: Re: (usr-tc) HiperARC/DSP console setup redux
  12028. Date: 17 Sep 1999 21:03:19 -0400
  12029.  
  12030. At 07:47 PM 9/17/99 -0400, Jeff wrote:
  12031. >>How do I undo the static assignment? Also, how do I set the cards to
  12032. >>Console: YES?
  12033. >
  12034. >Not sure about the console part as I'm still using 1.2.x code, but the
  12035. >static assignment is undone by:
  12036. >set chassis slot x owner no
  12037.  
  12038. I'm still running 1.2.x also, BTW is 1.2.5 newer or 1.2.60? With 3Com's
  12039. version numbering scheme, I'm not sure.
  12040.  
  12041. >Then if you have chassis_awareness disabled from the NMC, it'll pick up
  12042. >ownership as dynamic (should...may not happen right away).
  12043.  
  12044. Once the change shows, I'd take ownership back?
  12045.  
  12046. Thanks,
  12047. Kirk
  12048.  
  12049.  
  12050. -- 
  12051. Kirk Mitchell-General Manager        mitch@keyconn.net
  12052. Keystone Connect                     Unlock Your World
  12053. Altoona, PA   814-941-5000      http://www.keyconn.net
  12054.  
  12055.  
  12056. -
  12057.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  12058.  with "unsubscribe usr-tc" in the body of the message.
  12059.  For information on digests or retrieving files and old messages send
  12060.  "help" to the same address.  Do not use quotes in your message.
  12061.  
  12062.  
  12063. -------------------------------------------------------------------------------
  12064.  
  12065. From: Mike Andrews <mandrews@bit0.com>
  12066. Subject: Re: (usr-tc) HiperARC/DSP console setup redux
  12067. Date: 17 Sep 1999 21:32:06 -0400 (EDT)
  12068.  
  12069. On Fri, 17 Sep 1999, K Mitchell wrote:
  12070.  
  12071. > At 07:47 PM 9/17/99 -0400, Jeff wrote:
  12072. > >>How do I undo the static assignment? Also, how do I set the cards to
  12073. > >>Console: YES?
  12074. > >
  12075. > >Not sure about the console part as I'm still using 1.2.x code, but the
  12076. > >static assignment is undone by:
  12077. > >set chassis slot x owner no
  12078. > I'm still running 1.2.x also, BTW is 1.2.5 newer or 1.2.60? With 3Com's
  12079. > version numbering scheme, I'm not sure.
  12080.  
  12081. 1.2.x code doesn't support the remote console thing anyway, you need 2.x
  12082. for that... so the console setting is kinda useless there.
  12083.  
  12084. From oldest to newest:
  12085.   1.2.5 (oldest)
  12086.   1.2.68
  12087.   1.2.60
  12088.   1.2.59
  12089.   1.2.43
  12090.   1.2.37 (newest before 2.x)
  12091.  
  12092.  
  12093. Mike Andrews (MA12) -=-=-  VP & Sysadmin, Digital Crescent, Frankfort KY
  12094. mandrews@dcr.net  -=--=-  mandrews@bit0.com  -=--=-  http://www.bit0.com
  12095. "If you're not part of the solution.... you're part of the precipitate."
  12096.  
  12097.  
  12098. -
  12099.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  12100.  with "unsubscribe usr-tc" in the body of the message.
  12101.  For information on digests or retrieving files and old messages send
  12102.  "help" to the same address.  Do not use quotes in your message.
  12103.  
  12104.  
  12105. -------------------------------------------------------------------------------
  12106.  
  12107. From: Jeff Mcadams <jeffm@iglou.com>
  12108. Subject: Re: (usr-tc) HiperARC/DSP console setup redux
  12109. Date: 17 Sep 1999 21:39:04 -0400
  12110.  
  12111. Thus spake K Mitchell
  12112. >At 07:47 PM 9/17/99 -0400, Jeff wrote:
  12113. >I'm still running 1.2.x also, BTW is 1.2.5 newer or 1.2.60? With 3Com's
  12114. >version numbering scheme, I'm not sure.
  12115.  
  12116. As Mike mentioned, 1.2.5 is the oldest...not so's you'd know it from the
  12117. numbering.
  12118.  
  12119. >>Then if you have chassis_awareness disabled from the NMC, it'll pick up
  12120. >>ownership as dynamic (should...may not happen right away).
  12121.  
  12122. >Once the change shows, I'd take ownership back?
  12123.  
  12124. Well...you *can*, but that kinda defeats the purpuse.  :)  Once the
  12125. change shows, it would be just as if the Arc had ownership...actually it
  12126. *does* have ownership...just assigned by the NMC rather than assigned
  12127. manually by you the admin.  Once the change shows, all the requesite
  12128. interfaces should be up.
  12129. -- 
  12130. Jeff McAdams                            Email: jeffm@iglou.com
  12131. Head Network Administrator              Voice: (502) 966-3848
  12132. IgLou Internet Services                        (800) 436-4456
  12133.  
  12134. -
  12135.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  12136.  with "unsubscribe usr-tc" in the body of the message.
  12137.  For information on digests or retrieving files and old messages send
  12138.  "help" to the same address.  Do not use quotes in your message.
  12139.  
  12140.  
  12141. -------------------------------------------------------------------------------
  12142.  
  12143. From: K Mitchell <mitch@keyconn.net>
  12144. Subject: Re: (usr-tc) HiperARC/DSP console setup redux
  12145. Date: 17 Sep 1999 21:44:20 -0400
  12146.  
  12147. At 09:39 PM 9/17/99 -0400, Jeff wrote:
  12148. >Thus spake K Mitchell
  12149. >>At 07:47 PM 9/17/99 -0400, Jeff wrote:
  12150. >>I'm still running 1.2.x also, BTW is 1.2.5 newer or 1.2.60? With 3Com's
  12151. >>version numbering scheme, I'm not sure.
  12152. >
  12153. >As Mike mentioned, 1.2.5 is the oldest...not so's you'd know it from the
  12154. >numbering.
  12155. >
  12156. >>>Then if you have chassis_awareness disabled from the NMC, it'll pick up
  12157. >>>ownership as dynamic (should...may not happen right away).
  12158. >
  12159. >>Once the change shows, I'd take ownership back?
  12160. >
  12161. >Well...you *can*, but that kinda defeats the purpuse.  :)  Once the
  12162. >change shows, it would be just as if the Arc had ownership...actually it
  12163. >*does* have ownership...just assigned by the NMC rather than assigned
  12164. >manually by you the admin.  Once the change shows, all the requesite
  12165. >interfaces should be up.
  12166.  
  12167. Slot    Owner        Description                      Ports   Type    Console
  12168. 1       YES          24 Channel High Density Modem    23      DYNAMIC NO
  12169. 2       YES          24 Channel High Density Modem    23      DYNAMIC NO
  12170. 3       NO           24 Channel High Density Modem    23      STATIC  NO
  12171.  
  12172. So I should be setting ownership of 1 and 2 to no also then?
  12173.  
  12174. -- 
  12175. Kirk Mitchell-General Manager        mitch@keyconn.net
  12176. Keystone Connect                     Unlock Your World
  12177. Altoona, PA   814-941-5000      http://www.keyconn.net
  12178.  
  12179.  
  12180. -
  12181.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  12182.  with "unsubscribe usr-tc" in the body of the message.
  12183.  For information on digests or retrieving files and old messages send
  12184.  "help" to the same address.  Do not use quotes in your message.
  12185.  
  12186.  
  12187. -------------------------------------------------------------------------------
  12188.  
  12189. From: Aaron Nabil <nabil@spiritone.com>
  12190. Subject: Re: (usr-tc) MPIP performance
  12191. Date: 18 Sep 1999 05:17:53 -0700 (PDT)
  12192.  
  12193. Jeff Mcadams writes...
  12194. >Not sure if its the cause of your problems, but the MPIP server needs to
  12195. >be set up as a client of itself, so you need another add mpip client
  12196. >statement in there with the server's own IP address.
  12197.  
  12198. My MPIP server is not a client of itself, and it works fine.
  12199.  
  12200.  
  12201. -- 
  12202. Aaron Nabil
  12203.  
  12204. -
  12205.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  12206.  with "unsubscribe usr-tc" in the body of the message.
  12207.  For information on digests or retrieving files and old messages send
  12208.  "help" to the same address.  Do not use quotes in your message.
  12209.  
  12210.  
  12211. -------------------------------------------------------------------------------
  12212.  
  12213. From: Scott Trautman <scottt@corp.gdinet.com>
  12214. Subject: RE: (usr-tc) Packet filtering strategies/netbus et al
  12215. Date: 18 Sep 1999 10:48:20 -0500
  12216.  
  12217. Well, don't know about that "supports netserver syntax" as it didn't seem to
  12218. work for me,
  12219. but, I did get the filters to work just fine with the latest HiperARC
  12220. Manager and new ARC code. The old ARC manager was a problem with filters.
  12221. The ARC filters are actually pretty nifty and a lot more flexible than the
  12222. familiar Netserver/Livingston variety. The AND to do port ranges saves a lot
  12223. of tedium.
  12224.  
  12225. For all like me that struggled some with all this, a couple notes:
  12226. Might be all too obvious for many, but here you go anyway--
  12227.  
  12228. Most, I would assume, will want to apply filters per RADIUS authenticated
  12229. dialup user, rather than the examples they give in the ARC pdf manual about
  12230. interfaces and local ARC users.
  12231.  
  12232. RADIUS user filter entry:
  12233.  
  12234. Framed-Filter = "myfilter"
  12235.  
  12236. You must then have both a "myfilter.in" and a "myfilter.out" on your ARC.
  12237. The out generally is just a permit/accept is all, but it has to be there.
  12238. The .in and .out is assumed by the ARC to the Framed-Filter as was on the
  12239. Netserver. IE, having a filter on the arc of the name "myfilter" won't do
  12240. anything for you.
  12241.  
  12242. To turn on filter access, you'll need to, at the arc:
  12243.  
  12244. set modem_group all filter_access on
  12245.  
  12246. If you don't have the filters on the ARC that are being applied (in this
  12247. example, myfilter.in, out), your users will not be able to get online at
  12248. all. They'll be dropped right after authentication.
  12249.  
  12250. modem_group all as in all your interfaces.
  12251.  
  12252. I also used the
  12253.  
  12254. verify filter myfilter.in
  12255.  
  12256. Command on the ARC to get feedback about any errors I had as I edited. Used
  12257. the ARC Manager to edit them.
  12258.  
  12259. Chapter 12 in the latest ARC documentation is pretty decent on how the
  12260. filters work and has enough examples to get you going.
  12261.  
  12262. Also note that during testing I was trying to view a connection with "sh int
  12263. slot:x/mod:y", and it does not indicate an Input or Output filter, but there
  12264. definately is one there as determined by testing. It does show "Filter
  12265. Access: ON" after doing the set modem_group....command.
  12266.  
  12267. That's my little filtering brain dump. Wasn't that bad once I got over the
  12268. dread of doing it.
  12269.  
  12270. SMT
  12271.  
  12272. > -----Original Message-----
  12273. > From: Aaron Nabil [mailto:nabil@spiritone.com]
  12274. > Sent: Wednesday, September 01, 1999 3:37 PM
  12275. > To: usr-tc@lists.xmission.com
  12276. > Subject: Re: (usr-tc) Packet filtering strategies/netbus et al
  12277. > Scott Trautman writes...
  12278. > >..and finally...anyone doing a lot with the ARC filters? 
  12279. > Anyone interested
  12280. > >in making some bucks converting a couple Netserver filters 
  12281. > to an ARC filter?
  12282. > Easy money, considering the ARC supports netserver syntax filters.
  12283. > -- 
  12284. > Aaron Nabil> 
  12285.  
  12286. -
  12287.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  12288.  with "unsubscribe usr-tc" in the body of the message.
  12289.  For information on digests or retrieving files and old messages send
  12290.  "help" to the same address.  Do not use quotes in your message.
  12291.  
  12292.  
  12293. -------------------------------------------------------------------------------
  12294.  
  12295. From: <pferraro@wna-linknet.com>
  12296. Subject: (usr-tc) FAILED Realm processing error...
  12297. Date: 18 Sep 1999 12:19:52 -0400 (EDT)
  12298.  
  12299.  
  12300.     Does anyone know what this mans EXACTLY?   We have seen a couple
  12301. of our users get this and it also makes the radiusd dump core.  I have no
  12302. idea how to check out a radiusd.core file.  THe radius we are using is
  12303. MERIT 3.6B    Any help or comments appreciated!
  12304.  
  12305. ==============================================================================
  12306. Phillip Ferraro                WorldNet Access, Inc
  12307. pferraro@wna-linknet.com    Onslow County's PREMIER InterNet Service 
  12308. Voice (910) 346-0835            824 Gumbranch Square, Suite R3
  12309. FAX   (910) 455-1933             Jacksonville, Nc  28540-6269
  12310. ==============================================================================
  12311.  
  12312.  
  12313.  
  12314. -
  12315.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  12316.  with "unsubscribe usr-tc" in the body of the message.
  12317.  For information on digests or retrieving files and old messages send
  12318.  "help" to the same address.  Do not use quotes in your message.
  12319.  
  12320.  
  12321. -------------------------------------------------------------------------------
  12322.  
  12323. From: Mike Andrews <mandrews@bit0.com>
  12324. Subject: (usr-tc) SNMP challenge: ARC username from IP address
  12325. Date: 18 Sep 1999 15:29:35 -0400 (EDT)
  12326.  
  12327. OK, got a little challenge for you all. :)
  12328.  
  12329. On a HiPer ARC...  Given a dialup user's IP address, find their username.
  12330. As fast as possible.  (Think CGI here.)
  12331.  
  12332. I've had code to do this, but it is slow, and it broke on ARC release
  12333. 4.2.x...  forcing me to use an even slower method.  :p  I'd like to speed
  12334. it up.
  12335.  
  12336. The best I can do right now is two snmpwalks, followed by a single
  12337. snmpget.  I'd like to get rid of the snmpwalks, but for some reason the
  12338. ARC will not let you directly snmpget some variables -- you have to walk
  12339. the whole table it's contained in.  (And this got worse in 4.2.x.  A bug,
  12340. I would think.)
  12341.  
  12342. Can anyone get it down to just snmpgets?
  12343.  
  12344. (3Com?)
  12345.  
  12346.  
  12347.  
  12348. Mike Andrews (MA12) -=-=-  VP & Sysadmin, Digital Crescent, Frankfort KY
  12349. mandrews@dcr.net  -=--=-  mandrews@bit0.com  -=--=-  http://www.bit0.com
  12350. "If you're not part of the solution.... you're part of the precipitate."
  12351.  
  12352.  
  12353. -
  12354.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  12355.  with "unsubscribe usr-tc" in the body of the message.
  12356.  For information on digests or retrieving files and old messages send
  12357.  "help" to the same address.  Do not use quotes in your message.
  12358.  
  12359.  
  12360. -------------------------------------------------------------------------------
  12361.  
  12362. From: Paul Farber <farber@admin.f-tech.net>
  12363. Subject: Re: (usr-tc) SNMP challenge: ARC username from IP address
  12364. Date: 18 Sep 1999 15:46:30 -0400 (EDT)
  12365.  
  12366. Quickest way would be to telnet into the ARC.. and snmp solution would
  12367. involve interating through the entite OID tree till you got a match.
  12368.  
  12369. An expect scrript or perl script would be much quicker.  Just do telnet
  12370. in, do a sho ip networks and grep the results.
  12371.  
  12372. Paul D. Farber II
  12373. Farber Technology
  12374. Ph. 570-628-5303
  12375. Fax 570-628-5545
  12376. farber@admin.f-tech.net
  12377.  
  12378. On Sat, 18 Sep 1999, Mike Andrews wrote:
  12379.  
  12380. > OK, got a little challenge for you all. :)
  12381. > On a HiPer ARC...  Given a dialup user's IP address, find their username.
  12382. > As fast as possible.  (Think CGI here.)
  12383. > I've had code to do this, but it is slow, and it broke on ARC release
  12384. > 4.2.x...  forcing me to use an even slower method.  :p  I'd like to speed
  12385. > it up.
  12386. > The best I can do right now is two snmpwalks, followed by a single
  12387. > snmpget.  I'd like to get rid of the snmpwalks, but for some reason the
  12388. > ARC will not let you directly snmpget some variables -- you have to walk
  12389. > the whole table it's contained in.  (And this got worse in 4.2.x.  A bug,
  12390. > I would think.)
  12391. > Can anyone get it down to just snmpgets?
  12392. > (3Com?)
  12393. > Mike Andrews (MA12) -=-=-  VP & Sysadmin, Digital Crescent, Frankfort KY
  12394. > mandrews@dcr.net  -=--=-  mandrews@bit0.com  -=--=-  http://www.bit0.com
  12395. > "If you're not part of the solution.... you're part of the precipitate."
  12396. > -
  12397. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  12398. >  with "unsubscribe usr-tc" in the body of the message.
  12399. >  For information on digests or retrieving files and old messages send
  12400. >  "help" to the same address.  Do not use quotes in your message.
  12401.  
  12402.  
  12403. -
  12404.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  12405.  with "unsubscribe usr-tc" in the body of the message.
  12406.  For information on digests or retrieving files and old messages send
  12407.  "help" to the same address.  Do not use quotes in your message.
  12408.  
  12409.  
  12410. -------------------------------------------------------------------------------
  12411.  
  12412. From: Jeff Mcadams <jeffm@iglou.com>
  12413. Subject: Re: (usr-tc) SNMP challenge: ARC username from IP address
  12414. Date: 18 Sep 1999 20:44:32 -0400
  12415.  
  12416. Thus spake Mike Andrews
  12417. >OK, got a little challenge for you all. :)
  12418.  
  12419. >On a HiPer ARC...  Given a dialup user's IP address, find their username.
  12420. >As fast as possible.  (Think CGI here.)
  12421.  
  12422. OK...given my knowledge of the hiperarc.mib and snmp (both of which
  12423. aren't terribly complete).  The quickest executing way of doing this
  12424. would be to snmpwalk usrCipPortIndex (Index'es tend to return
  12425. considerably faster than when you're actually pulling data), then do
  12426. gets (so you can have multiple OIDs in one request...again...faster than
  12427. a ping pong walk) on usrCipPortIpAddress.xxxx with "xxxx" being filled
  12428. in with the index values that you collected from the walk.  When you
  12429. find the IP address you need, then you can just do a get on
  12430. usrCipUserName.xxxx, with "xxxx" this time being the specific index
  12431. found from the PortIpAddress.  Sorta two walks...but one can be
  12432. implemented as a few gets which will go faster than ping-ponging the
  12433. walk if you're really pressed for speed.
  12434.  
  12435. Not sure how some of the perl modules deal with it, but it seems to me,
  12436. that theoretically you could put multiple getnext requests in an
  12437. individual SNMP packet to an agent.  You would have to have the
  12438. application have the intelligence to do this, but perhaps some of the
  12439. perl modules do this?  I haven't checked into them enough to know.  If
  12440. they do...you could grab all the information that you need with,
  12441. essentially, a single walk...just a single walk with multiple SNMP
  12442. getnext requests.
  12443.  
  12444. >I've had code to do this, but it is slow, and it broke on ARC release
  12445. >4.2.x...  forcing me to use an even slower method.  :p  I'd like to speed
  12446. >it up.
  12447.  
  12448. >The best I can do right now is two snmpwalks, followed by a single
  12449. >snmpget.  
  12450.  
  12451. I suspect we're kinda thinkin' of the same way then...maybe I've given
  12452. you some hints on how you can actually code it (I know...makes the code
  12453. considerably more complex...but I think the SNMP ops will be
  12454. considerably quicker) that will help out.
  12455.  
  12456. >I'd like to get rid of the snmpwalks, but for some reason the
  12457. >ARC will not let you directly snmpget some variables -- you have to walk
  12458. >the whole table it's contained in.  (And this got worse in 4.2.x.  A bug,
  12459. >I would think.)
  12460.  
  12461. Eh?  Like what?
  12462.  
  12463. >Can anyone get it down to just snmpgets?
  12464.  
  12465. Uhm...don't know that I can cleanly.  I might be able to come up with a
  12466. kludge way to do it though.  :)
  12467. -- 
  12468. Jeff McAdams                            Email: jeffm@iglou.com
  12469. Head Network Administrator              Voice: (502) 966-3848
  12470. IgLou Internet Services                        (800) 436-4456
  12471.  
  12472. -
  12473.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  12474.  with "unsubscribe usr-tc" in the body of the message.
  12475.  For information on digests or retrieving files and old messages send
  12476.  "help" to the same address.  Do not use quotes in your message.
  12477.  
  12478.  
  12479. -------------------------------------------------------------------------------
  12480.  
  12481. From: Kevin Benton <s1kevin@tims.net>
  12482. Subject: Re: (usr-tc) SNMP challenge: ARC username from IP address
  12483. Date: 18 Sep 1999 22:40:28 -0400 (EDT)
  12484.  
  12485. On Sat, 18 Sep 1999, Jeff Mcadams wrote:
  12486.  
  12487. > >On a HiPer ARC...  Given a dialup user's IP address, find their username.
  12488. > >As fast as possible.  (Think CGI here.)
  12489. > OK...given my knowledge of the hiperarc.mib and snmp (both of which
  12490. > aren't terribly complete).  The quickest executing way of doing this
  12491. > would be to snmpwalk usrCipPortIndex (Index'es tend to return
  12492. > considerably faster than when you're actually pulling data), then do
  12493. > gets (so you can have multiple OIDs in one request...again...faster than
  12494. > a ping pong walk) on usrCipPortIpAddress.xxxx with "xxxx" being filled
  12495. > in with the index values that you collected from the walk.  When you
  12496. > find the IP address you need, then you can just do a get on
  12497. > usrCipUserName.xxxx, with "xxxx" this time being the specific index
  12498. > found from the PortIpAddress.  Sorta two walks...but one can be
  12499. > implemented as a few gets which will go faster than ping-ponging the
  12500. > walk if you're really pressed for speed.
  12501.  
  12502. (rest deleted)
  12503.  
  12504. Can you give an example in code? (shell scripts?)
  12505.  
  12506. Actually, we do it by using an expect script to telnet to the host and get
  12507. the results back usually within 3-5 seconds no matter how many users are
  12508. logged on.  Of course, it's up to you to parse out what you need vs what
  12509. you don't need...
  12510.  
  12511. Kevin
  12512.  
  12513. E-Mail:  s1kevin@tims.net
  12514. Web:     http://users.sota-oh.com/~s1kevin/
  12515. Unsolicited advertisements processing fee: $50 subject to change without notice
  12516.  
  12517.  
  12518.  
  12519. -
  12520.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  12521.  with "unsubscribe usr-tc" in the body of the message.
  12522.  For information on digests or retrieving files and old messages send
  12523.  "help" to the same address.  Do not use quotes in your message.
  12524.  
  12525.  
  12526. -------------------------------------------------------------------------------
  12527.  
  12528. From: "Scot Desort" <scot@njaccess.net>
  12529. Subject: (usr-tc) A PERSONAL Thank You - A Hurricane Floyd Story
  12530. Date: 18 Sep 1999 22:40:27 -0400
  12531.  
  12532. We were severely impacted by Hurricane Floyd. A major regional Bell
  12533. Atlantic/AT&T switching facility in Rochelle Park, NJ was flooded out at 6AM
  12534. on Friday. The building was 4 feet under water. All of our upstream T's go
  12535. through this facility, so we were dead in the water. There was no power to
  12536. the building at all.
  12537.  
  12538. Our primary upstream feed comes from IDT. We were in contact with them, and
  12539. they indicated that the rest of their network was up. They have NO ISDN
  12540. POP's AT ALL, so I was unable to bring up any kind of dial backup. We were
  12541. still dead. And getting real info from BA support is almost impossible.
  12542.  
  12543. I drove to Rochelle Park myself this morning to assess the damage
  12544. first-hand. The flood waters had receeded. There were no less than 6 AT&T
  12545. trailers on site, over 200 people, 30 trucks, the National Guard, and local
  12546. law enforcement. AC power had been restored, but DC power was still out,
  12547. which obviously means the frame, all DAC's, fiber equipment and switches
  12548. were still down. An AT&T "Network Disaster Recovery" team member gave me a
  12549. little bit of info -- they were trucking in some special DC power equipment
  12550. and cabling from Southern NJ. Once that was patched into the building, they
  12551. would try to power the equipment back up. They believed that the damages
  12552. were limited to power, and that the equipment itself was OK. But they
  12553. wouldn't know for sure until they could light it up. This outage not only
  12554. effected all T's into and out of the area, but also the local BA switch,
  12555. AT&T toll, and cellular for many carriers. In addition, I've beed told that
  12556. it handles a lot of the AT&T long distance switching for the Northeast
  12557. corridor, including traffic from northern NJ into NYC, and some
  12558. international traffic destined for the main AT&T center in Bedminster NJ.
  12559.  
  12560. At 1PM today, I received a call from another local ISP, Net Access
  12561. Corporation in Denville, NJ. Their upstream bypasses Rochelle Park, so they
  12562. were unaffected by it. They offered to allow me to connect, via ISDN, to
  12563. their network, FREE OF CHARGE, and they would broadcast BGP routes for all
  12564. of our networks. This call came OUT OF THE BLUE. I hurried over to the ops
  12565. center, and began configuring a few BRI's on a Cisco 2600 for dial-out. A
  12566. half-hour later, we were hot, and our routes started propagating. Within an
  12567. hour, we were back up and online, although crippled, but better than dead.
  12568.  
  12569. I know that Net Access uses Ascend equipment, so they're probably not on
  12570. this list. But I wanted to take this opportunity to broadcast this thank you
  12571. to Alex Rubenstein, and Net Access in general, for extending a helping hand
  12572. to someone who would normally be considered a competitor. It is so
  12573. refreshing to see another ISP offer such assistance during a time of crisis.
  12574. If the need ever arises in the future, I will most certainly reciprocate.
  12575. And I urge eveyone else on this list to do the same should you ever see the
  12576. opportunity to help another ISP hit so hard.
  12577.  
  12578. As of 9:15 PM, the switching center is still out. Traffic is slowly moving
  12579. in and out of my network. I would have liked to configure the PRI's on my TC
  12580. to dial out to them, but because I am so new with the TC, it was easier for
  12581. me to do it with the 2600. If anyone knows how I can configure my TC to dial
  12582. out, I would appreciate any config tips. I would like to get an entire PRI
  12583. worth of traffic connected to them, should this problem not be corrected by
  12584. Monday morning.
  12585.  
  12586. And once again, thanks Net Access...
  12587.  
  12588. Regards,
  12589.  
  12590. Scot
  12591. NJ Internet Access
  12592.  
  12593.  
  12594. -
  12595.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  12596.  with "unsubscribe usr-tc" in the body of the message.
  12597.  For information on digests or retrieving files and old messages send
  12598.  "help" to the same address.  Do not use quotes in your message.
  12599.  
  12600.  
  12601. -------------------------------------------------------------------------------
  12602.  
  12603. From: Kevin Benton <s1kevin@tims.net>
  12604. Subject: (usr-tc) WARNING: HARC 4.2.32 Crashed after deleting QuickSetup.cfg !!!
  12605. Date: 18 Sep 1999 22:44:53 -0400 (EDT)
  12606.  
  12607. See above...  After this situation, we could not get the ARC to take
  12608. 4.2.32 code unless we deleted the router config, then started over with
  12609. older code.  Even still, 4.2.32 would not run properly.  We do have an
  12610. open ticket with 3Com on this.
  12611.  
  12612. BTW, this was not an isolated incident.  I was able to reproduce it on
  12613. another working HARC which was in service till I hosed it.  When I
  12614. re-loaded the code back to an older version, things went back to
  12615. semi-normal as usual.  (What is normal anyway?)
  12616.  
  12617. Kevin
  12618.  
  12619. E-Mail:  s1kevin@tims.net
  12620. Web:     http://users.sota-oh.com/~s1kevin/
  12621. Unsolicited advertisements processing fee: $50 subject to change without notice
  12622.  
  12623.  
  12624.  
  12625. -
  12626.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  12627.  with "unsubscribe usr-tc" in the body of the message.
  12628.  For information on digests or retrieving files and old messages send
  12629.  "help" to the same address.  Do not use quotes in your message.
  12630.  
  12631.  
  12632. -------------------------------------------------------------------------------
  12633.  
  12634. From: Jeff Mcadams <jeffm@iglou.com>
  12635. Subject: Re: (usr-tc) SNMP challenge: ARC username from IP address
  12636. Date: 19 Sep 1999 16:20:44 -0400
  12637.  
  12638. Thus spake Kevin Benton
  12639. >On Sat, 18 Sep 1999, Jeff Mcadams wrote:
  12640. >> OK...given my knowledge of the hiperarc.mib and snmp (both of which
  12641. >> aren't terribly complete).  The quickest executing way of doing this
  12642. >> would be to snmpwalk usrCipPortIndex (Index'es tend to return
  12643. >> considerably faster than when you're actually pulling data), then do
  12644. >> gets (so you can have multiple OIDs in one request...again...faster than
  12645. >> a ping pong walk) on usrCipPortIpAddress.xxxx with "xxxx" being filled
  12646. >> in with the index values that you collected from the walk.  When you
  12647. >> find the IP address you need, then you can just do a get on
  12648. >> usrCipUserName.xxxx, with "xxxx" this time being the specific index
  12649. >> found from the PortIpAddress.  Sorta two walks...but one can be
  12650. >> implemented as a few gets which will go faster than ping-ponging the
  12651. >> walk if you're really pressed for speed.
  12652.  
  12653. >Can you give an example in code? (shell scripts?)
  12654.  
  12655. Nope, 'cause I'm *seriously* not a programmer, and none of the snmp util
  12656. toolkits do this parallelization of snmpwalks that I'm aware of.
  12657.  
  12658. >Actually, we do it by using an expect script to telnet to the host and get
  12659. >the results back usually within 3-5 seconds no matter how many users are
  12660. >logged on.  Of course, it's up to you to parse out what you need vs what
  12661. >you don't need...
  12662.  
  12663. That doesn't scale to a large number of chassis' well, and also breaks
  12664. easily on upgrades of code.  SNMP should be a bit more robust to code
  12665. upgrades not breaking the algorithm.  :)
  12666. -- 
  12667. Jeff McAdams                            Email: jeffm@iglou.com
  12668. Head Network Administrator              Voice: (502) 966-3848
  12669. IgLou Internet Services                        (800) 436-4456
  12670.  
  12671. -
  12672.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  12673.  with "unsubscribe usr-tc" in the body of the message.
  12674.  For information on digests or retrieving files and old messages send
  12675.  "help" to the same address.  Do not use quotes in your message.
  12676.  
  12677.  
  12678. -------------------------------------------------------------------------------
  12679.  
  12680. From: "Brett Murphy" <me@murf.net>
  12681. Subject: Re: (usr-tc) Radius Attribute IP_Pool_Name
  12682. Date: 20 Sep 1999 09:34:02 +1000
  12683.  
  12684. I hacked cistron radius 1.5.3 with something to the following effect
  12685.  
  12686. /* BM append the IP POOL name */
  12687. /*
  12688.  
  12689. vendor specific attribute for POOL_NAME is 0x9024
  12690.  
  12691.   A summary of the Vendor-Specific Attribute format is shown below.
  12692.    The fields are transmitted from left to right.
  12693.  
  12694.     0                   1                   2                   3
  12695.     0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
  12696.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  12697.    |     Type      |  Length       |            Vendor-Id
  12698.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  12699.         Vendor-Id (cont)           |  String...
  12700.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
  12701.  
  12702.    Vendor-Id
  12703.  
  12704.       The high-order octet is 0 and the low-order 3 octets are the SMI
  12705.       Network Management Private Enterprise Code of the Vendor in
  12706.       network byte order, as defined in the Assigned Numbers RFC [2].
  12707. */
  12708.  
  12709.  
  12710.         if(ip_pool_name != (char *)NULL) {
  12711.                 len = strlen(ip_pool_name);
  12712.                 if(len > 0 && len < AUTH_STRING_LEN) {
  12713.                         *ptr++ = 26;
  12714.                         *ptr++ = len + 10;
  12715.                         *ptr++ = 0;
  12716.                         *ptr++ = 0;
  12717.                         *ptr++ = 1;
  12718.                         *ptr++ = 173;
  12719.                         *ptr++ = 0;
  12720.                         *ptr++ = 0;
  12721.                         *ptr++ = 144;
  12722.                         *ptr++ = 36;
  12723.                         memcpy(ptr, ip_pool_name, len);
  12724.                         ptr += len;
  12725.                         total_length += len + 10;
  12726.                 }
  12727.  
  12728.  
  12729. All the best,
  12730. Brett Murphy
  12731. Technical Manager, Alphalink (Australia) PTY LTD
  12732. ph: +61 3 9486-8844  fax: +61 3 9486-6822
  12733. email: me@murf.net
  12734.  
  12735. The contents of this email message may not be quoted,
  12736. copied, reproduced or published in part or in whole,
  12737. without the written authorization of Brett Murphy,
  12738. Director, Alphalink (Australia) Pty Ltd.
  12739. -----Original Message-----
  12740.  
  12741.  
  12742. >
  12743. >
  12744. >|-----Original Message-----
  12745. >|From: owner-usr-tc@lists.xmission.com
  12746. >|[mailto:owner-usr-tc@lists.xmission.com]On Behalf Of Brian Becker
  12747. >|Sent: Friday, September 17, 1999 2:54 AM
  12748. >|To: usr-tc@lists.xmission.com
  12749. >|Subject: (usr-tc) Radius Attribute IP_Pool_Name
  12750. >|
  12751. >|
  12752. >|Reading the docs on the Total Control Radius server (I don't have it but
  12753. was
  12754. >|just reading how it works), I ran across the ability for RADIUS to select
  12755. >|which ip pool is used when authenticating a user. This would solve a huge
  12756. >|problem.
  12757. >|
  12758. >|According to 3com HiPerArc Docs - page E-473
  12759. >|Attributes
  12760. >|61 NAS-Port-Type F,L
  12761. >|62 Port-Limit
  12762. >|63 Login_LAT-Port NS
  12763. >|64 Prompt
  12764. >|.
  12765. >|.
  12766. >|217 Framed-IP-Addr-Pool-Name
  12767. >|250 Char-Noecho
  12768. >|
  12769. >|
  12770. >|And on page E-445 in the Vendor Specific Attributes it says:
  12771. >|0x9024 IP-Address-Pool
  12772. >|Sets the name of the IP address pool for Framed PPP/SLIP users.
  12773. >|Values: ASCII string. Limit: 16 bytes
  12774. >|User Types: Framed
  12775. >|Packet Types: Access-Accept
  12776. >|Default: None
  12777. >|Use the following global command to set this parameter locally:
  12778. >|add ip pool <pool_name>
  12779. >|
  12780. >|I've tried editing my dictionary file (I'm using Livingston v1.16 running
  12781. a
  12782. >|FreeBSD box) for attribute 217:
  12783. >|
  12784. >|ATTRIBUTE Framed-IP-Addr-Pool-Name 217 string
  12785. >|
  12786. >|and in my user file I've included the line:
  12787. >|Framed-IP-Addr-Pool-Name = "testippool",
  12788. >|
  12789. >|which is the name of a pool. But I'm still getting the an ip from another
  12790. >|pool. I set the pool to private. But still can't get it to use those ips.
  12791. >217 Is an ascend attribute. The HARC will accept (some of) these in the
  12792. 4.2.x
  12793. >code base. See the docs for a more complete list.
  12794. >
  12795. >|Also tried
  12796. >|ATTRIBUTE IP_Pool_Name 0x9024 string
  12797. >|
  12798. >
  12799. >The above will work with any HARC code. But your 1.1.6 Radius does not
  12800. support
  12801. >3com VSA's.
  12802. >
  12803. >-M
  12804. >
  12805. >
  12806. >-
  12807. > To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  12808. > with "unsubscribe usr-tc" in the body of the message.
  12809. > For information on digests or retrieving files and old messages send
  12810. > "help" to the same address.  Do not use quotes in your message.
  12811. >
  12812.  
  12813.  
  12814. -
  12815.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  12816.  with "unsubscribe usr-tc" in the body of the message.
  12817.  For information on digests or retrieving files and old messages send
  12818.  "help" to the same address.  Do not use quotes in your message.
  12819.  
  12820.  
  12821. -------------------------------------------------------------------------------
  12822.  
  12823. From: "Mike McHenry" <mmchen@minn.net>
  12824. Subject: (usr-tc) Playing with OSPF
  12825. Date: 20 Sep 1999 06:14:55 -0500
  12826.  
  12827.  
  12828. I have recently upgraded most of my HiperARC cards to 4.2.32-1 and have
  12829. started looking at switching them from RIP to OSPF. Everything is working as
  12830. I would expect for host dialins, HOWEVER it seems that the ARC is not
  12831. advertising any Framed-Routes setup through radius.
  12832.  
  12833. For example, an entry like the following in radius:
  12834.  
  12835. username    Auth-Type=System
  12836.         Service-Type=Framed-User,
  12837.         Framed-IP-Address = 192.168.0.1,
  12838.         Framed-Route = "10.0.0.1/24 192.168.0.1 1",
  12839.         Framed-Routing = None,
  12840.  
  12841. Once username dials into the TC the host route for 192.168.0.1 is correctly
  12842. broadcast through OSPF but the 10.0.0.1/24 route is not. Am I missing a
  12843. setting here or is this the normal behavior for the ARC card? Every other
  12844. piece of equipment I have recognizes this route added in through radius and
  12845. correctly advertise the route through OSPF.
  12846.  
  12847. Mike
  12848.  
  12849.  
  12850. -
  12851.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  12852.  with "unsubscribe usr-tc" in the body of the message.
  12853.  For information on digests or retrieving files and old messages send
  12854.  "help" to the same address.  Do not use quotes in your message.
  12855.  
  12856.  
  12857. -------------------------------------------------------------------------------
  12858.  
  12859. From: kenny@millar-bryce.com (Kenny Petrie)
  12860. Subject: (usr-tc) Assistance Required
  12861. Date: 20 Sep 1999 13:25:02 +0100
  12862.  
  12863. I am looking for some advice, I inherited a U.S. Robotics NetServer/8I and
  12864. wish to configure the box for 2 purposes:-
  12865.  
  12866. 1) IP Terminal Server, I've managed to get this to work, so the modems
  12867. connected to ISDN pri are OK
  12868.  
  12869. 2) Network Dial In PPP - this is proving to be more difficult, I am unable
  12870. to get this to work at all
  12871.  
  12872.  
  12873. I have had to config everything via the CLI as I am unable to connect to the
  12874. box via the n/work and the GUI tools due to the fact that the box balks at
  12875. the root! password ?
  12876.  
  12877. I have the Total Control NETServer 3.1 Windows Management Software as
  12878. supplied with the box.
  12879.  
  12880. Another problem seems to be that the commands published with the manuals are
  12881. out of step with the CLI
  12882.  
  12883. Can anyone assist with some pointers to a config approach for Network Dial
  12884. IN via PPP ?
  12885.  
  12886. TIA
  12887.  
  12888. regards
  12889. kenny
  12890.  
  12891.  
  12892.  
  12893.  
  12894. SYSTEM DESCRIPTION
  12895. System Descriptor:
  12896.  U.S. Robotics NetServer/8I, Version: V4.1.7, Built on Mar 16 1998 at
  12897. 21:29:52.
  12898. Object ID:                                1.3.6.1.4.1.429.2.14
  12899. System UpTime:                            63d 08:25:50
  12900. System Contact:
  12901. System Name:                              ras1
  12902. System Location:
  12903. System Services:                          Internet EndToEnd Applications
  12904. System Transmit Authentication Name:      Netserver
  12905. System Version:                           V4.1.7
  12906.  
  12907.  
  12908.  
  12909.  
  12910.  
  12911.  
  12912.  
  12913.  
  12914.  
  12915.  
  12916.  
  12917.  
  12918.  
  12919.  
  12920. "Any opinions expressed in the email are those of the individual and not
  12921. necessarily the company. This email and any files transmitted with it are
  12922. confidential and solely for the use of the intended recipient. It may
  12923. contain material protected by attorney-client privilege. If you are not the
  12924. intended recipient or the person responsible for delivering to the intended
  12925. recipient, be advised that you have received this email in error and that
  12926. any use is strictly prohibited. If you have received this email in error
  12927. please notify the IT Manager by telephone on 44 (0) 131 556 1313."
  12928.  
  12929.  
  12930.  
  12931.  
  12932. -
  12933.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  12934.  with "unsubscribe usr-tc" in the body of the message.
  12935.  For information on digests or retrieving files and old messages send
  12936.  "help" to the same address.  Do not use quotes in your message.
  12937.  
  12938.  
  12939. -------------------------------------------------------------------------------
  12940.  
  12941. From: Paul Farber <farber@admin.f-tech.net>
  12942. Subject: Re: (usr-tc) SNMP challenge: ARC username from IP address
  12943. Date: 20 Sep 1999 09:54:45 -0400 (EDT)
  12944.  
  12945. SNIP
  12946. > >Actually, we do it by using an expect script to telnet to the host and
  12947. get
  12948. > >the results back usually within 3-5 seconds no matter how many users
  12949. are
  12950. > >logged on.  Of course, it's up to you to parse out what you need vs
  12951. what
  12952. > >you don't need...
  12953. >
  12954. > That doesn't scale to a large number of chassis' well, and also breaks
  12955. > easily on upgrades of code.  SNMP should be a bit more robust to code
  12956. > upgrades not breaking the algorithm.  :)
  12957. SNIP
  12958.  
  12959. Telnet will not break on code upgrades... list ip networks worked on
  12960. netserver and ARC.  Place a common telnet account on every ARC and use
  12961. that.  I have 3 ARC's that use this telnet setup to get user info...
  12962. hasn't broke with any of the upgrades I've done.
  12963.  
  12964. Perl's Net:Telnet is pretty damed good and very easy to modify.
  12965.  
  12966. Paul D. Farber II
  12967. Farber Technology
  12968. Ph. 570-628-5303
  12969. Fax 570-628-5545
  12970. farber@admin.f-tech.net
  12971.  
  12972.  
  12973. -
  12974.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  12975.  with "unsubscribe usr-tc" in the body of the message.
  12976.  For information on digests or retrieving files and old messages send
  12977.  "help" to the same address.  Do not use quotes in your message.
  12978.  
  12979.  
  12980. -------------------------------------------------------------------------------
  12981.  
  12982. From: Jeff Mcadams <jeffm@iglou.com>
  12983. Subject: Re: (usr-tc) SNMP challenge: ARC username from IP address
  12984. Date: 20 Sep 1999 09:52:35 -0400
  12985.  
  12986. Thus spake Paul Farber
  12987. >> >Actually, we do it by using an expect script to telnet to the host
  12988. >> >and get the results back usually within 3-5 seconds no matter how
  12989. >> >many users are logged on.  Of course, it's up to you to parse out
  12990. >> >what you need vs what you don't need...
  12991.  
  12992. >> That doesn't scale to a large number of chassis' well, and also breaks
  12993. >> easily on upgrades of code.  SNMP should be a bit more robust to code
  12994. >> upgrades not breaking the algorithm.  :)
  12995.  
  12996. >Telnet will not break on code upgrades... list ip networks worked on
  12997. >netserver and ARC.  Place a common telnet account on every ARC and use
  12998. >that.  I have 3 ARC's that use this telnet setup to get user info...
  12999. >hasn't broke with any of the upgrades I've done.
  13000.  
  13001. No, telnet itself won't break, but the parsing might if the output
  13002. format changes (which is not uncommon between code revs.)
  13003. -- 
  13004. Jeff McAdams                            Email: jeffm@iglou.com
  13005. Head Network Administrator              Voice: (502) 966-3848
  13006. IgLou Internet Services                        (800) 436-4456
  13007.  
  13008. -
  13009.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  13010.  with "unsubscribe usr-tc" in the body of the message.
  13011.  For information on digests or retrieving files and old messages send
  13012.  "help" to the same address.  Do not use quotes in your message.
  13013.  
  13014.  
  13015. -------------------------------------------------------------------------------
  13016.  
  13017. From: Paul Farber <farber@admin.f-tech.net>
  13018. Subject: Re: (usr-tc) SNMP challenge: ARC username from IP address
  13019. Date: 20 Sep 1999 10:30:40 -0400 (EDT)
  13020.  
  13021. It hasen't yet.  The seperator for page breaks did... but the information
  13022. line has not.  
  13023.  
  13024. Paul D. Farber II
  13025. Farber Technology
  13026. Ph. 570-628-5303
  13027. Fax 570-628-5545
  13028. farber@admin.f-tech.net
  13029.  
  13030. On Mon, 20 Sep 1999, Jeff Mcadams wrote:
  13031.  
  13032. > Thus spake Paul Farber
  13033. > >> >Actually, we do it by using an expect script to telnet to the host
  13034. > >> >and get the results back usually within 3-5 seconds no matter how
  13035. > >> >many users are logged on.  Of course, it's up to you to parse out
  13036. > >> >what you need vs what you don't need...
  13037. > >> That doesn't scale to a large number of chassis' well, and also breaks
  13038. > >> easily on upgrades of code.  SNMP should be a bit more robust to code
  13039. > >> upgrades not breaking the algorithm.  :)
  13040. > >Telnet will not break on code upgrades... list ip networks worked on
  13041. > >netserver and ARC.  Place a common telnet account on every ARC and use
  13042. > >that.  I have 3 ARC's that use this telnet setup to get user info...
  13043. > >hasn't broke with any of the upgrades I've done.
  13044. > No, telnet itself won't break, but the parsing might if the output
  13045. > format changes (which is not uncommon between code revs.)
  13046. > -- 
  13047. > Jeff McAdams                            Email: jeffm@iglou.com
  13048. > Head Network Administrator              Voice: (502) 966-3848
  13049. > IgLou Internet Services                        (800) 436-4456
  13050. > -
  13051. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  13052. >  with "unsubscribe usr-tc" in the body of the message.
  13053. >  For information on digests or retrieving files and old messages send
  13054. >  "help" to the same address.  Do not use quotes in your message.
  13055.  
  13056.  
  13057. -
  13058.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  13059.  with "unsubscribe usr-tc" in the body of the message.
  13060.  For information on digests or retrieving files and old messages send
  13061.  "help" to the same address.  Do not use quotes in your message.
  13062.  
  13063.  
  13064. -------------------------------------------------------------------------------
  13065.  
  13066. From: Jeff Mcadams <jeffm@iglou.com>
  13067. Subject: Re: (usr-tc) SNMP challenge: ARC username from IP address
  13068. Date: 20 Sep 1999 10:29:11 -0400
  13069.  
  13070. Thus spake Paul Farber
  13071. >It hasen't yet.  The seperator for page breaks did... but the information
  13072. >line has not.  
  13073.  
  13074. Yup, and the Arc is still very young.  :)
  13075. -- 
  13076. Jeff McAdams                            Email: jeffm@iglou.com
  13077. Head Network Administrator              Voice: (502) 966-3848
  13078. IgLou Internet Services                        (800) 436-4456
  13079.  
  13080. -
  13081.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  13082.  with "unsubscribe usr-tc" in the body of the message.
  13083.  For information on digests or retrieving files and old messages send
  13084.  "help" to the same address.  Do not use quotes in your message.
  13085.  
  13086.  
  13087. -------------------------------------------------------------------------------
  13088.  
  13089. From: Vadim Tulinov <Vadim_Tulinov@rrc.ru>
  13090. Subject: (usr-tc) R2 debug codes
  13091. Date: 20 Sep 1999 18:32:34 +0400
  13092.  
  13093. Hello,
  13094.  
  13095. We try to convert R1 to R2 (ICX c=CFverter)  and get following  Dual Cas
  13096. (1.3.4) information:
  13097.  
  13098. Ph_frame_post_xmit: datagramm: frame: t/p: 8/0030:001de394, status
  13099. >0x04<
  13100.  
  13101.  
  13102.  
  13103.  
  13104. What this is mean?
  13105.  
  13106. Where can I read about this status?
  13107.  
  13108.  
  13109. Best regards,
  13110. Vadim Tulinov.
  13111.  
  13112.  
  13113. -
  13114.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  13115.  with "unsubscribe usr-tc" in the body of the message.
  13116.  For information on digests or retrieving files and old messages send
  13117.  "help" to the same address.  Do not use quotes in your message.
  13118.  
  13119.  
  13120. -------------------------------------------------------------------------------
  13121.  
  13122. From: Vadim Tulinov <Vadim_Tulinov@rrc.ru>
  13123. Subject: (usr-tc) R2 debug codes
  13124. Date: 20 Sep 1999 18:32:34 +0400
  13125.  
  13126. Hello,
  13127.  
  13128. We try to convert R1 to R2 (ICX c=CFverter)  and get following  Dual Cas
  13129. (1.3.4) information:
  13130.  
  13131. Ph_frame_post_xmit: datagramm: frame: t/p: 8/0030:001de394, status
  13132. >0x04<
  13133.  
  13134.  
  13135.  
  13136.  
  13137. What this is mean?
  13138.  
  13139. Where can I read about this status?
  13140.  
  13141.  
  13142. Best regards,
  13143. Vadim Tulinov.
  13144.  
  13145.  
  13146. -
  13147.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  13148.  with "unsubscribe usr-tc" in the body of the message.
  13149.  For information on digests or retrieving files and old messages send
  13150.  "help" to the same address.  Do not use quotes in your message.
  13151.  
  13152.  
  13153. -------------------------------------------------------------------------------
  13154.  
  13155. From: "Mike Wronski" <mike@coredump.ae.usr.com>
  13156. Subject: (usr-tc) RE: (3Com-TotalControl) Framed routes not being picked up by OSPF broadcasts?
  13157. Date: 20 Sep 1999 10:40:54 -0500
  13158.  
  13159.  
  13160.  
  13161. |-----Original Message-----
  13162. |From: owner-totalcontrol@totalservice.3com.com
  13163. |[mailto:owner-totalcontrol@totalservice.3com.com]On Behalf Of Mike
  13164. |McHenry
  13165. |Sent: Monday, September 20, 1999 7:01 AM
  13166. |Subject: (3Com-TotalControl) Framed routes not being picked up by OSPF
  13167. |broadcasts?
  13168. |
  13169. |
  13170. |Reply to user-forum-totalcontrol@totalservice.3com.com
  13171. |
  13172. |
  13173. |I have recently upgraded most of my HiperARC cards to 4.2.32-1 and have
  13174. |started looking at switching them from RIP to OSPF. Everything is
  13175. |working as I would expect for host dialins, HOWEVER it seems that the
  13176. |ARC is not advertising any Framed-Routes setup through radius.
  13177. |
  13178. |For example, an entry like the following in radius:
  13179. |
  13180. |username    Auth-Type=System
  13181. |        Service-Type=Framed-User,
  13182. |        Framed-IP-Address = 192.168.0.1,
  13183. |        Framed-Route = "10.0.0.1/24 192.168.0.1 1",
  13184. |        Framed-Routing = None,
  13185. |
  13186. |Once username dials into the TC the host route for 192.168.0.1 is
  13187. |correctly broadcast through OSPF but the 10.0.0.1/24 route is not. Am I
  13188. |missing a setting here or is this the normal behavior for the ARC card?
  13189. |Every other piece of equipment I have recognizes this route added in
  13190. |through radius and correctly advertise the route through OSPF.
  13191. |
  13192.  
  13193. At this time you have to add a "SEND Policy" to get the framed-routes to
  13194. advertise. This iss done by
  13195. "ADD OSPF SENDPOLICY 10.0.0.1/24 SOURCE REMOTE ACTION ADVERTISE"
  13196.  
  13197.  
  13198.  
  13199. -
  13200.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  13201.  with "unsubscribe usr-tc" in the body of the message.
  13202.  For information on digests or retrieving files and old messages send
  13203.  "help" to the same address.  Do not use quotes in your message.
  13204.  
  13205.  
  13206. -------------------------------------------------------------------------------
  13207.  
  13208. From: Scott Trautman <scottt@corp.gdinet.com>
  13209. Subject: (usr-tc) Another "so this is how you did it with a netserver" question: pt
  13210. Date: 20 Sep 1999 10:50:34 -0500
  13211.  
  13212. Hi--
  13213.  
  13214. Really about the last question on my list about ARC's is how do I do a
  13215. ptrace on an ARC like I did with Netservers?
  13216.  
  13217. Was quite simple to add a little filter with the appropriate IP's, then 
  13218. ptrace filter
  13219.  
  13220. and I'd get the output from the Netserver.
  13221.  
  13222. Is there an equivilent on the ARC? (please tell me it's as easy to
  13223. use...too...)
  13224.  
  13225. SMT
  13226.  
  13227.  
  13228. Scott Trautman           608-240-4638,4637fax
  13229. Global Dialog Internet   www.gdinet.com
  13230. 2810 Crossroads, STE LL2
  13231. Madison WI 53718 
  13232.  
  13233.  
  13234.  
  13235. -
  13236.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  13237.  with "unsubscribe usr-tc" in the body of the message.
  13238.  For information on digests or retrieving files and old messages send
  13239.  "help" to the same address.  Do not use quotes in your message.
  13240.  
  13241.  
  13242. -------------------------------------------------------------------------------
  13243.  
  13244. From: "Mike McHenry" <mmchen@minn.net>
  13245. Subject: (usr-tc) RE: (3Com-TotalControl) Framed routes not being picked up by OSPF broadcasts?
  13246. Date: 20 Sep 1999 10:58:44 -0500
  13247.  
  13248. I was thinking along those lines, one question though. Can I specify a
  13249. superset of the network blocks I want advertised in my SENDPOLICY? For
  13250. example, I know that all of my framed routes will come out of a supernet of
  13251. 4 class C blocks, can I specify
  13252.  
  13253. add ospf sendpolicy 10.0.0.1/22 source REMOTE action ADVERTISE
  13254.  
  13255. or do I need to list every possible framed-route separately like
  13256.  
  13257. add ospf sendpolicy 10.0.0.1/28 source REMOTE action ADVERTISE
  13258. add ospf sendpolicy 10.0.0.64/28 source REMOTE action ADVERTISE
  13259. add ospf sendpolicy 10.0.0.128/28 source REMOTE action ADVERTISE
  13260. add ospf sendpolicy 10.0.0.192/28 source REMOTE action ADVERTISE
  13261. etc...
  13262.  
  13263. Thanks for your response :)
  13264.  
  13265. Mike
  13266.  
  13267. -----Original Message-----
  13268. [mailto:owner-usr-tc@lists.xmission.com]On Behalf Of Mike Wronski
  13269. Sent: Monday, September 20, 1999 10:41 AM
  13270. up by OSPF broadcasts?
  13271.  
  13272.  
  13273.  
  13274.  
  13275. |-----Original Message-----
  13276. |From: owner-totalcontrol@totalservice.3com.com
  13277. |[mailto:owner-totalcontrol@totalservice.3com.com]On Behalf Of Mike
  13278. |McHenry
  13279. |Sent: Monday, September 20, 1999 7:01 AM
  13280. |Subject: (3Com-TotalControl) Framed routes not being picked up by OSPF
  13281. |broadcasts?
  13282. |
  13283. |
  13284. |Reply to user-forum-totalcontrol@totalservice.3com.com
  13285. |
  13286. |
  13287. |I have recently upgraded most of my HiperARC cards to 4.2.32-1 and have
  13288. |started looking at switching them from RIP to OSPF. Everything is
  13289. |working as I would expect for host dialins, HOWEVER it seems that the
  13290. |ARC is not advertising any Framed-Routes setup through radius.
  13291. |
  13292. |For example, an entry like the following in radius:
  13293. |
  13294. |username    Auth-Type=System
  13295. |        Service-Type=Framed-User,
  13296. |        Framed-IP-Address = 192.168.0.1,
  13297. |        Framed-Route = "10.0.0.1/24 192.168.0.1 1",
  13298. |        Framed-Routing = None,
  13299. |
  13300. |Once username dials into the TC the host route for 192.168.0.1 is
  13301. |correctly broadcast through OSPF but the 10.0.0.1/24 route is not. Am I
  13302. |missing a setting here or is this the normal behavior for the ARC card?
  13303. |Every other piece of equipment I have recognizes this route added in
  13304. |through radius and correctly advertise the route through OSPF.
  13305. |
  13306.  
  13307. At this time you have to add a "SEND Policy" to get the framed-routes to
  13308. advertise. This iss done by
  13309. "ADD OSPF SENDPOLICY 10.0.0.1/24 SOURCE REMOTE ACTION ADVERTISE"
  13310.  
  13311.  
  13312.  
  13313. -
  13314.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  13315.  with "unsubscribe usr-tc" in the body of the message.
  13316.  For information on digests or retrieving files and old messages send
  13317.  "help" to the same address.  Do not use quotes in your message.
  13318.  
  13319.  
  13320. -
  13321.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  13322.  with "unsubscribe usr-tc" in the body of the message.
  13323.  For information on digests or retrieving files and old messages send
  13324.  "help" to the same address.  Do not use quotes in your message.
  13325.  
  13326.  
  13327. -------------------------------------------------------------------------------
  13328.  
  13329. From: Scott Trautman <scottt@corp.gdinet.com>
  13330. Subject: (usr-tc) RE: Another "so this is how you did it with a netserver" question
  13331. Date: 20 Sep 1999 11:33:36 -0500
  13332.  
  13333. Okay, so I did a little research and found 'monitor ppp'.
  13334.  
  13335. Nifty enough except the output is useless to me:
  13336.  
  13337. Incoming PPP Data on interface: slot:12/mod:17 
  13338.     UTCP_DATA  ff 03 00 2f 45 00 00 28 74 44 40 00 40 07 3f e9 9c 2e 7a fa
  13339. ...
  13340.  
  13341. Outgoing PPP Data on interface: slot:12/mod:17 
  13342.     IP_DATA    45 00 00 89 61 ea 40 00 30 06 61 e2 ce 87 a0 f2 9c 2e 7a fa
  13343. ...
  13344.  
  13345. Incoming PPP Data on interface: slot:12/mod:17 
  13346.     CTCP_DATA  ff 03 00 2d 54 07 bd 00 61 48 54 54 50 2f 31 2e 31 20 32 30
  13347. ...
  13348.  
  13349. Outgoing PPP Data on interface: slot:12/mod:17 
  13350.     IP_DATA    45 00 00 28 b2 ea 40 00 30 06 11 43 ce 87 a0 f2 9c 2e 7a fa
  13351. ...
  13352.  
  13353. The format with the Netserver ptrace was infinately useful--
  13354. Gave the protocol, the ip address source and destination and port source and
  13355. destination.
  13356. This must require a "super decoder ring" to figure out--
  13357.  
  13358. Anything I'm missing here?
  13359.  
  13360. SMT 
  13361.  
  13362.  From: Scott Trautman 
  13363. Sent: Monday, September 20, 1999 10:51 AM
  13364. ptrace
  13365.  
  13366.  
  13367. Hi--
  13368.  
  13369. Really about the last question on my list about ARC's is how do I do a
  13370. ptrace on an ARC like I did with Netservers?
  13371.  
  13372. Was quite simple to add a little filter with the appropriate IP's, then 
  13373. ptrace filter
  13374.  
  13375. and I'd get the output from the Netserver.
  13376.  
  13377. Is there an equivilent on the ARC? (please tell me it's as easy to
  13378. use...too...)
  13379.  
  13380. SMT
  13381.  
  13382.  
  13383. Scott Trautman           608-240-4638,4637fax
  13384. Global Dialog Internet   www.gdinet.com
  13385. 2810 Crossroads, STE LL2
  13386. Madison WI 53718 
  13387.  
  13388.  
  13389.  
  13390.  
  13391. -
  13392.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  13393.  with "unsubscribe usr-tc" in the body of the message.
  13394.  For information on digests or retrieving files and old messages send
  13395.  "help" to the same address.  Do not use quotes in your message.
  13396.  
  13397.  
  13398. -------------------------------------------------------------------------------
  13399.  
  13400. From: Mike Andrews <mandrews@bit0.com>
  13401. Subject: Re: (usr-tc) RE: Another "so this is how you did it with a netserver"
  13402. Date: 20 Sep 1999 12:46:10 -0400 (EDT)
  13403.  
  13404. Maybe you're looking for 'set packet_logging logging all packet_size 80',
  13405. wihch tells the ARC to syslog the first 80 bytes of every packet that
  13406. matches any filter.
  13407.  
  13408. Unfortunately it does exactly that -- just logs the bytes, without
  13409. interpreting any of it...  so you have to parse the output to decode the
  13410. TCP/IP headers to make any sense out of it.
  13411.  
  13412. 'monitor ppp' monitors the entire PPP session, not just the part that
  13413. matches a filter.  And again, that's kinda raw output, which needs a
  13414. script to decode and make sense of.
  13415.  
  13416. It sounds like we need a web page like Livingston's old PPP Decoder Ring
  13417. page, where you could paste 'debug 0x51' output into their web page and
  13418. get something intelligent back.  Maybe we need a worklike for 'monitor
  13419. ppp'.  That'll give me something more interesting to waste the afternoon
  13420. on than cleaning up our customer database :)
  13421.  
  13422.  
  13423. Mike Andrews (MA12) -=-=-  VP & Sysadmin, Digital Crescent, Frankfort KY
  13424. mandrews@dcr.net  -=--=-  mandrews@bit0.com  -=--=-  http://www.bit0.com
  13425. "If you're not part of the solution.... you're part of the precipitate."
  13426.  
  13427. On Mon, 20 Sep 1999, Scott Trautman wrote:
  13428.  
  13429. > Okay, so I did a little research and found 'monitor ppp'.
  13430. >  
  13431. > Nifty enough except the output is useless to me:
  13432. >  
  13433. > Incoming PPP Data on interface: slot:12/mod:17 
  13434. >     UTCP_DATA  ff 03 00 2f 45 00 00 28 74 44 40 00 40 07 3f e9 9c 2e 7a fa
  13435. > ...
  13436. [munch]
  13437. > ...
  13438. > The format with the Netserver ptrace was infinately useful--
  13439. > Gave the protocol, the ip address source and destination and port source and
  13440. > destination.
  13441. > This must require a "super decoder ring" to figure out--
  13442. >  
  13443. > Anything I'm missing here?
  13444. > SMT 
  13445. >  
  13446. >  From: Scott Trautman 
  13447. > Sent: Monday, September 20, 1999 10:51 AM
  13448. > To: 'usr-tc@lists.xmission.com'
  13449. > Subject: Another "so this is how you did it with a netserver" question:
  13450. > ptrace
  13451. > Hi--
  13452. > Really about the last question on my list about ARC's is how do I do a
  13453. > ptrace on an ARC like I did with Netservers?
  13454. > Was quite simple to add a little filter with the appropriate IP's, then 
  13455. > ptrace filter
  13456. >  
  13457. > and I'd get the output from the Netserver.
  13458. >  
  13459. > Is there an equivilent on the ARC? (please tell me it's as easy to
  13460. > use...too...)
  13461.  
  13462.  
  13463.  
  13464. -
  13465.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  13466.  with "unsubscribe usr-tc" in the body of the message.
  13467.  For information on digests or retrieving files and old messages send
  13468.  "help" to the same address.  Do not use quotes in your message.
  13469.  
  13470.  
  13471. -------------------------------------------------------------------------------
  13472.  
  13473. From: Mike Andrews <mandrews@bit0.com>
  13474. Subject: Re: (usr-tc) SNMP challenge: ARC username from IP address
  13475. Date: 20 Sep 1999 12:53:44 -0400 (EDT)
  13476.  
  13477. All I was really hoping for here was that someone would give me some
  13478. useful OID's that might be faster than what I was using. :)
  13479.  
  13480. I did manage to reduce it from two snmpwalks down to one though.
  13481.  
  13482. What I'm doing now is walking 1.3.6.1.4.1.429.4.10.1.1.9
  13483. (usrCipPortIpAddress) -- the OIDs returned contain the port number, the
  13484. values returned contain the IP address.  Find the OID that matches,
  13485. extract the port number, then get the username via an snmpget on
  13486. 1.3.6.1.4.1.429.4.10.1.1.18.$portname (usrCipUserName).
  13487.  
  13488. The performance problem I was having was the snmpwalk I had in Perl didn't
  13489. return the OIDs, just the values, so I had to do a second walk to the the
  13490. port numbers.  That made the entire process take about 9 seconds from
  13491. start to end, which is just too long when you've got it in a CGI that's
  13492. running in a frame on your home page. :)  I did some brain surgery on my
  13493. snmpwalk and got it to return both OIDs and values, and that sped it up to
  13494. about 4 seconds.
  13495.  
  13496. It also let me speed up another program or two I had (like 'arcwho') by
  13497. removing one walk from each of those.
  13498.  
  13499. Now I just have to figure out why ucd-snmp's snmpwalk (in C) is a full
  13500. second or two faster than the Perl one I have.  :p
  13501.  
  13502. It'd still be nice if there was a way to not have to walk a full table
  13503. just to find one value...
  13504.  
  13505.  
  13506.  
  13507. Mike Andrews (MA12) -=-=-  VP & Sysadmin, Digital Crescent, Frankfort KY
  13508. mandrews@dcr.net  -=--=-  mandrews@bit0.com  -=--=-  http://www.bit0.com
  13509. "If you're not part of the solution.... you're part of the precipitate."
  13510.  
  13511. On Sat, 18 Sep 1999, Mike Andrews wrote:
  13512.  
  13513. > OK, got a little challenge for you all. :)
  13514. > On a HiPer ARC...  Given a dialup user's IP address, find their username.
  13515. > As fast as possible.  (Think CGI here.)
  13516. > I've had code to do this, but it is slow, and it broke on ARC release
  13517. > 4.2.x...  forcing me to use an even slower method.  :p  I'd like to speed
  13518. > it up.
  13519. > The best I can do right now is two snmpwalks, followed by a single
  13520. > snmpget.  I'd like to get rid of the snmpwalks, but for some reason the
  13521. > ARC will not let you directly snmpget some variables -- you have to walk
  13522. > the whole table it's contained in.  (And this got worse in 4.2.x.  A bug,
  13523. > I would think.)
  13524. > Can anyone get it down to just snmpgets?
  13525. > (3Com?)
  13526.  
  13527.  
  13528. -
  13529.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  13530.  with "unsubscribe usr-tc" in the body of the message.
  13531.  For information on digests or retrieving files and old messages send
  13532.  "help" to the same address.  Do not use quotes in your message.
  13533.  
  13534.  
  13535. -------------------------------------------------------------------------------
  13536.  
  13537. From: Scott Trautman <scottt@corp.gdinet.com>
  13538. Subject: RE: (usr-tc) RE: Another "so this is how you did it with a netser
  13539. Date: 20 Sep 1999 11:57:26 -0500
  13540.  
  13541. Hmmm...well, that's pretty sad then.
  13542.  
  13543. It took something I was able to do yesterday on a netserver, which was show
  13544. a user that their connection
  13545. was misconfigured, (cut and paste into email and there you go) into a long
  13546. complicated
  13547. thing my techs will obviously not be able to do, and probably me either.
  13548.  
  13549. Maybe I'm the only one out there using it, but that was a strong, simple
  13550. feature.
  13551. This aint that. Pretty much useless to 99% of the people. Shrug.
  13552.  
  13553. I <like> that you can specify username, next session, that kind of thing,
  13554. but getting hex back,
  13555. who's under the impression that's going to be useful?
  13556.  
  13557. SMT
  13558.  
  13559. -----Original Message-----
  13560. Sent: Monday, September 20, 1999 11:46 AM
  13561. netserver" question : ptrace
  13562.  
  13563.  
  13564. Maybe you're looking for 'set packet_logging logging all packet_size 80',
  13565. wihch tells the ARC to syslog the first 80 bytes of every packet that
  13566. matches any filter.
  13567.  
  13568. Unfortunately it does exactly that -- just logs the bytes, without
  13569. interpreting any of it...  so you have to parse the output to decode the
  13570. TCP/IP headers to make any sense out of it.
  13571.  
  13572. 'monitor ppp' monitors the entire PPP session, not just the part that
  13573. matches a filter.  And again, that's kinda raw output, which needs a
  13574. script to decode and make sense of.
  13575.  
  13576. It sounds like we need a web page like Livingston's old PPP Decoder Ring
  13577. page, where you could paste 'debug 0x51' output into their web page and
  13578. get something intelligent back.  Maybe we need a worklike for 'monitor
  13579. ppp'.  That'll give me something more interesting to waste the afternoon
  13580. on than cleaning up our customer database :)
  13581.  
  13582.  
  13583. Mike Andrews (MA12) -=-=-  VP & Sysadmin, Digital Crescent, Frankfort KY
  13584. mandrews@dcr.net  -=--=-  mandrews@bit0.com  -=--=-  http://www.bit0.com
  13585. "If you're not part of the solution.... you're part of the precipitate."
  13586.  
  13587. On Mon, 20 Sep 1999, Scott Trautman wrote:
  13588.  
  13589. > Okay, so I did a little research and found 'monitor ppp'.
  13590. >  
  13591. > Nifty enough except the output is useless to me:
  13592. >  
  13593. > Incoming PPP Data on interface: slot:12/mod:17 
  13594. >     UTCP_DATA  ff 03 00 2f 45 00 00 28 74 44 40 00 40 07 3f e9 9c 2e 7a fa
  13595. > ...
  13596. [munch]
  13597. > ...
  13598. > The format with the Netserver ptrace was infinately useful--
  13599. > Gave the protocol, the ip address source and destination and port source
  13600. and
  13601. > destination.
  13602. > This must require a "super decoder ring" to figure out--
  13603. >  
  13604. > Anything I'm missing here?
  13605. > SMT 
  13606. >  
  13607. >  From: Scott Trautman 
  13608. > Sent: Monday, September 20, 1999 10:51 AM
  13609. > To: 'usr-tc@lists.xmission.com'
  13610. > Subject: Another "so this is how you did it with a netserver" question:
  13611. > ptrace
  13612. > Hi--
  13613. > Really about the last question on my list about ARC's is how do I do a
  13614. > ptrace on an ARC like I did with Netservers?
  13615. > Was quite simple to add a little filter with the appropriate IP's, then 
  13616. > ptrace filter
  13617. >  
  13618. > and I'd get the output from the Netserver.
  13619. >  
  13620. > Is there an equivilent on the ARC? (please tell me it's as easy to
  13621. > use...too...)
  13622.  
  13623.  
  13624.  
  13625. -
  13626.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  13627.  with "unsubscribe usr-tc" in the body of the message.
  13628.  For information on digests or retrieving files and old messages send
  13629.  "help" to the same address.  Do not use quotes in your message.
  13630.  
  13631. -
  13632.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  13633.  with "unsubscribe usr-tc" in the body of the message.
  13634.  For information on digests or retrieving files and old messages send
  13635.  "help" to the same address.  Do not use quotes in your message.
  13636.  
  13637.  
  13638. -------------------------------------------------------------------------------
  13639.  
  13640. From: Mike Andrews <mandrews@bit0.com>
  13641. Subject: Re: (usr-tc) SNMP challenge: ARC username from IP address
  13642. Date: 20 Sep 1999 13:00:46 -0400 (EDT)
  13643.  
  13644. On Sat, 18 Sep 1999, Jeff Mcadams wrote:
  13645.  
  13646. > OK...given my knowledge of the hiperarc.mib and snmp (both of which
  13647. > aren't terribly complete).  The quickest executing way of doing this
  13648. > would be to snmpwalk usrCipPortIndex (Index'es tend to return
  13649. > considerably faster than when you're actually pulling data), then do
  13650. > gets (so you can have multiple OIDs in one request...again...faster than
  13651. > a ping pong walk) on usrCipPortIpAddress.xxxx with "xxxx" being filled
  13652. > in with the index values that you collected from the walk.  When you
  13653. > find the IP address you need, then you can just do a get on
  13654. > usrCipUserName.xxxx, with "xxxx" this time being the specific index
  13655. > found from the PortIpAddress.  Sorta two walks...but one can be
  13656. > implemented as a few gets which will go faster than ping-ponging the
  13657. > walk if you're really pressed for speed.
  13658.  
  13659. That's exactly what I had before. :)  I removed the usrCipPortIndex walk
  13660. by using the OIDs returned by the usrCipPortIpAddress walk and peeling the
  13661. port number off the end.
  13662.  
  13663.  
  13664. > >I'd like to get rid of the snmpwalks, but for some reason the
  13665. > >ARC will not let you directly snmpget some variables -- you have to walk
  13666. > >the whole table it's contained in.  (And this got worse in 4.2.x.  A bug,
  13667. > >I would think.)
  13668. > Eh?  Like what?
  13669.  
  13670. Well, now that I look at it, it's behaving itself for the tables above...  
  13671.  
  13672. but...  there are/were some tables where you cannot snmpget the
  13673. individual values in the table.  For instance:
  13674.  
  13675. % snmpwalk -v 1 chass comm .1.3.6.1.4.1.429.blah.blah.blah | grep value
  13676. enterprises.usr.blah.blah.blah.foo = "value"
  13677.  
  13678. but then try to get it directly and it fails:
  13679.  
  13680. % snmpget -v 1 chass comm .1.3.6.1.4.1.429.blah.blah.blah.foo
  13681. This name doesn't exist: enterprises.usr.blah.blah.blah.foo
  13682.  
  13683.  
  13684.  
  13685. Mike Andrews (MA12) -=-=-  VP & Sysadmin, Digital Crescent, Frankfort KY
  13686. mandrews@dcr.net  -=--=-  mandrews@bit0.com  -=--=-  http://www.bit0.com
  13687. "If you're not part of the solution.... you're part of the precipitate."
  13688.  
  13689.  
  13690. -
  13691.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  13692.  with "unsubscribe usr-tc" in the body of the message.
  13693.  For information on digests or retrieving files and old messages send
  13694.  "help" to the same address.  Do not use quotes in your message.
  13695.  
  13696.  
  13697. -------------------------------------------------------------------------------
  13698.  
  13699. From: Jeff Mcadams <jeffm@iglou.com>
  13700. Subject: Re: (usr-tc) SNMP challenge: ARC username from IP address
  13701. Date: 20 Sep 1999 13:12:14 -0400
  13702.  
  13703. Thus spake Mike Andrews
  13704. >That's exactly what I had before. :)  I removed the usrCipPortIndex walk
  13705. >by using the OIDs returned by the usrCipPortIpAddress walk and peeling the
  13706. >port number off the end.
  13707.  
  13708. Man...maybe we're using different PERL modules?  The one we have will
  13709. walk through 96 ports of data in something like a second or two...its
  13710. *quite* fast....and that's displaying the output as it gets it, so its
  13711. probably slowed down considerably by the display output.  We're using
  13712. http://cpan.valueclick.com/authors/id/GSM/SNMP-1.8.2.tar.gz
  13713. and it seems to be quite quick.  Also seems, from what I can tell so
  13714. far...haven't checked in depth, to parallelize walks...ie, puts multiple
  13715. getnext requests of different OIDs into a single request.  Rather nice.
  13716.  
  13717. >but...  there are/were some tables where you cannot snmpget the
  13718. >individual values in the table.  For instance:
  13719.  
  13720. >% snmpwalk -v 1 chass comm .1.3.6.1.4.1.429.blah.blah.blah | grep value
  13721. >enterprises.usr.blah.blah.blah.foo = "value"
  13722.  
  13723. >but then try to get it directly and it fails:
  13724.  
  13725. >% snmpget -v 1 chass comm .1.3.6.1.4.1.429.blah.blah.blah.foo
  13726. >This name doesn't exist: enterprises.usr.blah.blah.blah.foo
  13727.  
  13728. Wow...I've not run into anything like that, but you're probably hitting
  13729. more stuff than I am.
  13730. -- 
  13731. Jeff McAdams                            Email: jeffm@iglou.com
  13732. Head Network Administrator              Voice: (502) 966-3848
  13733. IgLou Internet Services                        (800) 436-4456
  13734.  
  13735. -
  13736.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  13737.  with "unsubscribe usr-tc" in the body of the message.
  13738.  For information on digests or retrieving files and old messages send
  13739.  "help" to the same address.  Do not use quotes in your message.
  13740.  
  13741.  
  13742. -------------------------------------------------------------------------------
  13743.  
  13744. From: "Andres Kroonmaa" <andre@mail.lbi.ee>
  13745. Subject: Re: (usr-tc) SNMP challenge: ARC username from IP address
  13746. Date: 20 Sep 1999 21:33:16 +0300
  13747.  
  13748.  
  13749.  AFAIK, logical way to get this done is in 2 snmpgets:
  13750.  Given that you look for IP address of "12.45.78.23"
  13751.  
  13752.  $port = snmpget ip.ipRouteTable.ipRouteEntry.ipRouteIfIndex.12.45.78.23
  13753.  $user = snmpget usrCipUserName.$portname
  13754.  
  13755.  and of course 3com is always ready to screw up. You can't snmpget item
  13756.  from ipRouteIfIndex, you can only walk it, or it returns always "0"
  13757.  The only thing positive here is that you can walk subset of the table:
  13758.    snmpwalk ip.ipRouteTable.ipRouteEntry.ipRouteIfIndex.12.45.78
  13759.  that is you omit last octet from the IP address. You get all ports for
  13760.  given /24, and search your interested IP yourself.
  13761.  
  13762.  Or, an interesting hack that would probably also work is to ask:
  13763.    snmpnext ip.ipRouteTable.ipRouteEntry.ipRouteIfIndex.12.45.78.22
  13764.  instead of:
  13765.    snmpget ip.ipRouteTable.ipRouteEntry.ipRouteIfIndex.12.45.78.23
  13766.  note snmp _next_ request and off by -1 IP address.
  13767.  
  13768.  Basically, we cheat, yet amazingly it seems to work.
  13769.  
  13770.  You might use this as "wild guess", check returned snmpindex and if
  13771.  it doesn't match what you are looking for, fallback to longer walkouts.
  13772.  I believe you wouldn't need to.
  13773.  
  13774. On 20 Sep 99, at 12:53, Mike Andrews <usr-tc@lists.xmission.com> wrote:
  13775.  
  13776. > All I was really hoping for here was that someone would give me some
  13777. > useful OID's that might be faster than what I was using. :)
  13778. > I did manage to reduce it from two snmpwalks down to one though.
  13779. > What I'm doing now is walking 1.3.6.1.4.1.429.4.10.1.1.9
  13780. > (usrCipPortIpAddress) -- the OIDs returned contain the port number, the
  13781. > values returned contain the IP address.  Find the OID that matches,
  13782. > extract the port number, then get the username via an snmpget on
  13783. > 1.3.6.1.4.1.429.4.10.1.1.18.$portname (usrCipUserName).
  13784. > The performance problem I was having was the snmpwalk I had in Perl didn't
  13785. > return the OIDs, just the values, so I had to do a second walk to the the
  13786. > port numbers.  That made the entire process take about 9 seconds from
  13787. > start to end, which is just too long when you've got it in a CGI that's
  13788. > running in a frame on your home page. :)  I did some brain surgery on my
  13789. > snmpwalk and got it to return both OIDs and values, and that sped it up to
  13790. > about 4 seconds.
  13791. > It also let me speed up another program or two I had (like 'arcwho') by
  13792. > removing one walk from each of those.
  13793. > Now I just have to figure out why ucd-snmp's snmpwalk (in C) is a full
  13794. > second or two faster than the Perl one I have.  :p
  13795. > It'd still be nice if there was a way to not have to walk a full table
  13796. > just to find one value...
  13797. > Mike Andrews (MA12) -=-=-  VP & Sysadmin, Digital Crescent, Frankfort KY
  13798. > mandrews@dcr.net  -=--=-  mandrews@bit0.com  -=--=-  http://www.bit0.com
  13799. > "If you're not part of the solution.... you're part of the precipitate."
  13800. > On Sat, 18 Sep 1999, Mike Andrews wrote:
  13801. > > OK, got a little challenge for you all. :)
  13802. > > 
  13803. > > On a HiPer ARC...  Given a dialup user's IP address, find their username.
  13804. > > As fast as possible.  (Think CGI here.)
  13805. > > 
  13806. > > I've had code to do this, but it is slow, and it broke on ARC release
  13807. > > 4.2.x...  forcing me to use an even slower method.  :p  I'd like to speed
  13808. > > it up.
  13809. > > 
  13810. > > The best I can do right now is two snmpwalks, followed by a single
  13811. > > snmpget.  I'd like to get rid of the snmpwalks, but for some reason the
  13812. > > ARC will not let you directly snmpget some variables -- you have to walk
  13813. > > the whole table it's contained in.  (And this got worse in 4.2.x.  A bug,
  13814. > > I would think.)
  13815. > > 
  13816. > > Can anyone get it down to just snmpgets?
  13817. > > 
  13818. > > (3Com?)
  13819. > -
  13820. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  13821. >  with "unsubscribe usr-tc" in the body of the message.
  13822. >  For information on digests or retrieving files and old messages send
  13823. >  "help" to the same address.  Do not use quotes in your message.
  13824.  
  13825.  
  13826.  
  13827.  ----------------------------------------------------------------------
  13828.   Andres Kroonmaa                                mail: andre@online.ee
  13829.   Senior Network Engineer
  13830.   Organization:            MicroLink Online       Tel:        6308 909
  13831.   Tallinn, Sakala 19                              Pho:  +372  6308 909
  13832.   Estonia, EE0001        http://www.online.ee     Fax:  +372  6308 901
  13833.  ----------------------------------------------------------------------
  13834.  
  13835. -
  13836.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  13837.  with "unsubscribe usr-tc" in the body of the message.
  13838.  For information on digests or retrieving files and old messages send
  13839.  "help" to the same address.  Do not use quotes in your message.
  13840.  
  13841.  
  13842. -------------------------------------------------------------------------------
  13843.  
  13844. From: "Mike Wronski" <mike@coredump.ae.usr.com>
  13845. Subject: RE: (usr-tc) SNMP challenge: ARC username from IP address
  13846. Date: 20 Sep 1999 13:59:23 -0500
  13847.  
  13848.  
  13849. |-----Original Message-----
  13850. |From: owner-usr-tc@lists.xmission.com
  13851. |[mailto:owner-usr-tc@lists.xmission.com]On Behalf Of Mike Andrews
  13852. |Sent: Monday, September 20, 1999 11:54 AM
  13853. |To: usr-tc@lists.xmission.com
  13854. |Subject: Re: (usr-tc) SNMP challenge: ARC username from IP address
  13855. |
  13856. |
  13857. |All I was really hoping for here was that someone would give me some
  13858. |useful OID's that might be faster than what I was using. :)
  13859. |
  13860. |I did manage to reduce it from two snmpwalks down to one though.
  13861. |
  13862. |What I'm doing now is walking 1.3.6.1.4.1.429.4.10.1.1.9
  13863. |(usrCipPortIpAddress) -- the OIDs returned contain the port number, the
  13864. |values returned contain the IP address.  Find the OID that matches,
  13865. |extract the port number, then get the username via an snmpget on
  13866. |1.3.6.1.4.1.429.4.10.1.1.18.$portname (usrCipUserName).
  13867. |
  13868. |The performance problem I was having was the snmpwalk I had in Perl didn't
  13869. |return the OIDs, just the values, so I had to do a second walk to the the
  13870. |port numbers.  That made the entire process take about 9 seconds from
  13871. |start to end, which is just too long when you've got it in a CGI that's
  13872. |running in a frame on your home page. :)  I did some brain surgery on my
  13873. |snmpwalk and got it to return both OIDs and values, and that sped it up to
  13874. |about 4 seconds.
  13875. |
  13876. |It also let me speed up another program or two I had (like 'arcwho') by
  13877. |removing one walk from each of those.
  13878. |
  13879. |Now I just have to figure out why ucd-snmp's snmpwalk (in C) is a full
  13880. |second or two faster than the Perl one I have.  :p
  13881. |
  13882. |It'd still be nice if there was a way to not have to walk a full table
  13883. |just to find one value...
  13884. |
  13885. |
  13886. |
  13887. |Mike Andrews (MA12) -=-=-  VP & Sysadmin, Digital Crescent, Frankfort KY
  13888. |mandrews@dcr.net  -=--=-  mandrews@bit0.com  -=--=-  http://www.bit0.com
  13889. |"If you're not part of the solution.... you're part of the precipitate."
  13890. |
  13891. |On Sat, 18 Sep 1999, Mike Andrews wrote:
  13892. |
  13893. |> OK, got a little challenge for you all. :)
  13894. |>
  13895. |> On a HiPer ARC...  Given a dialup user's IP address, find their username.
  13896. |> As fast as possible.  (Think CGI here.)
  13897. |>
  13898. |> I've had code to do this, but it is slow, and it broke on ARC release
  13899. |> 4.2.x...  forcing me to use an even slower method.  :p  I'd like to speed
  13900. |> it up.
  13901.  
  13902. Can someone clarify the above? What broke? OID?
  13903.  
  13904. |> The best I can do right now is two snmpwalks, followed by a single
  13905. |> snmpget.  I'd like to get rid of the snmpwalks, but for some reason the
  13906. |> ARC will not let you directly snmpget some variables -- you have to walk
  13907. |> the whole table it's contained in.  (And this got worse in 4.2.x.  A bug,
  13908. |> I would think.)
  13909. |>
  13910. |> Can anyone get it down to just snmpgets?
  13911. |>
  13912. |> (3Com?)
  13913.  
  13914. Since the information you are asking for is not indexed by IP address it can
  13915. never be retrieved with a single get.
  13916. For that to work the ip would have to be a part of the OID. IE if the ip assigned
  13917. was 10.10.10.1 the oid would be
  13918.     USR-PREFIX.10.10.10.1.X where X is the index to say the username or other info
  13919. about that user record.
  13920. Unfortunately the user records are organized by port ID (4 digit index). So this
  13921. is not possible.
  13922.  
  13923. I have a perl script that calls UCD snmp. I can get the info from  a chassis in
  13924. <2 seconds using a HiperNMC.
  13925. In my example I process the walk as it comes in. (IE i dont walk the branch, then
  13926. look for the IP) I look at each leaf and see if it matches the IP desired, if so
  13927. it does the get to retried the Username.
  13928.  
  13929. Code follows: (NOTE: Works on 4.1 and 4.2 without a problem)
  13930.  
  13931. #!/usr/local/bin/perl
  13932. # Script takes IP address as input and returns user name and slot/modem info.
  13933.  
  13934. $WALK_BIN = '/usr/local/bin/snmpwalk -s -q -v 1';
  13935. $GET_BIN  = '/usr/local/bin/snmpget -s -q -v 1';
  13936. $IP_LIST_OID = '.1.3.6.1.4.1.429.4.10.1.1.9';
  13937. $UNAME_OID = '.1.3.6.1.4.1.429.4.10.1.1.18';
  13938. $SLOT_CHAD_OID = '.1.3.6.1.4.1.429.4.10.1.1.25';
  13939.  
  13940. die "usage $0 <HOST> <COMMUNITY> <IP_ADDRESS>\n" if $#ARGV != 2;
  13941.  
  13942. $HOST = $ARGV[0];
  13943. $READ_STRING = $ARGV[1];
  13944. $TARGET_IP = $ARGV[2];
  13945.  
  13946. open(IFILE,"$WALK_BIN $HOST $READ_STRING $IP_LIST_OID |") or die "Cant run
  13947. snmpwalk!\n";
  13948. while ($line = <IFILE>) {
  13949.   if ($line =~ /$TARGET_IP/) {
  13950.     #print "$line";
  13951.     ($OID,$CRAP) = split / /,$line;
  13952.     #print $OID."\n";
  13953.     @SOID = split /\./, $OID;
  13954.     $PORT = pop(@SOID);
  13955.  
  13956.     $NAME_LINE = `$GET_BIN $HOST $READ_STRING $UNAME_OID.$PORT`;
  13957.     chomp $NAME_LINE;
  13958.     @SNAME_LINE = split / /,$NAME_LINE;
  13959.     $USERNAME = pop(@SNAME_LINE);
  13960.  
  13961. # Comment out next 4 lines if slot chan info is not required.
  13962.     $SLOT_LINE = `$GET_BIN $HOST $READ_STRING $SLOT_CHAD_OID.$PORT`;
  13963.     chomp $SLOT_LINE;
  13964.     @SSLOT_LINE = split / /,$SLOT_LINE;
  13965.     $SLOT = pop(@SSLOT_LINE);
  13966.  
  13967.     print "$TARGET_IP is on port $PORT ($SLOT) as user :$USERNAME\n";
  13968.   }
  13969. }
  13970.  
  13971.  
  13972. -
  13973.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  13974.  with "unsubscribe usr-tc" in the body of the message.
  13975.  For information on digests or retrieving files and old messages send
  13976.  "help" to the same address.  Do not use quotes in your message.
  13977.  
  13978.  
  13979. -------------------------------------------------------------------------------
  13980.  
  13981. From: Kevin Benton <s1kevin@tims.net>
  13982. Subject: Re: (usr-tc) SNMP challenge: ARC username from IP address
  13983. Date: 20 Sep 1999 15:01:07 -0400 (EDT)
  13984.  
  13985. On Mon, 20 Sep 1999, Mike Andrews wrote:
  13986.  
  13987. > All I was really hoping for here was that someone would give me some
  13988. > useful OID's that might be faster than what I was using. :)
  13989. > I did manage to reduce it from two snmpwalks down to one though.
  13990. > What I'm doing now is walking 1.3.6.1.4.1.429.4.10.1.1.9
  13991. > (usrCipPortIpAddress) -- the OIDs returned contain the port number, the
  13992. > values returned contain the IP address.  Find the OID that matches,
  13993. > extract the port number, then get the username via an snmpget on
  13994. > 1.3.6.1.4.1.429.4.10.1.1.18.$portname (usrCipUserName).
  13995. >
  13996. > The performance problem I was having was the snmpwalk I had in Perl didn't
  13997. > return the OIDs, just the values, so I had to do a second walk to the the
  13998. > port numbers.  That made the entire process take about 9 seconds from
  13999. > start to end, which is just too long when you've got it in a CGI that's
  14000. > running in a frame on your home page. :)  I did some brain surgery on my
  14001. > snmpwalk and got it to return both OIDs and values, and that sped it up to
  14002. > about 4 seconds.
  14003. > It also let me speed up another program or two I had (like 'arcwho') by
  14004. > removing one walk from each of those.
  14005. > Now I just have to figure out why ucd-snmp's snmpwalk (in C) is a full
  14006. > second or two faster than the Perl one I have.  :p
  14007. > It'd still be nice if there was a way to not have to walk a full table
  14008. > just to find one value...
  14009.  
  14010. Thanks to your message above, I did (I'll leave it up to you to
  14011. implement the shell script in CGI)...
  14012.  
  14013. #!/bin/sh
  14014. chassis=$1
  14015. mibname=$2
  14016. username=$3
  14017.  
  14018. snmpwalk "$chassis" "$mibname" .1.3.6.1.4.1.429.4.10.1.1.18 \
  14019.                                .1.3.6.1.4.1.429.4.10.1.1.19 \
  14020.                                .1.3.6.1.4.1.429.4.10.1.1.25 | \
  14021.   egrep -1 -e "$username"
  14022.  
  14023. which produced (sorry for the lack of mib.txt file entries -too long)
  14024.  
  14025. enterprises.usr.4.10.1.1.9.1521 = IpAddress: 111.222.33.44
  14026. enterprises.usr.4.10.1.1.18.1521 = OCTET STRING: "userid"
  14027. enterprises.usr.4.10.1.1.25.1521 = OCTET STRING: "slot:2/mod:1"
  14028.  
  14029.  
  14030. and the results came back in less than two seconds consistently using
  14031. CMU-SNMP for Linux v3.5 which can be found at http://www.gaertner.de/snmp/
  14032. User names and IP addresses have been changed to protect their identity. 
  14033. :)
  14034.  
  14035. Want the user name from the address?  Try replacing the egrep above with...
  14036.  
  14037. egrep -2 -e "$username" | tail +3
  14038.  
  14039. Bon Apetite!
  14040.  
  14041. Kevin
  14042.  
  14043. > Mike Andrews (MA12) -=-=-  VP & Sysadmin, Digital Crescent, Frankfort KY
  14044. > mandrews@dcr.net  -=--=-  mandrews@bit0.com  -=--=-  http://www.bit0.com
  14045. > "If you're not part of the solution.... you're part of the precipitate."
  14046. > On Sat, 18 Sep 1999, Mike Andrews wrote:
  14047. > > OK, got a little challenge for you all. :)
  14048. > > 
  14049. > > On a HiPer ARC...  Given a dialup user's IP address, find their username.
  14050. > > As fast as possible.  (Think CGI here.)
  14051. > > 
  14052. > > I've had code to do this, but it is slow, and it broke on ARC release
  14053. > > 4.2.x...  forcing me to use an even slower method.  :p  I'd like to speed
  14054. > > it up.
  14055. > > 
  14056. > > The best I can do right now is two snmpwalks, followed by a single
  14057. > > snmpget.  I'd like to get rid of the snmpwalks, but for some reason the
  14058. > > ARC will not let you directly snmpget some variables -- you have to walk
  14059. > > the whole table it's contained in.  (And this got worse in 4.2.x.  A bug,
  14060. > > I would think.)
  14061. > > 
  14062. > > Can anyone get it down to just snmpgets?
  14063. > > 
  14064. > > (3Com?)
  14065. > -
  14066. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  14067. >  with "unsubscribe usr-tc" in the body of the message.
  14068. >  For information on digests or retrieving files and old messages send
  14069. >  "help" to the same address.  Do not use quotes in your message.
  14070.  
  14071. E-Mail:  s1kevin@tims.net
  14072. Web:     http://users.sota-oh.com/~s1kevin/
  14073. Unsolicited advertisements processing fee: $50 subject to change without notice
  14074.  
  14075.  
  14076. -
  14077.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  14078.  with "unsubscribe usr-tc" in the body of the message.
  14079.  For information on digests or retrieving files and old messages send
  14080.  "help" to the same address.  Do not use quotes in your message.
  14081.  
  14082.  
  14083. -------------------------------------------------------------------------------
  14084.  
  14085. From: Greg Coffey <greg@coffey.com>
  14086. Subject: (usr-tc) Netserver8 Problem
  14087. Date: 20 Sep 1999 13:42:16 -0600
  14088.  
  14089. I just got off the phone with a 3Com tech regarding an issue that we have 
  14090. with a Netserver8 Plus.  The modems hang at least once a day and we have to 
  14091. go in and reset each manually to get them to answer an incoming call.  We 
  14092. tried some S register settings and flashed the modems down to an earlier 
  14093. code version with no luck.  The modems all still seem to hang at random 
  14094. intervals.  I have a fair number of the older netserver16's still in 
  14095. service and we don't have this problem with any of them.  This unit is 
  14096. fairly new, much newer than the NS16's that I have.  After days of trying 
  14097. different things with them, 3Com now tells me that the code has problems 
  14098. and is nothing that they can or will fix.  We can continue to reset the 
  14099. modems manually which is a royal pain and unacceptable.  Their other 
  14100. suggestion is that I can upgrade the memory from 2meg to 4meg for $1300 
  14101. plus $300 for advanced shipping.   I knew that memory prices recently went 
  14102. up but not by THAT much.  Did I just buy a large doorstop or do any of you 
  14103. have any ideas that we can try?
  14104.  
  14105. Thanks, Greg Coffey <gcoffey@vcn.com>
  14106. Visionary Communications V 307-234-5443 F 307-234-5446
  14107.  
  14108.  
  14109. -
  14110.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  14111.  with "unsubscribe usr-tc" in the body of the message.
  14112.  For information on digests or retrieving files and old messages send
  14113.  "help" to the same address.  Do not use quotes in your message.
  14114.  
  14115.  
  14116. -------------------------------------------------------------------------------
  14117.  
  14118. From: Scott Trautman <scottt@corp.gdinet.com>
  14119. Subject: (usr-tc) V90 & 2.0.81....problems only at one site
  14120. Date: 20 Sep 1999 15:16:53 -0500
  14121.  
  14122. Hi--
  14123.  
  14124. Anyone else experience problems with v90 and 2.0.81 DSP code?
  14125. Up until Saturday, was running 1.2.25 code without problems since a similiar
  14126. problem several months ago in the same location.
  14127.  
  14128. Could the CO switch type have anything to do with it? Running 2.0.81 quite
  14129. happily everywhere else,
  14130. at this site on this DSP, try and negotiate a V90 connection and you get a
  14131. long ugly tone and that's all.
  14132. X2, fine. V34 & others, fine. V90? Not at all.
  14133.  
  14134. I replaced the DSP even and no change. Same thing.
  14135.  
  14136. Strange!!!
  14137.  
  14138. SMT
  14139.  
  14140. Scott M. Trautman               800-482-4638
  14141. Global Dialog Internet          608-240-4638,4637fax
  14142. 2810 Crossroads, STE LL2         scott@gdinet.com
  14143. Madison WI 53718                    http://www.gdinet.com
  14144.  
  14145. -
  14146.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  14147.  with "unsubscribe usr-tc" in the body of the message.
  14148.  For information on digests or retrieving files and old messages send
  14149.  "help" to the same address.  Do not use quotes in your message.
  14150.  
  14151.  
  14152. -------------------------------------------------------------------------------
  14153.  
  14154. From: "Andres Kroonmaa" <andre@mail.lbi.ee>
  14155. Subject: Re: (usr-tc) SNMP challenge: ARC username from IP address
  14156. Date: 20 Sep 1999 23:31:44 +0300
  14157.  
  14158. On 20 Sep 99, at 21:33, Andres Kroonmaa <usr-tc@lists.xmission.com> wrote:
  14159.  
  14160. >  AFAIK, logical way to get this done is in 2 snmpgets:
  14161. >  Given that you look for IP address of "12.45.78.23"
  14162. >  $port = snmpget ip.ipRouteTable.ipRouteEntry.ipRouteIfIndex.12.45.78.23
  14163. >  $user = snmpget usrCipUserName.$portname
  14164.  
  14165. >  Or, an interesting hack that would probably also work is to ask:
  14166. >    snmpnext ip.ipRouteTable.ipRouteEntry.ipRouteIfIndex.12.45.78.22
  14167. >  note snmp _next_ request and off by -1 IP address.
  14168.  
  14169.  sample script:
  14170.  
  14171. #!/usr/local/bin/perl
  14172.  
  14173. # ftp://ftp.switch.ch/software/sources/network/snmp/perl/SNMP_Session-0.74.tar.gz
  14174. use BER;
  14175. use SNMP_Session; 
  14176. use SNMP_util;
  14177.  
  14178. my $community = 'public';
  14179. my $host = $ARGV[0] || die "usage: $0 target ipaddress";
  14180. my $target = $ARGV[1] || die "usage: $0 target ipaddress";
  14181.  
  14182. @ip = split(/\./,$target); $ip[3]--; $pretarg = join('.',@ip);
  14183.  
  14184. @ret = &snmpgetnext("$community\@$host", "1.3.6.1.2.1.4.21.1.2.$pretarg");
  14185. foreach $index (@ret)
  14186. {
  14187.     ($oid, $index) = split(':', $index, 2);
  14188.     if ($oid =~ "\.$target\$") {
  14189.        ($user) = &snmpget("$community\@$host", "1.3.6.1.4.1.429.4.10.1.1.18.$index");
  14190.        print "$target = $user\n";
  14191.     }
  14192. }
  14193.  
  14194. unix> ptime tcwho Hiper 1.2.3.4
  14195. 1.2.3.4 = userX
  14196.  
  14197. real        0.393
  14198. user        0.224
  14199. sys         0.053
  14200.  
  14201.  
  14202.  
  14203.  ----------------------------------------------------------------------
  14204.   Andres Kroonmaa                                mail: andre@online.ee
  14205.   Senior Network Engineer
  14206.   Organization:            MicroLink Online       Tel:        6308 909
  14207.   Tallinn, Sakala 19                              Pho:  +372  6308 909
  14208.   Estonia, EE0001        http://www.online.ee     Fax:  +372  6308 901
  14209.  ----------------------------------------------------------------------
  14210.  
  14211. -
  14212.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  14213.  with "unsubscribe usr-tc" in the body of the message.
  14214.  For information on digests or retrieving files and old messages send
  14215.  "help" to the same address.  Do not use quotes in your message.
  14216.  
  14217.  
  14218. -------------------------------------------------------------------------------
  14219.  
  14220. From: Mike Andrews <mandrews@bit0.com>
  14221. Subject: RE: (usr-tc) SNMP challenge: ARC username from IP address
  14222. Date: 20 Sep 1999 16:37:31 -0400 (EDT)
  14223.  
  14224. On Mon, 20 Sep 1999, Mike Wronski wrote:
  14225.  
  14226. > |> I've had code to do this, but it is slow, and it broke on ARC release
  14227. > |> 4.2.x...  forcing me to use an even slower method.  :p  I'd like to speed
  14228. > |> it up.
  14229. > Can someone clarify the above? What broke? OID?
  14230.  
  14231. It took me a while to dredge up my old code so I can back up silly claims
  14232. like this (I deleted my old version after fixing it all Saturday... dumb).
  14233.  
  14234. On 4.1.59, I was doing this:
  14235.  
  14236.  ($portname) = &ma_snmp::snmpwalk ($tsname, $commname,
  14237.     "1.3.6.1.4.1.429.4.19.24.1.10.$ipaddr.255.255.255.255");
  14238.  
  14239. to get the port number, then I could (and still can) get the username
  14240. with:
  14241.  
  14242.  ($username) = &ma_snmp::snmpget ($tsname, $commname,
  14243.     "1.3.6.1.4.1.429.4.10.1.1.18.$portname");
  14244.  
  14245. But the snmpwalk broke on upgrading to 4.2.29 and 4.2.32.
  14246.  
  14247. That's when I switched over to walking two different trees,
  14248. 1.3.6.1.4.1.429.4.10.1.1.1 to get port numbers and
  14249. 1.3.6.1.4.1.429.4.10.1.1.9 to get IP addresses.  That doubled the runtime.
  14250.  
  14251. By fixing my snmpwalk to give me the OIDs instead of just the values, I
  14252. could just walk the ...4.10.1.1.9 tree and get all I needed, get it back
  14253. down to one snmpwalk, and solve my original problem.  And as far as I know
  14254. it's backward compatible to 4.1.59.
  14255.  
  14256. As far as the walk/get inconsistency, I'll get to that below.
  14257.  
  14258.  
  14259. > I have a perl script that calls UCD snmp. I can get the info from  a chassis in
  14260. > <2 seconds using a HiperNMC.
  14261. > In my example I process the walk as it comes in. (IE i dont walk the branch, then
  14262. > look for the IP) I look at each leaf and see if it matches the IP desired, if so
  14263. > it does the get to retried the Username.
  14264. > Code follows: (NOTE: Works on 4.1 and 4.2 without a problem)
  14265. > #!/usr/local/bin/perl
  14266. > # Script takes IP address as input and returns user name and slot/modem info.
  14267. > $WALK_BIN = '/usr/local/bin/snmpwalk -s -q -v 1';
  14268. > $GET_BIN  = '/usr/local/bin/snmpget -s -q -v 1';
  14269. > $IP_LIST_OID = '.1.3.6.1.4.1.429.4.10.1.1.9';
  14270. > $UNAME_OID = '.1.3.6.1.4.1.429.4.10.1.1.18';
  14271. > $SLOT_CHAD_OID = '.1.3.6.1.4.1.429.4.10.1.1.25';
  14272. [munch]
  14273.  
  14274. This is exactly what I came up with in the end, except I calculate the
  14275. slot/channel numbers from the port number.  (Subtract 1000 decimal, then
  14276. the low order byte is the channel, high order byte is the slot.)
  14277.  
  14278. The rest of my speed problem is probably because I'm using an all-Perl
  14279. snmpwalk instead of calling /usr/local/bin/snmpwalk.  The snmpwalk code
  14280. I'm using is probably very sloppy and could be optimized.  It probably
  14281. doesn't help that the machine it's running on is only a Pentium 166.  :)
  14282.  
  14283.  
  14284. Now, as far as snmpwalk/snmpget being strange, here's an actual example,
  14285. using 206.240.130.20 as a dialup IP address currently in use by a user
  14286. on slot:11/mod:18 (3834 - 1000 = 0xb12)....
  14287.  
  14288.  
  14289. andrew% snmpwalk -v 1 fra1-arc xxxxxx .1.3.6.1.4.1.429.4.19.24.1.10 | grep 206.240.130.20
  14290. enterprises.usr.common.usrIpRouting.usrIpRTE.usrIpRTEEntry.usrIpRTEIfIndex.206.240.130.20.255.255.255.255.0.0.1.0 = 3834
  14291. enterprises.usr.common.usrIpRouting.usrIpRTE.usrIpRTEEntry.usrIpRTEIfIndex.206.240.130.20.255.255.255.255.0.1.1.0 = 3834
  14292.  
  14293. andrew% snmpwalk -v 1 fra1-arc xxxxxx .1.3.6.1.4.1.429.4.19.24.1.10.206.240.130.20
  14294. [returns nothing whatsoever]
  14295.  
  14296. andrew% snmpwalk -v 1 fra1-arc xxxxxx .1.3.6.1.4.1.429.4.19.24.1.10.206.240.130.20.255.255.255.255
  14297. [also returns nothing whatsoever on 4.2.x, but I believe used to on 4.1.x]
  14298.  
  14299. andrew% snmpget -v 1 fra1-arc xxxxxx .1.3.6.1.4.1.429.4.19.24.1.10.206.240.130.20.255.255.255.255.0.0.1.0
  14300. Error in packet
  14301. Reason: (noSuchName) There is no such variable name in this MIB.
  14302. This name doesn't exist:
  14303. enterprises.usr.common.usrIpRouting.usrIpRTE.usrIpRTEEntry.usrIpRTEIfIndex.206.240.130.20.255.255.255.255.0.0.1.0
  14304.  
  14305. andrew% snmpget -v 1 fra1-arc xxxxxx .1.3.6.1.4.1.429.4.19.24.1.10.206.240.130.20.255.255.255.255.0.1.1.0
  14306. Error in packet
  14307. Reason: (noSuchName) There is no such variable name in this MIB.
  14308. This name doesn't exist:
  14309. enterprises.usr.common.usrIpRouting.usrIpRTE.usrIpRTEEntry.usrIpRTEIfIndex.206.240.130.20.255.255.255.255.0.1.1.0
  14310.  
  14311.  
  14312.  
  14313. Mike Andrews (MA12) -=-=-  VP & Sysadmin, Digital Crescent, Frankfort KY
  14314. mandrews@dcr.net  -=--=-  mandrews@bit0.com  -=--=-  http://www.bit0.com
  14315. "If you're not part of the solution.... you're part of the precipitate."
  14316.  
  14317.  
  14318.  
  14319. -
  14320.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  14321.  with "unsubscribe usr-tc" in the body of the message.
  14322.  For information on digests or retrieving files and old messages send
  14323.  "help" to the same address.  Do not use quotes in your message.
  14324.  
  14325.  
  14326. -------------------------------------------------------------------------------
  14327.  
  14328. From: Scott Trautman <scottt@corp.gdinet.com>
  14329. Subject: RE: (usr-tc) V90 & 2.0.81....problems only at one site
  14330. Date: 20 Sep 1999 15:43:27 -0500
  14331.  
  14332. Just downgraded to 1.25.90, still same thing. V90 squeels and that's it.
  14333.  
  14334. IS there any CO settings that could have anything to do with this?
  14335.  
  14336. I just learned that this starting to happen <didn't> start just after
  14337. the DSP upgrade; users having problems now WERE able to get on until
  14338. this morning, the upgrade was 24 hours before than and we can show they
  14339. were able to get V90 connections previous to that.
  14340.  
  14341. VERY weird....
  14342.  
  14343. SMT
  14344.  
  14345. > -----Original Message-----
  14346. > From: Scott Trautman [mailto:scottt@corp.gdinet.com]
  14347. > Sent: Monday, September 20, 1999 3:17 PM
  14348. > To: 'usr-tc@lists.xmission.com'
  14349. > Subject: (usr-tc) V90 & 2.0.81....problems only at one site
  14350. > Hi--
  14351. > Anyone else experience problems with v90 and 2.0.81 DSP code?
  14352. > Up until Saturday, was running 1.2.25 code without problems 
  14353. > since a similiar
  14354. > problem several months ago in the same location.
  14355. > Could the CO switch type have anything to do with it? Running 
  14356. > 2.0.81 quite
  14357. > happily everywhere else,
  14358. > at this site on this DSP, try and negotiate a V90 connection 
  14359. > and you get a
  14360. > long ugly tone and that's all.
  14361. > X2, fine. V34 & others, fine. V90? Not at all.
  14362. > I replaced the DSP even and no change. Same thing.
  14363. > Strange!!!
  14364. > SMT
  14365. > Scott M. Trautman               800-482-4638
  14366. > Global Dialog Internet          608-240-4638,4637fax
  14367. > 2810 Crossroads, STE LL2         scott@gdinet.com
  14368. > Madison WI 53718                    http://www.gdinet.com
  14369. > -
  14370. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  14371. >  with "unsubscribe usr-tc" in the body of the message.
  14372. >  For information on digests or retrieving files and old messages send
  14373. >  "help" to the same address.  Do not use quotes in your message.
  14374.  
  14375. -
  14376.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  14377.  with "unsubscribe usr-tc" in the body of the message.
  14378.  For information on digests or retrieving files and old messages send
  14379.  "help" to the same address.  Do not use quotes in your message.
  14380.  
  14381.  
  14382. -------------------------------------------------------------------------------
  14383.  
  14384. From: Scott Trautman <scottt@corp.gdinet.com>
  14385. Subject: RE: (usr-tc) V90 & 2.0.81....problems only at one site
  14386. Date: 20 Sep 1999 15:53:23 -0500
  14387.  
  14388. And all our friends the ever lovely "Rockwells".
  14389. A 3com modem, DOES connect with V90 just fine.....
  14390.  
  14391. > -----Original Message-----
  14392. > From: Scott Trautman [mailto:scottt@corp.gdinet.com]
  14393. > Sent: Monday, September 20, 1999 3:43 PM
  14394. > To: 'usr-tc@lists.xmission.com'
  14395. > Subject: RE: (usr-tc) V90 & 2.0.81....problems only at one site
  14396. > Just downgraded to 1.25.90, still same thing. V90 squeels and 
  14397. > that's it.
  14398. > IS there any CO settings that could have anything to do with this?
  14399. > I just learned that this starting to happen <didn't> start just after
  14400. > the DSP upgrade; users having problems now WERE able to get on until
  14401. > this morning, the upgrade was 24 hours before than and we can 
  14402. > show they
  14403. > were able to get V90 connections previous to that.
  14404. > VERY weird....
  14405. > SMT
  14406. > > -----Original Message-----
  14407. > > From: Scott Trautman [mailto:scottt@corp.gdinet.com]
  14408. > > Sent: Monday, September 20, 1999 3:17 PM
  14409. > > To: 'usr-tc@lists.xmission.com'
  14410. > > Subject: (usr-tc) V90 & 2.0.81....problems only at one site
  14411. > > 
  14412. > > 
  14413. > > Hi--
  14414. > > 
  14415. > > Anyone else experience problems with v90 and 2.0.81 DSP code?
  14416. > > Up until Saturday, was running 1.2.25 code without problems 
  14417. > > since a similiar
  14418. > > problem several months ago in the same location.
  14419. > > 
  14420. > > Could the CO switch type have anything to do with it? Running 
  14421. > > 2.0.81 quite
  14422. > > happily everywhere else,
  14423. > > at this site on this DSP, try and negotiate a V90 connection 
  14424. > > and you get a
  14425. > > long ugly tone and that's all.
  14426. > > X2, fine. V34 & others, fine. V90? Not at all.
  14427. > > 
  14428. > > I replaced the DSP even and no change. Same thing.
  14429. > > 
  14430. > > Strange!!!
  14431. > > 
  14432. > > SMT
  14433. > > 
  14434. > > Scott M. Trautman               800-482-4638
  14435. > > Global Dialog Internet          608-240-4638,4637fax
  14436. > > 2810 Crossroads, STE LL2         scott@gdinet.com
  14437. > > Madison WI 53718                    http://www.gdinet.com
  14438. > > 
  14439. > > -
  14440. > >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  14441. > >  with "unsubscribe usr-tc" in the body of the message.
  14442. > >  For information on digests or retrieving files and old 
  14443. > messages send
  14444. > >  "help" to the same address.  Do not use quotes in your message.
  14445. > > 
  14446. > -
  14447. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  14448. >  with "unsubscribe usr-tc" in the body of the message.
  14449. >  For information on digests or retrieving files and old messages send
  14450. >  "help" to the same address.  Do not use quotes in your message.
  14451.  
  14452. -
  14453.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  14454.  with "unsubscribe usr-tc" in the body of the message.
  14455.  For information on digests or retrieving files and old messages send
  14456.  "help" to the same address.  Do not use quotes in your message.
  14457.  
  14458.  
  14459. -------------------------------------------------------------------------------
  14460.  
  14461. From: Scott Trautman <scottt@corp.gdinet.com>
  14462. Subject: RE: (usr-tc) V90 & 2.0.81....problems only at one site
  14463. Date: 20 Sep 1999 16:43:22 -0500
  14464.  
  14465. Okay, so this time I REALLY downgraded it to 1.2.59 (sorry for the typo),
  14466. and it does in fact work again...V90 that is....very very odd.....
  14467.  
  14468. SMT
  14469.  
  14470. > -----Original Message-----
  14471. > From: Scott Trautman [mailto:scottt@corp.gdinet.com]
  14472. > Sent: Monday, September 20, 1999 3:43 PM
  14473. > To: 'usr-tc@lists.xmission.com'
  14474. > Subject: RE: (usr-tc) V90 & 2.0.81....problems only at one site
  14475. > Just downgraded to 1.25.90, still same thing. V90 squeels and 
  14476. > that's it.
  14477. > IS there any CO settings that could have anything to do with this?
  14478. > I just learned that this starting to happen <didn't> start just after
  14479. > the DSP upgrade; users having problems now WERE able to get on until
  14480. > this morning, the upgrade was 24 hours before than and we can 
  14481. > show they
  14482. > were able to get V90 connections previous to that.
  14483. > VERY weird....
  14484. > SMT
  14485. > > -----Original Message-----
  14486. > > From: Scott Trautman [mailto:scottt@corp.gdinet.com]
  14487. > > Sent: Monday, September 20, 1999 3:17 PM
  14488. > > To: 'usr-tc@lists.xmission.com'
  14489. > > Subject: (usr-tc) V90 & 2.0.81....problems only at one site
  14490. > > 
  14491. > > 
  14492. > > Hi--
  14493. > > 
  14494. > > Anyone else experience problems with v90 and 2.0.81 DSP code?
  14495. > > Up until Saturday, was running 1.2.25 code without problems 
  14496. > > since a similiar
  14497. > > problem several months ago in the same location.
  14498. > > 
  14499. > > Could the CO switch type have anything to do with it? Running 
  14500. > > 2.0.81 quite
  14501. > > happily everywhere else,
  14502. > > at this site on this DSP, try and negotiate a V90 connection 
  14503. > > and you get a
  14504. > > long ugly tone and that's all.
  14505. > > X2, fine. V34 & others, fine. V90? Not at all.
  14506. > > 
  14507. > > I replaced the DSP even and no change. Same thing.
  14508. > > 
  14509. > > Strange!!!
  14510. > > 
  14511. > > SMT
  14512. > > 
  14513. > > Scott M. Trautman               800-482-4638
  14514. > > Global Dialog Internet          608-240-4638,4637fax
  14515. > > 2810 Crossroads, STE LL2         scott@gdinet.com
  14516. > > Madison WI 53718                    http://www.gdinet.com
  14517. > > 
  14518. > > -
  14519. > >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  14520. > >  with "unsubscribe usr-tc" in the body of the message.
  14521. > >  For information on digests or retrieving files and old 
  14522. > messages send
  14523. > >  "help" to the same address.  Do not use quotes in your message.
  14524. > > 
  14525. > -
  14526. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  14527. >  with "unsubscribe usr-tc" in the body of the message.
  14528. >  For information on digests or retrieving files and old messages send
  14529. >  "help" to the same address.  Do not use quotes in your message.
  14530.  
  14531. -
  14532.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  14533.  with "unsubscribe usr-tc" in the body of the message.
  14534.  For information on digests or retrieving files and old messages send
  14535.  "help" to the same address.  Do not use quotes in your message.
  14536.  
  14537.  
  14538. -------------------------------------------------------------------------------
  14539.  
  14540. From: Paul Farber <farber@admin.f-tech.net>
  14541. Subject: Re: (usr-tc) SNMP challenge: ARC username from IP address
  14542. Date: 20 Sep 1999 20:30:14 -0400 (EDT)
  14543.  
  14544. Most new TC chassis now come with a NMC using P-5 based processor.. not
  14545. the 486 or (ack) 386's that most of us still have on service.
  14546.  
  14547. Most P-5's have the screw terminals on the back of the NIC.
  14548.  
  14549. The 486's are dirt compated to the P-5's.. I have 1 and 2 486's... even
  14550. lightly loaded the 486 is butt slow for snmpwalks.
  14551.  
  14552. Paul D. Farber II
  14553. Farber Technology
  14554. Ph. 570-628-5303
  14555. Fax 570-628-5545
  14556. farber@admin.f-tech.net
  14557.  
  14558. On Mon, 20 Sep 1999, Jeff Mcadams wrote:
  14559.  
  14560. > Thus spake Mike Andrews
  14561. > >That's exactly what I had before. :)  I removed the usrCipPortIndex walk
  14562. > >by using the OIDs returned by the usrCipPortIpAddress walk and peeling the
  14563. > >port number off the end.
  14564. > Man...maybe we're using different PERL modules?  The one we have will
  14565. > walk through 96 ports of data in something like a second or two...its
  14566. > *quite* fast....and that's displaying the output as it gets it, so its
  14567. > probably slowed down considerably by the display output.  We're using
  14568. > http://cpan.valueclick.com/authors/id/GSM/SNMP-1.8.2.tar.gz
  14569. > and it seems to be quite quick.  Also seems, from what I can tell so
  14570. > far...haven't checked in depth, to parallelize walks...ie, puts multiple
  14571. > getnext requests of different OIDs into a single request.  Rather nice.
  14572. > >but...  there are/were some tables where you cannot snmpget the
  14573. > >individual values in the table.  For instance:
  14574. > >% snmpwalk -v 1 chass comm .1.3.6.1.4.1.429.blah.blah.blah | grep value
  14575. > >enterprises.usr.blah.blah.blah.foo = "value"
  14576. > >but then try to get it directly and it fails:
  14577. > >% snmpget -v 1 chass comm .1.3.6.1.4.1.429.blah.blah.blah.foo
  14578. > >This name doesn't exist: enterprises.usr.blah.blah.blah.foo
  14579. > Wow...I've not run into anything like that, but you're probably hitting
  14580. > more stuff than I am.
  14581. > -- 
  14582. > Jeff McAdams                            Email: jeffm@iglou.com
  14583. > Head Network Administrator              Voice: (502) 966-3848
  14584. > IgLou Internet Services                        (800) 436-4456
  14585. > -
  14586. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  14587. >  with "unsubscribe usr-tc" in the body of the message.
  14588. >  For information on digests or retrieving files and old messages send
  14589. >  "help" to the same address.  Do not use quotes in your message.
  14590.  
  14591.  
  14592. -
  14593.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  14594.  with "unsubscribe usr-tc" in the body of the message.
  14595.  For information on digests or retrieving files and old messages send
  14596.  "help" to the same address.  Do not use quotes in your message.
  14597.  
  14598.  
  14599. -------------------------------------------------------------------------------
  14600.  
  14601. From: Allen Marsalis <am@shreve.net>
  14602. Subject: RE: (usr-tc) SNMP challenge: ARC username from IP address
  14603. Date: 20 Sep 1999 20:04:30 -0500
  14604.  
  14605. At 01:59 PM 9/20/99 -0500, Mike Wronski wrote:
  14606.  
  14607. >Since the information you are asking for is not indexed by IP address it can
  14608. >never be retrieved with a single get.
  14609. >For that to work the ip would have to be a part of the OID. IE if the ip 
  14610. >assigned
  14611. >was 10.10.10.1 the oid would be
  14612.  
  14613. Has anyone thought of retrieving the data (via snmp or telnet) on a
  14614. regular interval and placing it into a sql database to be served up
  14615. via php or other cgi?  And indexed any way you like?  If you have a
  14616. dozen or more ARC's on the network, and/or plan on a high hit rate
  14617. for the cgi (entire userbase), then there could be some real savings
  14618. by retrieving the data only once a minute instead of (potentially) many
  14619. times in a minute.  I would think that polling/updating once every 60
  14620. seconds would be sufficient.  just a thought..
  14621.  
  14622. Allen
  14623.  
  14624.  
  14625. -
  14626.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  14627.  with "unsubscribe usr-tc" in the body of the message.
  14628.  For information on digests or retrieving files and old messages send
  14629.  "help" to the same address.  Do not use quotes in your message.
  14630.  
  14631.  
  14632. -------------------------------------------------------------------------------
  14633.  
  14634. From: Jeff Mcadams <jeffm@iglou.com>
  14635. Subject: Re: (usr-tc) SNMP challenge: ARC username from IP address
  14636. Date: 20 Sep 1999 21:13:34 -0400
  14637.  
  14638. Thus spake Paul Farber
  14639. >Most new TC chassis now come with a NMC using P-5 based processor.. not
  14640. >the 486 or (ack) 386's that most of us still have on service.
  14641.  
  14642. >Most P-5's have the screw terminals on the back of the NIC.
  14643.  
  14644. >The 486's are dirt compated to the P-5's.. I have 1 and 2 486's... even
  14645. >lightly loaded the 486 is butt slow for snmpwalks.
  14646.  
  14647. Oh, yeah...that's what I hear...I think Mike and I both are 486 based
  14648. across the board though, so I don't think that's the difference.
  14649. -- 
  14650. Jeff McAdams                            Email: jeffm@iglou.com
  14651. Head Network Administrator              Voice: (502) 966-3848
  14652. IgLou Internet Services                        (800) 436-4456
  14653.  
  14654. -
  14655.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  14656.  with "unsubscribe usr-tc" in the body of the message.
  14657.  For information on digests or retrieving files and old messages send
  14658.  "help" to the same address.  Do not use quotes in your message.
  14659.  
  14660.  
  14661. -------------------------------------------------------------------------------
  14662.  
  14663. From: Jeff Mcadams <jeffm@iglou.com>
  14664. Subject: Re: (usr-tc) SNMP challenge: ARC username from IP address
  14665. Date: 20 Sep 1999 21:16:21 -0400
  14666.  
  14667. Thus spake Allen Marsalis
  14668. >At 01:59 PM 9/20/99 -0500, Mike Wronski wrote:
  14669. >>Since the information you are asking for is not indexed by IP address it can
  14670. >>never be retrieved with a single get.
  14671. >>For that to work the ip would have to be a part of the OID. IE if the ip 
  14672. >>assigned
  14673. >>was 10.10.10.1 the oid would be
  14674.  
  14675. >Has anyone thought of retrieving the data (via snmp or telnet) on a
  14676. >regular interval and placing it into a sql database to be served up
  14677. >via php or other cgi?  And indexed any way you like?  If you have a
  14678. >dozen or more ARC's on the network, and/or plan on a high hit rate
  14679. >for the cgi (entire userbase), then there could be some real savings
  14680. >by retrieving the data only once a minute instead of (potentially) many
  14681. >times in a minute.  I would think that polling/updating once every 60
  14682. >seconds would be sufficient.  just a thought..
  14683.  
  14684. I don't know...it probably would work...at the risk of working on
  14685. slightly stale data...proly not a big deal, but...
  14686.  
  14687. Our perl SNMP module that we're using is doing two walks on each chassis
  14688. with a total of over 1000 ports spread across 3 cities in a matter of
  14689. about 10 seconds total.  These are for queries directly to the Arc, not
  14690. to the NMCs...somehow I don't think the actual SNMP operations on the
  14691. network and the agents are the problems.
  14692. -- 
  14693. Jeff McAdams                            Email: jeffm@iglou.com
  14694. Head Network Administrator              Voice: (502) 966-3848
  14695. IgLou Internet Services                        (800) 436-4456
  14696.  
  14697. -
  14698.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  14699.  with "unsubscribe usr-tc" in the body of the message.
  14700.  For information on digests or retrieving files and old messages send
  14701.  "help" to the same address.  Do not use quotes in your message.
  14702.  
  14703.  
  14704. -------------------------------------------------------------------------------
  14705.  
  14706. From: Mike Andrews <mandrews@bit0.com>
  14707. Subject: Re: (usr-tc) SNMP challenge: ARC username from IP address
  14708. Date: 20 Sep 1999 21:35:03 -0400 (EDT)
  14709.  
  14710. On Mon, 20 Sep 1999, Jeff Mcadams wrote:
  14711.  
  14712. > Thus spake Paul Farber
  14713. > >Most new TC chassis now come with a NMC using P-5 based processor.. not
  14714. > >the 486 or (ack) 386's that most of us still have on service.
  14715. > >Most P-5's have the screw terminals on the back of the NIC.
  14716. > >The 486's are dirt compated to the P-5's.. I have 1 and 2 486's... even
  14717. > >lightly loaded the 486 is butt slow for snmpwalks.
  14718. > Oh, yeah...that's what I hear...I think Mike and I both are 486 based
  14719. > across the board though, so I don't think that's the difference.
  14720.  
  14721. 486SX, yeah.  But it's definitely not the difference since we're talking
  14722. about querying the ARC directly, which only involves the PPC603 on it and
  14723. not the NMC at all.  I'd rather not think about how much slower it would
  14724. be if I was using the NMC.  :)
  14725.  
  14726.  
  14727. Mike Andrews (MA12) -=-=-  VP & Sysadmin, Digital Crescent, Frankfort KY
  14728. mandrews@dcr.net  -=--=-  mandrews@bit0.com  -=--=-  http://www.bit0.com
  14729. "If you're not part of the solution.... you're part of the precipitate."
  14730.  
  14731.  
  14732.  
  14733. -
  14734.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  14735.  with "unsubscribe usr-tc" in the body of the message.
  14736.  For information on digests or retrieving files and old messages send
  14737.  "help" to the same address.  Do not use quotes in your message.
  14738.  
  14739.  
  14740. -------------------------------------------------------------------------------
  14741.  
  14742. From: Aaron Nabil <nabil@spiritone.com>
  14743. Subject: Re: (usr-tc) SNMP challenge: ARC username from IP address
  14744. Date: 20 Sep 1999 18:44:39 -0700 (PDT)
  14745.  
  14746. Allen Marsalis writes...
  14747. >At 01:59 PM 9/20/99 -0500, Mike Wronski wrote:
  14748. >
  14749. >>Since the information you are asking for is not indexed by IP address it can
  14750. >>never be retrieved with a single get.
  14751. >>For that to work the ip would have to be a part of the OID. IE if the ip 
  14752. >>assigned
  14753. >>was 10.10.10.1 the oid would be
  14754. >
  14755. >Has anyone thought of retrieving the data (via snmp or telnet) on a
  14756. >regular interval and placing it into a sql database to be served up
  14757. >via php or other cgi?  And indexed any way you like?  If you have a
  14758. >dozen or more ARC's on the network, and/or plan on a high hit rate
  14759. >for the cgi (entire userbase), then there could be some real savings
  14760. >by retrieving the data only once a minute instead of (potentially) many
  14761. >times in a minute.  I would think that polling/updating once every 60
  14762. >seconds would be sufficient.  just a thought..
  14763.  
  14764. Uh, I'm assuming they want to do this SNMP rigamarole for some specific
  14765. reason, and I'm guessing that, like us, they simply save the IP->username
  14766. association in a database when the person logs in.  If it were just a
  14767. matter of finding out what user corresponds to which IP address (or
  14768. vice-versa), it's just a couple SQL queries.
  14769.  
  14770.  
  14771. -- 
  14772. Aaron Nabil
  14773.  
  14774. -
  14775.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  14776.  with "unsubscribe usr-tc" in the body of the message.
  14777.  For information on digests or retrieving files and old messages send
  14778.  "help" to the same address.  Do not use quotes in your message.
  14779.  
  14780.  
  14781. -------------------------------------------------------------------------------
  14782.  
  14783. From: "Tony Loosle" <tony@tcsourceone.com>
  14784. Subject: Re: (usr-tc) Netserver8 Problem
  14785. Date: 20 Sep 1999 20:42:37 -0600
  14786.  
  14787. Greg,
  14788.     Do you have the box talking to a syslog program??
  14789.  
  14790. tony
  14791.  
  14792.  
  14793. Greg Coffey wrote:
  14794.  
  14795. > I just got off the phone with a 3Com tech regarding an issue that we have
  14796. > with a Netserver8 Plus.  The modems hang at least once a day and we have to
  14797. > go in and reset each manually to get them to answer an incoming call.  We
  14798. > tried some S register settings and flashed the modems down to an earlier
  14799. > code version with no luck.  The modems all still seem to hang at random
  14800. > intervals.  I have a fair number of the older netserver16's still in
  14801. > service and we don't have this problem with any of them.  This unit is
  14802. > fairly new, much newer than the NS16's that I have.  After days of trying
  14803. > different things with them, 3Com now tells me that the code has problems
  14804. > and is nothing that they can or will fix.  We can continue to reset the
  14805. > modems manually which is a royal pain and unacceptable.  Their other
  14806. > suggestion is that I can upgrade the memory from 2meg to 4meg for $1300
  14807. > plus $300 for advanced shipping.   I knew that memory prices recently went
  14808. > up but not by THAT much.  Did I just buy a large doorstop or do any of you
  14809. > have any ideas that we can try?
  14810. >
  14811. > Thanks, Greg Coffey <gcoffey@vcn.com>
  14812. > Visionary Communications V 307-234-5443 F 307-234-5446
  14813. >
  14814. > -
  14815. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  14816. >  with "unsubscribe usr-tc" in the body of the message.
  14817. >  For information on digests or retrieving files and old messages send
  14818. >  "help" to the same address.  Do not use quotes in your message.
  14819.  
  14820.  
  14821. -
  14822.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  14823.  with "unsubscribe usr-tc" in the body of the message.
  14824.  For information on digests or retrieving files and old messages send
  14825.  "help" to the same address.  Do not use quotes in your message.
  14826.  
  14827.  
  14828. -------------------------------------------------------------------------------
  14829.  
  14830. From: "Brett Murphy" <me@murf.net>
  14831. Subject: (usr-tc) SNMP script to disconnect ports
  14832. Date: 21 Sep 1999 12:50:41 +1000
  14833.  
  14834. Hi All,
  14835. Has anyone got a script that uses SNMP to disconnect
  14836. a port on Netserver and/or HyperARC that they would be 
  14837. willing to share with me and/or the list?
  14838.  
  14839. All the best,
  14840. Brett Murphy
  14841. Technical Manager, Alphalink (Australia) PTY LTD
  14842. ph: +61 3 9486-8844  fax: +61 3 9486-6822
  14843. email: me@murf.net
  14844.  
  14845. The contents of this email message may not be quoted,
  14846. copied, reproduced or published in part or in whole,
  14847. without the written authorization of Brett Murphy,
  14848. Director, Alphalink (Australia) Pty Ltd.
  14849.  
  14850.  
  14851. -
  14852.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  14853.  with "unsubscribe usr-tc" in the body of the message.
  14854.  For information on digests or retrieving files and old messages send
  14855.  "help" to the same address.  Do not use quotes in your message.
  14856.  
  14857.  
  14858. -------------------------------------------------------------------------------
  14859.  
  14860. From: Greg Coffey <greg@coffey.com>
  14861. Subject: Re: (usr-tc) Netserver8 Problem
  14862. Date: 20 Sep 1999 21:08:02 -0600
  14863.  
  14864. I don't know.  We log the logins and logouts if that is what you are
  14865. asking.  We don't have anything else that we log that I am aware of.  What
  14866. do you have in mind?
  14867.  
  14868.  
  14869.  
  14870.  
  14871. At 08:42 PM 9/20/99 -0600, you wrote:
  14872. >Greg,
  14873. >    Do you have the box talking to a syslog program??
  14874. >
  14875. >tony
  14876. >
  14877. >
  14878. >Greg Coffey wrote:
  14879. >
  14880. >> I just got off the phone with a 3Com tech regarding an issue that we have
  14881. >> with a Netserver8 Plus.  The modems hang at least once a day and we have to
  14882. >> go in and reset each manually to get them to answer an incoming call.  We
  14883. >> tried some S register settings and flashed the modems down to an earlier
  14884. >> code version with no luck.  The modems all still seem to hang at random
  14885. >> intervals.  I have a fair number of the older netserver16's still in
  14886. >> service and we don't have this problem with any of them.  This unit is
  14887. >> fairly new, much newer than the NS16's that I have.  After days of trying
  14888. >> different things with them, 3Com now tells me that the code has problems
  14889. >> and is nothing that they can or will fix.  We can continue to reset the
  14890. >> modems manually which is a royal pain and unacceptable.  Their other
  14891. >> suggestion is that I can upgrade the memory from 2meg to 4meg for $1300
  14892. >> plus $300 for advanced shipping.   I knew that memory prices recently went
  14893. >> up but not by THAT much.  Did I just buy a large doorstop or do any of you
  14894. >> have any ideas that we can try?
  14895. >>
  14896. >> Thanks, Greg Coffey <gcoffey@vcn.com>
  14897. >> Visionary Communications V 307-234-5443 F 307-234-5446
  14898. >>
  14899. >> -
  14900. >>  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  14901. >>  with "unsubscribe usr-tc" in the body of the message.
  14902. >>  For information on digests or retrieving files and old messages send
  14903. >>  "help" to the same address.  Do not use quotes in your message.
  14904. >
  14905. >
  14906. >-
  14907. > To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  14908. > with "unsubscribe usr-tc" in the body of the message.
  14909. > For information on digests or retrieving files and old messages send
  14910. > "help" to the same address.  Do not use quotes in your message.
  14911. >
  14912. >
  14913.  
  14914. Thanks,
  14915.  
  14916. Greg Coffey, Visionary Communications  V 307-234-5443  F 307-234-5446 
  14917. =====================================================================
  14918. 142 S. Center St., Casper, WY  82601     WWW.VCN.COM         
  14919.  
  14920.  
  14921. -
  14922.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  14923.  with "unsubscribe usr-tc" in the body of the message.
  14924.  For information on digests or retrieving files and old messages send
  14925.  "help" to the same address.  Do not use quotes in your message.
  14926.  
  14927.  
  14928. -------------------------------------------------------------------------------
  14929.  
  14930. From: Allen Marsalis <am@shreve.net>
  14931. Subject: Re: (usr-tc) SNMP challenge: ARC username from IP address
  14932. Date: 20 Sep 1999 22:29:55 -0500
  14933.  
  14934. At 06:44 PM 9/20/99 -0700, Aaron Nabil wrote:
  14935. >Allen Marsalis writes...
  14936. >>Has anyone thought of retrieving the data (via snmp or telnet) on a
  14937. >>regular interval and placing it into a sql database to be served up
  14938. >>via php or other cgi?  And indexed any way you like?  If you have a
  14939. >>dozen or more ARC's on the network, and/or plan on a high hit rate
  14940. >>for the cgi (entire userbase), then there could be some real savings
  14941. >>by retrieving the data only once a minute instead of (potentially) many
  14942. >>times in a minute.  I would think that polling/updating once every 60
  14943. >>seconds would be sufficient.  just a thought..
  14944. >
  14945. >Uh, I'm assuming they want to do this SNMP rigamarole for some specific
  14946. >reason, and I'm guessing that, like us, they simply save the IP->username
  14947. >association in a database when the person logs in.  If it were just a
  14948. >matter of finding out what user corresponds to which IP address (or
  14949. >vice-versa), it's just a couple SQL queries.
  14950. >
  14951.  
  14952. :)  nod..
  14953.  
  14954. Still, it looks like Mike is linking this cgi off a homepage which can
  14955. get a lot of hits in some cases..  (Just don't put a nude picture
  14956. near it mike ;)
  14957.  
  14958.  
  14959. Allen
  14960.  
  14961.  
  14962. >
  14963. >-- 
  14964. >Aaron Nabil
  14965. >
  14966.  
  14967.  
  14968. -
  14969.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  14970.  with "unsubscribe usr-tc" in the body of the message.
  14971.  For information on digests or retrieving files and old messages send
  14972.  "help" to the same address.  Do not use quotes in your message.
  14973.  
  14974.  
  14975. -------------------------------------------------------------------------------
  14976.  
  14977. From: Phil Le Clercq <phil.le.clercq@cinergy.net>
  14978. Subject: (usr-tc) User is disconnected once traffic starts.
  14979. Date: 21 Sep 1999 10:58:21 +0100
  14980.  
  14981. Hi all, having a problem whilst setting up our DSP's and ARC's, they are
  14982. running on TCS 3.6.
  14983. Basically a dial in user is authenticated fine and connects ok gets assigned
  14984. an IP etc using either chassis users or radius. The user can be logged in as
  14985. long as they want but as soon as traffic starts going accross the link the
  14986. call gets dropped after about 15 seconds.
  14987. I've set session_time out and that has not helped. I can't seem to get any
  14988. other ideas on this at the mo.
  14989. Has anyone had similar before?
  14990. Cheers, Phil
  14991.  
  14992.  
  14993. -
  14994.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  14995.  with "unsubscribe usr-tc" in the body of the message.
  14996.  For information on digests or retrieving files and old messages send
  14997.  "help" to the same address.  Do not use quotes in your message.
  14998.  
  14999.  
  15000. -------------------------------------------------------------------------------
  15001.  
  15002. From: jeff.binkley@asacomp.com (Jeff Binkley)
  15003. Subject: (usr-tc) User is disconne
  15004. Date: 21 Sep 1999 06:59:00 -0500
  15005.  
  15006.  
  15007.  
  15008.  
  15009. What does RADIUS show as the disconnect cause ?
  15010.  
  15011. Jeff Binkley
  15012. ASA Network Computing
  15013.  
  15014.  
  15015. u>Hi all, having a problem whilst setting up our DSP's and ARC's, they
  15016. u>are running on TCS 3.6.
  15017. u>Basically a dial in user is authenticated fine and connects ok gets
  15018. u>assigned an IP etc using either chassis users or radius. The user can
  15019. u>be logged in as long as they want but as soon as traffic starts going
  15020. u>accross the link the call gets dropped after about 15 seconds.
  15021. u>I've set session_time out and that has not helped. I can't seem to get
  15022. u>any other ideas on this at the mo.
  15023. u>Has anyone had similar before?
  15024. u>Cheers, Phil
  15025.  
  15026.  
  15027. u>-
  15028. u> To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  15029. u> with "unsubscribe usr-tc" in the body of the message.
  15030. u> For information on digests or retrieving files and old messages send
  15031. u> "help" to the same address.  Do not use quotes in your message.
  15032.  
  15033. u>                     
  15034.  
  15035. CMPQwk 1.42 9999
  15036.  
  15037.  
  15038. -
  15039.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  15040.  with "unsubscribe usr-tc" in the body of the message.
  15041.  For information on digests or retrieving files and old messages send
  15042.  "help" to the same address.  Do not use quotes in your message.
  15043.  
  15044.  
  15045. -------------------------------------------------------------------------------
  15046.  
  15047. From: Phil Le Clercq <phil.le.clercq@cinergy.net>
  15048. Subject: RE: (usr-tc) User is disconne
  15049. Date: 21 Sep 1999 13:20:03 +0100
  15050.  
  15051. Thanks for the reply. I haven't checked that, because it is doing the same
  15052. for users authenticated on the chassis. So I was presuming something more
  15053. base level than that. Though if you reckon it'll point me in the right
  15054. direction as far as error codes etc?
  15055. Cheers Phil
  15056.  
  15057. -----Original Message-----
  15058. Sent: Tuesday, September 21, 1999 12:59 PM
  15059.  
  15060.  
  15061.  
  15062.  
  15063.  
  15064. What does RADIUS show as the disconnect cause ?
  15065.  
  15066. Jeff Binkley
  15067. ASA Network Computing
  15068.  
  15069.  
  15070. u>Hi all, having a problem whilst setting up our DSP's and ARC's, they
  15071. u>are running on TCS 3.6.
  15072. u>Basically a dial in user is authenticated fine and connects ok gets
  15073. u>assigned an IP etc using either chassis users or radius. The user can
  15074. u>be logged in as long as they want but as soon as traffic starts going
  15075. u>accross the link the call gets dropped after about 15 seconds.
  15076. u>I've set session_time out and that has not helped. I can't seem to get
  15077. u>any other ideas on this at the mo.
  15078. u>Has anyone had similar before?
  15079. u>Cheers, Phil
  15080.  
  15081.  
  15082. u>-
  15083. u> To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  15084. u> with "unsubscribe usr-tc" in the body of the message.
  15085. u> For information on digests or retrieving files and old messages send
  15086. u> "help" to the same address.  Do not use quotes in your message.
  15087.  
  15088. u>                     
  15089.  
  15090. CMPQwk 1.42 9999
  15091.  
  15092.  
  15093. -
  15094.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  15095.  with "unsubscribe usr-tc" in the body of the message.
  15096.  For information on digests or retrieving files and old messages send
  15097.  "help" to the same address.  Do not use quotes in your message.
  15098.  
  15099. -
  15100.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  15101.  with "unsubscribe usr-tc" in the body of the message.
  15102.  For information on digests or retrieving files and old messages send
  15103.  "help" to the same address.  Do not use quotes in your message.
  15104.  
  15105.  
  15106. -------------------------------------------------------------------------------
  15107.  
  15108. From: Paul Farber <farber@admin.f-tech.net>
  15109. Subject: Re: (usr-tc) SNMP challenge: ARC username from IP address
  15110. Date: 21 Sep 1999 09:29:13 -0400 (EDT)
  15111.  
  15112. SNMP wise it is.  The P-5 can whip out an entire chassis in a few seconds
  15113. to TCM... teh 486 takes about two minutes.  Since all TCM is doing is
  15114. balking the majority of the MIB tree to get stats (like your program) the
  15115. snmpwalk time diff. on a 486 and P-5 is very noticible.  Telnet seems to
  15116. have the same speed's for eace processor.
  15117.  
  15118. Paul D. Farber II
  15119. Farber Technology
  15120. Ph. 570-628-5303
  15121. Fax 570-628-5545
  15122. farber@admin.f-tech.net
  15123.  
  15124. On Mon, 20 Sep 1999, Jeff Mcadams wrote:
  15125.  
  15126. > Thus spake Paul Farber
  15127. > >Most new TC chassis now come with a NMC using P-5 based processor.. not
  15128. > >the 486 or (ack) 386's that most of us still have on service.
  15129. > >Most P-5's have the screw terminals on the back of the NIC.
  15130. > >The 486's are dirt compated to the P-5's.. I have 1 and 2 486's... even
  15131. > >lightly loaded the 486 is butt slow for snmpwalks.
  15132. > Oh, yeah...that's what I hear...I think Mike and I both are 486 based
  15133. > across the board though, so I don't think that's the difference.
  15134. > -- 
  15135. > Jeff McAdams                            Email: jeffm@iglou.com
  15136. > Head Network Administrator              Voice: (502) 966-3848
  15137. > IgLou Internet Services                        (800) 436-4456
  15138. > -
  15139. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  15140. >  with "unsubscribe usr-tc" in the body of the message.
  15141. >  For information on digests or retrieving files and old messages send
  15142. >  "help" to the same address.  Do not use quotes in your message.
  15143.  
  15144.  
  15145. -
  15146.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  15147.  with "unsubscribe usr-tc" in the body of the message.
  15148.  For information on digests or retrieving files and old messages send
  15149.  "help" to the same address.  Do not use quotes in your message.
  15150.  
  15151.  
  15152. -------------------------------------------------------------------------------
  15153.  
  15154. From: Jeff Mcadams <jeffm@iglou.com>
  15155. Subject: Re: (usr-tc) SNMP challenge: ARC username from IP address
  15156. Date: 21 Sep 1999 09:28:07 -0400
  15157.  
  15158. Thus spake Paul Farber
  15159. >SNMP wise it is.  The P-5 can whip out an entire chassis in a few seconds
  15160. >to TCM... teh 486 takes about two minutes.  Since all TCM is doing is
  15161. >balking the majority of the MIB tree to get stats (like your program) the
  15162. >snmpwalk time diff. on a 486 and P-5 is very noticible.  Telnet seems to
  15163. >have the same speed's for eace processor.
  15164.  
  15165. Well...since TCM/SNMP is going to the NMC, and telnet is going to the
  15166. Arc, changing the NMC wouldn't improve telnet speeds much at all.  :)
  15167.  
  15168. Besides...with this whole discussion, we're talking about sending SNMP
  15169. requests to the Arc directly, so the NMC's SNMP speed wouldn't come into
  15170. play in our situation either.
  15171. -- 
  15172. Jeff McAdams                            Email: jeffm@iglou.com
  15173. Head Network Administrator              Voice: (502) 966-3848
  15174. IgLou Internet Services                        (800) 436-4456
  15175.  
  15176. -
  15177.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  15178.  with "unsubscribe usr-tc" in the body of the message.
  15179.  For information on digests or retrieving files and old messages send
  15180.  "help" to the same address.  Do not use quotes in your message.
  15181.  
  15182.  
  15183. -------------------------------------------------------------------------------
  15184.  
  15185. From: "Tony Loosle" <tony@tcsourceone.com>
  15186. Subject: Re: (usr-tc) Netserver8 Problem
  15187. Date: 21 Sep 1999 08:12:45 -0600
  15188.  
  15189. You have to have a syslog deamon or program running.  You have to tell the
  15190. netserver box where to send its messages.  If you don't, it will fill up the
  15191. memory and crash!!!!
  15192.  
  15193. Tony
  15194.  
  15195. Greg Coffey wrote:
  15196.  
  15197. > I don't know.  We log the logins and logouts if that is what you are
  15198. > asking.  We don't have anything else that we log that I am aware of.  What
  15199. > do you have in mind?
  15200. >
  15201. > At 08:42 PM 9/20/99 -0600, you wrote:
  15202. > >Greg,
  15203. > >    Do you have the box talking to a syslog program??
  15204. > >
  15205. > >tony
  15206. > >
  15207. > >
  15208. > >Greg Coffey wrote:
  15209. > >
  15210. > >> I just got off the phone with a 3Com tech regarding an issue that we have
  15211. > >> with a Netserver8 Plus.  The modems hang at least once a day and we have to
  15212. > >> go in and reset each manually to get them to answer an incoming call.  We
  15213. > >> tried some S register settings and flashed the modems down to an earlier
  15214. > >> code version with no luck.  The modems all still seem to hang at random
  15215. > >> intervals.  I have a fair number of the older netserver16's still in
  15216. > >> service and we don't have this problem with any of them.  This unit is
  15217. > >> fairly new, much newer than the NS16's that I have.  After days of trying
  15218. > >> different things with them, 3Com now tells me that the code has problems
  15219. > >> and is nothing that they can or will fix.  We can continue to reset the
  15220. > >> modems manually which is a royal pain and unacceptable.  Their other
  15221. > >> suggestion is that I can upgrade the memory from 2meg to 4meg for $1300
  15222. > >> plus $300 for advanced shipping.   I knew that memory prices recently went
  15223. > >> up but not by THAT much.  Did I just buy a large doorstop or do any of you
  15224. > >> have any ideas that we can try?
  15225. > >>
  15226. > >> Thanks, Greg Coffey <gcoffey@vcn.com>
  15227. > >> Visionary Communications V 307-234-5443 F 307-234-5446
  15228. > >>
  15229. > >> -
  15230. > >>  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  15231. > >>  with "unsubscribe usr-tc" in the body of the message.
  15232. > >>  For information on digests or retrieving files and old messages send
  15233. > >>  "help" to the same address.  Do not use quotes in your message.
  15234. > >
  15235. > >
  15236. > >-
  15237. > > To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  15238. > > with "unsubscribe usr-tc" in the body of the message.
  15239. > > For information on digests or retrieving files and old messages send
  15240. > > "help" to the same address.  Do not use quotes in your message.
  15241. > >
  15242. > >
  15243. >
  15244. > Thanks,
  15245. >
  15246. > Greg Coffey, Visionary Communications  V 307-234-5443  F 307-234-5446
  15247. > =====================================================================
  15248. > 142 S. Center St., Casper, WY  82601     WWW.VCN.COM
  15249. >
  15250. > -
  15251. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  15252. >  with "unsubscribe usr-tc" in the body of the message.
  15253. >  For information on digests or retrieving files and old messages send
  15254. >  "help" to the same address.  Do not use quotes in your message.
  15255.  
  15256.  
  15257. -
  15258.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  15259.  with "unsubscribe usr-tc" in the body of the message.
  15260.  For information on digests or retrieving files and old messages send
  15261.  "help" to the same address.  Do not use quotes in your message.
  15262.  
  15263.  
  15264. -------------------------------------------------------------------------------
  15265.  
  15266. From: Charles Sprickman <spork@inch.com>
  15267. Subject: RE: (usr-tc) SNMP challenge: ARC username from IP address
  15268. Date: 21 Sep 1999 10:35:14 -0400 (EDT)
  15269.  
  15270. On Mon, 20 Sep 1999, Allen Marsalis wrote:
  15271.  
  15272. > At 01:59 PM 9/20/99 -0500, Mike Wronski wrote:
  15273. > Has anyone thought of retrieving the data (via snmp or telnet) on a
  15274. > regular interval and placing it into a sql database to be served up
  15275. > via php or other cgi?  And indexed any way you like?  
  15276.  
  15277. I hate to make another one of those Radiator plugs, but yes, we use it and
  15278. it accounts to a mysql db.  So something like this is a trivial database
  15279. query...  Works well and is very quick.  Don't have to bother doing any
  15280. snmp unless you want the current connection speed, but at least then you
  15281. just do one snmpget.  I believe alot of the other radius servers are now
  15282. offering the option of logging to a database as well...
  15283.  
  15284. Charles
  15285.  
  15286. > If you have a
  15287. > dozen or more ARC's on the network, and/or plan on a high hit rate
  15288. > for the cgi (entire userbase), then there could be some real savings
  15289. > by retrieving the data only once a minute instead of (potentially) many
  15290. > times in a minute.  I would think that polling/updating once every 60
  15291. > seconds would be sufficient.  just a thought..
  15292. > Allen
  15293. > -
  15294. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  15295. >  with "unsubscribe usr-tc" in the body of the message.
  15296. >  For information on digests or retrieving files and old messages send
  15297. >  "help" to the same address.  Do not use quotes in your message.
  15298.  
  15299.  
  15300. -
  15301.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  15302.  with "unsubscribe usr-tc" in the body of the message.
  15303.  For information on digests or retrieving files and old messages send
  15304.  "help" to the same address.  Do not use quotes in your message.
  15305.  
  15306.  
  15307. -------------------------------------------------------------------------------
  15308.  
  15309. From: Paul Farber <farber@admin.f-tech.net>
  15310. Subject: Re: (usr-tc) SNMP challenge: ARC username from IP address
  15311. Date: 21 Sep 1999 11:06:12 -0400 (EDT)
  15312.  
  15313. I have a script that uses both the ARC and NMC OID's (so I can verify what
  15314. the chassis tells me via TCM).  So I assumed that most others did the same
  15315. thing.
  15316.  
  15317. I know that there are tons of MIB viewers.. but using 3Com's TCM as a data
  15318. backup to verify program outout just makes sense.
  15319.  
  15320. Paul D. Farber II
  15321. Farber Technology
  15322. Ph. 570-628-5303
  15323. Fax 570-628-5545
  15324. farber@admin.f-tech.net
  15325.  
  15326. On Tue, 21 Sep 1999, Jeff Mcadams wrote:
  15327.  
  15328. > Thus spake Paul Farber
  15329. > >SNMP wise it is.  The P-5 can whip out an entire chassis in a few seconds
  15330. > >to TCM... teh 486 takes about two minutes.  Since all TCM is doing is
  15331. > >balking the majority of the MIB tree to get stats (like your program) the
  15332. > >snmpwalk time diff. on a 486 and P-5 is very noticible.  Telnet seems to
  15333. > >have the same speed's for eace processor.
  15334. > Well...since TCM/SNMP is going to the NMC, and telnet is going to the
  15335. > Arc, changing the NMC wouldn't improve telnet speeds much at all.  :)
  15336. > Besides...with this whole discussion, we're talking about sending SNMP
  15337. > requests to the Arc directly, so the NMC's SNMP speed wouldn't come into
  15338. > play in our situation either.
  15339. > -- 
  15340. > Jeff McAdams                            Email: jeffm@iglou.com
  15341. > Head Network Administrator              Voice: (502) 966-3848
  15342. > IgLou Internet Services                        (800) 436-4456
  15343. > -
  15344. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  15345. >  with "unsubscribe usr-tc" in the body of the message.
  15346. >  For information on digests or retrieving files and old messages send
  15347. >  "help" to the same address.  Do not use quotes in your message.
  15348.  
  15349.  
  15350. -
  15351.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  15352.  with "unsubscribe usr-tc" in the body of the message.
  15353.  For information on digests or retrieving files and old messages send
  15354.  "help" to the same address.  Do not use quotes in your message.
  15355.  
  15356.  
  15357. -------------------------------------------------------------------------------
  15358.  
  15359. From: Jeff Mcadams <jeffm@iglou.com>
  15360. Subject: Re: (usr-tc) SNMP challenge: ARC username from IP address
  15361. Date: 21 Sep 1999 11:09:02 -0400
  15362.  
  15363. Thus spake Paul Farber
  15364. >I have a script that uses both the ARC and NMC OID's (so I can verify what
  15365. >the chassis tells me via TCM).  So I assumed that most others did the same
  15366. >thing.
  15367.  
  15368. >I know that there are tons of MIB viewers.. but using 3Com's TCM as a data
  15369. >backup to verify program outout just makes sense.
  15370.  
  15371. Assuming you're on a platform that supports TCM, and want to put up with
  15372. some of its braindeadedness (not all of it, but some).  I find it
  15373. terribly tedious to use personally.
  15374.  
  15375. Besides...most of these data sources and the algorithms used to get this
  15376. data has been confirmed...just in discussion now is the fastest way to
  15377. get it.  :)
  15378. -- 
  15379. Jeff McAdams                            Email: jeffm@iglou.com
  15380. Head Network Administrator              Voice: (502) 966-3848
  15381. IgLou Internet Services                        (800) 436-4456
  15382.  
  15383. -
  15384.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  15385.  with "unsubscribe usr-tc" in the body of the message.
  15386.  For information on digests or retrieving files and old messages send
  15387.  "help" to the same address.  Do not use quotes in your message.
  15388.  
  15389.  
  15390. -------------------------------------------------------------------------------
  15391.  
  15392. From: Allen Marsalis <am@shreve.net>
  15393. Subject: RE: (usr-tc) SNMP challenge: ARC username from IP address
  15394. Date: 21 Sep 1999 10:24:11 -0500
  15395.  
  15396. At 10:35 AM 9/21/99 -0400, Charles Sprickman wrote:
  15397. >On Mon, 20 Sep 1999, Allen Marsalis wrote:
  15398. >
  15399. >> At 01:59 PM 9/20/99 -0500, Mike Wronski wrote:
  15400. >> 
  15401. >> Has anyone thought of retrieving the data (via snmp or telnet) on a
  15402. >> regular interval and placing it into a sql database to be served up
  15403. >> via php or other cgi?  And indexed any way you like?  
  15404. >
  15405. >I hate to make another one of those Radiator plugs, but yes, we use it and
  15406. >it accounts to a mysql db.  So something like this is a trivial database
  15407. >query...  Works well and is very quick.  Don't have to bother doing any
  15408. >snmp unless you want the current connection speed, but at least then you
  15409. >just do one snmpget.  I believe alot of the other radius servers are now
  15410. >offering the option of logging to a database as well...
  15411.  
  15412. I agree, Radiator rocks the casba..  We use it in conjunction with
  15413. postgres sql and swear by it.
  15414.  
  15415. But for Mikes specific 'challenge' at hand, I'd rather impliment a
  15416. Radiator/sql like methodology, rather than walking the chassis (once
  15417. or twice) per cgi hit... especially if it was going on homepage(s)..
  15418.  
  15419. Allen
  15420.  
  15421. >
  15422. >Charles
  15423. >
  15424.  
  15425.  
  15426. -
  15427.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  15428.  with "unsubscribe usr-tc" in the body of the message.
  15429.  For information on digests or retrieving files and old messages send
  15430.  "help" to the same address.  Do not use quotes in your message.
  15431.  
  15432.  
  15433. -------------------------------------------------------------------------------
  15434.  
  15435. From: "Mike Wronski" <mike@coredump.ae.usr.com>
  15436. Subject: RE: (usr-tc) SNMP challenge: ARC username from IP address
  15437. Date: 21 Sep 1999 10:35:09 -0500
  15438.  
  15439.  
  15440.  
  15441. |-----Original Message-----
  15442. |From: owner-usr-tc@lists.xmission.com
  15443. |[mailto:owner-usr-tc@lists.xmission.com]On Behalf Of Allen Marsalis
  15444. |Sent: Tuesday, September 21, 1999 10:24 AM
  15445. |To: usr-tc@lists.xmission.com
  15446. |Subject: RE: (usr-tc) SNMP challenge: ARC username from IP address
  15447. |
  15448. |
  15449. |At 10:35 AM 9/21/99 -0400, Charles Sprickman wrote:
  15450. |>On Mon, 20 Sep 1999, Allen Marsalis wrote:
  15451. |>
  15452. |>> At 01:59 PM 9/20/99 -0500, Mike Wronski wrote:
  15453. |>>
  15454. |>> Has anyone thought of retrieving the data (via snmp or telnet) on a
  15455. |>> regular interval and placing it into a sql database to be served up
  15456. |>> via php or other cgi?  And indexed any way you like?
  15457. |>
  15458. |>I hate to make another one of those Radiator plugs, but yes, we use it and
  15459. |>it accounts to a mysql db.  So something like this is a trivial database
  15460. |>query...  Works well and is very quick.  Don't have to bother doing any
  15461. |>snmp unless you want the current connection speed, but at least then you
  15462. |>just do one snmpget.  I believe alot of the other radius servers are now
  15463. |>offering the option of logging to a database as well...
  15464. |
  15465. |I agree, Radiator rocks the casba..  We use it in conjunction with
  15466. |postgres sql and swear by it.
  15467. |
  15468. |But for Mikes specific 'challenge' at hand, I'd rather impliment a
  15469. |Radiator/sql like methodology, rather than walking the chassis (once
  15470. |or twice) per cgi hit... especially if it was going on homepage(s)..
  15471. |
  15472.  
  15473. I would have to agree here. Either by logging the RADIUS accouting info to a DB
  15474. or if you set up the harc to send call details in the syslogs (FORMAT_ONE) and
  15475. either DB that or flat file for some interval, the search will be much faster and
  15476. non-impacting to the network.
  15477.  
  15478. -M
  15479.  
  15480.  
  15481. -
  15482.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  15483.  with "unsubscribe usr-tc" in the body of the message.
  15484.  For information on digests or retrieving files and old messages send
  15485.  "help" to the same address.  Do not use quotes in your message.
  15486.  
  15487.  
  15488. -------------------------------------------------------------------------------
  15489.  
  15490. From: Marcelo Barros <thbarros@ntwxpress.com.br>
  15491. Subject: Re: (usr-tc) Current Consumption
  15492. Date: 17 Sep 1999 10:21:00 -0300
  15493.  
  15494.  
  15495.                               Current (A)   Current (A)
  15496. Configuration Choices          +5.2 Volt    +/- 12.2 Volt   Watts
  15497.  
  15498.  
  15499. HiPer ARC                          4             20.8        70.9
  15500. HiPer ARC Max. Set                 7             36.4        124.1
  15501. HiPer DSP                          4.3           22.4         76.2
  15502. HiPer DSP NIC only                  .6            3.1         10.6
  15503. HiPer DSP Set                      4.9           25.5         86.9
  15504. EdgeServer Set                     4.5           23.4         79.8
  15505. Digital Quad Modems                2.1           10.9         37.2
  15506. Quad Modem NIC                     1              5.2         17.7
  15507. 486 NETServer                      3             15.6         53.2
  15508. NET Enet NIC                       1.5            7.8         26.6
  15509. NET Token NIC                      2             10.4         35.5
  15510. NMC (486SX)                        3             15.6         53.2
  15511. NMC Enet NIC                       1.5            7.8         26.6
  15512. Dual PRI NAC                       1.5            7.8         26.6
  15513. Dual PRI NIC                        .5            2.6          8.9
  15514.  
  15515.  
  15516. At 09:00 9/17/99 -0400, you wrote:
  15517. >
  15518. >
  15519. >Can someone tell me the current consumption for:
  15520. >
  15521. > Quad-NAC
  15522. > Dual-PRI-NIC
  15523. > Dual-PRI-NAC
  15524. >
  15525. >Jim
  15526. >
  15527. >-
  15528. > To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  15529. > with "unsubscribe usr-tc" in the body of the message.
  15530. > For information on digests or retrieving files and old messages send
  15531. > "help" to the same address.  Do not use quotes in your message.
  15532. >
  15533.  
  15534. -
  15535.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  15536.  with "unsubscribe usr-tc" in the body of the message.
  15537.  For information on digests or retrieving files and old messages send
  15538.  "help" to the same address.  Do not use quotes in your message.
  15539.  
  15540.  
  15541. -------------------------------------------------------------------------------
  15542.  
  15543. From: "Chris Ashcraft" <Chris_Ashcraft@mw.3com.com>
  15544. Subject: (usr-tc) Managing a Total Control Chassis
  15545. Date: 10 Sep 1999 15:05:05 -0500
  15546.  
  15547.  
  15548.  
  15549. 3Com is interested in how you manage the Total Control chassis. To help us
  15550. better serve you, please complete the brief section below and reply to this
  15551. email with your response.
  15552.  
  15553. =================================================================================
  15554.  
  15555. 1. Simply rate the following Total Control management tools (1=used most; 3=used
  15556. least)
  15557.  
  15558. _ MIB browser (please indicate the software package you are using: NerveCenter,
  15559. CMU SNMP, UCD-SNMP, SNMPc, HP OpenView, other:___________)
  15560. _ Total Control Manager/HiPer ARC Manager
  15561. _ Terminal emulation (e.g., Telnet or HyperTerminal)
  15562.  
  15563. 2. Do you manage the various Total Control cards differently? If so, please list
  15564. which of the above management tools you most often use for:
  15565. - Quad Modem:___________________
  15566. - Trunk Cards:___________________
  15567. - HiPer DSP:___________________
  15568. - HiPer ARC:___________________
  15569. - EdgeServer Cards:___________________
  15570.  
  15571. =================================================================================
  15572.  
  15573. Any other comments or suggestions are welcome.
  15574.  
  15575. Thank you for your time.
  15576.  
  15577. Carrier Systems Group
  15578. 3Com Corp.
  15579.  
  15580. -
  15581.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  15582.  with "unsubscribe usr-tc" in the body of the message.
  15583.  For information on digests or retrieving files and old messages send
  15584.  "help" to the same address.  Do not use quotes in your message.
  15585.  
  15586.  
  15587. -------------------------------------------------------------------------------
  15588.  
  15589. From: Marcelo Barros <thbarros@ntwxpress.com.br>
  15590. Subject: Re: (usr-tc) Sawin for Windows silently died?
  15591. Date: 10 Sep 1999 11:39:14 -0300
  15592.  
  15593. The correct part number is: USR 000950-07
  15594.  
  15595.  
  15596. At 16:19 9/10/99 +0200, you wrote:
  15597. >Hi 
  15598. >When I went through the latest 3Com price list I could no longer find
  15599. >the Security and Accounting Server for Windows. Did anybody of you
  15600. >receive information about this product beeing discontinued?
  15601. >
  15602. >Thanks.
  15603. >
  15604. >Ralph 
  15605. >
  15606. >
  15607. >-- 
  15608. >==========================================================================
  15609. >R. Helfenberger                Internet  r.helfenberger@comlight.ch
  15610. >Comlight AG                    Tel  +41 31 740 40 40
  15611. >Industriestr. 17               Fax  +41 31 740 40 90
  15612. >3178 Boesingen
  15613. >Switzerland                    www.comlight.ch
  15614. >==========================================================================
  15615. >
  15616. >-
  15617. > To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  15618. > with "unsubscribe usr-tc" in the body of the message.
  15619. > For information on digests or retrieving files and old messages send
  15620. > "help" to the same address.  Do not use quotes in your message.
  15621. >
  15622.  
  15623. -
  15624.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  15625.  with "unsubscribe usr-tc" in the body of the message.
  15626.  For information on digests or retrieving files and old messages send
  15627.  "help" to the same address.  Do not use quotes in your message.
  15628.  
  15629.  
  15630. -------------------------------------------------------------------------------
  15631.  
  15632. From: "Christopher Arlis Hanes" <chanes@inetconn.net>
  15633. Subject: (usr-tc) Static IPs with large dialin pools
  15634. Date: 09 Sep 1999 15:21:12 -0400
  15635.  
  15636. How does one handle static IPs when the pools used by a particular
  15637. dialin number span multiple class Cs?  (i.e. a user dialing in has the
  15638. possibility of of dialing into a box whose router card is not on the
  15639. same network as the user's static IP.)
  15640.  
  15641. Thanks,
  15642. Chris Hanes
  15643.  
  15644. -
  15645.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  15646.  with "unsubscribe usr-tc" in the body of the message.
  15647.  For information on digests or retrieving files and old messages send
  15648.  "help" to the same address.  Do not use quotes in your message.
  15649.  
  15650.  
  15651. -------------------------------------------------------------------------------
  15652.  
  15653. From: "Levent Cosan" <levent21@netzero.net>
  15654. Subject: (usr-tc) Rockwell HCF 56k v.90
  15655. Date: 09 Sep 1999 14:03:05 -0400
  15656.  
  15657. This is a multi-part message in MIME format.
  15658.  
  15659. ------=_NextPart_000_0005_01BEFACC.0A10D420
  15660. Content-Type: text/plain;
  15661.     charset="iso-8859-1"
  15662. Content-Transfer-Encoding: quoted-printable
  15663.  
  15664. Hi,=20
  15665.  
  15666. I have a HP computer and the modem is a Rockwell HCF 56k v.90 =
  15667. speakerphone pci modem.  The modem dials out but it doesn't do the =
  15668. "handshake".  I had the modem replaced but i still run into problems =
  15669. with the new modem.  I usually get a, "no answer" or a "modem doesn't =
  15670. carrier a signal".  I've tried numerous ISPs but i get the same error =
  15671. message.  Any help will be appreciated
  15672.  
  15673. ------=_NextPart_000_0005_01BEFACC.0A10D420
  15674. Content-Type: text/html;
  15675.     charset="iso-8859-1"
  15676. Content-Transfer-Encoding: quoted-printable
  15677.  
  15678. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  15679. <HTML><HEAD>
  15680. <META content=3D"text/html; charset=3Diso-8859-1" =
  15681. http-equiv=3DContent-Type>
  15682. <META content=3D"MSHTML 5.00.2314.1000" name=3DGENERATOR>
  15683. <STYLE></STYLE>
  15684. </HEAD>
  15685. <BODY bgColor=3D#b8b8b8>
  15686. <DIV><FONT size=3D2>Hi, </FONT></DIV>
  15687. <DIV> </DIV>
  15688. <DIV><FONT size=3D2>I have a HP computer and the modem is a Rockwell HCF =
  15689. 56k v.90=20
  15690. speakerphone pci modem.  The modem dials out but it doesn't do the=20
  15691. "handshake".  I had the modem replaced but i still run into =
  15692. problems with=20
  15693. the new modem.  I usually get a, "no answer" or a "modem doesn't =
  15694. carrier a=20
  15695. signal".  I've tried numerous ISPs but i get the same error =
  15696. message. =20
  15697. Any help will be appreciated</FONT></DIV></BODY></HTML>
  15698.  
  15699. ------=_NextPart_000_0005_01BEFACC.0A10D420--
  15700.  
  15701. ________________________________________________________
  15702. NetZero - We believe in a FREE Internet.  Shouldn't you?
  15703. Get your FREE Internet Access and Email at
  15704. http://www.netzero.net/download/index.html
  15705.  
  15706. -
  15707.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  15708.  with "unsubscribe usr-tc" in the body of the message.
  15709.  For information on digests or retrieving files and old messages send
  15710.  "help" to the same address.  Do not use quotes in your message.
  15711.  
  15712.  
  15713. -------------------------------------------------------------------------------
  15714.  
  15715. From: "Christopher Arlis Hanes" <chanes@inetconn.net>
  15716. Subject: (usr-tc) Static IPs with large dialin pools
  15717. Date: 09 Sep 1999 10:13:47 -0400
  15718.  
  15719. How does one handle static IPs when the pools used by a particular
  15720. dialin number span multiple class Cs?  (i.e. a user dialing in has the
  15721. possibility of of dialing into a box whose router card is not on the
  15722. same network as the user's static IP.)
  15723.  
  15724. Thanks,
  15725. Chris Hanes
  15726.  
  15727. -
  15728.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  15729.  with "unsubscribe usr-tc" in the body of the message.
  15730.  For information on digests or retrieving files and old messages send
  15731.  "help" to the same address.  Do not use quotes in your message.
  15732.  
  15733.  
  15734. -------------------------------------------------------------------------------
  15735.  
  15736. From: "Ben Tyger (vh.net staff)" <bct@vh.net>
  15737. Subject: (usr-tc) Server Assigned DNS
  15738. Date: 08 Sep 1999 18:10:09 -0400
  15739.  
  15740. We are running a Port Master 2e, Total Control Netserver 16 v.34, and
  15741. NETServer 16 - I Modem Plus.
  15742. We are running it with 3.3.3 Livingston code.
  15743. I am interested in running server assigned DNS.  Is this possible?  If
  15744. so what changes to I have to do.
  15745.  
  15746. --
  15747. Ben Tyger
  15748. Virtual Horizons, Inc. technical staff
  15749. Home Page: www.vh.net
  15750. Tech email: support@vh.net
  15751.  
  15752. -
  15753.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  15754.  with "unsubscribe usr-tc" in the body of the message.
  15755.  For information on digests or retrieving files and old messages send
  15756.  "help" to the same address.  Do not use quotes in your message.
  15757.  
  15758.  
  15759. -------------------------------------------------------------------------------
  15760.  
  15761. From: <pferraro@wna-linknet.com>
  15762. Subject: Re: (usr-tc) Current Consumption
  15763. Date: 21 Sep 1999 12:35:21 -0400 (EDT)
  15764.  
  15765.  
  15766.     Are watts added together to get a ballpark consumption rate?
  15767.  
  15768.   For example if I add all the components for a QUAD hub I get 820watts!
  15769.  
  15770.   So if I have a 850watt UPS it will hold it for about 3 minutes...
  15771.  
  15772.   I am looking for a way to spreadload power among UPSz!
  15773.  
  15774. ==============================================================================
  15775. Phillip Ferraro                WorldNet Access, Inc
  15776. pferraro@wna-linknet.com    Onslow County's PREMIER InterNet Service 
  15777. Voice (910) 346-0835            824 Gumbranch Square, Suite R3
  15778. FAX   (910) 455-1933             Jacksonville, Nc  28540-6269
  15779. ==============================================================================
  15780.  
  15781. On Fri, 17 Sep 1999, Marcelo Barros wrote:
  15782.  
  15783. >                               Current (A)   Current (A)
  15784. > Configuration Choices          +5.2 Volt    +/- 12.2 Volt   Watts
  15785. > HiPer ARC                          4             20.8        70.9
  15786. > HiPer ARC Max. Set                 7             36.4        124.1
  15787. > HiPer DSP                          4.3           22.4         76.2
  15788. > HiPer DSP NIC only                  .6            3.1         10.6
  15789. > HiPer DSP Set                      4.9           25.5         86.9
  15790. > EdgeServer Set                     4.5           23.4         79.8
  15791. > Digital Quad Modems                2.1           10.9         37.2
  15792. > Quad Modem NIC                     1              5.2         17.7
  15793. > 486 NETServer                      3             15.6         53.2
  15794. > NET Enet NIC                       1.5            7.8         26.6
  15795. > NET Token NIC                      2             10.4         35.5
  15796. > NMC (486SX)                        3             15.6         53.2
  15797. > NMC Enet NIC                       1.5            7.8         26.6
  15798. > Dual PRI NAC                       1.5            7.8         26.6
  15799. > Dual PRI NIC                        .5            2.6          8.9
  15800. > At 09:00 9/17/99 -0400, you wrote:
  15801. > >
  15802. > >
  15803. > >Can someone tell me the current consumption for:
  15804. > >
  15805. > > Quad-NAC
  15806. > > Dual-PRI-NIC
  15807. > > Dual-PRI-NAC
  15808. > >
  15809. > >Jim
  15810. > >
  15811. > >-
  15812. > > To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  15813. > > with "unsubscribe usr-tc" in the body of the message.
  15814. > > For information on digests or retrieving files and old messages send
  15815. > > "help" to the same address.  Do not use quotes in your message.
  15816. > >
  15817. > -
  15818. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  15819. >  with "unsubscribe usr-tc" in the body of the message.
  15820. >  For information on digests or retrieving files and old messages send
  15821. >  "help" to the same address.  Do not use quotes in your message.
  15822.  
  15823.  
  15824. -
  15825.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  15826.  with "unsubscribe usr-tc" in the body of the message.
  15827.  For information on digests or retrieving files and old messages send
  15828.  "help" to the same address.  Do not use quotes in your message.
  15829.  
  15830.  
  15831. -------------------------------------------------------------------------------
  15832.  
  15833. From: K Mitchell <mitch@keyconn.net>
  15834. Subject: Re: (usr-tc) Rockwell HCF 56k v.90
  15835. Date: 21 Sep 1999 12:37:35 -0400
  15836.  
  15837. At 02:03 PM 9/9/99 -0400, "Levent Cosan" <levent21@netzero.net> wrote:
  15838. >Hi, 
  15839.   
  15840. I have a HP computer and the modem is a Rockwell HCF 56k v.90 speakerphone
  15841. pci modem.  The modem dials out but it doesn't do the "handshake".  I had
  15842. the modem replaced but i still run into problems with the new modem.  I
  15843. usually get a, "no answer" or a "modem doesn't carrier a signal".  I've
  15844. tried numerous ISPs but i get the same error message.  Any help will be
  15845. appreciated
  15846.  
  15847. HCF modems are notoriously crappy, but they do seem to perform somewhat
  15848. decently with the latest code. Check http://www.808hi.com/56k/rockhcf.htm
  15849. for pointers.
  15850.  
  15851.  
  15852. -- 
  15853. Kirk Mitchell-General Manager        mitch@keyconn.net
  15854. Keystone Connect                     Unlock Your World
  15855. Altoona, PA   814-941-5000      http://www.keyconn.net
  15856.  
  15857.  
  15858. -
  15859.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  15860.  with "unsubscribe usr-tc" in the body of the message.
  15861.  For information on digests or retrieving files and old messages send
  15862.  "help" to the same address.  Do not use quotes in your message.
  15863.  
  15864.  
  15865. -------------------------------------------------------------------------------
  15866.  
  15867. From: "Eric Billeter" <ebilleter@cableone.net>
  15868. Subject: (usr-tc) Anyone near Sioux City?
  15869. Date: 21 Sep 1999 09:54:24 -0700
  15870.  
  15871. I lost a power supply on a chassis this morning and the soonest I can get
  15872. one out there
  15873. this afternoon at 5:00 (into Omaha)
  15874.  
  15875. Anyone who can spare a Power Supply in the are would be greatly appreciated.
  15876.  
  15877. Please call on my cell phone if possible.
  15878.  
  15879. 602-550-8477
  15880.  
  15881. Thanks
  15882.  
  15883.  
  15884. Eric Billeter
  15885. Internet Engineer
  15886. Cable One, Inc.
  15887.  
  15888. eric.billeter@cableone.net
  15889. 602-364-6462
  15890.  
  15891.  
  15892.  
  15893.  
  15894. -
  15895.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  15896.  with "unsubscribe usr-tc" in the body of the message.
  15897.  For information on digests or retrieving files and old messages send
  15898.  "help" to the same address.  Do not use quotes in your message.
  15899.  
  15900.  
  15901. -------------------------------------------------------------------------------
  15902.  
  15903. From: eric@dol.net
  15904. Subject: (usr-tc) wet total control units :((
  15905. Date: 21 Sep 1999 11:24:00 -0600
  15906.  
  15907. We had some total control racks get submerged during hurricane Floyd.
  15908. Has anyone had to recover units like this after sustaining water damage
  15909. and what is the best way to try and get the units back in shape?
  15910. thanks
  15911. eric
  15912. Delaware Online!.........The SMART Choice!  
  15913. With 56K V.90 & X2 & Flex Modems 
  15914. Phone : 302-762-0375                
  15915. Fax:     302-762-3462        
  15916. Failure is NOT an option...
  15917.  
  15918.  
  15919.  
  15920. -
  15921.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  15922.  with "unsubscribe usr-tc" in the body of the message.
  15923.  For information on digests or retrieving files and old messages send
  15924.  "help" to the same address.  Do not use quotes in your message.
  15925.  
  15926.  
  15927. -------------------------------------------------------------------------------
  15928.  
  15929. From: Aaron Nabil <nabil@spiritone.com>
  15930. Subject: Re: (usr-tc) wet total control units :((
  15931. Date: 21 Sep 1999 12:21:16 -0700 (PDT)
  15932.  
  15933. eric@dol.net writes...
  15934. >We had some total control racks get submerged during hurricane Floyd.
  15935. >Has anyone had to recover units like this after sustaining water damage
  15936. >and what is the best way to try and get the units back in shape?
  15937.  
  15938. Short answer, get a professional to do it.  Also talk to your
  15939. insurance company first.
  15940.  
  15941. If you must do it yourself, here's the basic proceedure.
  15942.  
  15943. Dissassemble everything, cards out of rack, daughter cards
  15944. removed, SIMMS out of sockets.
  15945.  
  15946. First, wash everything with plain old water to get it
  15947. completely clean (were are talking garden hose here).  You
  15948. may want to use some surfactant, if you can find one
  15949. that is non-reactive.  It may be difficult to get crud out
  15950. of sockets, but you need to get it completely clean.
  15951.  
  15952. After the garden hose, wash everything down with some DI
  15953. (or distilled, if that what you can have handy) water.
  15954.  
  15955. Shake the water off everything, or let it drip for a few mins.
  15956.  
  15957. Dunk everything in anyhydrous isopropanol (this dissolves the
  15958. remaining water out of things like contacts), shake it off.
  15959.  
  15960. Bake in an oven, say 150F, till dry.
  15961.  
  15962.  
  15963.  
  15964. -- 
  15965. Aaron Nabil
  15966.  
  15967. -
  15968.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  15969.  with "unsubscribe usr-tc" in the body of the message.
  15970.  For information on digests or retrieving files and old messages send
  15971.  "help" to the same address.  Do not use quotes in your message.
  15972.  
  15973.  
  15974. -------------------------------------------------------------------------------
  15975.  
  15976. From: "Mike McHenry" <mmchen@minn.net>
  15977. Subject: RE: (usr-tc) Server Assigned DNS
  15978. Date: 21 Sep 1999 14:26:14 -0500
  15979.  
  15980. set nameserver 10.0.0.1
  15981. set nameserver 2 10.0.0.2
  15982.  
  15983. Nothing else should be needed, the Portmasters and Netservers will correctly
  15984. send the dns servers as part of a normal PPP negotiation sequence with a
  15985. customer dialing in...
  15986.  
  15987. Mike McHenry
  15988.  Systems Administrator
  15989.  MinnNet Communications, Inc.
  15990.  
  15991. -----Original Message-----
  15992. [mailto:owner-usr-tc@lists.xmission.com]On Behalf Of Ben Tyger (vh.net
  15993. staff)
  15994. Sent: Wednesday, September 08, 1999 5:10 PM
  15995.  
  15996.  
  15997. We are running a Port Master 2e, Total Control Netserver 16 v.34, and
  15998. NETServer 16 - I Modem Plus.
  15999. We are running it with 3.3.3 Livingston code.
  16000. I am interested in running server assigned DNS.  Is this possible?  If
  16001. so what changes to I have to do.
  16002.  
  16003. --
  16004. Ben Tyger
  16005. Virtual Horizons, Inc. technical staff
  16006. Home Page: www.vh.net
  16007. Tech email: support@vh.net
  16008.  
  16009. -
  16010.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  16011.  with "unsubscribe usr-tc" in the body of the message.
  16012.  For information on digests or retrieving files and old messages send
  16013.  "help" to the same address.  Do not use quotes in your message.
  16014.  
  16015.  
  16016. -
  16017.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  16018.  with "unsubscribe usr-tc" in the body of the message.
  16019.  For information on digests or retrieving files and old messages send
  16020.  "help" to the same address.  Do not use quotes in your message.
  16021.  
  16022.  
  16023. -------------------------------------------------------------------------------
  16024.  
  16025. From: "Mike McHenry" <mmchen@minn.net>
  16026. Subject: RE: (usr-tc) Static IPs with large dialin pools
  16027. Date: 21 Sep 1999 14:25:03 -0500
  16028.  
  16029. You have to run an interior routing protocol such as RIP or OSPF or apply
  16030. static routes on your gateway router. I highly suggest using an interior
  16031. routing protocol...
  16032.  
  16033. Mike McHenry
  16034.  Systems Administrator
  16035.  MinnNet Communications, Inc.
  16036.  
  16037. -----Original Message-----
  16038. [mailto:owner-usr-tc@lists.xmission.com]On Behalf Of Christopher Arlis
  16039. Hanes
  16040. Sent: Thursday, September 09, 1999 9:14 AM
  16041.  
  16042.  
  16043. How does one handle static IPs when the pools used by a particular
  16044. dialin number span multiple class Cs?  (i.e. a user dialing in has the
  16045. possibility of of dialing into a box whose router card is not on the
  16046. same network as the user's static IP.)
  16047.  
  16048. Thanks,
  16049. Chris Hanes
  16050.  
  16051. -
  16052.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  16053.  with "unsubscribe usr-tc" in the body of the message.
  16054.  For information on digests or retrieving files and old messages send
  16055.  "help" to the same address.  Do not use quotes in your message.
  16056.  
  16057.  
  16058. -
  16059.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  16060.  with "unsubscribe usr-tc" in the body of the message.
  16061.  For information on digests or retrieving files and old messages send
  16062.  "help" to the same address.  Do not use quotes in your message.
  16063.  
  16064.  
  16065. -------------------------------------------------------------------------------
  16066.  
  16067. From: "Mike McHenry" <mmchen@minn.net>
  16068. Subject: RE: (usr-tc) Server Assigned DNS
  16069. Date: 21 Sep 1999 14:26:14 -0500
  16070.  
  16071. set nameserver 10.0.0.1
  16072. set nameserver 2 10.0.0.2
  16073.  
  16074. Nothing else should be needed, the Portmasters and Netservers will correctly
  16075. send the dns servers as part of a normal PPP negotiation sequence with a
  16076. customer dialing in...
  16077.  
  16078. Mike McHenry
  16079.  Systems Administrator
  16080.  MinnNet Communications, Inc.
  16081.  
  16082. -----Original Message-----
  16083. [mailto:owner-usr-tc@lists.xmission.com]On Behalf Of Ben Tyger (vh.net
  16084. staff)
  16085. Sent: Wednesday, September 08, 1999 5:10 PM
  16086.  
  16087.  
  16088. We are running a Port Master 2e, Total Control Netserver 16 v.34, and
  16089. NETServer 16 - I Modem Plus.
  16090. We are running it with 3.3.3 Livingston code.
  16091. I am interested in running server assigned DNS.  Is this possible?  If
  16092. so what changes to I have to do.
  16093.  
  16094. --
  16095. Ben Tyger
  16096. Virtual Horizons, Inc. technical staff
  16097. Home Page: www.vh.net
  16098. Tech email: support@vh.net
  16099.  
  16100. -
  16101.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  16102.  with "unsubscribe usr-tc" in the body of the message.
  16103.  For information on digests or retrieving files and old messages send
  16104.  "help" to the same address.  Do not use quotes in your message.
  16105.  
  16106.  
  16107. -
  16108.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  16109.  with "unsubscribe usr-tc" in the body of the message.
  16110.  For information on digests or retrieving files and old messages send
  16111.  "help" to the same address.  Do not use quotes in your message.
  16112.  
  16113.  
  16114. -------------------------------------------------------------------------------
  16115.  
  16116. From: Jeff Mcadams <jeffm@iglou.com>
  16117. Subject: Re: (usr-tc) Static IPs with large dialin pools
  16118. Date: 21 Sep 1999 15:39:36 -0400
  16119.  
  16120. Thus spake Mike McHenry
  16121. >You have to run an interior routing protocol such as RIP or OSPF or apply
  16122. >static routes on your gateway router. I highly suggest using an interior
  16123. >routing protocol...
  16124.  
  16125. Of, if you're willing to toss the concept of address classes out the
  16126. window (which I strongly urge you to do), you could just use a shorter
  16127. netmask on the network, and everything happily continues to work.  (if
  16128. you insist on thinking classfully, this would be considered a supernet)
  16129.  
  16130. :)
  16131. -- 
  16132. Jeff McAdams                            Email: jeffm@iglou.com
  16133. Head Network Administrator              Voice: (502) 966-3848
  16134. IgLou Internet Services                        (800) 436-4456
  16135.  
  16136. -
  16137.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  16138.  with "unsubscribe usr-tc" in the body of the message.
  16139.  For information on digests or retrieving files and old messages send
  16140.  "help" to the same address.  Do not use quotes in your message.
  16141.  
  16142.  
  16143. -------------------------------------------------------------------------------
  16144.  
  16145. From: "Theodore Cekan" <ted@mho.net>
  16146. Subject: (usr-tc) problems with CHAP authentication
  16147. Date: 21 Sep 1999 13:38:48 -0600
  16148.  
  16149. Hi,
  16150.  
  16151. I have a user trying to dial in with a Livingston Office Router U-AP,
  16152. running software version 3.7.1 AP.5.  For some reason they cannot connect to
  16153. my TC Hiper system, ARC verson 4.1.59, unless PAP is selected as the only
  16154. allowed authentication scheme.  "Any" doesnt work, chap kicks in and they
  16155. get denied access.  The Livingston box does have chap turned off, btw.  We
  16156. are stumped.  Any help is much appreciated.
  16157.  
  16158. Thanks
  16159.  
  16160. Ted Cekan
  16161.  
  16162.  
  16163.  
  16164. -
  16165.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  16166.  with "unsubscribe usr-tc" in the body of the message.
  16167.  For information on digests or retrieving files and old messages send
  16168.  "help" to the same address.  Do not use quotes in your message.
  16169.  
  16170.  
  16171. -------------------------------------------------------------------------------
  16172.  
  16173. From: "Stainforth, Matthew" <MatthewS@staff.brunnet.net>
  16174. Subject: RE: (usr-tc) problems with CHAP authentication
  16175. Date: 21 Sep 1999 16:47:15 -0300
  16176.  
  16177.  
  16178. Have you tried doing "set ppp authENTICATION_PREFERENCE pap"?  That should
  16179. set PAP as the first authentication protocol to be used.
  16180.  
  16181. On Tuesday, September 21, 1999 4:39 PM, Theodore Cekan [SMTP:ted@mho.net]
  16182. wrote:
  16183. > Hi,
  16184. > I have a user trying to dial in with a Livingston Office Router U-AP,
  16185. > running software version 3.7.1 AP.5.  For some reason they cannot connect
  16186. to
  16187. > my TC Hiper system, ARC verson 4.1.59, unless PAP is selected as the only
  16188. > allowed authentication scheme.  "Any" doesnt work, chap kicks in and they
  16189. > get denied access.  The Livingston box does have chap turned off, btw.  We
  16190. > are stumped.  Any help is much appreciated.
  16191. > Thanks
  16192. > Ted Cekan
  16193. > -
  16194. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  16195. >  with "unsubscribe usr-tc" in the body of the message.
  16196. >  For information on digests or retrieving files and old messages send
  16197. >  "help" to the same address.  Do not use quotes in your message.
  16198.  
  16199.  
  16200.  
  16201. -
  16202.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  16203.  with "unsubscribe usr-tc" in the body of the message.
  16204.  For information on digests or retrieving files and old messages send
  16205.  "help" to the same address.  Do not use quotes in your message.
  16206.  
  16207.  
  16208. -------------------------------------------------------------------------------
  16209.  
  16210. From: "Jason Cropper" <jason@clearsail.net>
  16211. Subject: RE: (usr-tc) problems with CHAP authentication
  16212. Date: 21 Sep 1999 14:50:56 -0500
  16213.  
  16214. Do you want to use CHAP or PAP?  You're not clear in your message.
  16215.  
  16216. Jason
  16217.  
  16218.  
  16219. -----Original Message-----
  16220. [mailto:owner-usr-tc@lists.xmission.com]On Behalf Of Theodore Cekan
  16221. Sent: Tuesday, September 21, 1999 14:39
  16222.  
  16223.  
  16224. Hi,
  16225.  
  16226. I have a user trying to dial in with a Livingston Office Router U-AP,
  16227. running software version 3.7.1 AP.5.  For some reason they cannot connect to
  16228. my TC Hiper system, ARC verson 4.1.59, unless PAP is selected as the only
  16229. allowed authentication scheme.  "Any" doesnt work, chap kicks in and they
  16230. get denied access.  The Livingston box does have chap turned off, btw.  We
  16231. are stumped.  Any help is much appreciated.
  16232.  
  16233. Thanks
  16234.  
  16235. Ted Cekan
  16236.  
  16237.  
  16238.  
  16239. -
  16240.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  16241.  with "unsubscribe usr-tc" in the body of the message.
  16242.  For information on digests or retrieving files and old messages send
  16243.  "help" to the same address.  Do not use quotes in your message.
  16244.  
  16245.  
  16246. -
  16247.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  16248.  with "unsubscribe usr-tc" in the body of the message.
  16249.  For information on digests or retrieving files and old messages send
  16250.  "help" to the same address.  Do not use quotes in your message.
  16251.  
  16252.  
  16253. -------------------------------------------------------------------------------
  16254.  
  16255. From: "Mike McHenry" <mmchen@minn.net>
  16256. Subject: RE: (usr-tc) Static IPs with large dialin pools
  16257. Date: 21 Sep 1999 15:00:50 -0500
  16258.  
  16259. Actually this will not work on certain equipment like Livingston Portmaster
  16260. 2s even though it should. Portmaster 2s do not seem to like any dialin
  16261. network outside of the class C their ethernet port lives on. The other
  16262. disadvantage with trying to side-step running OSPF or RIP is the difficulty
  16263. in dealing with "routed network" or "static IP" customers. It quickly
  16264. becomes a pain to deal with people having to dial into specific termservers
  16265. to get their network blocks correctly routed to them.
  16266.  
  16267. I suggest taking the jump now and running OSPF or RIP, you will probably
  16268. have to sooner or later and it really makes life easy when you are done
  16269. configuring it.
  16270.  
  16271. Mike McHenry
  16272.  Systems Administrator
  16273.  MinnNet Communications, Inc.
  16274.  
  16275. -----Original Message-----
  16276. [mailto:owner-usr-tc@lists.xmission.com]On Behalf Of Jeff Mcadams
  16277. Sent: Tuesday, September 21, 1999 2:40 PM
  16278.  
  16279.  
  16280. Thus spake Mike McHenry
  16281. >You have to run an interior routing protocol such as RIP or OSPF or apply
  16282. >static routes on your gateway router. I highly suggest using an interior
  16283. >routing protocol...
  16284.  
  16285. Of, if you're willing to toss the concept of address classes out the
  16286. window (which I strongly urge you to do), you could just use a shorter
  16287. netmask on the network, and everything happily continues to work.  (if
  16288. you insist on thinking classfully, this would be considered a supernet)
  16289.  
  16290. :)
  16291. --
  16292. Jeff McAdams                            Email: jeffm@iglou.com
  16293. Head Network Administrator              Voice: (502) 966-3848
  16294. IgLou Internet Services                        (800) 436-4456
  16295.  
  16296. -
  16297.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  16298.  with "unsubscribe usr-tc" in the body of the message.
  16299.  For information on digests or retrieving files and old messages send
  16300.  "help" to the same address.  Do not use quotes in your message.
  16301.  
  16302.  
  16303. -
  16304.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  16305.  with "unsubscribe usr-tc" in the body of the message.
  16306.  For information on digests or retrieving files and old messages send
  16307.  "help" to the same address.  Do not use quotes in your message.
  16308.  
  16309.  
  16310. -------------------------------------------------------------------------------
  16311.  
  16312. From: "Theodore Cekan" <ted@mho.net>
  16313. Subject: Re: (usr-tc) problems with CHAP authentication
  16314. Date: 21 Sep 1999 14:08:07 -0600
  16315.  
  16316. Sorry, I need to use PAP.  CHAP wont authenticate for some reason.
  16317.  
  16318. Ted Cekan
  16319. Mile High Online
  16320. -----Original Message-----
  16321.  
  16322.  
  16323. >Do you want to use CHAP or PAP?  You're not clear in your message.
  16324. >
  16325. >Jason
  16326. >
  16327. >
  16328. >-----Original Message-----
  16329. >From: owner-usr-tc@lists.xmission.com
  16330. >[mailto:owner-usr-tc@lists.xmission.com]On Behalf Of Theodore Cekan
  16331. >Sent: Tuesday, September 21, 1999 14:39
  16332. >To: usr-tc@lists.xmission.com
  16333. >Subject: (usr-tc) problems with CHAP authentication
  16334. >
  16335. >
  16336. >Hi,
  16337. >
  16338. >I have a user trying to dial in with a Livingston Office Router U-AP,
  16339. >running software version 3.7.1 AP.5.  For some reason they cannot connect
  16340. to
  16341. >my TC Hiper system, ARC verson 4.1.59, unless PAP is selected as the only
  16342. >allowed authentication scheme.  "Any" doesnt work, chap kicks in and they
  16343. >get denied access.  The Livingston box does have chap turned off, btw.  We
  16344. >are stumped.  Any help is much appreciated.
  16345. >
  16346. >Thanks
  16347. >
  16348. >Ted Cekan
  16349. >
  16350. >
  16351. >
  16352. >-
  16353. > To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  16354. > with "unsubscribe usr-tc" in the body of the message.
  16355. > For information on digests or retrieving files and old messages send
  16356. > "help" to the same address.  Do not use quotes in your message.
  16357. >
  16358. >
  16359. >-
  16360. > To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  16361. > with "unsubscribe usr-tc" in the body of the message.
  16362. > For information on digests or retrieving files and old messages send
  16363. > "help" to the same address.  Do not use quotes in your message.
  16364.  
  16365.  
  16366. -
  16367.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  16368.  with "unsubscribe usr-tc" in the body of the message.
  16369.  For information on digests or retrieving files and old messages send
  16370.  "help" to the same address.  Do not use quotes in your message.
  16371.  
  16372.  
  16373. -------------------------------------------------------------------------------
  16374.  
  16375. From: Jeff Mcadams <jeffm@iglou.com>
  16376. Subject: Re: (usr-tc) Static IPs with large dialin pools
  16377. Date: 21 Sep 1999 16:10:26 -0400
  16378.  
  16379. Thus spake Mike McHenry
  16380. >Actually this will not work on certain equipment like Livingston Portmaster
  16381. >2s even though it should. Portmaster 2s do not seem to like any dialin
  16382. >network outside of the class C their ethernet port lives on. The other
  16383. >disadvantage with trying to side-step running OSPF or RIP is the difficulty
  16384. >in dealing with "routed network" or "static IP" customers. It quickly
  16385. >becomes a pain to deal with people having to dial into specific termservers
  16386. >to get their network blocks correctly routed to them.
  16387.  
  16388. >I suggest taking the jump now and running OSPF or RIP, you will probably
  16389. >have to sooner or later and it really makes life easy when you are done
  16390. >configuring it.
  16391.  
  16392. Oh...I heartily agree...practically speaking you're going to be better
  16393. off going to a dynamically routed situation when you get to that point
  16394. (we use RIPv2 redistributed into OSPF at the first hop cisco).  Just
  16395. pointed out that the old classful thinking doesn't (shouldn't) restrict
  16396. you to a single "Class C".
  16397.  
  16398. Personally, if I set this up and found that a PM wouldn't handle a
  16399. "supernet."  I'd be calling Livingston^WLucent and screaming bloody
  16400. murder at not supporting classless addressing correctly.  :)
  16401. -- 
  16402. Jeff McAdams                            Email: jeffm@iglou.com
  16403. Head Network Administrator              Voice: (502) 966-3848
  16404. IgLou Internet Services                        (800) 436-4456
  16405.  
  16406. -
  16407.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  16408.  with "unsubscribe usr-tc" in the body of the message.
  16409.  For information on digests or retrieving files and old messages send
  16410.  "help" to the same address.  Do not use quotes in your message.
  16411.  
  16412.  
  16413. -------------------------------------------------------------------------------
  16414.  
  16415. From: Clayton Zekelman <clayton@MNSi.Net>
  16416. Subject: Re: (usr-tc) problems with CHAP authentication
  16417. Date: 21 Sep 1999 16:13:10 -0400
  16418.  
  16419. If you're using a Radius server with a DEFAULT entry pointing to a Unix
  16420. password file, rather
  16421. than storing the individual user profiles in the users file with passwords
  16422. in clear text, CHAP will fail.
  16423.  
  16424. To make CHAP work, add an entry for that user in the Radius users file.
  16425.  
  16426.  
  16427. At 02:08 PM 9/21/99 -0600, you wrote:
  16428. >Sorry, I need to use PAP.  CHAP wont authenticate for some reason.
  16429. >
  16430. >Ted Cekan
  16431. >Mile High Online
  16432. >-----Original Message-----
  16433. >From: Jason Cropper <jason@clearsail.net>
  16434. >To: usr-tc@lists.xmission.com <usr-tc@lists.xmission.com>
  16435. >Date: Tuesday, September 21, 1999 2:03 PM
  16436. >Subject: RE: (usr-tc) problems with CHAP authentication
  16437. >
  16438. >
  16439. >>Do you want to use CHAP or PAP?  You're not clear in your message.
  16440. >>
  16441. >>Jason
  16442. >>
  16443. >>
  16444. >>-----Original Message-----
  16445. >>From: owner-usr-tc@lists.xmission.com
  16446. >>[mailto:owner-usr-tc@lists.xmission.com]On Behalf Of Theodore Cekan
  16447. >>Sent: Tuesday, September 21, 1999 14:39
  16448. >>To: usr-tc@lists.xmission.com
  16449. >>Subject: (usr-tc) problems with CHAP authentication
  16450. >>
  16451. >>
  16452. >>Hi,
  16453. >>
  16454. >>I have a user trying to dial in with a Livingston Office Router U-AP,
  16455. >>running software version 3.7.1 AP.5.  For some reason they cannot connect
  16456. >to
  16457. >>my TC Hiper system, ARC verson 4.1.59, unless PAP is selected as the only
  16458. >>allowed authentication scheme.  "Any" doesnt work, chap kicks in and they
  16459. >>get denied access.  The Livingston box does have chap turned off, btw.  We
  16460. >>are stumped.  Any help is much appreciated.
  16461. >>
  16462. >>Thanks
  16463. >>
  16464. >>Ted Cekan
  16465. >>
  16466. >>
  16467. >>
  16468. >>-
  16469. >> To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  16470. >> with "unsubscribe usr-tc" in the body of the message.
  16471. >> For information on digests or retrieving files and old messages send
  16472. >> "help" to the same address.  Do not use quotes in your message.
  16473. >>
  16474. >>
  16475. >>-
  16476. >> To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  16477. >> with "unsubscribe usr-tc" in the body of the message.
  16478. >> For information on digests or retrieving files and old messages send
  16479. >> "help" to the same address.  Do not use quotes in your message.
  16480. >
  16481. >
  16482. >-
  16483. > To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  16484. > with "unsubscribe usr-tc" in the body of the message.
  16485. > For information on digests or retrieving files and old messages send
  16486. > "help" to the same address.  Do not use quotes in your message.
  16487. ---
  16488. Clayton Zekelman
  16489. Managed Network Systems Inc. (MNSi)
  16490. 875 Ouellette Avenue
  16491. Windsor, Ontario
  16492. N9A 4J6
  16493.  
  16494. tel. 519-985-8410
  16495. fax. 519-258-3009
  16496.  
  16497. -
  16498.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  16499.  with "unsubscribe usr-tc" in the body of the message.
  16500.  For information on digests or retrieving files and old messages send
  16501.  "help" to the same address.  Do not use quotes in your message.
  16502.  
  16503.  
  16504. -------------------------------------------------------------------------------
  16505.  
  16506. From: "Theodore Cekan" <ted@mho.net>
  16507. Subject: Re: (usr-tc) problems with CHAP authentication
  16508. Date: 21 Sep 1999 14:22:10 -0600
  16509.  
  16510. Thanks Matthew, that worked!  Does this setting mean that all users will now
  16511. be authenticated with PAP?  Will it ever even try CHAP for users that can
  16512. use it?
  16513.  
  16514. Ted Cekan
  16515.  
  16516. -----Original Message-----
  16517.  
  16518.  
  16519. >
  16520. >Have you tried doing "set ppp authENTICATION_PREFERENCE pap"?  That should
  16521. >set PAP as the first authentication protocol to be used.
  16522. >
  16523. >On Tuesday, September 21, 1999 4:39 PM, Theodore Cekan [SMTP:ted@mho.net]
  16524. >wrote:
  16525. >> Hi,
  16526. >>
  16527. >> I have a user trying to dial in with a Livingston Office Router U-AP,
  16528. >> running software version 3.7.1 AP.5.  For some reason they cannot connect
  16529. >to
  16530. >> my TC Hiper system, ARC verson 4.1.59, unless PAP is selected as the only
  16531. >> allowed authentication scheme.  "Any" doesnt work, chap kicks in and they
  16532. >> get denied access.  The Livingston box does have chap turned off, btw.
  16533. We
  16534. >> are stumped.  Any help is much appreciated.
  16535. >>
  16536. >> Thanks
  16537. >>
  16538. >> Ted Cekan
  16539. >>
  16540. >>
  16541. >>
  16542. >> -
  16543. >>  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  16544. >>  with "unsubscribe usr-tc" in the body of the message.
  16545. >>  For information on digests or retrieving files and old messages send
  16546. >>  "help" to the same address.  Do not use quotes in your message.
  16547. >
  16548. >
  16549. >
  16550. >-
  16551. > To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  16552. > with "unsubscribe usr-tc" in the body of the message.
  16553. > For information on digests or retrieving files and old messages send
  16554. > "help" to the same address.  Do not use quotes in your message.
  16555.  
  16556.  
  16557. -
  16558.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  16559.  with "unsubscribe usr-tc" in the body of the message.
  16560.  For information on digests or retrieving files and old messages send
  16561.  "help" to the same address.  Do not use quotes in your message.
  16562.  
  16563.  
  16564. -------------------------------------------------------------------------------
  16565.  
  16566. From: "Mike McHenry" <mmchen@minn.net>
  16567. Subject: RE: (usr-tc) problems with CHAP authentication
  16568. Date: 21 Sep 1999 15:38:18 -0500
  16569.  
  16570. Yes, the USR will still try CHAP if you have it enabled. This setting FORCES
  16571. the USR to try PAP negotiation first which is what you really want it to do.
  16572. Then if PAP fails it will proceed with other forms of authentication
  16573. including CHAP.
  16574.  
  16575. Mike McHenry
  16576.  Systems Administrator
  16577.  MinnNet Communications, Inc.
  16578.  
  16579. -----Original Message-----
  16580. [mailto:owner-usr-tc@lists.xmission.com]On Behalf Of Theodore Cekan
  16581. Sent: Tuesday, September 21, 1999 3:22 PM
  16582.  
  16583.  
  16584. Thanks Matthew, that worked!  Does this setting mean that all users will now
  16585. be authenticated with PAP?  Will it ever even try CHAP for users that can
  16586. use it?
  16587.  
  16588. Ted Cekan
  16589.  
  16590. -----Original Message-----
  16591.  
  16592.  
  16593. >
  16594. >Have you tried doing "set ppp authENTICATION_PREFERENCE pap"?  That should
  16595. >set PAP as the first authentication protocol to be used.
  16596. >
  16597. >On Tuesday, September 21, 1999 4:39 PM, Theodore Cekan [SMTP:ted@mho.net]
  16598. >wrote:
  16599. >> Hi,
  16600. >>
  16601. >> I have a user trying to dial in with a Livingston Office Router U-AP,
  16602. >> running software version 3.7.1 AP.5.  For some reason they cannot connect
  16603. >to
  16604. >> my TC Hiper system, ARC verson 4.1.59, unless PAP is selected as the only
  16605. >> allowed authentication scheme.  "Any" doesnt work, chap kicks in and they
  16606. >> get denied access.  The Livingston box does have chap turned off, btw.
  16607. We
  16608. >> are stumped.  Any help is much appreciated.
  16609. >>
  16610. >> Thanks
  16611. >>
  16612. >> Ted Cekan
  16613. >>
  16614. >>
  16615. >>
  16616. >> -
  16617. >>  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  16618. >>  with "unsubscribe usr-tc" in the body of the message.
  16619. >>  For information on digests or retrieving files and old messages send
  16620. >>  "help" to the same address.  Do not use quotes in your message.
  16621. >
  16622. >
  16623. >
  16624. >-
  16625. > To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  16626. > with "unsubscribe usr-tc" in the body of the message.
  16627. > For information on digests or retrieving files and old messages send
  16628. > "help" to the same address.  Do not use quotes in your message.
  16629.  
  16630.  
  16631. -
  16632.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  16633.  with "unsubscribe usr-tc" in the body of the message.
  16634.  For information on digests or retrieving files and old messages send
  16635.  "help" to the same address.  Do not use quotes in your message.
  16636.  
  16637.  
  16638. -
  16639.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  16640.  with "unsubscribe usr-tc" in the body of the message.
  16641.  For information on digests or retrieving files and old messages send
  16642.  "help" to the same address.  Do not use quotes in your message.
  16643.  
  16644.  
  16645. -------------------------------------------------------------------------------
  16646.  
  16647. From: Jim Johnson <jim@perigee.net>
  16648. Subject: (usr-tc) Cisco 802
  16649. Date: 21 Sep 1999 16:39:11 -0400
  16650.  
  16651.  
  16652.  
  16653. Can anyone post a working config for a cisco 802 router connecting to a
  16654. Total Control?
  16655.  
  16656. Thanks,
  16657.  
  16658. Jim
  16659.  
  16660. -
  16661.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  16662.  with "unsubscribe usr-tc" in the body of the message.
  16663.  For information on digests or retrieving files and old messages send
  16664.  "help" to the same address.  Do not use quotes in your message.
  16665.  
  16666.  
  16667. -------------------------------------------------------------------------------
  16668.  
  16669. From: "Mike McHenry" <mmchen@minn.net>
  16670. Subject: RE: (usr-tc) Static IPs with large dialin pools
  16671. Date: 21 Sep 1999 15:42:21 -0500
  16672.  
  16673.  
  16674. > Personally, if I set this up and found that a PM wouldn't handle a
  16675. > "supernet."  I'd be calling Livingston^WLucent and screaming bloody
  16676. > murder at not supporting classless addressing correctly.  :)
  16677.  
  16678. I pulled out enough hair on this one myself that I probably should. There is
  16679. nothing like equipment that does not properly work with classless addressing
  16680. :) It may well work as it should now, however I think ComOS 3.7.2 exhibited
  16681. the same odd behavior and that is the most recent "stable" OS for the
  16682. platform. In any case I thought I would throw out a warning for others...
  16683.  
  16684. The main benefit IMO of running an IRP (interior routing protocol) is that
  16685. any of my customers can dial into any bank of equipment at any time and get
  16686. the same IP address or network block that I have assigned them. Without
  16687. running some sort of IRP this is impossible to do. Just thought I would
  16688. clarify that for anyone who was interested in the difference between running
  16689. OSPF/RIP and not running it.
  16690.  
  16691. Mike McHenry
  16692.  
  16693.  
  16694. -
  16695.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  16696.  with "unsubscribe usr-tc" in the body of the message.
  16697.  For information on digests or retrieving files and old messages send
  16698.  "help" to the same address.  Do not use quotes in your message.
  16699.  
  16700.  
  16701. -------------------------------------------------------------------------------
  16702.  
  16703. From: Jeff Mcadams <jeffm@iglou.com>
  16704. Subject: Re: (usr-tc) Static IPs with large dialin pools
  16705. Date: 21 Sep 1999 17:04:38 -0400
  16706.  
  16707. Thus spake Mike McHenry
  16708. >> Personally, if I set this up and found that a PM wouldn't handle a
  16709. >> "supernet."  I'd be calling Livingston^WLucent and screaming bloody
  16710. >> murder at not supporting classless addressing correctly.  :)
  16711.  
  16712. >I pulled out enough hair on this one myself that I probably should. There is
  16713. >nothing like equipment that does not properly work with classless addressing
  16714. >:) It may well work as it should now, however I think ComOS 3.7.2 exhibited
  16715. >the same odd behavior and that is the most recent "stable" OS for the
  16716. >platform. In any case I thought I would throw out a warning for others...
  16717.  
  16718. Lovely...doncha just love bug hunting supposedly non-beta software for
  16719. vendors?  :/
  16720.  
  16721. >The main benefit IMO of running an IRP (interior routing protocol) is that
  16722. >any of my customers can dial into any bank of equipment at any time and get
  16723. >the same IP address or network block that I have assigned them. Without
  16724. >running some sort of IRP this is impossible to do. Just thought I would
  16725. >clarify that for anyone who was interested in the difference between running
  16726. >OSPF/RIP and not running it.
  16727.  
  16728. Amen...and if you're careful about how you assign your dynamic IP
  16729. addresses for the non-static customers, you can still do summarization
  16730. on them at your first-hop (maybe even sooner!) which will cut down on
  16731. the /32's being advertised around your network...big win there!  :)  I
  16732. tend to do summarization on the first-hop cisco since they have better
  16733. control over summarization and redistribution.  :)
  16734. -- 
  16735. Jeff McAdams                            Email: jeffm@iglou.com
  16736. Head Network Administrator              Voice: (502) 966-3848
  16737. IgLou Internet Services                        (800) 436-4456
  16738.  
  16739. -
  16740.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  16741.  with "unsubscribe usr-tc" in the body of the message.
  16742.  For information on digests or retrieving files and old messages send
  16743.  "help" to the same address.  Do not use quotes in your message.
  16744.  
  16745.  
  16746. -------------------------------------------------------------------------------
  16747.  
  16748. From: Jim Johnson <jim@perigee.net>
  16749. Subject: (usr-tc) Cisco 802 Connecting to ARC
  16750. Date: 21 Sep 1999 17:35:41 -0400
  16751.  
  16752.  
  16753.  
  16754. We are trying to connect a Cisco 802 to our HiperARC chassis using ISDN
  16755. and not having much success.
  16756.  
  16757. Mon Radius shows the router authenticated fine.
  16758.  
  16759. Mon PPP shows only an Outgoing PAP AUTH packet on the link.
  16760.  
  16761. The router shows that it was authenticated.
  16762.  
  16763. But then there is no additional PPP traffic.
  16764.  
  16765. Eventually, the ARC gets an incoming LCP TERM packet from the router
  16766. when the router decides to close down the link.
  16767.  
  16768. The radius entry for the router is:
  16769.  
  16770. router          Password=secret
  16771.                 Framed-IP-Address=xxx.xxx.32.35,
  16772.                 Framed-IP-Netmask=255.255.255.255,
  16773.                 Framed-Route="xxx.xxx.33.8/30 xxx.xxx.32.35 1"
  16774.  
  16775. I'm sure there is something realy simple I am missing here...
  16776.  
  16777. Thanks,
  16778.  
  16779. -Jim Johnson
  16780.  
  16781. -
  16782.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  16783.  with "unsubscribe usr-tc" in the body of the message.
  16784.  For information on digests or retrieving files and old messages send
  16785.  "help" to the same address.  Do not use quotes in your message.
  16786.  
  16787.  
  16788. -------------------------------------------------------------------------------
  16789.  
  16790. From: Steve Rivera <sales@wrca.net>
  16791. Subject: (usr-tc) WTB: Quad Analog/Digital Modems
  16792. Date: 21 Sep 1999 17:46:37 -0400
  16793.  
  16794. Sorry for the intrusion, but I am member of this list and know
  16795. there are some of you that can help me out.
  16796.  
  16797. I am located in NJ, hit pretty good by floyd.
  16798.  
  16799. I have several customers that are in the same situation as Eric at Delaware 
  16800. Online.
  16801. Soaked Equipment, although the drying methods mentioned will work in some cases
  16802. it doesnt in most. After several attempts in that manner we are on the look 
  16803. out.
  16804.  
  16805. If you have any quad analog/digital cards that you can sell or trade out 
  16806. for Quad digitals,
  16807. you'd be helping out some of your own.
  16808.  
  16809. We have heard some great support stories during this crisis. I hope we can 
  16810. add to it :)
  16811.  
  16812. Please email or call me at sales@wrca.net or 732-833-2111
  16813.  
  16814. Appraciate any offers for available modem cards.
  16815. ....................................................
  16816. Steve Rivera - VP-WR Consultant Associates, Inc. (WRCA)
  16817. sales@wrca.net  v-732-833-2111 pgr-732-325-1092
  16818.  
  16819. WAN ACCESS SPECIALIST---http://www.wrca.net (CompleteLine Card)
  16820. Cisco, Ascend,USR,Adtran, Kentrox,Livingston, Microcom,Computone,Verilink
  16821. IBM,Motorola,UDS,Codex,ATT/Paradyne,Hayes,Racal Datacom,GDC,Telebit
  16822. MultiTech,Sync/Tylink,Wellfleet,BayNetworks(5399),Black Box,Micom & More
  16823.  
  16824.  
  16825.  
  16826.  
  16827.       
  16828.  
  16829.  
  16830.  
  16831.  
  16832.  
  16833. -
  16834.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  16835.  with "unsubscribe usr-tc" in the body of the message.
  16836.  For information on digests or retrieving files and old messages send
  16837.  "help" to the same address.  Do not use quotes in your message.
  16838.  
  16839.  
  16840. -------------------------------------------------------------------------------
  16841.  
  16842. From: "Bob Purdon (Lists)" <lists@aussie.nu>
  16843. Subject: Re: (usr-tc) Static IPs with large dialin pools
  16844. Date: 22 Sep 1999 08:42:36 +1000 (EST)
  16845.  
  16846.  
  16847. > How does one handle static IPs when the pools used by a particular
  16848. > dialin number span multiple class Cs?  (i.e. a user dialing in has the
  16849. > possibility of of dialing into a box whose router card is not on the
  16850. > same network as the user's static IP.)
  16851.  
  16852. We actually force such users to NOT be in the same network as the 'router'
  16853. card's NIC.  The routing is handled by redistributing the RIPv2 routes
  16854. into OSPF.
  16855.  
  16856. Bob Purdon,                          Ground Floor, Marine Board Building
  16857. Technical Manager (Tas/Vic),                  1 Franklin Wharf, Tas 7000
  16858. Southern Internet Services.                            +61 (3) 6234 7444
  16859.  
  16860.  
  16861. -
  16862.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  16863.  with "unsubscribe usr-tc" in the body of the message.
  16864.  For information on digests or retrieving files and old messages send
  16865.  "help" to the same address.  Do not use quotes in your message.
  16866.  
  16867.  
  16868. -------------------------------------------------------------------------------
  16869.  
  16870. From: "Bob Purdon (Lists)" <lists@aussie.nu>
  16871. Subject: RE: (usr-tc) Static IPs with large dialin pools
  16872. Date: 22 Sep 1999 08:46:31 +1000 (EST)
  16873.  
  16874.  
  16875. > Actually this will not work on certain equipment like Livingston
  16876. > Portmaster 2s even though it should. Portmaster 2s do not seem to like
  16877. > any dialin network outside of the class C their ethernet port lives
  16878. > on.
  16879.  
  16880. Hmmm, don't tell ours that...
  16881.  
  16882. Bob Purdon,                          Ground Floor, Marine Board Building
  16883. Technical Manager (Tas/Vic),                  1 Franklin Wharf, Tas 7000
  16884. Southern Internet Services.                            +61 (3) 6234 7444
  16885.  
  16886.  
  16887. -
  16888.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  16889.  with "unsubscribe usr-tc" in the body of the message.
  16890.  For information on digests or retrieving files and old messages send
  16891.  "help" to the same address.  Do not use quotes in your message.
  16892.  
  16893.  
  16894. -------------------------------------------------------------------------------
  16895.  
  16896. From: John Nelson <johnn@jorsm.com>
  16897. Subject: (usr-tc) Problems with a busy channel with no connection on it.
  16898. Date: 21 Sep 1999 18:14:41 -0500
  16899.  
  16900. We have a problem with a DSP (2.0.81), where the central office sees the
  16901. trunk as idle, but TC is saying the trunk is busy.  CLI on the hiper list
  16902. connections shows nothing being connected to the card in question.
  16903. Incoming calls were not failing, they were just given a busy signal.  The
  16904. card was put local out of service, the PRI is being used on another card
  16905. with no problems as we speak, but TC is still showing one led lit in the
  16906. modem section.  Session monitor is showing one connection on one port only,
  16907. even without a PRI.  Has anyone else seen this problem?  Where did it come
  16908. from?  How/can we catch this when/if it happens again?  I know that
  16909. resetting the card will more than likely clear everything up.  Its just
  16910. really strange to me.
  16911.  
  16912. -John-
  16913. =========================================================|
  16914. | -John Nelson                   |  email:               |
  16915. | --Technical Support            |       johnn@jorsm.com |
  16916. | ---JORSM Internet              |                       |
  16917. | ----Toll Free # 1-877-JORSM95  |                       |
  16918. ==========================================================
  16919. ==========================================================
  16920. |                        JORSM Internet                  |
  16921. |          Regional Premium Internet Service Provider    |
  16922. |               Serving Chicagoland and NW Indiana       |
  16923. |                   927 Sheffield Ave Dyer, IN           |
  16924. |  Tech hours: M-F 9-9, Sat 10-2   http://www.jorsm.com  |
  16925. ==========================================================
  16926.  
  16927. -
  16928.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  16929.  with "unsubscribe usr-tc" in the body of the message.
  16930.  For information on digests or retrieving files and old messages send
  16931.  "help" to the same address.  Do not use quotes in your message.
  16932.  
  16933.  
  16934. -------------------------------------------------------------------------------
  16935.  
  16936. From: Robert Reynolds <lists@lcii.net>
  16937. Subject: (usr-tc) Sega DreamCast
  16938. Date: 21 Sep 1999 19:33:21 -0500 (CDT)
  16939.  
  16940. Anyone been able to get one these to connect to a TC or is it just me?
  16941.  
  16942. Connected fine to our Cisco.
  16943.  
  16944.  
  16945. -
  16946.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  16947.  with "unsubscribe usr-tc" in the body of the message.
  16948.  For information on digests or retrieving files and old messages send
  16949.  "help" to the same address.  Do not use quotes in your message.
  16950.  
  16951.  
  16952. -------------------------------------------------------------------------------
  16953.  
  16954. From: "Ed" <ed@taylors.com>
  16955. Subject: Re: (usr-tc) Sega DreamCast
  16956. Date: 21 Sep 1999 21:30:23 -0400
  16957.  
  16958. Yes should work no problem. Have signed up at least 30 of them already.
  16959.  
  16960.  
  16961. Ed
  16962.  
  16963. ----- Original Message ----- 
  16964. Sent: Tuesday, September 21, 1999 8:33 PM
  16965.  
  16966.  
  16967. Anyone been able to get one these to connect to a TC or is it just me?
  16968.  
  16969. Connected fine to our Cisco.
  16970.  
  16971.  
  16972. -
  16973.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  16974.  with "unsubscribe usr-tc" in the body of the message.
  16975.  For information on digests or retrieving files and old messages send
  16976.  "help" to the same address.  Do not use quotes in your message.
  16977.  
  16978.  
  16979.  
  16980. -
  16981.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  16982.  with "unsubscribe usr-tc" in the body of the message.
  16983.  For information on digests or retrieving files and old messages send
  16984.  "help" to the same address.  Do not use quotes in your message.
  16985.  
  16986.  
  16987. -------------------------------------------------------------------------------
  16988.  
  16989. From: Rick <rallan@monmouth.com>
  16990. Subject: Re: (usr-tc) Playing with OSPF
  16991. Date: 21 Sep 1999 21:34:52 -0400
  16992.  
  16993. You have to set the arc to be an ASBR (set ospf global asbr enable). Unlike
  16994. cisco and other vendors where ASBR is determined by the ospf configuration, you
  16995. must explicitly tell the arc to be an ASBR. Pretty backwards if you ask me but
  16996. then again...
  16997.  
  16998.  
  16999.  
  17000. Mike McHenry wrote:
  17001.  
  17002. > I have recently upgraded most of my HiperARC cards to 4.2.32-1 and have
  17003. > started looking at switching them from RIP to OSPF. Everything is working as
  17004. > I would expect for host dialins, HOWEVER it seems that the ARC is not
  17005. > advertising any Framed-Routes setup through radius.
  17006. >
  17007. > For example, an entry like the following in radius:
  17008. >
  17009. > username        Auth-Type=System
  17010. >                 Service-Type=Framed-User,
  17011. >                 Framed-IP-Address = 192.168.0.1,
  17012. >                 Framed-Route = "10.0.0.1/24 192.168.0.1 1",
  17013. >                 Framed-Routing = None,
  17014. >
  17015. > Once username dials into the TC the host route for 192.168.0.1 is correctly
  17016. > broadcast through OSPF but the 10.0.0.1/24 route is not. Am I missing a
  17017. > setting here or is this the normal behavior for the ARC card? Every other
  17018. > piece of equipment I have recognizes this route added in through radius and
  17019. > correctly advertise the route through OSPF.
  17020. >
  17021. > Mike
  17022. >
  17023. > -
  17024. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  17025. >  with "unsubscribe usr-tc" in the body of the message.
  17026. >  For information on digests or retrieving files and old messages send
  17027. >  "help" to the same address.  Do not use quotes in your message.
  17028.  
  17029. --
  17030. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  17031. Rick Allan / rick@monmouth.com | Connect to a Backbone not a Wishbone
  17032. Head of Network Engineering    |    Monmouth Internet Corporation
  17033. 732-842-5366=====extension 102 |      http://www.monmouth.com
  17034. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  17035.  
  17036.  
  17037.  
  17038. -
  17039.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  17040.  with "unsubscribe usr-tc" in the body of the message.
  17041.  For information on digests or retrieving files and old messages send
  17042.  "help" to the same address.  Do not use quotes in your message.
  17043.  
  17044.  
  17045. -------------------------------------------------------------------------------
  17046.  
  17047. From: Rick <rallan@monmouth.com>
  17048. Subject: Re: (usr-tc) Playing with OSPF
  17049. Date: 21 Sep 1999 21:34:52 -0400
  17050.  
  17051. You have to set the arc to be an ASBR (set ospf global asbr enable). Unlike
  17052. cisco and other vendors where ASBR is determined by the ospf configuration, you
  17053. must explicitly tell the arc to be an ASBR. Pretty backwards if you ask me but
  17054. then again...
  17055.  
  17056.  
  17057.  
  17058. Mike McHenry wrote:
  17059.  
  17060. > I have recently upgraded most of my HiperARC cards to 4.2.32-1 and have
  17061. > started looking at switching them from RIP to OSPF. Everything is working as
  17062. > I would expect for host dialins, HOWEVER it seems that the ARC is not
  17063. > advertising any Framed-Routes setup through radius.
  17064. >
  17065. > For example, an entry like the following in radius:
  17066. >
  17067. > username        Auth-Type=System
  17068. >                 Service-Type=Framed-User,
  17069. >                 Framed-IP-Address = 192.168.0.1,
  17070. >                 Framed-Route = "10.0.0.1/24 192.168.0.1 1",
  17071. >                 Framed-Routing = None,
  17072. >
  17073. > Once username dials into the TC the host route for 192.168.0.1 is correctly
  17074. > broadcast through OSPF but the 10.0.0.1/24 route is not. Am I missing a
  17075. > setting here or is this the normal behavior for the ARC card? Every other
  17076. > piece of equipment I have recognizes this route added in through radius and
  17077. > correctly advertise the route through OSPF.
  17078. >
  17079. > Mike
  17080. >
  17081. > -
  17082. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  17083. >  with "unsubscribe usr-tc" in the body of the message.
  17084. >  For information on digests or retrieving files and old messages send
  17085. >  "help" to the same address.  Do not use quotes in your message.
  17086.  
  17087. --
  17088. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  17089. Rick Allan / rick@monmouth.com | Connect to a Backbone not a Wishbone
  17090. Head of Network Engineering    |    Monmouth Internet Corporation
  17091. 732-842-5366=====extension 102 |      http://www.monmouth.com
  17092. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  17093.  
  17094.  
  17095.  
  17096. -
  17097.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  17098.  with "unsubscribe usr-tc" in the body of the message.
  17099.  For information on digests or retrieving files and old messages send
  17100.  "help" to the same address.  Do not use quotes in your message.
  17101.  
  17102.  
  17103. -------------------------------------------------------------------------------
  17104.  
  17105. From: Rick <rallan@monmouth.com>
  17106. Subject: Re: (usr-tc) RE: (3Com-TotalControl) Framed routes not being picked up 
  17107. Date: 21 Sep 1999 21:41:07 -0400
  17108.  
  17109. Mike, rather then having to add a new OSPF SENDPOLICY for each framed-route
  17110. profile(when you have hundreds that option is no longer feasible) why not
  17111. just enable ASBR globally. We have it working here using " set ospf global
  17112. asbr enable" . It seems the arc believes the framed-routes are being learned
  17113. via another AS so it then propagates the route via ospf.
  17114.  
  17115. Mike Wronski wrote:
  17116.  
  17117. > |-----Original Message-----
  17118. > |From: owner-totalcontrol@totalservice.3com.com
  17119. > |[mailto:owner-totalcontrol@totalservice.3com.com]On Behalf Of Mike
  17120. > |McHenry
  17121. > |Sent: Monday, September 20, 1999 7:01 AM
  17122. > |Subject: (3Com-TotalControl) Framed routes not being picked up by OSPF
  17123. > |broadcasts?
  17124. > |
  17125. > |
  17126. > |Reply to user-forum-totalcontrol@totalservice.3com.com
  17127. > |
  17128. > |
  17129. > |I have recently upgraded most of my HiperARC cards to 4.2.32-1 and have
  17130. > |started looking at switching them from RIP to OSPF. Everything is
  17131. > |working as I would expect for host dialins, HOWEVER it seems that the
  17132. > |ARC is not advertising any Framed-Routes setup through radius.
  17133. > |
  17134. > |For example, an entry like the following in radius:
  17135. > |
  17136. > |username       Auth-Type=System
  17137. > |               Service-Type=Framed-User,
  17138. > |               Framed-IP-Address = 192.168.0.1,
  17139. > |               Framed-Route = "10.0.0.1/24 192.168.0.1 1",
  17140. > |               Framed-Routing = None,
  17141. > |
  17142. > |Once username dials into the TC the host route for 192.168.0.1 is
  17143. > |correctly broadcast through OSPF but the 10.0.0.1/24 route is not. Am I
  17144. > |missing a setting here or is this the normal behavior for the ARC card?
  17145. > |Every other piece of equipment I have recognizes this route added in
  17146. > |through radius and correctly advertise the route through OSPF.
  17147. > |
  17148. >
  17149. > At this time you have to add a "SEND Policy" to get the framed-routes to
  17150. > advertise. This iss done by
  17151. > "ADD OSPF SENDPOLICY 10.0.0.1/24 SOURCE REMOTE ACTION ADVERTISE"
  17152. >
  17153. > -
  17154. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  17155. >  with "unsubscribe usr-tc" in the body of the message.
  17156. >  For information on digests or retrieving files and old messages send
  17157. >  "help" to the same address.  Do not use quotes in your message.
  17158.  
  17159. --
  17160. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  17161. Rick Allan / rick@monmouth.com | Connect to a Backbone not a Wishbone
  17162. Head of Network Engineering    |    Monmouth Internet Corporation
  17163. 732-842-5366=====extension 102 |      http://www.monmouth.com
  17164. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  17165.  
  17166.  
  17167.  
  17168. -
  17169.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  17170.  with "unsubscribe usr-tc" in the body of the message.
  17171.  For information on digests or retrieving files and old messages send
  17172.  "help" to the same address.  Do not use quotes in your message.
  17173.  
  17174.  
  17175. -------------------------------------------------------------------------------
  17176.  
  17177. From: K Mitchell <mitch@keyconn.net>
  17178. Subject: Re: (usr-tc) Sega DreamCast
  17179. Date: 21 Sep 1999 21:47:00 -0400
  17180.  
  17181. At 07:33 PM 9/21/99 -0500, Robert Reynolds <lists@lcii.net> wrote:
  17182. >Anyone been able to get one these to connect to a TC or is it just me?
  17183. >
  17184. >Connected fine to our Cisco.
  17185.  
  17186. This was discussed recently, I believe the answer was to enable ppp offloading
  17187.  
  17188.  
  17189. -- 
  17190. Kirk Mitchell-General Manager        mitch@keyconn.net
  17191. Keystone Connect                     Unlock Your World
  17192. Altoona, PA   814-941-5000      http://www.keyconn.net
  17193.  
  17194.  
  17195. -
  17196.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  17197.  with "unsubscribe usr-tc" in the body of the message.
  17198.  For information on digests or retrieving files and old messages send
  17199.  "help" to the same address.  Do not use quotes in your message.
  17200.  
  17201.  
  17202. -------------------------------------------------------------------------------
  17203.  
  17204. From: "Michael DeMan" <michael@prf.org>
  17205. Subject: Re: (usr-tc) Playing with OSPF
  17206. Date: 21 Sep 1999 20:47:50 -0700
  17207.  
  17208. Hi,
  17209.  
  17210.     How dangerous is the move from RIP to OSPF from a service outage point
  17211. of view?  I've never done OSPF routing before, but have been reading about
  17212. it, and want to move over as soon as I can, but I'm worried about making a
  17213. mess of the TC unit and having it down for a long period of time.
  17214.  
  17215.     Any advice out there?
  17216.  
  17217.     - Mike
  17218.  
  17219. ----------
  17220. >From: Rick <rallan@monmouth.com>
  17221. >To: usr-tc@lists.xmission.com
  17222. >Subject: Re: (usr-tc) Playing with OSPF
  17223. >Date: Tue, Sep 21, 1999, 6:34 PM
  17224. >
  17225.  
  17226. >You have to set the arc to be an ASBR (set ospf global asbr enable). Unlike
  17227. >cisco and other vendors where ASBR is determined by the ospf configuration, you
  17228. >must explicitly tell the arc to be an ASBR. Pretty backwards if you ask me but
  17229. >then again...
  17230. >
  17231. >
  17232. >
  17233. >Mike McHenry wrote:
  17234. >
  17235. >> I have recently upgraded most of my HiperARC cards to 4.2.32-1 and have
  17236. >> started looking at switching them from RIP to OSPF. Everything is working as
  17237. >> I would expect for host dialins, HOWEVER it seems that the ARC is not
  17238. >> advertising any Framed-Routes setup through radius.
  17239. >>
  17240. >> For example, an entry like the following in radius:
  17241. >>
  17242. >> username        Auth-Type=System
  17243. >>                 Service-Type=Framed-User,
  17244. >>                 Framed-IP-Address = 192.168.0.1,
  17245. >>                 Framed-Route = "10.0.0.1/24 192.168.0.1 1",
  17246. >>                 Framed-Routing = None,
  17247. >>
  17248. >> Once username dials into the TC the host route for 192.168.0.1 is correctly
  17249. >> broadcast through OSPF but the 10.0.0.1/24 route is not. Am I missing a
  17250. >> setting here or is this the normal behavior for the ARC card? Every other
  17251. >> piece of equipment I have recognizes this route added in through radius and
  17252. >> correctly advertise the route through OSPF.
  17253. >>
  17254. >> Mike
  17255. >>
  17256. >> -
  17257. >>  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  17258. >>  with "unsubscribe usr-tc" in the body of the message.
  17259. >>  For information on digests or retrieving files and old messages send
  17260. >>  "help" to the same address.  Do not use quotes in your message.
  17261. >
  17262. >--
  17263. >-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  17264. >Rick Allan / rick@monmouth.com | Connect to a Backbone not a Wishbone
  17265. >Head of Network Engineering    |    Monmouth Internet Corporation
  17266. >732-842-5366=====extension 102 |      http://www.monmouth.com
  17267. >-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  17268. >
  17269. >
  17270. >
  17271. >-
  17272. > To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  17273. > with "unsubscribe usr-tc" in the body of the message.
  17274. > For information on digests or retrieving files and old messages send
  17275. > "help" to the same address.  Do not use quotes in your message.
  17276. >
  17277.  
  17278. -
  17279.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  17280.  with "unsubscribe usr-tc" in the body of the message.
  17281.  For information on digests or retrieving files and old messages send
  17282.  "help" to the same address.  Do not use quotes in your message.
  17283.  
  17284.  
  17285. -------------------------------------------------------------------------------
  17286.  
  17287. From: "Mike McHenry" <mmchen@minn.net>
  17288. Subject: RE: (usr-tc) Playing with OSPF
  17289. Date: 21 Sep 1999 22:54:40 -0500
  17290.  
  17291. I highly recommend playing with it late at night, major routing changes
  17292. never work as expected :) Leave your RIP routing configurations intact and
  17293. worse case you can bring RIP back up if you can't get OSPF to work. If you
  17294. have enough extra capacity just busy out a USR TC chassis and play with it.
  17295. When you are in the middle of making changes anyone dialed into the chassis
  17296. will not be able to go anywhere (depending on your exact routing
  17297. configuration) so it is a somewhat disruptive thing to do.
  17298.  
  17299. Mike McHenry
  17300.  Systems Administrator
  17301.  MinnNet Communications, Inc.
  17302.  
  17303. -----Original Message-----
  17304. [mailto:owner-usr-tc@lists.xmission.com]On Behalf Of Michael DeMan
  17305. Sent: Tuesday, September 21, 1999 10:48 PM
  17306.  
  17307.  
  17308. Hi,
  17309.  
  17310.     How dangerous is the move from RIP to OSPF from a service outage point
  17311. of view?  I've never done OSPF routing before, but have been reading about
  17312. it, and want to move over as soon as I can, but I'm worried about making a
  17313. mess of the TC unit and having it down for a long period of time.
  17314.  
  17315.     Any advice out there?
  17316.  
  17317.     - Mike
  17318.  
  17319. ----------
  17320. >From: Rick <rallan@monmouth.com>
  17321. >To: usr-tc@lists.xmission.com
  17322. >Subject: Re: (usr-tc) Playing with OSPF
  17323. >Date: Tue, Sep 21, 1999, 6:34 PM
  17324. >
  17325.  
  17326. >You have to set the arc to be an ASBR (set ospf global asbr enable). Unlike
  17327. >cisco and other vendors where ASBR is determined by the ospf configuration,
  17328. you
  17329. >must explicitly tell the arc to be an ASBR. Pretty backwards if you ask me
  17330. but
  17331. >then again...
  17332. >
  17333. >
  17334. >
  17335. >Mike McHenry wrote:
  17336. >
  17337. >> I have recently upgraded most of my HiperARC cards to 4.2.32-1 and have
  17338. >> started looking at switching them from RIP to OSPF. Everything is working
  17339. as
  17340. >> I would expect for host dialins, HOWEVER it seems that the ARC is not
  17341. >> advertising any Framed-Routes setup through radius.
  17342. >>
  17343. >> For example, an entry like the following in radius:
  17344. >>
  17345. >> username        Auth-Type=System
  17346. >>                 Service-Type=Framed-User,
  17347. >>                 Framed-IP-Address = 192.168.0.1,
  17348. >>                 Framed-Route = "10.0.0.1/24 192.168.0.1 1",
  17349. >>                 Framed-Routing = None,
  17350. >>
  17351. >> Once username dials into the TC the host route for 192.168.0.1 is
  17352. correctly
  17353. >> broadcast through OSPF but the 10.0.0.1/24 route is not. Am I missing a
  17354. >> setting here or is this the normal behavior for the ARC card? Every other
  17355. >> piece of equipment I have recognizes this route added in through radius
  17356. and
  17357. >> correctly advertise the route through OSPF.
  17358. >>
  17359. >> Mike
  17360. >>
  17361. >> -
  17362. >>  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  17363. >>  with "unsubscribe usr-tc" in the body of the message.
  17364. >>  For information on digests or retrieving files and old messages send
  17365. >>  "help" to the same address.  Do not use quotes in your message.
  17366. >
  17367. >--
  17368. >-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  17369. >Rick Allan / rick@monmouth.com | Connect to a Backbone not a Wishbone
  17370. >Head of Network Engineering    |    Monmouth Internet Corporation
  17371. >732-842-5366=====extension 102 |      http://www.monmouth.com
  17372. >-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  17373. >
  17374. >
  17375. >
  17376. >-
  17377. > To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  17378. > with "unsubscribe usr-tc" in the body of the message.
  17379. > For information on digests or retrieving files and old messages send
  17380. > "help" to the same address.  Do not use quotes in your message.
  17381. >
  17382.  
  17383. -
  17384.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  17385.  with "unsubscribe usr-tc" in the body of the message.
  17386.  For information on digests or retrieving files and old messages send
  17387.  "help" to the same address.  Do not use quotes in your message.
  17388.  
  17389.  
  17390. -
  17391.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  17392.  with "unsubscribe usr-tc" in the body of the message.
  17393.  For information on digests or retrieving files and old messages send
  17394.  "help" to the same address.  Do not use quotes in your message.
  17395.  
  17396.  
  17397. -------------------------------------------------------------------------------
  17398.  
  17399. From: Marius Strom <marius@alpha1.net>
  17400. Subject: Re: (usr-tc) Sega DreamCast
  17401. Date: 21 Sep 1999 23:15:57 -0500 (CDT)
  17402.  
  17403. Connected fine to our TC.. Had to tack an extra "," behind the phone # to
  17404. delay the 56k negotiation, however.
  17405.  
  17406. -- 
  17407. Marius Strom <marius@alpha1.net>
  17408. Professional Geek/Unix System Administrator
  17409. Alpha1 Internet <http://www.alpha1.net>
  17410. http://www.marius.org/marius.pgp 0x5645C228
  17411.  
  17412. In theory, there is no difference between theory and practice...
  17413. ...In practice, there is a big difference.
  17414.  
  17415. On Tue, 21 Sep 1999, Robert Reynolds wrote:
  17416.  
  17417. > Anyone been able to get one these to connect to a TC or is it just me?
  17418. > Connected fine to our Cisco.
  17419. > -
  17420. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  17421. >  with "unsubscribe usr-tc" in the body of the message.
  17422. >  For information on digests or retrieving files and old messages send
  17423. >  "help" to the same address.  Do not use quotes in your message.
  17424.  
  17425.  
  17426. -
  17427.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  17428.  with "unsubscribe usr-tc" in the body of the message.
  17429.  For information on digests or retrieving files and old messages send
  17430.  "help" to the same address.  Do not use quotes in your message.
  17431.  
  17432.  
  17433. -------------------------------------------------------------------------------
  17434.  
  17435. From: "Brian M. Gordon" <administrator@westelcom.com>
  17436. Subject: Re: (usr-tc) Sega DreamCast
  17437. Date: 22 Sep 1999 07:49:59 -0400
  17438.  
  17439. Assign DNS manual.
  17440.  
  17441.  
  17442. ----- Original Message -----
  17443. Sent: Tuesday, September 21, 1999 9:47 PM
  17444.  
  17445.  
  17446. > At 07:33 PM 9/21/99 -0500, Robert Reynolds <lists@lcii.net> wrote:
  17447. > >Anyone been able to get one these to connect to a TC or is it just me?
  17448. > >
  17449. > >Connected fine to our Cisco.
  17450. >
  17451. > This was discussed recently, I believe the answer was to enable ppp
  17452. offloading
  17453. >
  17454. >
  17455. > --
  17456. > Kirk Mitchell-General Manager        mitch@keyconn.net
  17457. > Keystone Connect                     Unlock Your World
  17458. > Altoona, PA   814-941-5000      http://www.keyconn.net
  17459. >
  17460. >
  17461. > -
  17462. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  17463. >  with "unsubscribe usr-tc" in the body of the message.
  17464. >  For information on digests or retrieving files and old messages send
  17465. >  "help" to the same address.  Do not use quotes in your message.
  17466. >
  17467.  
  17468.  
  17469. -
  17470.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  17471.  with "unsubscribe usr-tc" in the body of the message.
  17472.  For information on digests or retrieving files and old messages send
  17473.  "help" to the same address.  Do not use quotes in your message.
  17474.  
  17475.  
  17476. -------------------------------------------------------------------------------
  17477.  
  17478. From: "Jamie Orzechowski" <mhz@ripnet.com>
  17479. Subject: Re: (usr-tc) Sega DreamCast
  17480. Date: 22 Sep 1999 08:41:03 -0400
  17481.  
  17482. I believe the dreamcast uses an HCF =)
  17483.  
  17484. ----- Original Message -----
  17485. Sent: Tuesday, September 21, 1999 9:47 PM
  17486.  
  17487.  
  17488. > At 07:33 PM 9/21/99 -0500, Robert Reynolds <lists@lcii.net> wrote:
  17489. > >Anyone been able to get one these to connect to a TC or is it just me?
  17490. > >
  17491. > >Connected fine to our Cisco.
  17492. >
  17493. > This was discussed recently, I believe the answer was to enable ppp
  17494. offloading
  17495. >
  17496. >
  17497. > --
  17498. > Kirk Mitchell-General Manager        mitch@keyconn.net
  17499. > Keystone Connect                     Unlock Your World
  17500. > Altoona, PA   814-941-5000      http://www.keyconn.net
  17501. >
  17502. >
  17503. > -
  17504. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  17505. >  with "unsubscribe usr-tc" in the body of the message.
  17506. >  For information on digests or retrieving files and old messages send
  17507. >  "help" to the same address.  Do not use quotes in your message.
  17508. >
  17509.  
  17510.  
  17511. -
  17512.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  17513.  with "unsubscribe usr-tc" in the body of the message.
  17514.  For information on digests or retrieving files and old messages send
  17515.  "help" to the same address.  Do not use quotes in your message.
  17516.  
  17517.  
  17518. -------------------------------------------------------------------------------
  17519.  
  17520. From: Brian <signal@shreve.net>
  17521. Subject: Re: (usr-tc) Static IPs with large dialin pools
  17522. Date: 22 Sep 1999 08:16:50 -0500 (CDT)
  17523.  
  17524. On Thu, 9 Sep 1999, Christopher Arlis Hanes wrote:
  17525.  
  17526. > How does one handle static IPs when the pools used by a particular
  17527. > dialin number span multiple class Cs?  (i.e. a user dialing in has the
  17528. > possibility of of dialing into a box whose router card is not on the
  17529. > same network as the user's static IP.)
  17530.  
  17531. use a dynamic interior routing protocol like OSPF/RipV2
  17532.  
  17533. > Thanks,
  17534. > Chris Hanes
  17535. > -
  17536. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  17537. >  with "unsubscribe usr-tc" in the body of the message.
  17538. >  For information on digests or retrieving files and old messages send
  17539. >  "help" to the same address.  Do not use quotes in your message.
  17540.  
  17541. Brian Feeny (BF304)     signal@shreve.net   
  17542. 318-222-2638 x 109    http://www.shreve.net/~signal      
  17543. Network Administrator   ShreveNet Inc. (ASN 11881)           
  17544.  
  17545.  
  17546. -
  17547.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  17548.  with "unsubscribe usr-tc" in the body of the message.
  17549.  For information on digests or retrieving files and old messages send
  17550.  "help" to the same address.  Do not use quotes in your message.
  17551.  
  17552.  
  17553. -------------------------------------------------------------------------------
  17554.  
  17555. From: "Chris Ashcraft" <Chris_Ashcraft@mw.3com.com>
  17556. Subject: Re: (usr-tc) Sega DreamCast
  17557. Date: 22 Sep 1999 08:43:19 -0500
  17558.  
  17559.  
  17560.  
  17561. Hi Ben,
  17562.  
  17563. Should we keep a list of tips and tricks per the current client modems, e.g.,
  17564. the Sega DreamCast modem, Rockwell, and so on?  see below
  17565.  
  17566. Thanks
  17567. /Chris
  17568.  
  17569.  
  17570.  
  17571.  
  17572. K Mitchell <mitch@keyconn.net> on 09/21/99 08:47:00 PM
  17573.  
  17574. Please respond to usr-tc@lists.xmission.com
  17575.  
  17576. Sent by:  K Mitchell <mitch@keyconn.net>
  17577.  
  17578.  
  17579. cc:    (Chris Ashcraft/MW/US/3Com)
  17580.  
  17581.  
  17582.  
  17583.  
  17584. At 07:33 PM 9/21/99 -0500, Robert Reynolds <lists@lcii.net> wrote:
  17585. >Anyone been able to get one these to connect to a TC or is it just me?
  17586. >
  17587. >Connected fine to our Cisco.
  17588.  
  17589. This was discussed recently, I believe the answer was to enable ppp offloading
  17590.  
  17591.  
  17592. --
  17593. Kirk Mitchell-General Manager        mitch@keyconn.net
  17594. Keystone Connect                     Unlock Your World
  17595. Altoona, PA   814-941-5000      http://www.keyconn.net
  17596.  
  17597.  
  17598. -
  17599.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  17600.  with "unsubscribe usr-tc" in the body of the message.
  17601.  For information on digests or retrieving files and old messages send
  17602.  "help" to the same address.  Do not use quotes in your message.
  17603.  
  17604.  
  17605.  
  17606.  
  17607.  
  17608.  
  17609. -
  17610.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  17611.  with "unsubscribe usr-tc" in the body of the message.
  17612.  For information on digests or retrieving files and old messages send
  17613.  "help" to the same address.  Do not use quotes in your message.
  17614.  
  17615.  
  17616. -------------------------------------------------------------------------------
  17617.  
  17618. From: Paul Farber <farber@admin.f-tech.net>
  17619. Subject: Re: (usr-tc) Managing a Total Control Chassis
  17620. Date: 22 Sep 1999 09:41:23 -0400 (EDT)
  17621.  
  17622.  
  17623.  
  17624. Paul D. Farber II
  17625. Farber Technology
  17626. Ph. 570-628-5303
  17627. Fax 570-628-5545
  17628. farber@admin.f-tech.net
  17629.  
  17630. On Fri, 10 Sep 1999, Chris Ashcraft wrote:
  17631.  
  17632. > 3Com is interested in how you manage the Total Control chassis. To help us
  17633. > better serve you, please complete the brief section below and reply to this
  17634. > email with your response.
  17635. > =================================================================================
  17636. > 1. Simply rate the following Total Control management tools (1=used most; 3=used
  17637. > least)
  17638. > 1 MIB browser (please indicate the software package you are using:
  17639. NerveCenter,
  17640. > CMU SNMP, UCD-SNMP, SNMPc, HP OpenView, other:(_________)
  17641. > 2 Total Control Manager/HiPer ARC Manager
  17642. > 3 Terminal emulation (e.g., Telnet or HyperTerminal)
  17643. > 2. Do you manage the various Total Control cards differently? If so, please list
  17644. > which of the above management tools you most often use for:
  17645. > - Quad Modem:___________________
  17646. > - Trunk Cards:___________________
  17647. > - HiPer DSP:CLI
  17648. > - HiPer ARC:CLI
  17649. > - EdgeServer Cards:___________________
  17650. > =================================================================================
  17651. > Any other comments or suggestions are welcome.
  17652. PORT TCM TO LINUX!  PORT TCM TO LINUX!  PORT TCM TO LINUX!
  17653.  
  17654. > Thank you for your time.
  17655. > Carrier Systems Group
  17656. > 3Com Corp.
  17657. > -
  17658. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  17659. >  with "unsubscribe usr-tc" in the body of the message.
  17660. >  For information on digests or retrieving files and old messages send
  17661. >  "help" to the same address.  Do not use quotes in your message.
  17662.  
  17663.  
  17664. -
  17665.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  17666.  with "unsubscribe usr-tc" in the body of the message.
  17667.  For information on digests or retrieving files and old messages send
  17668.  "help" to the same address.  Do not use quotes in your message.
  17669.  
  17670.  
  17671. -------------------------------------------------------------------------------
  17672.  
  17673. From: "Chris Ashcraft" <Chris_Ashcraft@mw.3com.com>
  17674. Subject: Re: (usr-tc) Sega DreamCast
  17675. Date: 22 Sep 1999 08:50:20 -0500
  17676.  
  17677.  
  17678.  
  17679. Please disregard my last email.
  17680.  
  17681. ==============================================================================
  17682.  
  17683. Hi Ben,
  17684.  
  17685. Should we keep a list of tips and tricks per the current client modems, e.g.,
  17686. the Sega DreamCast modem, Rockwell, and so on?  see below
  17687.  
  17688. Thanks
  17689. /Chris
  17690.  
  17691.  
  17692.  
  17693.  
  17694. K Mitchell <mitch@keyconn.net> on 09/21/99 08:47:00 PM
  17695.  
  17696. Please respond to usr-tc@lists.xmission.com
  17697.  
  17698. Sent by:  K Mitchell <mitch@keyconn.net>
  17699.  
  17700.  
  17701. cc:    (Chris Ashcraft/MW/US/3Com)
  17702.  
  17703.  
  17704.  
  17705.  
  17706. At 07:33 PM 9/21/99 -0500, Robert Reynolds <lists@lcii.net> wrote:
  17707. >Anyone been able to get one these to connect to a TC or is it just me?
  17708. >
  17709. >Connected fine to our Cisco.
  17710.  
  17711. This was discussed recently, I believe the answer was to enable ppp offloading
  17712.  
  17713.  
  17714. --
  17715. Kirk Mitchell-General Manager        mitch@keyconn.net
  17716. Keystone Connect                     Unlock Your World
  17717. Altoona, PA   814-941-5000      http://www.keyconn.net
  17718.  
  17719.  
  17720. -
  17721.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  17722.  with "unsubscribe usr-tc" in the body of the message.
  17723.  For information on digests or retrieving files and old messages send
  17724.  "help" to the same address.  Do not use quotes in your message.
  17725.  
  17726.  
  17727.  
  17728.  
  17729.  
  17730.  
  17731. -
  17732.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  17733.  with "unsubscribe usr-tc" in the body of the message.
  17734.  For information on digests or retrieving files and old messages send
  17735.  "help" to the same address.  Do not use quotes in your message.
  17736.  
  17737.  
  17738.  
  17739.  
  17740.  
  17741. -
  17742.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  17743.  with "unsubscribe usr-tc" in the body of the message.
  17744.  For information on digests or retrieving files and old messages send
  17745.  "help" to the same address.  Do not use quotes in your message.
  17746.  
  17747.  
  17748. -------------------------------------------------------------------------------
  17749.  
  17750. From: Brian <signal@shreve.net>
  17751. Subject: (usr-tc) p50 question
  17752. Date: 22 Sep 1999 10:15:54 -0500 (CDT)
  17753.  
  17754.  
  17755. A little off topic, please no flames, I figured this would be the best
  17756. list to ask this on.
  17757.  
  17758. On the p50, do you have to configure the Rem Address to the IP address of
  17759. say your router, your NAS, etc, or is their a way to just say like 0.0.0.0
  17760. and have it use the next hop?  How do you all go about this?
  17761.  
  17762. Brian
  17763.  
  17764.  
  17765. Brian Feeny (BF304)     signal@shreve.net   
  17766. 318-222-2638 x 109    http://www.shreve.net/~signal      
  17767. Network Administrator   ShreveNet Inc. (ASN 11881)           
  17768.  
  17769.  
  17770. -
  17771.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  17772.  with "unsubscribe usr-tc" in the body of the message.
  17773.  For information on digests or retrieving files and old messages send
  17774.  "help" to the same address.  Do not use quotes in your message.
  17775.  
  17776.  
  17777. -------------------------------------------------------------------------------
  17778.  
  17779. From: Jim Johnson <jim@perigee.net>
  17780. Subject: (usr-tc) Cisco 800 to Arc
  17781. Date: 22 Sep 1999 11:21:30 -0400
  17782.  
  17783.  
  17784.  
  17785. I am still having trouble getting any traffic passing between the ARCs
  17786. and a Cisco 800.  
  17787.  
  17788. The MON PPP for the user is below:
  17789.  
  17790. Outgoing PPP Data on interface: slot:14/mod:3
  17791.     PAP        ACK               ....Tracing for user "xxx"; Escape to
  17792. stop...
  17793.  
  17794. Outgoing PPP Data on interface: slot:10/mod:13
  17795.     PAP        ACK               ....Tracing for user "xxx"; Escape to
  17796. stop...
  17797.  
  17798. Incoming PPP Data on interface: slot:10/mod:13
  17799.     LCP        TERM_REQ
  17800.  
  17801. Outgoing PPP Data on interface: slot:10/mod:13
  17802.     LCP        TERM_ACK
  17803.  
  17804.  
  17805. Anyone have a suggestion?
  17806.  
  17807. Thanks,
  17808.  
  17809. Jim
  17810.  
  17811. -
  17812.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  17813.  with "unsubscribe usr-tc" in the body of the message.
  17814.  For information on digests or retrieving files and old messages send
  17815.  "help" to the same address.  Do not use quotes in your message.
  17816.  
  17817.  
  17818. -------------------------------------------------------------------------------
  17819.  
  17820. From: Jim Johnson <jim@perigee.net>
  17821. Subject: (usr-tc) Cisco 800 to Arc
  17822. Date: 22 Sep 1999 11:56:02 -0400
  17823.  
  17824.  
  17825. If anyone out there can take a look at this config/debug trace and tell
  17826. me what the problem is, I would appreciate it.  I hope I am not wrong in
  17827. assuming that the Cisco 800 series can connect to the USR TC chassis.
  17828.  
  17829. Regards,
  17830.  
  17831. Jim
  17832.  
  17833. ARC MON PPP
  17834. ----------
  17835. On the ARC all I see is:
  17836.  
  17837. Outgoing PPP Data on interface: slot:10/mod:13
  17838.     PAP        ACK               ....Tracing for user "xxx"; Escape to
  17839. stop...
  17840.  
  17841. Incoming PPP Data on interface: slot:10/mod:13
  17842.     LCP        TERM_REQ
  17843.  
  17844. Outgoing PPP Data on interface: slot:10/mod:13
  17845.     LCP        TERM_ACK
  17846.  
  17847.  
  17848.  
  17849. Cisco Config
  17850. --------------------------
  17851.  
  17852. !
  17853. version 12.0
  17854. no service pad
  17855. service timestamps debug uptime
  17856. service timestamps log uptime
  17857. service password-encryption
  17858. service udp-small-servers
  17859. service tcp-small-servers
  17860.  
  17861. !
  17862. hostname Router
  17863.  
  17864. !
  17865. no logging console
  17866. enable secret 5 $1$3NxJ$hNMKdU72/q/0z9vJLJRkv.
  17867.  
  17868. !
  17869. ip subnet-zero
  17870.  
  17871. !
  17872. isdn switch-type basic-ni
  17873.  
  17874. !
  17875.  
  17876. !
  17877.  
  17878. !
  17879. interface Ethernet0
  17880.  ip address xxx.xxx.63.9 255.255.255.252
  17881.  no ip directed-broadcast
  17882. !
  17883. interface BRI0
  17884.  description PPP to Internet
  17885.  ip address negotiated
  17886.  no ip directed-broadcast
  17887.  encapsulation ppp
  17888.  dialer idle-timeout 2147483
  17889.  dialer map ip xxx.xxx.60.3 5551212
  17890.  dialer hold-queue 10
  17891.  dialer load-threshold 1 outbound
  17892.  dialer-group 1
  17893.  isdn switch-type basic-ni
  17894.  isdn spid1 70455511110100
  17895.  isdn spid2 70455511120100
  17896.  no fair-queue
  17897.  no cdp enable
  17898.  no ppp lcp fast-start
  17899.  ppp authentication pap
  17900.  ppp pap sent-username dsi password 7 130C2111020812
  17901.  
  17902.  
  17903.  
  17904. Debug Session
  17905.  
  17906. 03:07:55840355292: BR0:1 PPP: Treating connection as a callout
  17907. 03:07:55834615808: BR0:1 PPP: Phase is ESTABLISHING, Active Open
  17908. 03:07:55835256358: BR0:1 LCP: O CONFREQ [Closed] id 174 len 14
  17909. 03:07:60129542143: BR0:1 LCP:    AuthProto PAP (0x0304C023)
  17910. 03:07:55834615808: BR0:1 LCP:    MagicNumber 0xD0B16CC6 (0x0506D0B16CC6)
  17911. 03:07:14: BR0:1 PPP: I pkt type 0xC021, datagramsize 33
  17912. 03:07:14: BR0:1 LCP: I CONFREQ [REQsent] id 1 len 29
  17913. 03:07:14: BR0:1 LCP:    MRU 1514 (0x010405EA)
  17914. 03:07:14: BR0:1 LCP:    AuthProto PAP (0x0304C023)
  17915. 03:07:14: BR0:1 LCP:    MagicNumber 0xB6EBDD04 (0x0506B6EBDD04)
  17916. 03:07:14: BR0:1 LCP:    PFC (0x0702)
  17917. 03:07:14: BR0:1 LCP:    ACFC (0x0802)
  17918. 03:07:14: BR0:1 LCP:    MRRU 1514 (0x110405EA)
  17919. 03:07:14: BR0:1 LCP:    EndpointDisc 0 Null (0x130300)
  17920. 03:07:15: BR0:1 LCP: O CONFREJ [REQsent] id 1 len 11
  17921. .03:07:15: BR0:1 LCP:    MRRU 1514 (0x110405EA)
  17922. 03:07:15: BR0:1 LCP:    EndpointDisc 0 Null (0x130300)
  17923. 03:07:15: BR0:1 PPP: I pkt type 0xC021, datagramsize 26
  17924. 03:07:15: BR0:1 LCP: I CONFREQ [REQsent] id 2 len 22
  17925. 03:07:15: BR0:1 LCP:    MRU 1514 (0x010405EA)
  17926. 03:07:15: BR0:1 LCP:    AuthProto PAP (0x0304C023)
  17927. 03:07:15: BR0:1 LCP:    MagicNumber 0xB6EBDD04 (0x0506B6EBDD04)
  17928. 03:07:15: BR0:1 LCP:    PFC (0x0702)
  17929. 03:07:15: BR0:1 LCP:    ACFC (0x0802)
  17930. 03:07:15: BR0:1 LCP: O CONFACK [REQsent] id 2 len 22
  17931. 03:07:15: BR0:1 LCP:    MRU 1514 (0x010405EA)
  17932. 03:07:15: BR0:1 LCP:    AuthProto PAP (0x0304C023)
  17933. 03:07:15: BR0:1 LCP:    MagicNumber 0xB6EBDD04 (0x0506B6EBDD04)
  17934. 03:07:15: BR0:1 LCP:    PFC (0x0702)
  17935. 03:07:15: BR0:1 LCP:    ACFC (0x0802)
  17936. 03:07:15: BR0:1 LCP: TIMEout: State ACKsent
  17937. 03:07:15: BR0:1 LCP: O CONFREQ [ACKsent] id 175 len 14
  17938. 03:07:15: BR0:1 LCP:    AuthProto PAP (0x0304C023)
  17939. 03:07:15: BR0:1 LCP:    MagicNumber 0xD0B16CC6 (0x0506D0B16CC6)
  17940. 03:07:15: BR0:1 PPP: I pkt type 0xC021, datagramsize .18
  17941. 03:07:15: BR0:1 LCP: I CONFACK [ACKsent] id 175 len 14
  17942. 03:07:15: BR0:1 LCP:    AuthProto PAP (0x0304C023)
  17943. 03:07:15: BR0:1 LCP:    MagicNumber 0xD0B16CC6 (0x0506D0B16CC6)
  17944. 03:07:15: BR0:1 LCP: State is Open
  17945. 03:07:15: BR0:1 PPP: Phase is AUTHENTICATING, by both
  17946. 03:07:15: BR0:1:  PAP_SENDREQUEST   (0x288A500) id 0   (0s.) queued
  17947. 1/1/2
  17948. 03:07:15: BR0:1:  AAA_PER_USER     LCP_UP (0x288A5B0) id 0   (0s.)
  17949. queued 2/2/2
  17950. 03:07:15: BR0:1:  PAP_SENDREQUEST   (0x288A500) id 0   (0s.) busy/0
  17951. started 1/2/2
  17952. 03:07:15: BR0:1 PAP: O AUTH-REQ id 51 len 15 from "dsi"
  17953. 03:07:15: BR0:1:  PAP_SENDREQUEST   (0x288A500) id 0   (0s.) busy/0 done
  17954. in 0 s. 0/1/2
  17955. 03:07:15: BR0:1:  AAA_PER_USER     LCP_UP (0x288A5B0) id 0   (0s.)
  17956. busy/0 started 1/1/2
  17957. 03:07:15: BR0:1:  AAA_PER_USER     LCP_UP (0x288A5B0) id 0   (0s.)
  17958. busy/0 done in 0 s. 0/0/2
  17959. 03:07:16: BR0:1 PPP: I pkt type 0xC023, datagramsize 9
  17960. 03:07:16: BR0:1 PAP: I AUTH-ACK id 51 len 5.
  17961. 03:07:19: %ISDN-6-CONNECT: Interface BRI0:1 is now connected to 9440140
  17962. ..
  17963.  
  17964. -
  17965.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  17966.  with "unsubscribe usr-tc" in the body of the message.
  17967.  For information on digests or retrieving files and old messages send
  17968.  "help" to the same address.  Do not use quotes in your message.
  17969.  
  17970.  
  17971. -------------------------------------------------------------------------------
  17972.  
  17973. From: "Kurtiss Johnson" <Kurtiss_Johnson@mw.3com.com>
  17974. Subject: (usr-tc) Moving on
  17975. Date: 22 Sep 1999 11:35:30 -0500
  17976.  
  17977.  
  17978.  
  17979. As a few of you have heard, I have reached a decision to move on to other
  17980. opportunites, and so today is my last day with 3Com.  I have certainly enjoyed
  17981. my time with USR and then 3Com, made a lot of good friends (and met my wife!),
  17982. and worked with a top-notch group of people both within and outside of the
  17983. company.  To say that I've had a lot of fun would be an understatement.
  17984.  
  17985. I've been with USR/3Com for 7 years (almost exactly to the day), and it's time
  17986. to move on to something different.  I'll be taking a position with Advanced
  17987. Switching Communications (ASC, Inc. -  www.asc1.com) starting 9/27/99, where
  17988. I'll be The Product Management Team. (Yes, the entire team.  It's no longer
  17989. challenging enough for me to be a single person, so I'm going to try to be a
  17990. team now.  OK, I'm kidding...actually, it's a start-up company.)
  17991.  
  17992. I'm moving to Virginia (Washington DC/Reston/Vienna-area) as part of this new
  17993. position, and as such I don't have an e-mail address or phone number at the new
  17994. work location yet.  In the meantime, I can be reached at "kwjohn@ais.net" or
  17995. "kwjohn@mindspring.net" going forward.  (Yes, those of you who know me shouldn't
  17996. be surprised that I have two private e-mail accounts on two different ISPs.)  In
  17997. the meantime, I'll be unsubscribing from the various mail-lists that I'm a part
  17998. of.  I may be resubscribing to some of them, depending on my available time.
  17999.  
  18000. The networking industry is small, and I am certain that I'll cross paths with
  18001. many of you again throughout our careers.  I look forward to it.
  18002. Best of luck to all.
  18003.  
  18004. KJ
  18005.  
  18006.  
  18007.  
  18008. -
  18009.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  18010.  with "unsubscribe usr-tc" in the body of the message.
  18011.  For information on digests or retrieving files and old messages send
  18012.  "help" to the same address.  Do not use quotes in your message.
  18013.  
  18014.  
  18015. -------------------------------------------------------------------------------
  18016.  
  18017. From: "Mike McHenry" <mmchen@minn.net>
  18018. Subject: (usr-tc) RE: (3Com-TotalControl) Framed routes not being picked up by OSPF broadcasts?
  18019. Date: 22 Sep 1999 12:58:50 -0500
  18020.  
  18021. Thank you for the advice everyone, turns out you do have to have the
  18022. sendpolicy in place for framed routes to get advertised. This seems to be
  18023. the case even with ASBR enabled, at least in my testing. I was however able
  18024. to add a blanket sendpolicy that covered all my network blocks with one
  18025. policy, something like
  18026.  
  18027. add ospf sendpolicy 10.0.0.0/19 source remote action advertise
  18028.  
  18029. This seems to correctly broadcast any framed route built by the ARC card in
  18030. the 32 class C network blocks starting at 10.0.0.0
  18031.  
  18032. For anyone else who is interested in working on OSPF here are the commands
  18033. (in order) that I used to configure OSPF on my USR ARC card. This was using
  18034. area 1 with MD5 authentication, the eth:1 interface is 10.0.0.1, possible
  18035. framed routes coming from 10.0.1.0/19
  18036.  
  18037. set ospf default_area_id 0.0.0.1
  18038. set ip network ip routing_protocol ospf
  18039. set ospf global router_id 10.0.0.1
  18040. set ospf global asbr enable
  18041. enable ospf
  18042. set ospf interface 10.0.0.1 router_priority 0
  18043. set ospf interface 10.0.0.1 auth_type cryptographic
  18044. add ospf cryptographic_key 1 interface 10.0.0.1 shared_key "YOUR_OSPF_KEY"
  18045. add ospf sendpolicy 10.0.1.0/19 source remote action advertise
  18046.  
  18047. Mike McHenry
  18048.  Systems Administrator
  18049.  MinnNet Communications, Inc.
  18050.  
  18051. -----Original Message-----
  18052. [mailto:owner-usr-tc@lists.xmission.com]On Behalf Of Rick
  18053. Sent: Tuesday, September 21, 1999 8:41 PM
  18054. Cc: user-forum-totalcontrol@totalservice.3com.com
  18055. picked up by OSPF broadcasts?
  18056.  
  18057.  
  18058. Mike, rather then having to add a new OSPF SENDPOLICY for each framed-route
  18059. profile(when you have hundreds that option is no longer feasible) why not
  18060. just enable ASBR globally. We have it working here using " set ospf global
  18061. asbr enable" . It seems the arc believes the framed-routes are being learned
  18062. via another AS so it then propagates the route via ospf.
  18063.  
  18064. Mike Wronski wrote:
  18065.  
  18066. > |-----Original Message-----
  18067. > |From: owner-totalcontrol@totalservice.3com.com
  18068. > |[mailto:owner-totalcontrol@totalservice.3com.com]On Behalf Of Mike
  18069. > |McHenry
  18070. > |Sent: Monday, September 20, 1999 7:01 AM
  18071. > |Subject: (3Com-TotalControl) Framed routes not being picked up by OSPF
  18072. > |broadcasts?
  18073. > |
  18074. > |
  18075. > |Reply to user-forum-totalcontrol@totalservice.3com.com
  18076. > |
  18077. > |
  18078. > |I have recently upgraded most of my HiperARC cards to 4.2.32-1 and have
  18079. > |started looking at switching them from RIP to OSPF. Everything is
  18080. > |working as I would expect for host dialins, HOWEVER it seems that the
  18081. > |ARC is not advertising any Framed-Routes setup through radius.
  18082. > |
  18083. > |For example, an entry like the following in radius:
  18084. > |
  18085. > |username       Auth-Type=System
  18086. > |               Service-Type=Framed-User,
  18087. > |               Framed-IP-Address = 192.168.0.1,
  18088. > |               Framed-Route = "10.0.0.1/24 192.168.0.1 1",
  18089. > |               Framed-Routing = None,
  18090. > |
  18091. > |Once username dials into the TC the host route for 192.168.0.1 is
  18092. > |correctly broadcast through OSPF but the 10.0.0.1/24 route is not. Am I
  18093. > |missing a setting here or is this the normal behavior for the ARC card?
  18094. > |Every other piece of equipment I have recognizes this route added in
  18095. > |through radius and correctly advertise the route through OSPF.
  18096. > |
  18097. >
  18098. > At this time you have to add a "SEND Policy" to get the framed-routes to
  18099. > advertise. This iss done by
  18100. > "ADD OSPF SENDPOLICY 10.0.0.1/24 SOURCE REMOTE ACTION ADVERTISE"
  18101. >
  18102. > -
  18103. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  18104. >  with "unsubscribe usr-tc" in the body of the message.
  18105. >  For information on digests or retrieving files and old messages send
  18106. >  "help" to the same address.  Do not use quotes in your message.
  18107.  
  18108. --
  18109. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  18110. Rick Allan / rick@monmouth.com | Connect to a Backbone not a Wishbone
  18111. Head of Network Engineering    |    Monmouth Internet Corporation
  18112. 732-842-5366=====extension 102 |      http://www.monmouth.com
  18113. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  18114.  
  18115.  
  18116.  
  18117. -
  18118.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  18119.  with "unsubscribe usr-tc" in the body of the message.
  18120.  For information on digests or retrieving files and old messages send
  18121.  "help" to the same address.  Do not use quotes in your message.
  18122.  
  18123.  
  18124. -
  18125.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  18126.  with "unsubscribe usr-tc" in the body of the message.
  18127.  For information on digests or retrieving files and old messages send
  18128.  "help" to the same address.  Do not use quotes in your message.
  18129.  
  18130.  
  18131. -------------------------------------------------------------------------------
  18132.  
  18133. From: "Stainforth, Matthew" <MatthewS@staff.brunnet.net>
  18134. Subject: (usr-tc) Channelized T1 vs PRI
  18135. Date: 22 Sep 1999 15:29:01 -0300
  18136.  
  18137.  
  18138. Overnight tonight the telco is changing one of our T1s to channelized T1
  18139. from PRI service for testing.  I seem to remember that there is different
  18140. code for the dual T1/PRI cards depending on which service you have but I'm
  18141. using all DSPs now and I can't seem to have any CT1 specific code for these
  18142. cards on TotalService.  Does the one code base now support both CT1 and PRI
  18143. or am I missing something?
  18144.  
  18145. Thanks...
  18146.  
  18147. Matthew
  18148.  
  18149. -
  18150.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  18151.  with "unsubscribe usr-tc" in the body of the message.
  18152.  For information on digests or retrieving files and old messages send
  18153.  "help" to the same address.  Do not use quotes in your message.
  18154.  
  18155.  
  18156. -------------------------------------------------------------------------------
  18157.  
  18158. From: Mike Andrews <mandrews@bit0.com>
  18159. Subject: Re: (usr-tc) Channelized T1 vs PRI
  18160. Date: 22 Sep 1999 14:37:09 -0400 (EDT)
  18161.  
  18162. On Wed, 22 Sep 1999, Stainforth, Matthew wrote:
  18163.  
  18164. > Overnight tonight the telco is changing one of our T1s to channelized T1
  18165. > from PRI service for testing.  I seem to remember that there is different
  18166. > code for the dual T1/PRI cards depending on which service you have but I'm
  18167. > using all DSPs now and I can't seem to have any CT1 specific code for these
  18168. > cards on TotalService.  Does the one code base now support both CT1 and PRI
  18169.  
  18170. yes
  18171.  
  18172. > or am I missing something?
  18173.  
  18174. no
  18175.  
  18176.  
  18177. -
  18178.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  18179.  with "unsubscribe usr-tc" in the body of the message.
  18180.  For information on digests or retrieving files and old messages send
  18181.  "help" to the same address.  Do not use quotes in your message.
  18182.  
  18183.  
  18184. -------------------------------------------------------------------------------
  18185.  
  18186. From: "Mike McHenry" <mmchen@minn.net>
  18187. Subject: RE: (usr-tc) Channelized T1 vs PRI
  18188. Date: 22 Sep 1999 13:46:25 -0500
  18189.  
  18190. You should be able to use the same code for either a PRI or a channelized T1
  18191. on the DSP, just go into the TCM, select the T1 portion of the DSP (top LED
  18192. below the power LED), click Configure-->Programmed Settings-->Trunk Settings
  18193.  
  18194. You will see a setting called signal mode, it should be set to robbed bit
  18195. for a channelized T1 and message oriented for a PRI. Unless the telco is
  18196. changing other things (ie switch type, etc) that should be the only setting
  18197. you need to change when the telco changes your PRI to a channelized T1.
  18198.  
  18199. Mike McHenry
  18200.  Systems Administrator
  18201.  MinnNet Communications, Inc.
  18202.  
  18203. -----Original Message-----
  18204. [mailto:owner-usr-tc@lists.xmission.com]On Behalf Of Stainforth, Matthew
  18205. Sent: Wednesday, September 22, 1999 1:29 PM
  18206.  
  18207.  
  18208.  
  18209. Overnight tonight the telco is changing one of our T1s to channelized T1
  18210. from PRI service for testing.  I seem to remember that there is different
  18211. code for the dual T1/PRI cards depending on which service you have but I'm
  18212. using all DSPs now and I can't seem to have any CT1 specific code for these
  18213. cards on TotalService.  Does the one code base now support both CT1 and PRI
  18214. or am I missing something?
  18215.  
  18216. Thanks...
  18217.  
  18218. Matthew
  18219.  
  18220. -
  18221.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  18222.  with "unsubscribe usr-tc" in the body of the message.
  18223.  For information on digests or retrieving files and old messages send
  18224.  "help" to the same address.  Do not use quotes in your message.
  18225.  
  18226.  
  18227. -
  18228.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  18229.  with "unsubscribe usr-tc" in the body of the message.
  18230.  For information on digests or retrieving files and old messages send
  18231.  "help" to the same address.  Do not use quotes in your message.
  18232.  
  18233.  
  18234. -------------------------------------------------------------------------------
  18235.  
  18236. From: "Stainforth, Matthew" <MatthewS@staff.brunnet.net>
  18237. Subject: RE: (usr-tc) Channelized T1 vs PRI
  18238. Date: 22 Sep 1999 15:48:48 -0300
  18239.  
  18240.  
  18241. Part of the reason we're doing this is because CT1 is cheaper but I've never
  18242. used CT1 before and I'm wondering what other functionality we're going to
  18243. lose.  I gather it will no longer be possible to do busy out the channels
  18244. from this end and we'll also probably lose ANI too.  Are there any other
  18245. drawbacks that I might be overlooking?
  18246.  
  18247. On Wednesday, September 22, 1999 3:46 PM, Mike McHenry
  18248. [SMTP:mmchen@minn.net] wrote:
  18249. > You should be able to use the same code for either a PRI or a channelized
  18250. T1
  18251. > on the DSP, just go into the TCM, select the T1 portion of the DSP (top
  18252. LED
  18253. > below the power LED), click Configure-->Programmed Settings-->Trunk
  18254. Settings
  18255. > You will see a setting called signal mode, it should be set to robbed bit
  18256. > for a channelized T1 and message oriented for a PRI. Unless the telco is
  18257. > changing other things (ie switch type, etc) that should be the only
  18258. setting
  18259. > you need to change when the telco changes your PRI to a channelized T1.
  18260. > Mike McHenry
  18261. >  Systems Administrator
  18262. >  MinnNet Communications, Inc.
  18263. > -----Original Message-----
  18264. > From: owner-usr-tc@lists.xmission.com
  18265. > [mailto:owner-usr-tc@lists.xmission.com]On Behalf Of Stainforth, Matthew
  18266. > Sent: Wednesday, September 22, 1999 1:29 PM
  18267. > To: 'usr-tc@lists.xmission.com'
  18268. > Subject: (usr-tc) Channelized T1 vs PRI
  18269. > Overnight tonight the telco is changing one of our T1s to channelized T1
  18270. > from PRI service for testing.  I seem to remember that there is different
  18271. > code for the dual T1/PRI cards depending on which service you have but I'm
  18272. > using all DSPs now and I can't seem to have any CT1 specific code for
  18273. these
  18274. > cards on TotalService.  Does the one code base now support both CT1 and
  18275. PRI
  18276. > or am I missing something?
  18277. > Thanks...
  18278. > Matthew
  18279. > -
  18280. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  18281. >  with "unsubscribe usr-tc" in the body of the message.
  18282. >  For information on digests or retrieving files and old messages send
  18283. >  "help" to the same address.  Do not use quotes in your message.
  18284. > -
  18285. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  18286. >  with "unsubscribe usr-tc" in the body of the message.
  18287. >  For information on digests or retrieving files and old messages send
  18288. >  "help" to the same address.  Do not use quotes in your message.
  18289.  
  18290.  
  18291.  
  18292. -
  18293.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  18294.  with "unsubscribe usr-tc" in the body of the message.
  18295.  For information on digests or retrieving files and old messages send
  18296.  "help" to the same address.  Do not use quotes in your message.
  18297.  
  18298.  
  18299. -------------------------------------------------------------------------------
  18300.  
  18301. From: Paul Farber <farber@admin.f-tech.net>
  18302. Subject: Re: (usr-tc) Channelized T1 vs PRI
  18303. Date: 22 Sep 1999 14:59:52 -0400 (EDT)
  18304.  
  18305. You have to set signeling type from Message Oriented to RobbedBit in
  18306. TC.  
  18307.  
  18308. Paul D. Farber II
  18309. Farber Technology
  18310. Ph. 570-628-5303
  18311. Fax 570-628-5545
  18312. farber@admin.f-tech.net
  18313.  
  18314. On Wed, 22 Sep 1999, Stainforth, Matthew wrote:
  18315.  
  18316. > Overnight tonight the telco is changing one of our T1s to channelized T1
  18317. > from PRI service for testing.  I seem to remember that there is different
  18318. > code for the dual T1/PRI cards depending on which service you have but I'm
  18319. > using all DSPs now and I can't seem to have any CT1 specific code for these
  18320. > cards on TotalService.  Does the one code base now support both CT1 and PRI
  18321. > or am I missing something?
  18322. > Thanks...
  18323. > Matthew
  18324. > -
  18325. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  18326. >  with "unsubscribe usr-tc" in the body of the message.
  18327. >  For information on digests or retrieving files and old messages send
  18328. >  "help" to the same address.  Do not use quotes in your message.
  18329.  
  18330.  
  18331. -
  18332.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  18333.  with "unsubscribe usr-tc" in the body of the message.
  18334.  For information on digests or retrieving files and old messages send
  18335.  "help" to the same address.  Do not use quotes in your message.
  18336.  
  18337.  
  18338. -------------------------------------------------------------------------------
  18339.  
  18340. From: Jim Riley <jriley@infinityhealthcare.com>
  18341. Subject: Re: (usr-tc) Channelized T1 vs PRI
  18342. Date: 22 Sep 1999 13:54:07 -0500
  18343.  
  18344. This is a cryptographically signed message in MIME format.
  18345.  
  18346. --------------ms6DDF3DF98072ECBB8D34148C
  18347. Content-Type: text/plain; charset=us-ascii
  18348. Content-Transfer-Encoding: 7bit
  18349.  
  18350. You will no longer be able to do ISDN.
  18351.  
  18352.  
  18353.  
  18354. "Stainforth, Matthew" wrote:
  18355. > Part of the reason we're doing this is because CT1 is cheaper but I've never
  18356. > used CT1 before and I'm wondering what other functionality we're going to
  18357. > lose.  I gather it will no longer be possible to do busy out the channels
  18358. > from this end and we'll also probably lose ANI too.  Are there any other
  18359. > drawbacks that I might be overlooking?
  18360. > On Wednesday, September 22, 1999 3:46 PM, Mike McHenry
  18361. > [SMTP:mmchen@minn.net] wrote:
  18362. > > You should be able to use the same code for either a PRI or a channelized
  18363. > T1
  18364. > > on the DSP, just go into the TCM, select the T1 portion of the DSP (top
  18365. > LED
  18366. > > below the power LED), click Configure-->Programmed Settings-->Trunk
  18367. > Settings
  18368. > >
  18369. > > You will see a setting called signal mode, it should be set to robbed bit
  18370. > > for a channelized T1 and message oriented for a PRI. Unless the telco is
  18371. > > changing other things (ie switch type, etc) that should be the only
  18372. > setting
  18373. > > you need to change when the telco changes your PRI to a channelized T1.
  18374. > >
  18375. > > Mike McHenry
  18376. > >  Systems Administrator
  18377. > >  MinnNet Communications, Inc.
  18378. > >
  18379. > > -----Original Message-----
  18380. > > From: owner-usr-tc@lists.xmission.com
  18381. > > [mailto:owner-usr-tc@lists.xmission.com]On Behalf Of Stainforth, Matthew
  18382. > > Sent: Wednesday, September 22, 1999 1:29 PM
  18383. > > To: 'usr-tc@lists.xmission.com'
  18384. > > Subject: (usr-tc) Channelized T1 vs PRI
  18385. > >
  18386. > >
  18387. > >
  18388. > > Overnight tonight the telco is changing one of our T1s to channelized T1
  18389. > > from PRI service for testing.  I seem to remember that there is different
  18390. > > code for the dual T1/PRI cards depending on which service you have but I'm
  18391. > > using all DSPs now and I can't seem to have any CT1 specific code for
  18392. > these
  18393. > > cards on TotalService.  Does the one code base now support both CT1 and
  18394. > PRI
  18395. > > or am I missing something?
  18396. > >
  18397. > > Thanks...
  18398. > >
  18399. > > Matthew
  18400. > >
  18401. > > -
  18402. > >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  18403. > >  with "unsubscribe usr-tc" in the body of the message.
  18404. > >  For information on digests or retrieving files and old messages send
  18405. > >  "help" to the same address.  Do not use quotes in your message.
  18406. > >
  18407. > >
  18408. > > -
  18409. > >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  18410. > >  with "unsubscribe usr-tc" in the body of the message.
  18411. > >  For information on digests or retrieving files and old messages send
  18412. > >  "help" to the same address.  Do not use quotes in your message.
  18413. > -
  18414. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  18415. >  with "unsubscribe usr-tc" in the body of the message.
  18416. >  For information on digests or retrieving files and old messages send
  18417. >  "help" to the same address.  Do not use quotes in your message.
  18418.  
  18419. -- 
  18420.  
  18421.  
  18422. Jim Riley                 jriley@infinityhealthcare.com
  18423. Network Specialist            
  18424.  
  18425. Infinity HealthCare, Inc.    voice (414) 290-6751
  18426. 1251 Glen Oaks Lane        fax   (414) 290-6780
  18427. Mequon, WI 53092
  18428. ===================================================
  18429. --------------ms6DDF3DF98072ECBB8D34148C
  18430. Content-Type: application/x-pkcs7-signature; name="smime.p7s"
  18431. Content-Transfer-Encoding: base64
  18432. Content-Disposition: attachment; filename="smime.p7s"
  18433. Content-Description: S/MIME Cryptographic Signature
  18434.  
  18435. MIIKUQYJKoZIhvcNAQcCoIIKQjCCCj4CAQExCzAJBgUrDgMCGgUAMAsGCSqGSIb3DQEHAaCC
  18436. B90wggSnMIIEEKADAgECAhBRgJfTBjkhitGgd/zVpHdLMA0GCSqGSIb3DQEBBAUAMIHMMRcw
  18437. FQYDVQQKEw5WZXJpU2lnbiwgSW5jLjEfMB0GA1UECxMWVmVyaVNpZ24gVHJ1c3QgTmV0d29y
  18438. azFGMEQGA1UECxM9d3d3LnZlcmlzaWduLmNvbS9yZXBvc2l0b3J5L1JQQSBJbmNvcnAuIEJ5
  18439. IFJlZi4sTElBQi5MVEQoYyk5ODFIMEYGA1UEAxM/VmVyaVNpZ24gQ2xhc3MgMSBDQSBJbmRp
  18440. dmlkdWFsIFN1YnNjcmliZXItUGVyc29uYSBOb3QgVmFsaWRhdGVkMB4XDTk5MDUyNjAwMDAw
  18441. MFoXDTAwMDYwODIzNTk1OVowggEZMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjEfMB0GA1UE
  18442. CxMWVmVyaVNpZ24gVHJ1c3QgTmV0d29yazFGMEQGA1UECxM9d3d3LnZlcmlzaWduLmNvbS9y
  18443. ZXBvc2l0b3J5L1JQQSBJbmNvcnAuIGJ5IFJlZi4sTElBQi5MVEQoYyk5ODEeMBwGA1UECxMV
  18444. UGVyc29uYSBOb3QgVmFsaWRhdGVkMTMwMQYDVQQLEypEaWdpdGFsIElEIENsYXNzIDEgLSBO
  18445. ZXRzY2FwZSBGdWxsIFNlcnZpY2UxEjAQBgNVBAMUCUppbSBSaWxleTEsMCoGCSqGSIb3DQEJ
  18446. ARYdanJpbGV5QGluZmluaXR5aGVhbHRoY2FyZS5jb20wgZ8wDQYJKoZIhvcNAQEBBQADgY0A
  18447. MIGJAoGBAJ1wHI4M+VobqaDFePhj9NTcjhYgsOHcmGSvFpXYClv4MsKEiZ4KrlTttkTAnbpK
  18448. x6yCORhvMzDPJqausWuajtVXrZg6oliNTxLIayLJX+urAO9Cq5UJDWuMm7TpkS3XXNjv9QI3
  18449. 0zp//l7xwGqhFuOEo8BMNeD2/tLbIT3tx6ItAgMBAAGjggE4MIIBNDAJBgNVHRMEAjAAMIGs
  18450. BgNVHSAEgaQwgaEwgZ4GC2CGSAGG+EUBBwEBMIGOMCgGCCsGAQUFBwIBFhxodHRwczovL3d3
  18451. dy52ZXJpc2lnbi5jb20vQ1BTMGIGCCsGAQUFBwICMFYwFRYOVmVyaVNpZ24sIEluYy4wAwIB
  18452. ARo9VmVyaVNpZ24ncyBDUFMgaW5jb3JwLiBieSByZWZlcmVuY2UgbGlhYi4gbHRkLiAoYyk5
  18453. NyBWZXJpU2lnbjARBglghkgBhvhCAQEEBAMCB4AwMAYKYIZIAYb4RQEGBwQiFiAxMjBkMWE3
  18454. NzUxYzBiMTg2MjE3MTNkNWYwYTFiNjkyYTAzBgNVHR8ELDAqMCigJqAkhiJodHRwOi8vY3Js
  18455. LnZlcmlzaWduLmNvbS9jbGFzczEuY3JsMA0GCSqGSIb3DQEBBAUAA4GBACPb4IlP1WpnvNDd
  18456. cxV0AuVhVFqLM9lFixLUSZD9CFJ+Fp2z5yZi9B54c2NjU4dGTiXTUxZKSI2Okczptzt5Uiec
  18457. h8G7fErsKpRi0D6o8QNV8UWSMDXGECPnmNkq20Ptr4BWPDoYIoqHYNLG+sd4zNNZXNUwO7hw
  18458. DmvlPY7W1t+7MIIDLjCCApegAwIBAgIRANJ2Lo0UDD19sqglXa/uDXUwDQYJKoZIhvcNAQEC
  18459. BQAwXzELMAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMTcwNQYDVQQLEy5D
  18460. bGFzcyAxIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTk4MDUx
  18461. MjAwMDAwMFoXDTA4MDUxMjIzNTk1OVowgcwxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8w
  18462. HQYDVQQLExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMUYwRAYDVQQLEz13d3cudmVyaXNpZ24u
  18463. Y29tL3JlcG9zaXRvcnkvUlBBIEluY29ycC4gQnkgUmVmLixMSUFCLkxURChjKTk4MUgwRgYD
  18464. VQQDEz9WZXJpU2lnbiBDbGFzcyAxIENBIEluZGl2aWR1YWwgU3Vic2NyaWJlci1QZXJzb25h
  18465. IE5vdCBWYWxpZGF0ZWQwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBALtaRIoEFrtV/QN6
  18466. ii2UTxV4NrgNSrJvnFS/vOh3Kp258Gi7ldkxQXB6gUu5SBNWLccI4YRCq8CikqtEXKpC8IIO
  18467. Aukv+8I7u77JJwpdtrA2QjO1blSIT4dKvxna+RXoD4e2HOPMxpqOf2okkuP84GW6p7F+78nb
  18468. N2rISsgJBuSZAgMBAAGjfDB6MBEGCWCGSAGG+EIBAQQEAwIBBjBHBgNVHSAEQDA+MDwGC2CG
  18469. SAGG+EUBBwEBMC0wKwYIKwYBBQUHAgEWH3d3dy52ZXJpc2lnbi5jb20vcmVwb3NpdG9yeS9S
  18470. UEEwDwYDVR0TBAgwBgEB/wIBADALBgNVHQ8EBAMCAQYwDQYJKoZIhvcNAQECBQADgYEAiLg3
  18471. O93alDcAraqf4YEBcR6Sam0v9vGd08pkONwbmAwHhluFFWoPuUmFpJXxF31ntH8tLN2aQp7D
  18472. PrSOquULBt7yVir6M8e+GddTTMO9yOMXtaRJQmPswqYXD11YGkk8kFxVo2UgAP0YIOVfgqax
  18473. qJLFWGrBjQM868PNBaKQrm4xggI8MIICOAIBATCB4TCBzDEXMBUGA1UEChMOVmVyaVNpZ24s
  18474. IEluYy4xHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0IE5ldHdvcmsxRjBEBgNVBAsTPXd3dy52
  18475. ZXJpc2lnbi5jb20vcmVwb3NpdG9yeS9SUEEgSW5jb3JwLiBCeSBSZWYuLExJQUIuTFREKGMp
  18476. OTgxSDBGBgNVBAMTP1ZlcmlTaWduIENsYXNzIDEgQ0EgSW5kaXZpZHVhbCBTdWJzY3JpYmVy
  18477. LVBlcnNvbmEgTm90IFZhbGlkYXRlZAIQUYCX0wY5IYrRoHf81aR3SzAJBgUrDgMCGgUAoIGx
  18478. MBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTk5MDkyMjE4NTQw
  18479. N1owIwYJKoZIhvcNAQkEMRYEFFkVYqROGzLrZ7IxVvDqtrx98EIMMFIGCSqGSIb3DQEJDzFF
  18480. MEMwCgYIKoZIhvcNAwcwDgYIKoZIhvcNAwICAgCAMAcGBSsOAwIHMA0GCCqGSIb3DQMCAgFA
  18481. MA0GCCqGSIb3DQMCAgEoMA0GCSqGSIb3DQEBAQUABIGAj84915UYeLEjyeY8RyHhHiY+idb7
  18482. uN2Xv/yg9/T49ryfqL+ForXRUDqsWcAAy8594U/BvNTF9MeNNqG0r6f6nQXD6YEfDaPf3Zxj
  18483. kbDPrCYcJuZAFbbV2aoHhuKBk064QRJ/1mbYkAx4ASMmuRMLFlgtFaMhX8xQfLtu/8AhkF8=
  18484. --------------ms6DDF3DF98072ECBB8D34148C--
  18485.  
  18486.  
  18487. -
  18488.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  18489.  with "unsubscribe usr-tc" in the body of the message.
  18490.  For information on digests or retrieving files and old messages send
  18491.  "help" to the same address.  Do not use quotes in your message.
  18492.  
  18493.  
  18494. -------------------------------------------------------------------------------
  18495.  
  18496. From: "Mike McHenry" <mmchen@minn.net>
  18497. Subject: RE: (usr-tc) Channelized T1 vs PRI
  18498. Date: 22 Sep 1999 14:04:46 -0500
  18499.  
  18500. You should be able to busy out channels just like you did before with a CT1.
  18501. CT1s also support ANI if configured that way from the telco. The only
  18502. functionality I figure you will lose is the ability to take incoming 64k
  18503. clear channel ISDN calls on your Total Control chassis.
  18504.  
  18505. Mike McHenry
  18506.  Systems Administrator
  18507.  MinnNet Communications, Inc.
  18508.  
  18509. -----Original Message-----
  18510. [mailto:owner-usr-tc@lists.xmission.com]On Behalf Of Stainforth, Matthew
  18511. Sent: Wednesday, September 22, 1999 1:49 PM
  18512.  
  18513.  
  18514.  
  18515. Part of the reason we're doing this is because CT1 is cheaper but I've never
  18516. used CT1 before and I'm wondering what other functionality we're going to
  18517. lose.  I gather it will no longer be possible to do busy out the channels
  18518. from this end and we'll also probably lose ANI too.  Are there any other
  18519. drawbacks that I might be overlooking?
  18520.  
  18521. On Wednesday, September 22, 1999 3:46 PM, Mike McHenry
  18522. [SMTP:mmchen@minn.net] wrote:
  18523. > You should be able to use the same code for either a PRI or a channelized
  18524. T1
  18525. > on the DSP, just go into the TCM, select the T1 portion of the DSP (top
  18526. LED
  18527. > below the power LED), click Configure-->Programmed Settings-->Trunk
  18528. Settings
  18529. >
  18530. > You will see a setting called signal mode, it should be set to robbed bit
  18531. > for a channelized T1 and message oriented for a PRI. Unless the telco is
  18532. > changing other things (ie switch type, etc) that should be the only
  18533. setting
  18534. > you need to change when the telco changes your PRI to a channelized T1.
  18535. >
  18536. > Mike McHenry
  18537. >  Systems Administrator
  18538. >  MinnNet Communications, Inc.
  18539. >
  18540. > -----Original Message-----
  18541. > From: owner-usr-tc@lists.xmission.com
  18542. > [mailto:owner-usr-tc@lists.xmission.com]On Behalf Of Stainforth, Matthew
  18543. > Sent: Wednesday, September 22, 1999 1:29 PM
  18544. > To: 'usr-tc@lists.xmission.com'
  18545. > Subject: (usr-tc) Channelized T1 vs PRI
  18546. >
  18547. >
  18548. >
  18549. > Overnight tonight the telco is changing one of our T1s to channelized T1
  18550. > from PRI service for testing.  I seem to remember that there is different
  18551. > code for the dual T1/PRI cards depending on which service you have but I'm
  18552. > using all DSPs now and I can't seem to have any CT1 specific code for
  18553. these
  18554. > cards on TotalService.  Does the one code base now support both CT1 and
  18555. PRI
  18556. > or am I missing something?
  18557. >
  18558. > Thanks...
  18559. >
  18560. > Matthew
  18561. >
  18562. > -
  18563. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  18564. >  with "unsubscribe usr-tc" in the body of the message.
  18565. >  For information on digests or retrieving files and old messages send
  18566. >  "help" to the same address.  Do not use quotes in your message.
  18567. >
  18568. >
  18569. > -
  18570. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  18571. >  with "unsubscribe usr-tc" in the body of the message.
  18572. >  For information on digests or retrieving files and old messages send
  18573. >  "help" to the same address.  Do not use quotes in your message.
  18574.  
  18575.  
  18576.  
  18577. -
  18578.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  18579.  with "unsubscribe usr-tc" in the body of the message.
  18580.  For information on digests or retrieving files and old messages send
  18581.  "help" to the same address.  Do not use quotes in your message.
  18582.  
  18583.  
  18584. -
  18585.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  18586.  with "unsubscribe usr-tc" in the body of the message.
  18587.  For information on digests or retrieving files and old messages send
  18588.  "help" to the same address.  Do not use quotes in your message.
  18589.  
  18590.  
  18591. -------------------------------------------------------------------------------
  18592.  
  18593. From: Clayton Zekelman <clayton@MNSi.Net>
  18594. Subject: RE: (usr-tc) Channelized T1 vs PRI
  18595. Date: 22 Sep 1999 15:03:30 -0400
  18596.  
  18597. At 01:46 PM 9/22/99 -0500, you wrote:
  18598. >You should be able to use the same code for either a PRI or a channelized T1
  18599. >on the DSP, just go into the TCM, select the T1 portion of the DSP (top LED
  18600. >below the power LED), click Configure-->Programmed Settings-->Trunk Settings
  18601. >
  18602. >You will see a setting called signal mode, it should be set to robbed bit
  18603. >for a channelized T1 and message oriented for a PRI. Unless the telco is
  18604. >changing other things (ie switch type, etc) 
  18605. >
  18606.  
  18607. Switch type makes no difference on a CT1
  18608.  
  18609. >that should be the only setting
  18610. >you need to change when the telco changes your PRI to a channelized T1.
  18611. >
  18612.  
  18613. You need to reboot the DSP card, and most likely the ARC card.  In our
  18614. experience, the ARC still shows it as a 23 channel circuit 'till you
  18615. reboot, then it goes to 24.
  18616.  
  18617. >Mike McHenry
  18618. > Systems Administrator
  18619. > MinnNet Communications, Inc.
  18620. >
  18621. >-----Original Message-----
  18622. >From: owner-usr-tc@lists.xmission.com
  18623. >[mailto:owner-usr-tc@lists.xmission.com]On Behalf Of Stainforth, Matthew
  18624. >Sent: Wednesday, September 22, 1999 1:29 PM
  18625. >To: 'usr-tc@lists.xmission.com'
  18626. >Subject: (usr-tc) Channelized T1 vs PRI
  18627. >
  18628. >
  18629. >
  18630. >Overnight tonight the telco is changing one of our T1s to channelized T1
  18631. >from PRI service for testing.  I seem to remember that there is different
  18632. >code for the dual T1/PRI cards depending on which service you have but I'm
  18633. >using all DSPs now and I can't seem to have any CT1 specific code for these
  18634. >cards on TotalService.  Does the one code base now support both CT1 and PRI
  18635. >or am I missing something?
  18636. >
  18637. >Thanks...
  18638. >
  18639. >Matthew
  18640. >
  18641. >-
  18642. > To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  18643. > with "unsubscribe usr-tc" in the body of the message.
  18644. > For information on digests or retrieving files and old messages send
  18645. > "help" to the same address.  Do not use quotes in your message.
  18646. >
  18647. >
  18648. >-
  18649. > To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  18650. > with "unsubscribe usr-tc" in the body of the message.
  18651. > For information on digests or retrieving files and old messages send
  18652. > "help" to the same address.  Do not use quotes in your message.
  18653. ---
  18654. Clayton Zekelman
  18655. Managed Network Systems Inc. (MNSi)
  18656. 875 Ouellette Avenue
  18657. Windsor, Ontario
  18658. N9A 4J6
  18659.  
  18660. tel. 519-985-8410
  18661. fax. 519-258-3009
  18662.  
  18663. -
  18664.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  18665.  with "unsubscribe usr-tc" in the body of the message.
  18666.  For information on digests or retrieving files and old messages send
  18667.  "help" to the same address.  Do not use quotes in your message.
  18668.  
  18669.  
  18670. -------------------------------------------------------------------------------
  18671.  
  18672. From: Clayton Zekelman <clayton@MNSi.Net>
  18673. Subject: RE: (usr-tc) Channelized T1 vs PRI
  18674. Date: 22 Sep 1999 15:07:05 -0400
  18675.  
  18676. At 03:48 PM 9/22/99 -0300, you wrote:
  18677. >
  18678. >Part of the reason we're doing this is because CT1 is cheaper but I've never
  18679. >used CT1 before and I'm wondering what other functionality we're going to
  18680. >lose.  I gather it will no longer be possible to do busy out the channels
  18681. >from this end and we'll also probably lose ANI too. 
  18682.  
  18683. You can do a soft or hard busy out with CT1.  You never had ANI to begin
  18684. with - you had Calling Line ID.  True ANI is only on FGD MF or ISUP trunks,
  18685. and yes, you will lose Calling Line ID.
  18686.  
  18687. >Are there any other
  18688. >drawbacks that I might be overlooking?
  18689. >
  18690.  
  18691. Slightly lower modem performance - your 33.6 callers will probably be
  18692. limited to 31.2, and your PCM (x2/v90) callers will probably lose a couple
  18693. of kbps.
  18694.  
  18695.  
  18696. >On Wednesday, September 22, 1999 3:46 PM, Mike McHenry
  18697. >[SMTP:mmchen@minn.net] wrote:
  18698. >> You should be able to use the same code for either a PRI or a channelized
  18699. >T1
  18700. >> on the DSP, just go into the TCM, select the T1 portion of the DSP (top
  18701. >LED
  18702. >> below the power LED), click Configure-->Programmed Settings-->Trunk
  18703. >Settings
  18704. >> 
  18705. >> You will see a setting called signal mode, it should be set to robbed bit
  18706. >> for a channelized T1 and message oriented for a PRI. Unless the telco is
  18707. >> changing other things (ie switch type, etc) that should be the only
  18708. >setting
  18709. >> you need to change when the telco changes your PRI to a channelized T1.
  18710. >> 
  18711. >> Mike McHenry
  18712. >>  Systems Administrator
  18713. >>  MinnNet Communications, Inc.
  18714. >> 
  18715. >> -----Original Message-----
  18716. >> From: owner-usr-tc@lists.xmission.com
  18717. >> [mailto:owner-usr-tc@lists.xmission.com]On Behalf Of Stainforth, Matthew
  18718. >> Sent: Wednesday, September 22, 1999 1:29 PM
  18719. >> To: 'usr-tc@lists.xmission.com'
  18720. >> Subject: (usr-tc) Channelized T1 vs PRI
  18721. >> 
  18722. >> 
  18723. >> 
  18724. >> Overnight tonight the telco is changing one of our T1s to channelized T1
  18725. >> from PRI service for testing.  I seem to remember that there is different
  18726. >> code for the dual T1/PRI cards depending on which service you have but I'm
  18727. >> using all DSPs now and I can't seem to have any CT1 specific code for
  18728. >these
  18729. >> cards on TotalService.  Does the one code base now support both CT1 and
  18730. >PRI
  18731. >> or am I missing something?
  18732. >> 
  18733. >> Thanks...
  18734. >> 
  18735. >> Matthew
  18736. >> 
  18737. >> -
  18738. >>  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  18739. >>  with "unsubscribe usr-tc" in the body of the message.
  18740. >>  For information on digests or retrieving files and old messages send
  18741. >>  "help" to the same address.  Do not use quotes in your message.
  18742. >> 
  18743. >> 
  18744. >> -
  18745. >>  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  18746. >>  with "unsubscribe usr-tc" in the body of the message.
  18747. >>  For information on digests or retrieving files and old messages send
  18748. >>  "help" to the same address.  Do not use quotes in your message.
  18749. >
  18750. >
  18751. >
  18752. >-
  18753. > To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  18754. > with "unsubscribe usr-tc" in the body of the message.
  18755. > For information on digests or retrieving files and old messages send
  18756. > "help" to the same address.  Do not use quotes in your message.
  18757. ---
  18758. Clayton Zekelman
  18759. Managed Network Systems Inc. (MNSi)
  18760. 875 Ouellette Avenue
  18761. Windsor, Ontario
  18762. N9A 4J6
  18763.  
  18764. tel. 519-985-8410
  18765. fax. 519-258-3009
  18766.  
  18767. -
  18768.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  18769.  with "unsubscribe usr-tc" in the body of the message.
  18770.  For information on digests or retrieving files and old messages send
  18771.  "help" to the same address.  Do not use quotes in your message.
  18772.  
  18773.  
  18774. -------------------------------------------------------------------------------
  18775.  
  18776. From: "Mike McHenry" <mmchen@minn.net>
  18777. Subject: (usr-tc) An odd authentication problem
  18778. Date: 22 Sep 1999 14:16:38 -0500
  18779.  
  18780.  
  18781. For the past several months people have been reporting a LONG delay in
  18782. authentication after connecting to our modems. Try as I might I couldn't
  18783. duplicate this until today. Seems that normal PAP authentication works fine.
  18784. However, about 1/10th of the time that I dial into my USR equipment using a
  18785. terminal window I experience the problem.
  18786.  
  18787. Here is what happens, dial into USR, handshake goes well, I am prompted for
  18788. my login. After entering my username and hitting enter the USR hangs for
  18789. about a minute before coming back with "Login incorrect" and then prompts me
  18790. again for my username. It never asks for a password. Watching things on the
  18791. radius server I see about 30 lines come across my radius logs saying
  18792. something like "Error: no username: [] (from nas tc-1.minn.net)"
  18793.  
  18794. Obviously my one minute delay on login is being caused by the USR timing out
  18795. on this null username request. The question is why is the USR sending a null
  18796. radius request and timing out on it? It only does this about 1/10th of the
  18797. time and it never seems to happen when doing straight PAP. Anyone else run
  18798. into this before?
  18799.  
  18800. Mike McHenry
  18801.  Systems Administrator
  18802.  MinnNet Communications, Inc.
  18803.  
  18804.  
  18805. -
  18806.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  18807.  with "unsubscribe usr-tc" in the body of the message.
  18808.  For information on digests or retrieving files and old messages send
  18809.  "help" to the same address.  Do not use quotes in your message.
  18810.  
  18811.  
  18812. -------------------------------------------------------------------------------
  18813.  
  18814. From: Paul Farber <farber@admin.f-tech.net>
  18815. Subject: RE: (usr-tc) Channelized T1 vs PRI
  18816. Date: 22 Sep 1999 15:53:53 -0400 (EDT)
  18817.  
  18818. The ability to do ISDN at 64 KBps, some say that the robbed bit signeling
  18819. is "dirty-er" then out of bands messageing on the D channel.
  18820.  
  18821. Paul D. Farber II
  18822. Farber Technology
  18823. Ph. 570-628-5303
  18824. Fax 570-628-5545
  18825. farber@admin.f-tech.net
  18826.  
  18827. On Wed, 22 Sep 1999, Stainforth, Matthew wrote:
  18828.  
  18829. > Part of the reason we're doing this is because CT1 is cheaper but I've never
  18830. > used CT1 before and I'm wondering what other functionality we're going to
  18831. > lose.  I gather it will no longer be possible to do busy out the channels
  18832. > from this end and we'll also probably lose ANI too.  Are there any other
  18833. > drawbacks that I might be overlooking?
  18834. > On Wednesday, September 22, 1999 3:46 PM, Mike McHenry
  18835. > [SMTP:mmchen@minn.net] wrote:
  18836. > > You should be able to use the same code for either a PRI or a channelized
  18837. > T1
  18838. > > on the DSP, just go into the TCM, select the T1 portion of the DSP (top
  18839. > LED
  18840. > > below the power LED), click Configure-->Programmed Settings-->Trunk
  18841. > Settings
  18842. > > 
  18843. > > You will see a setting called signal mode, it should be set to robbed bit
  18844. > > for a channelized T1 and message oriented for a PRI. Unless the telco is
  18845. > > changing other things (ie switch type, etc) that should be the only
  18846. > setting
  18847. > > you need to change when the telco changes your PRI to a channelized T1.
  18848. > > 
  18849. > > Mike McHenry
  18850. > >  Systems Administrator
  18851. > >  MinnNet Communications, Inc.
  18852. > > 
  18853. > > -----Original Message-----
  18854. > > From: owner-usr-tc@lists.xmission.com
  18855. > > [mailto:owner-usr-tc@lists.xmission.com]On Behalf Of Stainforth, Matthew
  18856. > > Sent: Wednesday, September 22, 1999 1:29 PM
  18857. > > To: 'usr-tc@lists.xmission.com'
  18858. > > Subject: (usr-tc) Channelized T1 vs PRI
  18859. > > 
  18860. > > 
  18861. > > 
  18862. > > Overnight tonight the telco is changing one of our T1s to channelized T1
  18863. > > from PRI service for testing.  I seem to remember that there is different
  18864. > > code for the dual T1/PRI cards depending on which service you have but I'm
  18865. > > using all DSPs now and I can't seem to have any CT1 specific code for
  18866. > these
  18867. > > cards on TotalService.  Does the one code base now support both CT1 and
  18868. > PRI
  18869. > > or am I missing something?
  18870. > > 
  18871. > > Thanks...
  18872. > > 
  18873. > > Matthew
  18874. > > 
  18875. > > -
  18876. > >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  18877. > >  with "unsubscribe usr-tc" in the body of the message.
  18878. > >  For information on digests or retrieving files and old messages send
  18879. > >  "help" to the same address.  Do not use quotes in your message.
  18880. > > 
  18881. > > 
  18882. > > -
  18883. > >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  18884. > >  with "unsubscribe usr-tc" in the body of the message.
  18885. > >  For information on digests or retrieving files and old messages send
  18886. > >  "help" to the same address.  Do not use quotes in your message.
  18887. > -
  18888. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  18889. >  with "unsubscribe usr-tc" in the body of the message.
  18890. >  For information on digests or retrieving files and old messages send
  18891. >  "help" to the same address.  Do not use quotes in your message.
  18892.  
  18893.  
  18894. -
  18895.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  18896.  with "unsubscribe usr-tc" in the body of the message.
  18897.  For information on digests or retrieving files and old messages send
  18898.  "help" to the same address.  Do not use quotes in your message.
  18899.  
  18900.  
  18901. -------------------------------------------------------------------------------
  18902.  
  18903. From: "Michael DeMan" <michael@prf.org>
  18904. Subject: Re: (usr-tc) Channelized T1 vs PRI
  18905. Date: 22 Sep 1999 14:24:04 -0700
  18906.  
  18907. Doesn't PRI have some advantages for error checking, etc.  Basically it's
  18908. easier to trace down and correct line noise problems, signal bounces, etc.
  18909. than a channelized T1?
  18910.  
  18911. - mike
  18912.  
  18913. ----------
  18914. >From: "Mike McHenry" <mmchen@minn.net>
  18915. >To: <usr-tc@lists.xmission.com>
  18916. >Subject: RE: (usr-tc) Channelized T1 vs PRI
  18917. >Date: Wed, Sep 22, 1999, 12:04 PM
  18918. >
  18919.  
  18920. >You should be able to busy out channels just like you did before with a CT1.
  18921. >CT1s also support ANI if configured that way from the telco. The only
  18922. >functionality I figure you will lose is the ability to take incoming 64k
  18923. >clear channel ISDN calls on your Total Control chassis.
  18924. >
  18925. >Mike McHenry
  18926. > Systems Administrator
  18927. > MinnNet Communications, Inc.
  18928. >
  18929. >-----Original Message-----
  18930. >From: owner-usr-tc@lists.xmission.com
  18931. >[mailto:owner-usr-tc@lists.xmission.com]On Behalf Of Stainforth, Matthew
  18932. >Sent: Wednesday, September 22, 1999 1:49 PM
  18933. >To: 'usr-tc@lists.xmission.com'
  18934. >Subject: RE: (usr-tc) Channelized T1 vs PRI
  18935. >
  18936. >
  18937. >
  18938. >Part of the reason we're doing this is because CT1 is cheaper but I've never
  18939. >used CT1 before and I'm wondering what other functionality we're going to
  18940. >lose.  I gather it will no longer be possible to do busy out the channels
  18941. >from this end and we'll also probably lose ANI too.  Are there any other
  18942. >drawbacks that I might be overlooking?
  18943. >
  18944. >On Wednesday, September 22, 1999 3:46 PM, Mike McHenry
  18945. >[SMTP:mmchen@minn.net] wrote:
  18946. >> You should be able to use the same code for either a PRI or a channelized
  18947. >T1
  18948. >> on the DSP, just go into the TCM, select the T1 portion of the DSP (top
  18949. >LED
  18950. >> below the power LED), click Configure-->Programmed Settings-->Trunk
  18951. >Settings
  18952. >>
  18953. >> You will see a setting called signal mode, it should be set to robbed bit
  18954. >> for a channelized T1 and message oriented for a PRI. Unless the telco is
  18955. >> changing other things (ie switch type, etc) that should be the only
  18956. >setting
  18957. >> you need to change when the telco changes your PRI to a channelized T1.
  18958. >>
  18959. >> Mike McHenry
  18960. >>  Systems Administrator
  18961. >>  MinnNet Communications, Inc.
  18962. >>
  18963. >> -----Original Message-----
  18964. >> From: owner-usr-tc@lists.xmission.com
  18965. >> [mailto:owner-usr-tc@lists.xmission.com]On Behalf Of Stainforth, Matthew
  18966. >> Sent: Wednesday, September 22, 1999 1:29 PM
  18967. >> To: 'usr-tc@lists.xmission.com'
  18968. >> Subject: (usr-tc) Channelized T1 vs PRI
  18969. >>
  18970. >>
  18971. >>
  18972. >> Overnight tonight the telco is changing one of our T1s to channelized T1
  18973. >> from PRI service for testing.  I seem to remember that there is different
  18974. >> code for the dual T1/PRI cards depending on which service you have but I'm
  18975. >> using all DSPs now and I can't seem to have any CT1 specific code for
  18976. >these
  18977. >> cards on TotalService.  Does the one code base now support both CT1 and
  18978. >PRI
  18979. >> or am I missing something?
  18980. >>
  18981. >> Thanks...
  18982. >>
  18983. >> Matthew
  18984. >>
  18985. >> -
  18986. >>  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  18987. >>  with "unsubscribe usr-tc" in the body of the message.
  18988. >>  For information on digests or retrieving files and old messages send
  18989. >>  "help" to the same address.  Do not use quotes in your message.
  18990. >>
  18991. >>
  18992. >> -
  18993. >>  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  18994. >>  with "unsubscribe usr-tc" in the body of the message.
  18995. >>  For information on digests or retrieving files and old messages send
  18996. >>  "help" to the same address.  Do not use quotes in your message.
  18997. >
  18998. >
  18999. >
  19000. >-
  19001. > To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  19002. > with "unsubscribe usr-tc" in the body of the message.
  19003. > For information on digests or retrieving files and old messages send
  19004. > "help" to the same address.  Do not use quotes in your message.
  19005. >
  19006. >
  19007. >-
  19008. > To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  19009. > with "unsubscribe usr-tc" in the body of the message.
  19010. > For information on digests or retrieving files and old messages send
  19011. > "help" to the same address.  Do not use quotes in your message.
  19012. >
  19013.  
  19014. -
  19015.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  19016.  with "unsubscribe usr-tc" in the body of the message.
  19017.  For information on digests or retrieving files and old messages send
  19018.  "help" to the same address.  Do not use quotes in your message.
  19019.  
  19020.  
  19021. -------------------------------------------------------------------------------
  19022.  
  19023. From: "Campbell Simpson" <Campbell.Simpson@telecom.co.nz>
  19024. Subject: (usr-tc) Undocumented DSP debug commands
  19025. Date: 23 Sep 1999 09:37:01 +1200
  19026.  
  19027. Hi
  19028.  
  19029. Was wondering if anyone out there has had a play around with the "trc"
  19030. command on the HiPer DSP cards. The docs on the trc command are very
  19031. brief and was wondering if anyone had a more complete explanation.
  19032.  
  19033. What I want to be able to do is capture modem data as a call is in
  19034. progress in a way similar to the Ascend MAX4000.  Frantically typing AT
  19035. commands to capture call info is not my idea of fun!
  19036.  
  19037. Any help would be much appreciated.
  19038.  
  19039. Campbell
  19040.  
  19041.  
  19042. -
  19043.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  19044.  with "unsubscribe usr-tc" in the body of the message.
  19045.  For information on digests or retrieving files and old messages send
  19046.  "help" to the same address.  Do not use quotes in your message.
  19047.  
  19048.  
  19049. -------------------------------------------------------------------------------
  19050.  
  19051. From: Clayton Zekelman <clayton@MNSi.Net>
  19052. Subject: Re: (usr-tc) Channelized T1 vs PRI
  19053. Date: 22 Sep 1999 18:12:57 -0400
  19054.  
  19055. At 02:24 PM 9/22/99 -0700, you wrote:
  19056. >Doesn't PRI have some advantages for error checking, etc.  Basically it's
  19057. >easier to trace down and correct line noise problems, signal bounces, etc.
  19058. >than a channelized T1?
  19059.  
  19060. Shouldn't be any differences.  Possibly if the CT1 is configured with SF,
  19061. you might not have as much diag info, but if the CT1 is configured as
  19062. B8ZS/ESF (same framing as PRI), you'd have the same link diagnostics
  19063. available.
  19064.  
  19065. >
  19066. >- mike
  19067. >----------
  19068. >>From: "Mike McHenry" <mmchen@minn.net>
  19069. >>To: <usr-tc@lists.xmission.com>
  19070. >>Subject: RE: (usr-tc) Channelized T1 vs PRI
  19071. >>Date: Wed, Sep 22, 1999, 12:04 PM
  19072. >>
  19073. >
  19074. >>You should be able to busy out channels just like you did before with a CT1.
  19075. >>CT1s also support ANI if configured that way from the telco. The only
  19076. >>functionality I figure you will lose is the ability to take incoming 64k
  19077. >>clear channel ISDN calls on your Total Control chassis.
  19078. >>
  19079. >>Mike McHenry
  19080. >> Systems Administrator
  19081. >> MinnNet Communications, Inc.
  19082. >>
  19083. >>-----Original Message-----
  19084. >>From: owner-usr-tc@lists.xmission.com
  19085. >>[mailto:owner-usr-tc@lists.xmission.com]On Behalf Of Stainforth, Matthew
  19086. >>Sent: Wednesday, September 22, 1999 1:49 PM
  19087. >>To: 'usr-tc@lists.xmission.com'
  19088. >>Subject: RE: (usr-tc) Channelized T1 vs PRI
  19089. >>
  19090. >>
  19091. >>
  19092. >>Part of the reason we're doing this is because CT1 is cheaper but I've never
  19093. >>used CT1 before and I'm wondering what other functionality we're going to
  19094. >>lose.  I gather it will no longer be possible to do busy out the channels
  19095. >>from this end and we'll also probably lose ANI too.  Are there any other
  19096. >>drawbacks that I might be overlooking?
  19097. >>
  19098. >>On Wednesday, September 22, 1999 3:46 PM, Mike McHenry
  19099. >>[SMTP:mmchen@minn.net] wrote:
  19100. >>> You should be able to use the same code for either a PRI or a channelized
  19101. >>T1
  19102. >>> on the DSP, just go into the TCM, select the T1 portion of the DSP (top
  19103. >>LED
  19104. >>> below the power LED), click Configure-->Programmed Settings-->Trunk
  19105. >>Settings
  19106. >>>
  19107. >>> You will see a setting called signal mode, it should be set to robbed bit
  19108. >>> for a channelized T1 and message oriented for a PRI. Unless the telco is
  19109. >>> changing other things (ie switch type, etc) that should be the only
  19110. >>setting
  19111. >>> you need to change when the telco changes your PRI to a channelized T1.
  19112. >>>
  19113. >>> Mike McHenry
  19114. >>>  Systems Administrator
  19115. >>>  MinnNet Communications, Inc.
  19116. >>>
  19117. >>> -----Original Message-----
  19118. >>> From: owner-usr-tc@lists.xmission.com
  19119. >>> [mailto:owner-usr-tc@lists.xmission.com]On Behalf Of Stainforth, Matthew
  19120. >>> Sent: Wednesday, September 22, 1999 1:29 PM
  19121. >>> To: 'usr-tc@lists.xmission.com'
  19122. >>> Subject: (usr-tc) Channelized T1 vs PRI
  19123. >>>
  19124. >>>
  19125. >>>
  19126. >>> Overnight tonight the telco is changing one of our T1s to channelized T1
  19127. >>> from PRI service for testing.  I seem to remember that there is different
  19128. >>> code for the dual T1/PRI cards depending on which service you have but I'm
  19129. >>> using all DSPs now and I can't seem to have any CT1 specific code for
  19130. >>these
  19131. >>> cards on TotalService.  Does the one code base now support both CT1 and
  19132. >>PRI
  19133. >>> or am I missing something?
  19134. >>>
  19135. >>> Thanks...
  19136. >>>
  19137. >>> Matthew
  19138. >>>
  19139. >>> -
  19140. >>>  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  19141. >>>  with "unsubscribe usr-tc" in the body of the message.
  19142. >>>  For information on digests or retrieving files and old messages send
  19143. >>>  "help" to the same address.  Do not use quotes in your message.
  19144.  
  19145. >>>
  19146. >>>
  19147. >>> -
  19148. >>>  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  19149. >>>  with "unsubscribe usr-tc" in the body of the message.
  19150. >>>  For information on digests or retrieving files and old messages send
  19151. >>>  "help" to the same address.  Do not use quotes in your message.
  19152. >>
  19153. >>
  19154. >>
  19155. >>-
  19156. >> To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  19157. >> with "unsubscribe usr-tc" in the body of the message.
  19158. >> For information on digests or retrieving files and old messages send
  19159. >> "help" to the same address.  Do not use quotes in your message.
  19160. >>
  19161. >>
  19162. >>-
  19163. >> To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  19164. >> with "unsubscribe usr-tc" in the body of the message.
  19165. >> For information on digests or retrieving files and old messages send
  19166. >> "help" to the same address.  Do not use quotes in your message.
  19167. >>
  19168. >
  19169. >-
  19170. > To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  19171. > with "unsubscribe usr-tc" in the body of the message.
  19172. > For information on digests or retrieving files and old messages send
  19173. > "help" to the same address.  Do not use quotes in your message.
  19174. ---
  19175. Clayton Zekelman
  19176. Managed Network Systems Inc. (MNSi)
  19177. 875 Ouellette Avenue
  19178. Windsor, Ontario
  19179. N9A 4J6
  19180.  
  19181. tel. 519-985-8410
  19182. fax. 519-258-3009
  19183.  
  19184. -
  19185.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  19186.  with "unsubscribe usr-tc" in the body of the message.
  19187.  For information on digests or retrieving files and old messages send
  19188.  "help" to the same address.  Do not use quotes in your message.
  19189.  
  19190.  
  19191. -------------------------------------------------------------------------------
  19192.  
  19193. From: "Steve Coleman" <scoleman2@csolutions.net>
  19194. Subject: (usr-tc) ISDN Problem with Netgear RH348
  19195. Date: 22 Sep 1999 23:31:03 -0600
  19196.  
  19197. Can't seem to get this unit working in any configuration.  We have are using
  19198. the HiperArc and HiperDSP with the latest code on both.  The connection will
  19199. establish and work for a few minutes, but it keeps resetting, usually after
  19200. 3-5 minutes.  This happens if the Netgear calls in using NAT, calls in using
  19201. a routed subnet, or if the HiperARC calls the Netgear.  Idle timers on both
  19202. ends have been set to 0.  Any ideas?
  19203.  
  19204. Thanks,
  19205.  
  19206. Steve Coleman
  19207. Computer Solutions
  19208.  
  19209.  
  19210.  
  19211. -
  19212.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  19213.  with "unsubscribe usr-tc" in the body of the message.
  19214.  For information on digests or retrieving files and old messages send
  19215.  "help" to the same address.  Do not use quotes in your message.
  19216.  
  19217.  
  19218. -------------------------------------------------------------------------------
  19219.  
  19220. From: das <das@gol.com>
  19221. Subject: (usr-tc) Problems with macs and HiperARC 4.1.59
  19222. Date: 23 Sep 1999 15:06:12 +0900
  19223.  
  19224. I'm having quite a few problems with macs connecting with FreePPP to my HARC
  19225. running 4.1.59.  It will never connect on the first try, but subsequent attempts
  19226. seem to be OK.  It is completely reproduceable and is happening on more than one
  19227. card.
  19228. I am willing to re-flash the card to older code, except the last time I did this
  19229. the HARC lost it's configuration. (forgot it's IP Address)  Being that the problem
  19230. cards are in remote pops, I would rather try a fix for the current code first.
  19231. Anyone have any ideas?
  19232.  
  19233. Sorry if this has been answered before, I was mysteriously unsubscribed from this
  19234. list and missed a lot of posts.
  19235.  
  19236. das
  19237.  
  19238. -- 
  19239. ____________________________________________
  19240. Alex Substanley       Global OnLine Japan
  19241.                 Engineering Department
  19242. Das Man               TEL: 81-3-5334-1700
  19243. Systems Engineer      FAX: 81-3-5334-1711
  19244.   The Highest Quality Service, Bar None
  19245. ____________________________________________
  19246.  
  19247. -
  19248.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  19249.  with "unsubscribe usr-tc" in the body of the message.
  19250.  For information on digests or retrieving files and old messages send
  19251.  "help" to the same address.  Do not use quotes in your message.
  19252.  
  19253.  
  19254. -------------------------------------------------------------------------------
  19255.  
  19256. From: Aaron Nabil <nabil@spiritone.com>
  19257. Subject: Re: (usr-tc) Problems with macs and HiperARC 4.1.59
  19258. Date: 23 Sep 1999 00:01:56 -0700 (PDT)
  19259.  
  19260. das writes...
  19261. >I'm having quite a few problems with macs connecting with FreePPP to my HARC
  19262. >running 4.1.59.  It will never connect on the first try, but subsequent attempts
  19263. >seem to be OK.  It is completely reproduceable and is happening on more than one
  19264. >card.
  19265.  
  19266. It happened here too.  I haven't checked to see if V4.2.29 fixes it, the
  19267. problem might have went away, nobody has mentioned it for a while.
  19268.  
  19269.  
  19270. -- 
  19271. Aaron Nabil
  19272.  
  19273. -
  19274.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  19275.  with "unsubscribe usr-tc" in the body of the message.
  19276.  For information on digests or retrieving files and old messages send
  19277.  "help" to the same address.  Do not use quotes in your message.
  19278.  
  19279.  
  19280. -------------------------------------------------------------------------------
  19281.  
  19282. From: Ken Kirchner <kenk@shreve.net>
  19283. Subject: Re: (usr-tc) Problems with macs and HiperARC 4.1.59
  19284. Date: 23 Sep 1999 00:16:27 -0700
  19285.  
  19286. Speaking of 4.2.29, which manly men among us has this up and running? 
  19287. Hows it look?  Hows the OSPF working so far?
  19288.  
  19289. And in addition to the original post, we are having Mac problems as
  19290. well, but the code release prior to 4.1.59 seemed to make the problem
  19291. much worse if I recall correctly.
  19292.  
  19293. Aaron Nabil wrote:
  19294. > das writes...
  19295. > >I'm having quite a few problems with macs connecting with FreePPP to my HARC
  19296. > >running 4.1.59.  It will never connect on the first try, but subsequent attempts
  19297. > >seem to be OK.  It is completely reproduceable and is happening on more than one
  19298. > >card.
  19299. > It happened here too.  I haven't checked to see if V4.2.29 fixes it, the
  19300. > problem might have went away, nobody has mentioned it for a while.
  19301.  
  19302. -
  19303.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  19304.  with "unsubscribe usr-tc" in the body of the message.
  19305.  For information on digests or retrieving files and old messages send
  19306.  "help" to the same address.  Do not use quotes in your message.
  19307.  
  19308.  
  19309. -------------------------------------------------------------------------------
  19310.  
  19311. From: Jim Johnson <jim@perigee.net>
  19312. Subject: Re: (usr-tc) Cisco 802 Connecting to ARC
  19313. Date: 23 Sep 1999 08:27:02 -0400
  19314.  
  19315.  
  19316. Thanks for all the help, but no luck.
  19317.  
  19318. Anyone want to buy a SLIGHTLY USED Cisco 802 router, the customer we
  19319. bought it for has moved on.
  19320.  
  19321. Regards,
  19322.  
  19323. Jim
  19324.  
  19325. Jim Johnson wrote:
  19326. > We are trying to connect a Cisco 802 to our HiperARC chassis using ISDN
  19327. > and not having much success.
  19328. > Mon Radius shows the router authenticated fine.
  19329. > Mon PPP shows only an Outgoing PAP AUTH packet on the link.
  19330. > The router shows that it was authenticated.
  19331. > But then there is no additional PPP traffic.
  19332. > Eventually, the ARC gets an incoming LCP TERM packet from the router
  19333. > when the router decides to close down the link.
  19334. > The radius entry for the router is:
  19335. > router          Password=secret
  19336. >                 Framed-IP-Address=xxx.xxx.32.35,
  19337. >                 Framed-IP-Netmask=255.255.255.255,
  19338. >                 Framed-Route="xxx.xxx.33.8/30 xxx.xxx.32.35 1"
  19339. > I'm sure there is something realy simple I am missing here...
  19340. > Thanks,
  19341. > -Jim Johnson
  19342. > -
  19343. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  19344. >  with "unsubscribe usr-tc" in the body of the message.
  19345. >  For information on digests or retrieving files and old messages send
  19346. >  "help" to the same address.  Do not use quotes in your message.
  19347.  
  19348. -
  19349.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  19350.  with "unsubscribe usr-tc" in the body of the message.
  19351.  For information on digests or retrieving files and old messages send
  19352.  "help" to the same address.  Do not use quotes in your message.
  19353.  
  19354.  
  19355. -------------------------------------------------------------------------------
  19356.  
  19357. From: "Martin Oberle" <moberle@gmx.de>
  19358. Subject: (usr-tc) Latest Netserver code?
  19359. Date: 23 Sep 1999 17:14:05 +0200
  19360.  
  19361. Hi,
  19362.  
  19363. I have to update my Total Control Netserver to be Y2K.
  19364. I use the Netserver to dial out.
  19365. I believe someone posted in this list that the netserver code
  19366. 3.8 (which I think is the newest) has bug and doesn't support
  19367. dial out. Is this true?
  19368.  
  19369. Thanks
  19370.  
  19371. Martin
  19372.  
  19373. -
  19374.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  19375.  with "unsubscribe usr-tc" in the body of the message.
  19376.  For information on digests or retrieving files and old messages send
  19377.  "help" to the same address.  Do not use quotes in your message.
  19378.  
  19379.  
  19380. -------------------------------------------------------------------------------
  19381.  
  19382. From: Jim Johnson <jim@perigee.net>
  19383. Subject: Re: (usr-tc) Cisco 802 Connecting to ARC
  19384. Date: 23 Sep 1999 12:41:47 -0400
  19385.  
  19386.  
  19387.  
  19388. Just kidding about selling the router to see if I could get anyone to
  19389. respond.  I am a little surprised that there is not more Cisco expertise
  19390. on this list (e.g., the ppp 'callin' flag).  I guess this list is more
  19391. like a self help therapy session for overworked network technicians who
  19392. can't complain to anyone else but their peers. :)  Oh well, at least it
  19393. works.
  19394.  
  19395. This morning, after going through the warehouse full of poor
  19396. documentation at www.cisco.com for the umpteenth time, I found out what
  19397. the problem was and now we are up and running with the Cisco 802.
  19398.  
  19399. Now, in case any of you folks ever need to connect a Cisco router to a
  19400. TC chassis don't forget about *** unidirectional authentication ***!
  19401.  
  19402. To allow the Cisco to connect without having to have the TC authenticate
  19403. itself, the complete Cisco command is:
  19404.  
  19405. (config-if)# ppp authentication pap callin
  19406.            
  19407. This command enables PAP and specifies authentication on incoming calls
  19408. only. Unidirectional authentication is used because non-Cisco routers
  19409. that do not support bidirectional authentication (e.g., a TC Chassis).
  19410.  
  19411. If you ever had a situation where you could not figure out why CHAP
  19412. would work and PAP wouldn't, then you also needed to know this!
  19413.  
  19414. Cheers,
  19415.  
  19416. -Jim
  19417.  
  19418. Jim Johnson wrote:
  19419. > Thanks for all the help, but no luck.
  19420. > Anyone want to buy a SLIGHTLY USED Cisco 802 router, the customer we
  19421. > bought it for has moved on.
  19422. > Regards,
  19423. > Jim
  19424. > Jim Johnson wrote:
  19425. > >
  19426. > > We are trying to connect a Cisco 802 to our HiperARC chassis using ISDN
  19427. > > and not having much success.
  19428. > >
  19429. > > Mon Radius shows the router authenticated fine.
  19430. > >
  19431. > > Mon PPP shows only an Outgoing PAP AUTH packet on the link.
  19432. > >
  19433. > > The router shows that it was authenticated.
  19434. > >
  19435. > > But then there is no additional PPP traffic.
  19436. > >
  19437. > > Eventually, the ARC gets an incoming LCP TERM packet from the router
  19438. > > when the router decides to close down the link.
  19439. > >
  19440. > > The radius entry for the router is:
  19441. > >
  19442. > > router          Password=secret
  19443. > >                 Framed-IP-Address=xxx.xxx.32.35,
  19444. > >                 Framed-IP-Netmask=255.255.255.255,
  19445. > >                 Framed-Route="xxx.xxx.33.8/30 xxx.xxx.32.35 1"
  19446. > >
  19447. > > I'm sure there is something realy simple I am missing here...
  19448. > >
  19449. > > Thanks,
  19450. > >
  19451. > > -Jim Johnson
  19452. > >
  19453. > > -
  19454. > >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  19455. > >  with "unsubscribe usr-tc" in the body of the message.
  19456. > >  For information on digests or retrieving files and old messages send
  19457. > >  "help" to the same address.  Do not use quotes in your message.
  19458. > -
  19459. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  19460. >  with "unsubscribe usr-tc" in the body of the message.
  19461. >  For information on digests or retrieving files and old messages send
  19462. >  "help" to the same address.  Do not use quotes in your message.
  19463.  
  19464. -
  19465.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  19466.  with "unsubscribe usr-tc" in the body of the message.
  19467.  For information on digests or retrieving files and old messages send
  19468.  "help" to the same address.  Do not use quotes in your message.
  19469.  
  19470.  
  19471. -------------------------------------------------------------------------------
  19472.  
  19473. From: Jerry Wright <jwright@hyperserv.com>
  19474. Subject: (usr-tc) TCBox won't make T1 Connect
  19475. Date: 23 Sep 1999 10:10:00 -0700
  19476.  
  19477. We have an older TC Box with digital/analog cards, and a dual T1 setup,
  19478. as well as NMC and NetServer.  Okay...  If you set the modem card to
  19479. Nic, you can dial in on an analog line and connect.
  19480.  
  19481. If you dial in on the T1, nothing.  Now, for a bit, it was working, but
  19482. I didn't have the pool set properly in the Security Server, and
  19483. authentication didn't work.  That's fixed.
  19484.  
  19485. Now, call-ins on the T1 say, "Your call did not go through, would you
  19486. please hang up and dial again."
  19487.  
  19488.     We're set to esf and b8zs, wink start...  just what the phone co
  19489. wants.  They say they can't get a wink acknowledge, our NAC passes
  19490. allinternal tests.
  19491.    
  19492.     Local Digital loopback works, Remote loopback fails, and it says, NO
  19493. dialtone.  
  19494.     Any suggestions???
  19495.  
  19496.         Jerry Wright
  19497.         www.iaml.net
  19498.         mailto:jwright@iaml.net
  19499.         mailto:jwright@hyperserv.com
  19500.         Internet Access of Moses Lake
  19501.         Hypernet Services.
  19502.  
  19503. -
  19504.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  19505.  with "unsubscribe usr-tc" in the body of the message.
  19506.  For information on digests or retrieving files and old messages send
  19507.  "help" to the same address.  Do not use quotes in your message.
  19508.  
  19509.  
  19510. -------------------------------------------------------------------------------
  19511.  
  19512. From: K Mitchell <mitch@keyconn.net>
  19513. Subject: (usr-tc) Upgrading DSPs
  19514. Date: 23 Sep 1999 13:27:49 -0400
  19515.  
  19516.   Finally got my new DSP problems straightened out for the most part.
  19517. Original card was bad, swapped with a replacement. Everything appears to be
  19518. fine except I can't get the type from STATIC to DYNAMIC, seems to be
  19519. working ok though so I'm not sure what difference it makes.
  19520.   On to my main point, I'm currently running 1.2.60 on all cards and
  19521. 4.1.59-6 ARC code. On the DSPs, should I go with 1.2.37 or move up to
  19522. 2.0.81? Any problems with either? Same question on the ARC, is 4.2.31-1
  19523. worth bumping up to?
  19524.  
  19525. Thanks,
  19526. Kirk
  19527.  
  19528. -- 
  19529. Kirk Mitchell-General Manager        mitch@keyconn.net
  19530. Keystone Connect                     Unlock Your World
  19531. Altoona, PA   814-941-5000      http://www.keyconn.net
  19532.  
  19533.  
  19534. -
  19535.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  19536.  with "unsubscribe usr-tc" in the body of the message.
  19537.  For information on digests or retrieving files and old messages send
  19538.  "help" to the same address.  Do not use quotes in your message.
  19539.  
  19540.  
  19541. -------------------------------------------------------------------------------
  19542.  
  19543. From: Ahmed Saeed <Ahmed.Saeed@widener.edu>
  19544. Subject: Re: (usr-tc) modem that will 
  19545. Date: 23 Sep 1999 13:55:51 -0400 (EDT)
  19546.  
  19547.  
  19548. From what is written, it seems that the modem picks up the call fine but 
  19549. there is no packet bus data to tell hiper arc to terminate call. 
  19550.  
  19551. try 
  19552. reset modem slot:x/mod:x
  19553.  
  19554. Best bet is to go to tcm, and download the parameters from another good 
  19555. working modem. 
  19556.  
  19557. By these steps, you eradicate the packet bus, config values, only other 
  19558. thing might be the packet bus interface for that particular modem. 
  19559. This would come under hardware issue. 
  19560.  
  19561. Ahmed 
  19562.  
  19563. On Tue, 14 Sep 1999, Stainforth, Matthew wrote:
  19564.  
  19565. > I'm having a problem with one modem that refuses to pick up.  When I watch
  19566. > the status in performance monitor, I can see the call coming in (RingIn or
  19567. > RingRcvd states), DNIS and ANI information comes up, but the modem never
  19568. > picks up the call.  I have replaced the DSP NAC and the problem didn't go
  19569. > away.  The only other place I can think to look is to the ARC itself but the
  19570. > modem interface is UP/UP.  I've also tried a full reconfig (restore from
  19571. > default, save to nvram, reboot, reconfig, save to nvram, reboot) and no
  19572. > luck.  When a user happens to grab that line they hear a long pause of dead
  19573. > air (maybe 5 seconds or more) and then it starts ringing endlessly.  Any
  19574. > ideas?
  19575. > -
  19576. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  19577. >  with "unsubscribe usr-tc" in the body of the message.
  19578. >  For information on digests or retrieving files and old messages send
  19579. >  "help" to the same address.  Do not use quotes in your message.
  19580.  
  19581. -
  19582.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  19583.  with "unsubscribe usr-tc" in the body of the message.
  19584.  For information on digests or retrieving files and old messages send
  19585.  "help" to the same address.  Do not use quotes in your message.
  19586.  
  19587.  
  19588. -------------------------------------------------------------------------------
  19589.  
  19590. From: "Stainforth, Matthew" <MatthewS@staff.brunnet.net>
  19591. Subject: RE: (usr-tc) Upgrading DSPs
  19592. Date: 23 Sep 1999 15:20:12 -0300
  19593.  
  19594.  
  19595. I'm running 2.0.81 on most of my DSPs and I have no complaints specific to
  19596. that version.  I needed it so I could do NFAS which also seems to work
  19597. great.
  19598.  
  19599. On Thursday, September 23, 1999 2:28 PM, K Mitchell [SMTP:mitch@keyconn.net]
  19600. wrote:
  19601. >   On to my main point, I'm currently running 1.2.60 on all cards and
  19602. > 4.1.59-6 ARC code. On the DSPs, should I go with 1.2.37 or move up to
  19603. > 2.0.81? Any problems with either? Same question on the ARC, is 4.2.31-1
  19604. > worth bumping up to?
  19605. > Thanks,
  19606. > Kirk
  19607. > -- 
  19608. > Kirk Mitchell-General Manager        mitch@keyconn.net
  19609. > Keystone Connect                     Unlock Your World
  19610. > Altoona, PA   814-941-5000      http://www.keyconn.net
  19611. > -
  19612. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  19613. >  with "unsubscribe usr-tc" in the body of the message.
  19614. >  For information on digests or retrieving files and old messages send
  19615. >  "help" to the same address.  Do not use quotes in your message.
  19616.  
  19617.  
  19618.  
  19619. -
  19620.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  19621.  with "unsubscribe usr-tc" in the body of the message.
  19622.  For information on digests or retrieving files and old messages send
  19623.  "help" to the same address.  Do not use quotes in your message.
  19624.  
  19625.  
  19626. -------------------------------------------------------------------------------
  19627.  
  19628. From: Scott Trautman <scottt@corp.gdinet.com>
  19629. Subject: RE: (usr-tc) Upgrading DSPs
  19630. Date: 23 Sep 1999 13:23:04 -0500
  19631.  
  19632. HiPer>> sho nmc
  19633.  
  19634. NMC SETTINGS
  19635. Chassis Awareness:        ENABLED       
  19636. Dynamic Slot Assignment:  DISABLED      
  19637. DSA Idle Rebalancing:     ENABLED       
  19638.  
  19639. Invariably your Chassis Awareness is DISABLED, which will mean no "DYNAMIC"
  19640.  
  19641. enable nmc chassis_awareness
  19642.  
  19643. Will fix it.
  19644.  
  19645. You'll probably want to reboot the ARC.
  19646.  
  19647. SMT
  19648.  
  19649. -----Original Message-----
  19650. Sent: Thursday, September 23, 1999 12:28 PM
  19651.  
  19652.  
  19653.   Finally got my new DSP problems straightened out for the most part.
  19654. Original card was bad, swapped with a replacement. Everything appears to be
  19655. fine except I can't get the type from STATIC to DYNAMIC, seems to be
  19656. working ok though so I'm not sure what difference it makes.
  19657.   On to my main point, I'm currently running 1.2.60 on all cards and
  19658. 4.1.59-6 ARC code. On the DSPs, should I go with 1.2.37 or move up to
  19659. 2.0.81? Any problems with either? Same question on the ARC, is 4.2.31-1
  19660. worth bumping up to?
  19661.  
  19662. Thanks,
  19663. Kirk
  19664.  
  19665. -- 
  19666. Kirk Mitchell-General Manager        mitch@keyconn.net
  19667. Keystone Connect                     Unlock Your World
  19668. Altoona, PA   814-941-5000      http://www.keyconn.net
  19669.  
  19670.  
  19671. -
  19672.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  19673.  with "unsubscribe usr-tc" in the body of the message.
  19674.  For information on digests or retrieving files and old messages send
  19675.  "help" to the same address.  Do not use quotes in your message.
  19676.  
  19677. -
  19678.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  19679.  with "unsubscribe usr-tc" in the body of the message.
  19680.  For information on digests or retrieving files and old messages send
  19681.  "help" to the same address.  Do not use quotes in your message.
  19682.  
  19683.  
  19684. -------------------------------------------------------------------------------
  19685.  
  19686. From: Scott Trautman <scottt@corp.gdinet.com>
  19687. Subject: RE: (usr-tc) Upgrading DSPs
  19688. Date: 23 Sep 1999 13:26:08 -0500
  19689.  
  19690. I have one stinkin' site where 2.0.81 = no Rockwell modes@V90 (long
  19691. screeching, no negotiation),
  19692. that site I use 1.2.59, everywhere else quite happy with 2.0.81.
  19693.  
  19694. SMT
  19695.  
  19696. -----Original Message-----
  19697. Sent: Thursday, September 23, 1999 1:20 PM
  19698.  
  19699.  
  19700.  
  19701. I'm running 2.0.81 on most of my DSPs and I have no complaints specific to
  19702. that version.  I needed it so I could do NFAS which also seems to work
  19703. great.
  19704.  
  19705. On Thursday, September 23, 1999 2:28 PM, K Mitchell [SMTP:mitch@keyconn.net]
  19706. wrote:
  19707. >   On to my main point, I'm currently running 1.2.60 on all cards and
  19708. > 4.1.59-6 ARC code. On the DSPs, should I go with 1.2.37 or move up to
  19709. > 2.0.81? Any problems with either? Same question on the ARC, is 4.2.31-1
  19710. > worth bumping up to?
  19711. > Thanks,
  19712. > Kirk
  19713. > -- 
  19714. > Kirk Mitchell-General Manager        mitch@keyconn.net
  19715. > Keystone Connect                     Unlock Your World
  19716. > Altoona, PA   814-941-5000      http://www.keyconn.net
  19717. > -
  19718. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  19719. >  with "unsubscribe usr-tc" in the body of the message.
  19720. >  For information on digests or retrieving files and old messages send
  19721. >  "help" to the same address.  Do not use quotes in your message.
  19722.  
  19723.  
  19724.  
  19725. -
  19726.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  19727.  with "unsubscribe usr-tc" in the body of the message.
  19728.  For information on digests or retrieving files and old messages send
  19729.  "help" to the same address.  Do not use quotes in your message.
  19730.  
  19731. -
  19732.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  19733.  with "unsubscribe usr-tc" in the body of the message.
  19734.  For information on digests or retrieving files and old messages send
  19735.  "help" to the same address.  Do not use quotes in your message.
  19736.  
  19737.  
  19738. -------------------------------------------------------------------------------
  19739.  
  19740. From: "Stainforth, Matthew" <MatthewS@staff.brunnet.net>
  19741. Subject: RE: (usr-tc) Upgrading DSPs
  19742. Date: 23 Sep 1999 15:28:46 -0300
  19743.  
  19744.  
  19745. Speaking of firmware problems, has anyone heard if 3Com is almost ready to
  19746. release a version that fixes that stupid "modems go freaky in pairs"
  19747. problem?  I have 6 channels busied out due to this at the moment.  I know
  19748. there was some bleeding edge code that helped but I'm less than enthusiastic
  19749. about running that on my production boxes.
  19750.  
  19751. On Thursday, September 23, 1999 3:26 PM, Scott Trautman
  19752. [SMTP:scottt@corp.gdinet.com] wrote:
  19753. > I have one stinkin' site where 2.0.81 = no Rockwell modes@V90 (long
  19754. > screeching, no negotiation),
  19755. > that site I use 1.2.59, everywhere else quite happy with 2.0.81.
  19756. > SMT
  19757. > -----Original Message-----
  19758. > From: Stainforth, Matthew [mailto:MatthewS@staff.brunnet.net]
  19759. > Sent: Thursday, September 23, 1999 1:20 PM
  19760. > To: 'usr-tc@lists.xmission.com'
  19761. > Subject: RE: (usr-tc) Upgrading DSPs
  19762. > I'm running 2.0.81 on most of my DSPs and I have no complaints specific to
  19763. > that version.  I needed it so I could do NFAS which also seems to work
  19764. > great.
  19765. > On Thursday, September 23, 1999 2:28 PM, K Mitchell
  19766. [SMTP:mitch@keyconn.net]
  19767. > wrote:
  19768. > >   On to my main point, I'm currently running 1.2.60 on all cards and
  19769. > > 4.1.59-6 ARC code. On the DSPs, should I go with 1.2.37 or move up to
  19770. > > 2.0.81? Any problems with either? Same question on the ARC, is 4.2.31-1
  19771. > > worth bumping up to?
  19772. > > 
  19773. > > Thanks,
  19774. > > Kirk
  19775. > > 
  19776. > > -- 
  19777. > > Kirk Mitchell-General Manager        mitch@keyconn.net
  19778. > > Keystone Connect                     Unlock Your World
  19779. > > Altoona, PA   814-941-5000      http://www.keyconn.net
  19780. > > 
  19781. > > 
  19782. > > -
  19783. > >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  19784. > >  with "unsubscribe usr-tc" in the body of the message.
  19785. > >  For information on digests or retrieving files and old messages send
  19786. > >  "help" to the same address.  Do not use quotes in your message.
  19787. > -
  19788. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  19789. >  with "unsubscribe usr-tc" in the body of the message.
  19790. >  For information on digests or retrieving files and old messages send
  19791. >  "help" to the same address.  Do not use quotes in your message.
  19792. > -
  19793. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  19794. >  with "unsubscribe usr-tc" in the body of the message.
  19795. >  For information on digests or retrieving files and old messages send
  19796. >  "help" to the same address.  Do not use quotes in your message.
  19797.  
  19798.  
  19799.  
  19800. -
  19801.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  19802.  with "unsubscribe usr-tc" in the body of the message.
  19803.  For information on digests or retrieving files and old messages send
  19804.  "help" to the same address.  Do not use quotes in your message.
  19805.  
  19806.  
  19807. -------------------------------------------------------------------------------
  19808.  
  19809. From: "Michael DeMan" <michael@prf.org>
  19810. Subject: Re: (usr-tc) Server Assigned DNS
  19811. Date: 23 Sep 1999 11:43:53 -0700
  19812.  
  19813. I tried this on a HiperARC card and it still does not seem to work.  Is
  19814. there something else I need to configure, or is it different for HiperARC?
  19815.  
  19816.     - Mike
  19817.  
  19818.  
  19819. ----------
  19820. >From: "Mike McHenry" <mmchen@minn.net>
  19821. >To: <usr-tc@lists.xmission.com>, <usr-tc@xmission.com>
  19822. >Subject: RE: (usr-tc) Server Assigned DNS
  19823. >Date: Tue, Sep 21, 1999, 12:26 PM
  19824. >
  19825.  
  19826. >set nameserver 10.0.0.1
  19827. >set nameserver 2 10.0.0.2
  19828. >
  19829. >Nothing else should be needed, the Portmasters and Netservers will correctly
  19830. >send the dns servers as part of a normal PPP negotiation sequence with a
  19831. >customer dialing in...
  19832.  
  19833. -
  19834.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  19835.  with "unsubscribe usr-tc" in the body of the message.
  19836.  For information on digests or retrieving files and old messages send
  19837.  "help" to the same address.  Do not use quotes in your message.
  19838.  
  19839.  
  19840. -------------------------------------------------------------------------------
  19841.  
  19842. From: K Mitchell <mitch@keyconn.net>
  19843. Subject: RE: (usr-tc) Upgrading DSPs
  19844. Date: 23 Sep 1999 14:44:00 -0400
  19845.  
  19846. At 03:28 PM 9/23/99 -0300, "Stainforth, Matthew"
  19847. <MatthewS@staff.brunnet.net> wrote:
  19848. >
  19849. >Speaking of firmware problems, has anyone heard if 3Com is almost ready to
  19850. >release a version that fixes that stupid "modems go freaky in pairs"
  19851. >problem?  I have 6 channels busied out due to this at the moment.  I know
  19852. >there was some bleeding edge code that helped but I'm less than enthusiastic
  19853. >about running that on my production boxes.
  19854.  
  19855. Does rebooting the DSP take care of the modems? I have a pair on one card
  19856. that go freaky every few weeks. I just busy out the card to shove all my
  19857. traffic off, reboot the card, restore to service, and it's good for another
  19858. few weeks.
  19859.  
  19860.  
  19861. -- 
  19862. Kirk Mitchell-General Manager        mitch@keyconn.net
  19863. Keystone Connect                     Unlock Your World
  19864. Altoona, PA   814-941-5000      http://www.keyconn.net
  19865.  
  19866.  
  19867. -
  19868.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  19869.  with "unsubscribe usr-tc" in the body of the message.
  19870.  For information on digests or retrieving files and old messages send
  19871.  "help" to the same address.  Do not use quotes in your message.
  19872.  
  19873.  
  19874. -------------------------------------------------------------------------------
  19875.  
  19876. From: K Mitchell <mitch@keyconn.net>
  19877. Subject: RE: (usr-tc) Upgrading DSPs
  19878. Date: 23 Sep 1999 14:41:22 -0400
  19879.  
  19880. At 01:23 PM 9/23/99 -0500, Scott Trautman <scottt@corp.gdinet.com> wrote:
  19881. >Invariably your Chassis Awareness is DISABLED, which will mean no "DYNAMIC"
  19882. >
  19883. >enable nmc chassis_awareness
  19884. >
  19885. >Will fix it.
  19886.  
  19887. I thought I had it enabled, apparently not :o/
  19888.  
  19889. >You'll probably want to reboot the ARC.
  19890.  
  19891. If I'm gonna reboot the ARC anyway, any issues or warnings for 4.2.31-1?
  19892.  
  19893. Thanks,
  19894. Kirk
  19895.  
  19896. -- 
  19897. Kirk Mitchell-General Manager        mitch@keyconn.net
  19898. Keystone Connect                     Unlock Your World
  19899. Altoona, PA   814-941-5000      http://www.keyconn.net
  19900.  
  19901.  
  19902. -
  19903.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  19904.  with "unsubscribe usr-tc" in the body of the message.
  19905.  For information on digests or retrieving files and old messages send
  19906.  "help" to the same address.  Do not use quotes in your message.
  19907.  
  19908.  
  19909. -------------------------------------------------------------------------------
  19910.  
  19911. From: "Mike McHenry" <mmchen@minn.net>
  19912. Subject: RE: (usr-tc) Server Assigned DNS
  19913. Date: 23 Sep 1999 13:54:40 -0500
  19914.  
  19915. Ahh, Netserver and ARC are not the same thing, in your first email you said
  19916. Netserver I believe. For an ARC card:
  19917.  
  19918. set dns server 10.0.0.1 preference 1
  19919. set dns server 10.0.0.2 preference 2
  19920.  
  19921. Mike McHenry
  19922.  Systems Administrator
  19923.  MinnNet Communications, Inc.
  19924.  
  19925. -----Original Message-----
  19926. [mailto:owner-usr-tc@lists.xmission.com]On Behalf Of Michael DeMan
  19927. Sent: Thursday, September 23, 1999 1:44 PM
  19928.  
  19929.  
  19930. I tried this on a HiperARC card and it still does not seem to work.  Is
  19931. there something else I need to configure, or is it different for HiperARC?
  19932.  
  19933.     - Mike
  19934.  
  19935.  
  19936. ----------
  19937. >From: "Mike McHenry" <mmchen@minn.net>
  19938. >To: <usr-tc@lists.xmission.com>, <usr-tc@xmission.com>
  19939. >Subject: RE: (usr-tc) Server Assigned DNS
  19940. >Date: Tue, Sep 21, 1999, 12:26 PM
  19941. >
  19942.  
  19943. >set nameserver 10.0.0.1
  19944. >set nameserver 2 10.0.0.2
  19945. >
  19946. >Nothing else should be needed, the Portmasters and Netservers will
  19947. correctly
  19948. >send the dns servers as part of a normal PPP negotiation sequence with a
  19949. >customer dialing in...
  19950.  
  19951. -
  19952.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  19953.  with "unsubscribe usr-tc" in the body of the message.
  19954.  For information on digests or retrieving files and old messages send
  19955.  "help" to the same address.  Do not use quotes in your message.
  19956.  
  19957.  
  19958. -
  19959.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  19960.  with "unsubscribe usr-tc" in the body of the message.
  19961.  For information on digests or retrieving files and old messages send
  19962.  "help" to the same address.  Do not use quotes in your message.
  19963.  
  19964.  
  19965. -------------------------------------------------------------------------------
  19966.  
  19967. From: mmm3@cornell.edu
  19968. Subject: Re: (usr-tc) Problems with macs and HiperARC 4.1.59
  19969. Date: 23 Sep 1999 14:52:26 -0400
  19970.  
  19971. >Speaking of 4.2.29, which manly men among us has this up and running?
  19972. >Hows it look?  Hows the OSPF working so far?
  19973.  
  19974. Manly men??? Hmph. 4.2.29 was removed from the downloads because of
  19975. major problems with the code. The latest version is 4.2.32-1 which I
  19976. have downloaded but am not *manly* enough to put on my ARCs yet. Am
  19977. waiting to hear from others, first. 8-)
  19978.  
  19979.  
  19980.  
  19981. *********************************************************
  19982. Michelle M. Mogil
  19983. N&CS, Network Operations Center
  19984. Rhodes Hall, Cornell University, Ithaca, NY 14853
  19985. vox: (607) 255-0516, fax: (607) 255-8420
  19986. email: mmm3@cornell.edu
  19987. **********************************************
  19988.  
  19989.  
  19990.  
  19991. -
  19992.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  19993.  with "unsubscribe usr-tc" in the body of the message.
  19994.  For information on digests or retrieving files and old messages send
  19995.  "help" to the same address.  Do not use quotes in your message.
  19996.  
  19997.  
  19998. -------------------------------------------------------------------------------
  19999.  
  20000. From: "Mike McHenry" <mmchen@minn.net>
  20001. Subject: RE: (usr-tc) Problems with macs and HiperARC 4.1.59
  20002. Date: 23 Sep 1999 14:04:52 -0500
  20003.  
  20004. Have been running 4.2.32-1 for about a week on my production chassis,
  20005. everything is working very well so far. I have yet to see or hear of any
  20006. customer problems. I would rank 4.2.32-1 as being one of the most stable
  20007. releases yet, if there were any serious issues I am sure I would have heard
  20008. about them by now :)
  20009.  
  20010. OSPF is working very well too, the configuration was a little cryptic to me
  20011. at first (see the archives for my configuration steps) but now that I think
  20012. about things it really was no different than the OSPF setup on any other
  20013. piece of equipment, just different :)
  20014.  
  20015. Mike McHenry
  20016.  Systems Administrator
  20017.  MinnNet Communications, Inc.
  20018.  
  20019. -----Original Message-----
  20020. [mailto:owner-usr-tc@lists.xmission.com]On Behalf Of mmm3@cornell.edu
  20021. Sent: Thursday, September 23, 1999 1:52 PM
  20022.  
  20023.  
  20024. >Speaking of 4.2.29, which manly men among us has this up and running?
  20025. >Hows it look?  Hows the OSPF working so far?
  20026.  
  20027. Manly men??? Hmph. 4.2.29 was removed from the downloads because of
  20028. major problems with the code. The latest version is 4.2.32-1 which I
  20029. have downloaded but am not *manly* enough to put on my ARCs yet. Am
  20030. waiting to hear from others, first. 8-)
  20031.  
  20032.  
  20033.  
  20034. *********************************************************
  20035. Michelle M. Mogil
  20036. N&CS, Network Operations Center
  20037. Rhodes Hall, Cornell University, Ithaca, NY 14853
  20038. vox: (607) 255-0516, fax: (607) 255-8420
  20039. email: mmm3@cornell.edu
  20040. **********************************************
  20041.  
  20042.  
  20043.  
  20044. -
  20045.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  20046.  with "unsubscribe usr-tc" in the body of the message.
  20047.  For information on digests or retrieving files and old messages send
  20048.  "help" to the same address.  Do not use quotes in your message.
  20049.  
  20050.  
  20051. -
  20052.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  20053.  with "unsubscribe usr-tc" in the body of the message.
  20054.  For information on digests or retrieving files and old messages send
  20055.  "help" to the same address.  Do not use quotes in your message.
  20056.  
  20057.  
  20058. -------------------------------------------------------------------------------
  20059.  
  20060. From: "Stainforth, Matthew" <MatthewS@staff.brunnet.net>
  20061. Subject: RE: (usr-tc) Server Assigned DNS
  20062. Date: 23 Sep 1999 16:02:05 -0300
  20063.  
  20064.  
  20065. There are two other places you can set this information.  I don't know what
  20066. the effects of each of them are, but I put all three of them in, just for
  20067. good measure.  I got this from a config Charles Sprickman once posted to
  20068. this list (thanks Charles!) which I use as a base config when I set up a new
  20069. box.
  20070.  
  20071. add dns server x.x.x.x preference 1
  20072. set ppp pppdns_primary x.x.x.x
  20073. set network user default primary_dns_server x.x.x.x secondary_dns_server
  20074. y.y.y.y
  20075.  
  20076. On Thursday, September 23, 1999 3:55 PM, Mike McHenry [SMTP:mmchen@minn.net]
  20077. wrote:
  20078. > Ahh, Netserver and ARC are not the same thing, in your first email you
  20079. said
  20080. > Netserver I believe. For an ARC card:
  20081. > set dns server 10.0.0.1 preference 1
  20082. > set dns server 10.0.0.2 preference 2
  20083. > Mike McHenry
  20084. >  Systems Administrator
  20085. >  MinnNet Communications, Inc.
  20086. > -----Original Message-----
  20087. > From: owner-usr-tc@lists.xmission.com
  20088. > [mailto:owner-usr-tc@lists.xmission.com]On Behalf Of Michael DeMan
  20089. > Sent: Thursday, September 23, 1999 1:44 PM
  20090. > To: usr-tc@lists.xmission.com
  20091. > Subject: Re: (usr-tc) Server Assigned DNS
  20092. > I tried this on a HiperARC card and it still does not seem to work.  Is
  20093. > there something else I need to configure, or is it different for HiperARC?
  20094. >     - Mike
  20095. > ----------
  20096. > >From: "Mike McHenry" <mmchen@minn.net>
  20097. > >To: <usr-tc@lists.xmission.com>, <usr-tc@xmission.com>
  20098. > >Subject: RE: (usr-tc) Server Assigned DNS
  20099. > >Date: Tue, Sep 21, 1999, 12:26 PM
  20100. > >
  20101. > >set nameserver 10.0.0.1
  20102. > >set nameserver 2 10.0.0.2
  20103. > >
  20104. > >Nothing else should be needed, the Portmasters and Netservers will
  20105. > correctly
  20106. > >send the dns servers as part of a normal PPP negotiation sequence with a
  20107. > >customer dialing in...
  20108. > -
  20109. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  20110. >  with "unsubscribe usr-tc" in the body of the message.
  20111. >  For information on digests or retrieving files and old messages send
  20112. >  "help" to the same address.  Do not use quotes in your message.
  20113. > -
  20114. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  20115. >  with "unsubscribe usr-tc" in the body of the message.
  20116. >  For information on digests or retrieving files and old messages send
  20117. >  "help" to the same address.  Do not use quotes in your message.
  20118.  
  20119.  
  20120.  
  20121. -
  20122.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  20123.  with "unsubscribe usr-tc" in the body of the message.
  20124.  For information on digests or retrieving files and old messages send
  20125.  "help" to the same address.  Do not use quotes in your message.
  20126.  
  20127.  
  20128. -------------------------------------------------------------------------------
  20129.  
  20130. From: "Stainforth, Matthew" <MatthewS@staff.brunnet.net>
  20131. Subject: RE: (usr-tc) Upgrading DSPs
  20132. Date: 23 Sep 1999 16:08:08 -0300
  20133.  
  20134.  
  20135. Rebooting does seem to correct the DSPs for a while but the problem always
  20136. creeps back.  They always go in adjacent pairs because one controller
  20137. controls two adjacent modems.  As fate would have it, the very first two
  20138. modems in my largest hunt group went freaky the other day.  I haven't
  20139. noticed whether the problem creeps back on the very same two modems every
  20140. time or if it's random though since I always just busy out the trunks and
  20141. wait until I have another reason to reboot the card, by which time I've long
  20142. since forgotten which two modems they were :)
  20143.  
  20144. On Thursday, September 23, 1999 3:44 PM, K Mitchell [SMTP:mitch@keyconn.net]
  20145. wrote:
  20146. > At 03:28 PM 9/23/99 -0300, "Stainforth, Matthew"
  20147. > <MatthewS@staff.brunnet.net> wrote:
  20148. > >
  20149. > Does rebooting the DSP take care of the modems? I have a pair on one card
  20150. > that go freaky every few weeks. I just busy out the card to shove all my
  20151. > traffic off, reboot the card, restore to service, and it's good for
  20152. another
  20153. > few weeks.
  20154. > -- 
  20155. > Kirk Mitchell-General Manager        mitch@keyconn.net
  20156. > Keystone Connect                     Unlock Your World
  20157. > Altoona, PA   814-941-5000      http://www.keyconn.net
  20158. > -
  20159. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  20160. >  with "unsubscribe usr-tc" in the body of the message.
  20161. >  For information on digests or retrieving files and old messages send
  20162. >  "help" to the same address.  Do not use quotes in your message.
  20163.  
  20164.  
  20165.  
  20166. -
  20167.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  20168.  with "unsubscribe usr-tc" in the body of the message.
  20169.  For information on digests or retrieving files and old messages send
  20170.  "help" to the same address.  Do not use quotes in your message.
  20171.  
  20172.  
  20173. -------------------------------------------------------------------------------
  20174.  
  20175. From: Scott Trautman <scottt@corp.gdinet.com>
  20176. Subject: RE: (usr-tc) Problems with macs and HiperARC 4.1.59
  20177. Date: 23 Sep 1999 14:10:20 -0500
  20178.  
  20179. So far so good with the very manly 4.2.32 code. I've got 4 of 'em on this
  20180. rev of code
  20181. for a week and no problems. 
  20182.  
  20183. I'm not using the extremely manly OSPF yet (subject of most commentary so
  20184. far), 
  20185. using the un-manly rip->OSPF gateway of yore yet. 
  20186.  
  20187. SMT
  20188.  
  20189.  
  20190. -----Original Message-----
  20191. Sent: Thursday, September 23, 1999 1:52 PM
  20192.  
  20193.  
  20194. >Speaking of 4.2.29, which manly men among us has this up and running?
  20195. >Hows it look?  Hows the OSPF working so far?
  20196.  
  20197. Manly men??? Hmph. 4.2.29 was removed from the downloads because of
  20198. major problems with the code. The latest version is 4.2.32-1 which I
  20199. have downloaded but am not *manly* enough to put on my ARCs yet. Am
  20200. waiting to hear from others, first. 8-)
  20201.  
  20202.  
  20203.  
  20204. *********************************************************
  20205. Michelle M. Mogil
  20206. N&CS, Network Operations Center
  20207. Rhodes Hall, Cornell University, Ithaca, NY 14853
  20208. vox: (607) 255-0516, fax: (607) 255-8420
  20209. email: mmm3@cornell.edu
  20210. **********************************************
  20211.  
  20212.  
  20213.  
  20214. -
  20215.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  20216.  with "unsubscribe usr-tc" in the body of the message.
  20217.  For information on digests or retrieving files and old messages send
  20218.  "help" to the same address.  Do not use quotes in your message.
  20219.  
  20220. -
  20221.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  20222.  with "unsubscribe usr-tc" in the body of the message.
  20223.  For information on digests or retrieving files and old messages send
  20224.  "help" to the same address.  Do not use quotes in your message.
  20225.  
  20226.  
  20227. -------------------------------------------------------------------------------
  20228.  
  20229. From: "Mike Wilker" <mikew@LL.NET>
  20230. Subject: (usr-tc) ISDN on TC
  20231. Date: 23 Sep 1999 14:13:29 -0500
  20232.  
  20233. Is there any way to either do 56K DOV over Channelize T1 on a HiperArc, or
  20234. is there a BRI product for the TC?  Thanks.
  20235.  
  20236. Mike Wilker
  20237. Operations Manager
  20238. Local Link, Inc.
  20239.  
  20240.  
  20241. -
  20242.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  20243.  with "unsubscribe usr-tc" in the body of the message.
  20244.  For information on digests or retrieving files and old messages send
  20245.  "help" to the same address.  Do not use quotes in your message.
  20246.  
  20247.  
  20248. -------------------------------------------------------------------------------
  20249.  
  20250. From: Mike Andrews <mandrews@bit0.com>
  20251. Subject: RE: (usr-tc) Problems with macs and HiperARC 4.1.59
  20252. Date: 23 Sep 1999 16:37:17 -0400 (EDT)
  20253.  
  20254. 4.2.32-1 works well for us *except* for the route aggregation bug I've
  20255. mentioned a few times before.  Whether it's OSPF-specific or not I'm not
  20256. sure.  Whether or not it's a problem in practice depends on how your
  20257. subnets are laid out...
  20258.  
  20259.  
  20260. Mike Andrews (MA12) -=-=-  VP & Sysadmin, Digital Crescent, Frankfort KY
  20261. mandrews@dcr.net  -=--=-  mandrews@bit0.com  -=--=-  http://www.bit0.com
  20262. "If you're not part of the solution.... you're part of the precipitate."
  20263.  
  20264. On Thu, 23 Sep 1999, Mike McHenry wrote:
  20265.  
  20266. > Have been running 4.2.32-1 for about a week on my production chassis,
  20267. > everything is working very well so far. I have yet to see or hear of any
  20268. > customer problems. I would rank 4.2.32-1 as being one of the most stable
  20269. > releases yet, if there were any serious issues I am sure I would have heard
  20270. > about them by now :)
  20271.  
  20272.  
  20273. -
  20274.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  20275.  with "unsubscribe usr-tc" in the body of the message.
  20276.  For information on digests or retrieving files and old messages send
  20277.  "help" to the same address.  Do not use quotes in your message.
  20278.  
  20279.  
  20280. -------------------------------------------------------------------------------
  20281.  
  20282. From: Mike Andrews <mandrews@bit0.com>
  20283. Subject: Re: (usr-tc) Upgrading DSPs
  20284. Date: 23 Sep 1999 16:38:24 -0400 (EDT)
  20285.  
  20286. 2.0.81 works pretty well for everything but Rockwell HCF's.  Still major
  20287. problems with that combo...  though most of it is really on the Rockwell
  20288. end, and upgrading to the newest Rockwell HCF drivers takes care of it
  20289. completely 99% of the time.
  20290.  
  20291.  
  20292. Mike Andrews (MA12) -=-=-  VP & Sysadmin, Digital Crescent, Frankfort KY
  20293. mandrews@dcr.net  -=--=-  mandrews@bit0.com  -=--=-  http://www.bit0.com
  20294. "If you're not part of the solution.... you're part of the precipitate."
  20295.  
  20296. On Thu, 23 Sep 1999, K Mitchell wrote:
  20297.  
  20298. >   Finally got my new DSP problems straightened out for the most part.
  20299. > Original card was bad, swapped with a replacement. Everything appears to be
  20300. > fine except I can't get the type from STATIC to DYNAMIC, seems to be
  20301. > working ok though so I'm not sure what difference it makes.
  20302. >   On to my main point, I'm currently running 1.2.60 on all cards and
  20303. > 4.1.59-6 ARC code. On the DSPs, should I go with 1.2.37 or move up to
  20304. > 2.0.81? Any problems with either? Same question on the ARC, is 4.2.31-1
  20305. > worth bumping up to?
  20306.  
  20307.  
  20308. -
  20309.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  20310.  with "unsubscribe usr-tc" in the body of the message.
  20311.  For information on digests or retrieving files and old messages send
  20312.  "help" to the same address.  Do not use quotes in your message.
  20313.  
  20314.  
  20315. -------------------------------------------------------------------------------
  20316.  
  20317. From: "Stainforth, Matthew" <MatthewS@staff.brunnet.net>
  20318. Subject: (usr-tc) ActionTec Call waiting modem?
  20319. Date: 23 Sep 1999 17:48:14 -0300
  20320.  
  20321.  
  20322. Has anybody tried this call-waiting modem?  Supposedly it'll allow you to
  20323. answer a call and talk for up to 7 seconds without dropping the connection
  20324. to the ISP.  I'm a little skeptical but I'm willing to entertain the
  20325. thought.  There's a brief promo at
  20326. http://www.actiontec.com/products/modems/cwi/index.html
  20327.  
  20328. Matthew
  20329.  
  20330. -
  20331.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  20332.  with "unsubscribe usr-tc" in the body of the message.
  20333.  For information on digests or retrieving files and old messages send
  20334.  "help" to the same address.  Do not use quotes in your message.
  20335.  
  20336.  
  20337. -------------------------------------------------------------------------------
  20338.  
  20339. From: Ken Kirchner <kenk@shreve.net>
  20340. Subject: Re: (usr-tc) ISDN Problem with Netgear RH348
  20341. Date: 23 Sep 1999 18:02:38 -0500 (CDT)
  20342.  
  20343. On Wed, 22 Sep 1999, Steve Coleman wrote:
  20344.  
  20345. > Can't seem to get this unit working in any configuration.  We have are using
  20346. > the HiperArc and HiperDSP with the latest code on both.  The connection will
  20347. > establish and work for a few minutes, but it keeps resetting, usually after
  20348. > 3-5 minutes.  This happens if the Netgear calls in using NAT, calls in using
  20349. > a routed subnet, or if the HiperARC calls the Netgear.  Idle timers on both
  20350. > ends have been set to 0.  Any ideas?
  20351.  
  20352. Latest code as in 4.2.32-1 on the ARC? Hmm.  I know we are running
  20353. 2.0.81/4.1.59 and my Netgear RT-328 at the house hasnt had any problems.
  20354. I use NAT also.  Your Netgear is using v1.50 frimware I hope?
  20355.   ___                                                         ___
  20356.  (___) Kenneth Kirchner    .o.  mailto:kenk@shreve.net       (___)  
  20357.   (__) Asst SysAdmin       .o.  Voice (318) 222-2638 Ext 108 (__)
  20358.    (_) ShreveNet, Inc.     .o.  Fax   (318) 213-6612         (_)
  20359.  
  20360.  
  20361.  
  20362. -
  20363.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  20364.  with "unsubscribe usr-tc" in the body of the message.
  20365.  For information on digests or retrieving files and old messages send
  20366.  "help" to the same address.  Do not use quotes in your message.
  20367.  
  20368.  
  20369. -------------------------------------------------------------------------------
  20370.  
  20371. From: Ken Kirchner <kenk@shreve.net>
  20372. Subject: Re: (usr-tc) Problems with macs and HiperARC 4.1.59
  20373. Date: 23 Sep 1999 18:10:01 -0500 (CDT)
  20374.  
  20375. On Thu, 23 Sep 1999 mmm3@cornell.edu wrote:
  20376.  
  20377. > >Speaking of 4.2.29, which manly men among us has this up and running?
  20378. > >Hows it look?  Hows the OSPF working so far?
  20379. > Manly men??? Hmph. 4.2.29 was removed from the downloads because of
  20380. > major problems with the code. The latest version is 4.2.32-1 which I
  20381. > have downloaded but am not *manly* enough to put on my ARCs yet. Am
  20382. > waiting to hear from others, first. 8-)
  20383.  
  20384. Well I meant that in a completely gender neutral way. ;-)  In the future I
  20385. will use "fearless guinea pigs."  heh
  20386.  
  20387. Yes, I meant 4.2.31.  Looks like a few people have tried it and it looks
  20388. good *so far*.
  20389.   ___                                                         ___
  20390.  (___) Kenneth Kirchner    .o.  mailto:kenk@shreve.net       (___)  
  20391.   (__) Asst SysAdmin       .o.  Voice (318) 222-2638 Ext 108 (__)
  20392.    (_) ShreveNet, Inc.     .o.  Fax   (318) 213-6612         (_)
  20393.  
  20394.  
  20395. -
  20396.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  20397.  with "unsubscribe usr-tc" in the body of the message.
  20398.  For information on digests or retrieving files and old messages send
  20399.  "help" to the same address.  Do not use quotes in your message.
  20400.  
  20401.  
  20402. -------------------------------------------------------------------------------
  20403.  
  20404. From: Paul Farber <farber@admin.f-tech.net>
  20405. Subject: Re: (usr-tc) ISDN on TC
  20406. Date: 23 Sep 1999 19:28:45 -0400 (EDT)
  20407.  
  20408. DOV is a telco switch issue.  5Ess will do it, but the telco can simply
  20409. "turn it off" and filter the tone (2100Hz??) that tells the switch to keep
  20410. 56K and not shift to 64K.
  20411.  
  20412. BA in PA at my local 5Ess turned it off... rat turds!  ISDN is a big
  20413. seller for small biz.. but it's a hard sell when you say "per minute
  20414. charges".
  20415.  
  20416. Paul D. Farber II
  20417. Farber Technology
  20418. Ph. 570-628-5303
  20419. Fax 570-628-5545
  20420. farber@admin.f-tech.net
  20421.  
  20422. On Thu, 23 Sep 1999, Mike Wilker wrote:
  20423.  
  20424. > Is there any way to either do 56K DOV over Channelize T1 on a HiperArc, or
  20425. > is there a BRI product for the TC?  Thanks.
  20426. > Mike Wilker
  20427. > Operations Manager
  20428. > Local Link, Inc.
  20429. > -
  20430. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  20431. >  with "unsubscribe usr-tc" in the body of the message.
  20432. >  For information on digests or retrieving files and old messages send
  20433. >  "help" to the same address.  Do not use quotes in your message.
  20434.  
  20435.  
  20436. -
  20437.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  20438.  with "unsubscribe usr-tc" in the body of the message.
  20439.  For information on digests or retrieving files and old messages send
  20440.  "help" to the same address.  Do not use quotes in your message.
  20441.  
  20442.  
  20443. -------------------------------------------------------------------------------
  20444.  
  20445. From: "Steve Coleman" <scoleman2@csolutions.net>
  20446. Subject: Re: (usr-tc) ISDN Problem with Netgear RH348
  20447. Date: 23 Sep 1999 20:54:24 -0600
  20448.  
  20449. It turned out to be a CHAP problem.  It would authenticate and work for
  20450. about 3 minutes, then the CHAP timed out and disconnected.  I switched to
  20451. PAP and it's been fine.
  20452.  
  20453. Thanks.
  20454.  
  20455. ----- Original Message -----
  20456. Sent: Thursday, September 23, 1999 5:02 PM
  20457.  
  20458.  
  20459. > On Wed, 22 Sep 1999, Steve Coleman wrote:
  20460. >
  20461. > > Can't seem to get this unit working in any configuration.  We have are
  20462. using
  20463. > > the HiperArc and HiperDSP with the latest code on both.  The connection
  20464. will
  20465. > > establish and work for a few minutes, but it keeps resetting, usually
  20466. after
  20467. > > 3-5 minutes.  This happens if the Netgear calls in using NAT, calls in
  20468. using
  20469. > > a routed subnet, or if the HiperARC calls the Netgear.  Idle timers on
  20470. both
  20471. > > ends have been set to 0.  Any ideas?
  20472. >
  20473. > Latest code as in 4.2.32-1 on the ARC? Hmm.  I know we are running
  20474. > 2.0.81/4.1.59 and my Netgear RT-328 at the house hasnt had any problems.
  20475. > I use NAT also.  Your Netgear is using v1.50 frimware I hope?
  20476. >   ___                                                         ___
  20477. >  (___) Kenneth Kirchner    .o.  mailto:kenk@shreve.net       (___)
  20478. >   (__) Asst SysAdmin       .o.  Voice (318) 222-2638 Ext 108 (__)
  20479. >    (_) ShreveNet, Inc.     .o.  Fax   (318) 213-6612         (_)
  20480. >
  20481. >
  20482. >
  20483. > -
  20484. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  20485. >  with "unsubscribe usr-tc" in the body of the message.
  20486. >  For information on digests or retrieving files and old messages send
  20487. >  "help" to the same address.  Do not use quotes in your message.
  20488. >
  20489.  
  20490.  
  20491. -
  20492.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  20493.  with "unsubscribe usr-tc" in the body of the message.
  20494.  For information on digests or retrieving files and old messages send
  20495.  "help" to the same address.  Do not use quotes in your message.
  20496.  
  20497.  
  20498. -------------------------------------------------------------------------------
  20499.  
  20500. From: <vanhalen@coredcs.com>
  20501. Subject: RE: (usr-tc) Server Assigned DNS
  20502. Date: 23 Sep 1999 23:12:01 -0500 (CDT)
  20503.  
  20504. Any chance of getting that config from Mr. Sprickman posted to the list?
  20505.  
  20506. On Thu, 23 Sep 1999, Stainforth, Matthew wrote:
  20507.  
  20508. > There are two other places you can set this information.  I don't know what
  20509. > the effects of each of them are, but I put all three of them in, just for
  20510. > good measure.  I got this from a config Charles Sprickman once posted to
  20511. > this list (thanks Charles!) which I use as a base config when I set up a new
  20512. > box.
  20513. > add dns server x.x.x.x preference 1
  20514. > set ppp pppdns_primary x.x.x.x
  20515. > set network user default primary_dns_server x.x.x.x secondary_dns_server
  20516. > y.y.y.y
  20517. > On Thursday, September 23, 1999 3:55 PM, Mike McHenry [SMTP:mmchen@minn.net]
  20518. > wrote:
  20519. > > Ahh, Netserver and ARC are not the same thing, in your first email you
  20520. > said
  20521. > > Netserver I believe. For an ARC card:
  20522. > > 
  20523. > > set dns server 10.0.0.1 preference 1
  20524. > > set dns server 10.0.0.2 preference 2
  20525. > > 
  20526. > > Mike McHenry
  20527. > >  Systems Administrator
  20528. > >  MinnNet Communications, Inc.
  20529. > > 
  20530. > > -----Original Message-----
  20531. > > From: owner-usr-tc@lists.xmission.com
  20532. > > [mailto:owner-usr-tc@lists.xmission.com]On Behalf Of Michael DeMan
  20533. > > Sent: Thursday, September 23, 1999 1:44 PM
  20534. > > To: usr-tc@lists.xmission.com
  20535. > > Subject: Re: (usr-tc) Server Assigned DNS
  20536. > > 
  20537. > > 
  20538. > > I tried this on a HiperARC card and it still does not seem to work.  Is
  20539. > > there something else I need to configure, or is it different for HiperARC?
  20540. > > 
  20541. > >     - Mike
  20542. > > 
  20543. > > 
  20544. > > ----------
  20545. > > >From: "Mike McHenry" <mmchen@minn.net>
  20546. > > >To: <usr-tc@lists.xmission.com>, <usr-tc@xmission.com>
  20547. > > >Subject: RE: (usr-tc) Server Assigned DNS
  20548. > > >Date: Tue, Sep 21, 1999, 12:26 PM
  20549. > > >
  20550. > > 
  20551. > > >set nameserver 10.0.0.1
  20552. > > >set nameserver 2 10.0.0.2
  20553. > > >
  20554. > > >Nothing else should be needed, the Portmasters and Netservers will
  20555. > > correctly
  20556. > > >send the dns servers as part of a normal PPP negotiation sequence with a
  20557. > > >customer dialing in...
  20558. > > 
  20559. > > -
  20560. > >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  20561. > >  with "unsubscribe usr-tc" in the body of the message.
  20562. > >  For information on digests or retrieving files and old messages send
  20563. > >  "help" to the same address.  Do not use quotes in your message.
  20564. > > 
  20565. > > 
  20566. > > -
  20567. > >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  20568. > >  with "unsubscribe usr-tc" in the body of the message.
  20569. > >  For information on digests or retrieving files and old messages send
  20570. > >  "help" to the same address.  Do not use quotes in your message.
  20571. > -
  20572. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  20573. >  with "unsubscribe usr-tc" in the body of the message.
  20574. >  For information on digests or retrieving files and old messages send
  20575. >  "help" to the same address.  Do not use quotes in your message.
  20576.  
  20577.  
  20578. -
  20579.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  20580.  with "unsubscribe usr-tc" in the body of the message.
  20581.  For information on digests or retrieving files and old messages send
  20582.  "help" to the same address.  Do not use quotes in your message.
  20583.  
  20584.  
  20585. -------------------------------------------------------------------------------
  20586.  
  20587. From: "Steve Coleman" <scoleman2@csolutions.net>
  20588. Subject: (usr-tc) Multilink Question
  20589. Date: 23 Sep 1999 22:31:31 -0600
  20590.  
  20591. I have a ISDN user setup as network,dialout, continuous.  It works fine when
  20592. the HiperARC first calls the client.  It bonds both channels just great.  If
  20593. for some reason a channel is dropped, the HiperARC never tries to
  20594. re-establish the dropped channel.   I have tried both linear and constant
  20595. for the expansion algorithm.  How do you make the HiperARC maintain 2
  20596. channels relentlessly?
  20597.  
  20598.  
  20599.  
  20600.  
  20601. -
  20602.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  20603.  with "unsubscribe usr-tc" in the body of the message.
  20604.  For information on digests or retrieving files and old messages send
  20605.  "help" to the same address.  Do not use quotes in your message.
  20606.  
  20607.  
  20608. -------------------------------------------------------------------------------
  20609.  
  20610. From: "Mike Wilker" <mikew@LL.NET>
  20611. Subject: Re: (usr-tc) ISDN on TC
  20612. Date: 24 Sep 1999 11:14:28 -0500
  20613.  
  20614. So if it is enabled on the switch, I can have an ISDN user connect with an
  20615. ISDN modem on either one or two channels to my HiperDSP with a Channelized
  20616. T1?  Will it have a port type of Async or ISDN?
  20617.  
  20618.  
  20619. ----- Original Message -----
  20620. Sent: Thursday, September 23, 1999 6:28 PM
  20621.  
  20622.  
  20623. > DOV is a telco switch issue.  5Ess will do it, but the telco can simply
  20624. > "turn it off" and filter the tone (2100Hz??) that tells the switch to keep
  20625. > 56K and not shift to 64K.
  20626. >
  20627. > BA in PA at my local 5Ess turned it off... rat turds!  ISDN is a big
  20628. > seller for small biz.. but it's a hard sell when you say "per minute
  20629. > charges".
  20630. >
  20631. > Paul D. Farber II
  20632. > Farber Technology
  20633. > Ph. 570-628-5303
  20634. > Fax 570-628-5545
  20635. > farber@admin.f-tech.net
  20636. >
  20637. > On Thu, 23 Sep 1999, Mike Wilker wrote:
  20638. >
  20639. > > Is there any way to either do 56K DOV over Channelize T1 on a HiperArc,
  20640. or
  20641. > > is there a BRI product for the TC?  Thanks.
  20642. > >
  20643. > > Mike Wilker
  20644. > > Operations Manager
  20645. > > Local Link, Inc.
  20646. > >
  20647. > >
  20648. > > -
  20649. > >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  20650. > >  with "unsubscribe usr-tc" in the body of the message.
  20651. > >  For information on digests or retrieving files and old messages send
  20652. > >  "help" to the same address.  Do not use quotes in your message.
  20653. > >
  20654. >
  20655. >
  20656. > -
  20657. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  20658. >  with "unsubscribe usr-tc" in the body of the message.
  20659. >  For information on digests or retrieving files and old messages send
  20660. >  "help" to the same address.  Do not use quotes in your message.
  20661.  
  20662.  
  20663. -
  20664.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  20665.  with "unsubscribe usr-tc" in the body of the message.
  20666.  For information on digests or retrieving files and old messages send
  20667.  "help" to the same address.  Do not use quotes in your message.
  20668.  
  20669.  
  20670. -------------------------------------------------------------------------------
  20671.  
  20672. From: Ahmed Saeed <Ahmed.Saeed@widener.edu>
  20673. Subject: Re: (usr-tc) problems with CHAP authentication
  20674. Date: 24 Sep 1999 12:33:52 -0400 (EDT)
  20675.  
  20676. kindly post the ppp negotiation and the show ppp settings. 
  20677.  
  20678. Ahmed 
  20679.  
  20680. On Tue, 21 Sep 1999, Theodore Cekan wrote:
  20681.  
  20682. > Hi,
  20683. > I have a user trying to dial in with a Livingston Office Router U-AP,
  20684. > running software version 3.7.1 AP.5.  For some reason they cannot connect to
  20685. > my TC Hiper system, ARC verson 4.1.59, unless PAP is selected as the only
  20686. > allowed authentication scheme.  "Any" doesnt work, chap kicks in and they
  20687. > get denied access.  The Livingston box does have chap turned off, btw.  We
  20688. > are stumped.  Any help is much appreciated.
  20689. > Thanks
  20690. > Ted Cekan
  20691. > -
  20692. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  20693. >  with "unsubscribe usr-tc" in the body of the message.
  20694. >  For information on digests or retrieving files and old messages send
  20695. >  "help" to the same address.  Do not use quotes in your message.
  20696.  
  20697. -
  20698.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  20699.  with "unsubscribe usr-tc" in the body of the message.
  20700.  For information on digests or retrieving files and old messages send
  20701.  "help" to the same address.  Do not use quotes in your message.
  20702.  
  20703.  
  20704. -------------------------------------------------------------------------------
  20705.  
  20706. From: John Schmerold <john@katy.com>
  20707. Subject: Re: (usr-tc) ISDN Problem with Netgear RH348
  20708. Date: 24 Sep 1999 11:33:51 -0500
  20709.  
  20710. I don't remember why, but PAP is all we use with the Netserver+ 8I
  20711.  
  20712. Steve Coleman wrote:
  20713.  
  20714. > It turned out to be a CHAP problem.  It would authenticate and work for
  20715. > about 3 minutes, then the CHAP timed out and disconnected.  I switched to
  20716. > PAP and it's been fine.
  20717. >
  20718. > Thanks.
  20719. >
  20720. > ----- Original Message -----
  20721. > From: Ken Kirchner <kenk@shreve.net>
  20722. > To: <usr-tc@lists.xmission.com>
  20723. > Sent: Thursday, September 23, 1999 5:02 PM
  20724. > Subject: Re: (usr-tc) ISDN Problem with Netgear RH348
  20725. >
  20726. > > On Wed, 22 Sep 1999, Steve Coleman wrote:
  20727. > >
  20728. > > > Can't seem to get this unit working in any configuration.  We have are
  20729. > using
  20730. > > > the HiperArc and HiperDSP with the latest code on both.  The connection
  20731. > will
  20732. > > > establish and work for a few minutes, but it keeps resetting, usually
  20733. > after
  20734. > > > 3-5 minutes.  This happens if the Netgear calls in using NAT, calls in
  20735. > using
  20736. > > > a routed subnet, or if the HiperARC calls the Netgear.  Idle timers on
  20737. > both
  20738. > > > ends have been set to 0.  Any ideas?
  20739. > >
  20740. > > Latest code as in 4.2.32-1 on the ARC? Hmm.  I know we are running
  20741. > > 2.0.81/4.1.59 and my Netgear RT-328 at the house hasnt had any problems.
  20742. > > I use NAT also.  Your Netgear is using v1.50 frimware I hope?
  20743. > >   ___                                                         ___
  20744. > >  (___) Kenneth Kirchner    .o.  mailto:kenk@shreve.net       (___)
  20745. > >   (__) Asst SysAdmin       .o.  Voice (318) 222-2638 Ext 108 (__)
  20746. > >    (_) ShreveNet, Inc.     .o.  Fax   (318) 213-6612         (_)
  20747. > >
  20748. > >
  20749. > >
  20750. > > -
  20751. > >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  20752. > >  with "unsubscribe usr-tc" in the body of the message.
  20753. > >  For information on digests or retrieving files and old messages send
  20754. > >  "help" to the same address.  Do not use quotes in your message.
  20755. > >
  20756. >
  20757. > -
  20758. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  20759. >  with "unsubscribe usr-tc" in the body of the message.
  20760. >  For information on digests or retrieving files and old messages send
  20761. >  "help" to the same address.  Do not use quotes in your message.
  20762.  
  20763. --
  20764. John Schmerold
  20765. Katy Computer, LLC
  20766. 20 Meramec Station Rd
  20767. Valley Park, MO 63088
  20768. 314-316-9000
  20769. 314-316-9200 fax
  20770.  
  20771.  
  20772.  
  20773. -
  20774.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  20775.  with "unsubscribe usr-tc" in the body of the message.
  20776.  For information on digests or retrieving files and old messages send
  20777.  "help" to the same address.  Do not use quotes in your message.
  20778.  
  20779.  
  20780. -------------------------------------------------------------------------------
  20781.  
  20782. From: mmm3@cornell.edu
  20783. Subject: Re: (usr-tc) Problems with macs and HiperARC 4.1.59
  20784. Date: 24 Sep 1999 14:49:50 -0400
  20785.  
  20786. >On Thu, 23 Sep 1999 mmm3@cornell.edu wrote:
  20787. >
  20788. >> >Speaking of 4.2.29, which manly men among us has this up and running?
  20789. >> >Hows it look?  Hows the OSPF working so far?
  20790. >>
  20791. >> Manly men??? Hmph. 4.2.29 was removed from the downloads because of
  20792. >> major problems with the code. The latest version is 4.2.32-1 which I
  20793. >> have downloaded but am not *manly* enough to put on my ARCs yet. Am
  20794. >> waiting to hear from others, first. 8-)
  20795. >
  20796. >Well I meant that in a completely gender neutral way. ;-)  In the future I
  20797. >will use "fearless guinea pigs."  heh
  20798.  
  20799. *snort* No offense taken. Just wanted to remind you all there there is
  20800. a <gasp> woman out here! I prefer the term "lemming without a conscience".
  20801. Thanks. 8-)
  20802.  
  20803. >Yes, I meant 4.2.31.  Looks like a few people have tried it and it looks
  20804. >good *so far*.
  20805.  
  20806. That's 4.2.32-1, though, right? In this version-confused world, just
  20807. want to be sure I'm keeping track of things...*some* things, anyway.
  20808.  
  20809. *********************************************************
  20810. Michelle M. Mogil
  20811. N&CS, Network Operations Center
  20812. Rhodes Hall, Cornell University, Ithaca, NY 14853
  20813. vox: (607) 255-0516, fax: (607) 255-8420
  20814. email: mmm3@cornell.edu
  20815. **********************************************
  20816.  
  20817.  
  20818.  
  20819. -
  20820.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  20821.  with "unsubscribe usr-tc" in the body of the message.
  20822.  For information on digests or retrieving files and old messages send
  20823.  "help" to the same address.  Do not use quotes in your message.
  20824.  
  20825.  
  20826. -------------------------------------------------------------------------------
  20827.  
  20828. From: K Mitchell <mitch@keyconn.net>
  20829. Subject: Re: (usr-tc) Problems with macs and HiperARC 4.1.59
  20830. Date: 24 Sep 1999 15:14:56 -0400
  20831.  
  20832. At 02:49 PM 9/24/99 -0400, you wrote:
  20833. >*snort* No offense taken. Just wanted to remind you all there there is
  20834. >a <gasp> woman out here! I prefer the term "lemming without a conscience".
  20835.  
  20836. "lemming without a conscience"...I like that  :)
  20837.  
  20838. >That's 4.2.32-1, though, right? In this version-confused world, just
  20839. >want to be sure I'm keeping track of things...*some* things, anyway.
  20840.  
  20841. Been running 4.2.32-1 for 12 hours no, so far so good  :)
  20842.  
  20843.  
  20844. -- 
  20845. Kirk Mitchell-General Manager        mitch@keyconn.net
  20846. Keystone Connect                     Unlock Your World
  20847. Altoona, PA   814-941-5000      http://www.keyconn.net
  20848.  
  20849.  
  20850. -
  20851.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  20852.  with "unsubscribe usr-tc" in the body of the message.
  20853.  For information on digests or retrieving files and old messages send
  20854.  "help" to the same address.  Do not use quotes in your message.
  20855.  
  20856.  
  20857. -------------------------------------------------------------------------------
  20858.  
  20859. From: <vanhalen@coredcs.com>
  20860. Subject: (usr-tc) Ascend Pipeline 50
  20861. Date: 24 Sep 1999 14:59:35 -0500 (CDT)
  20862.  
  20863. Hello-
  20864.  
  20865. For whatever reason, unknown to me, I cannot get an Ascend Pipeline 50 to
  20866. connect correctly via ISDN.  I have other users connecting 100% fine to a
  20867. Netserver based box running Quads. Most of those users are ISDN.  
  20868.  
  20869. When this user with the Ascend dials in, they never get a Start record in
  20870. radius accounting.  I can see them come across but it never starts and it
  20871. immediately disconnects them.
  20872.  
  20873. Anyone have any ideas on what I can change on the Pipeline to get them to
  20874. work?
  20875.  
  20876. Since I have everyone running fine on this box except the Ascend, I don't
  20877. think I need to change anything on the box or at the very least I'm really
  20878. reluctant to do so.
  20879.  
  20880. Here are the versions anyway.
  20881. NMC 5.5.0
  20882. Netserver ??
  20883. Quad 5.10.9
  20884.  
  20885.  
  20886. -
  20887.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  20888.  with "unsubscribe usr-tc" in the body of the message.
  20889.  For information on digests or retrieving files and old messages send
  20890.  "help" to the same address.  Do not use quotes in your message.
  20891.  
  20892.  
  20893. -------------------------------------------------------------------------------
  20894.  
  20895. From: Mike Andrews <mandrews@bit0.com>
  20896. Subject: Re: (usr-tc) SNMP challenge: ARC username from IP address
  20897. Date: 25 Sep 1999 22:25:30 -0400 (EDT)
  20898.  
  20899. On Mon, 20 Sep 1999, Aaron Nabil wrote:
  20900.  
  20901. > Uh, I'm assuming they want to do this SNMP rigamarole for some specific
  20902. > reason, and I'm guessing that, like us, they simply save the IP->username
  20903. > association in a database when the person logs in.  If it were just a
  20904. > matter of finding out what user corresponds to which IP address (or
  20905. > vice-versa), it's just a couple SQL queries.
  20906.  
  20907. The specific reason is "it's portable".  It works on any platform
  20908. regardless of Radius server or SQL server or even operating system
  20909. (NT/Unix).  This is for a set of tools I give away...  and if I'm giving
  20910. away code, it makes sense to have as little site specific code as
  20911. possible. :)
  20912.  
  20913. The code is pretty easy to replace with faster site-specific code if you
  20914. want to.  I could speed it up for my own use by having Cistron log to
  20915. MySQL and do queries off of that, sure...  I'm not currently doing that
  20916. but it'd be easy for me to do.
  20917.  
  20918. Telnet would also work and is more or less portable, but I'd rather not
  20919. have the admin password for my ARCs in plaintext in a Perl script.
  20920.  
  20921. Cistron Radius's built-in tracking of users currently online doesn't work
  20922. if you are running two parallel Radius servers for redundancy.  If Radius
  20923. server 1 goes down and server 2 starts authenticating people for a few
  20924. minutes, your database of who's online at the time is trashed.  Even with
  20925. just one running, it tends to drift out of sync with reality at times.  I
  20926. need something that's going to always work.
  20927.  
  20928.  
  20929. Mike Andrews (MA12) * mandrews@dcr.net * http://www.bit0.com/
  20930. VP, sysadmin, & network guy, Digital Crescent Inc, Frankfort KY
  20931. Internet services for Frankfort, Lawrenceburg, Owenton, & Shelbyville
  20932. "With sufficient thrust, pigs fly just fine." -- RFC 1925
  20933.  
  20934.  
  20935. -
  20936.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  20937.  with "unsubscribe usr-tc" in the body of the message.
  20938.  For information on digests or retrieving files and old messages send
  20939.  "help" to the same address.  Do not use quotes in your message.
  20940.  
  20941.  
  20942. -------------------------------------------------------------------------------
  20943.  
  20944. From: "Todd Keister" <Todd_Keister@mw.3com.com>
  20945. Subject: Re: (usr-tc) Problems with macs and HiperARC 4.1.59
  20946. Date: 26 Sep 1999 15:42:49 -0500
  20947.  
  20948.  
  20949.  
  20950.      Das:
  20951.  
  20952.      This is a known issue.  According to Network Engineers on our DSP team the
  20953. issue is in the Free PPP code.  Apparently the later versions of our Hiper Arc
  20954. code have now exposed an issue that was latent in the Free PPP code all along.
  20955. Since this issue is in the FreePPP Product, we can not directly resolve this
  20956. issue.  Currently I have been told there are no plans for a 3Com fix for this
  20957. issue.  The obvious work around is to have the Mac End Users use any other
  20958. program than Free PPP.
  20959.  
  20960.      Hope this helps.
  20961.  
  20962.  
  20963.           Todd ;-}
  20964.  
  20965.  
  20966.  
  20967.  
  20968.  
  20969.  
  20970.  
  20971. das <das@gol.com> on 09/23/99 01:06:12 AM
  20972.  
  20973. Please respond to usr-tc@lists.xmission.com
  20974.  
  20975. Sent by:  das <das@gol.com>
  20976.  
  20977.  
  20978. cc:    (Todd Keister/MW/US/3Com)
  20979.  
  20980.  
  20981.  
  20982.  
  20983. I'm having quite a few problems with macs connecting with FreePPP to my HARC
  20984. running 4.1.59.  It will never connect on the first try, but subsequent attempts
  20985. seem to be OK.  It is completely reproduceable and is happening on more than one
  20986. card.
  20987. I am willing to re-flash the card to older code, except the last time I did this
  20988. the HARC lost it's configuration. (forgot it's IP Address)  Being that the
  20989. problem
  20990. cards are in remote pops, I would rather try a fix for the current code first.
  20991. Anyone have any ideas?
  20992.  
  20993. Sorry if this has been answered before, I was mysteriously unsubscribed from
  20994. this
  20995. list and missed a lot of posts.
  20996.  
  20997. das
  20998.  
  20999. --
  21000. ____________________________________________
  21001. Alex Substanley       Global OnLine Japan
  21002.                 Engineering Department
  21003. Das Man               TEL: 81-3-5334-1700
  21004. Systems Engineer      FAX: 81-3-5334-1711
  21005.   The Highest Quality Service, Bar None
  21006. ____________________________________________
  21007.  
  21008. -
  21009.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  21010.  with "unsubscribe usr-tc" in the body of the message.
  21011.  For information on digests or retrieving files and old messages send
  21012.  "help" to the same address.  Do not use quotes in your message.
  21013.  
  21014.  
  21015.  
  21016.  
  21017.  
  21018.  
  21019. -
  21020.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  21021.  with "unsubscribe usr-tc" in the body of the message.
  21022.  For information on digests or retrieving files and old messages send
  21023.  "help" to the same address.  Do not use quotes in your message.
  21024.  
  21025.  
  21026. -------------------------------------------------------------------------------
  21027.  
  21028. From: Jeff Mcadams <jeffm@iglou.com>
  21029. Subject: Re: (usr-tc) Problems with macs and HiperARC 4.1.59
  21030. Date: 26 Sep 1999 16:44:15 -0400
  21031.  
  21032. Thus spake Todd Keister
  21033. >     This is a known issue.  According to Network Engineers on our DSP team the
  21034. >issue is in the Free PPP code.  Apparently the later versions of our Hiper Arc
  21035. >code have now exposed an issue that was latent in the Free PPP code all along.
  21036. >Since this issue is in the FreePPP Product, we can not directly resolve this
  21037. >issue.  Currently I have been told there are no plans for a 3Com fix for this
  21038. >issue.  The obvious work around is to have the Mac End Users use any other
  21039. >program than Free PPP.
  21040.  
  21041. Come on 3Com folks...here's where you can make an improvement to your
  21042. customer service.
  21043.  
  21044. What is the bug in FreePPP?  Giving specifics is a good thing.  It gives
  21045. you more credibility, and helps us help our customers better.  :)  Who
  21046. knows...one of us intelligent people out here might be able to figure
  21047. out a fix that you all hadn't thought of.  :)
  21048.  
  21049. (I get annoyed when companies think that everyone intelligent works for
  21050. them :)
  21051. -- 
  21052. Jeff McAdams                            Email: jeffm@iglou.com
  21053. Head Network Administrator              Voice: (502) 966-3848
  21054. IgLou Internet Services                        (800) 436-4456
  21055.  
  21056. -
  21057.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  21058.  with "unsubscribe usr-tc" in the body of the message.
  21059.  For information on digests or retrieving files and old messages send
  21060.  "help" to the same address.  Do not use quotes in your message.
  21061.  
  21062.  
  21063. -------------------------------------------------------------------------------
  21064.  
  21065. From: "Todd Keister" <Todd_Keister@mw.3com.com>
  21066. Subject: Re: (usr-tc) Problems with macs and HiperARC 4.1.59
  21067. Date: 26 Sep 1999 16:15:48 -0500
  21068.  
  21069.  
  21070.  
  21071.      Jeff:
  21072.  
  21073.      If I had known the specifics of this issue, I would have posted them.
  21074. Resolving this type of issue at the code level is beyond me (I'm not a
  21075. programer) and this goes double for Macintosh.  I will try to get  a more
  21076. specific answer, but I thought that Das would like confirmation of this issue.
  21077.  
  21078.      I work in tech support, and sometimes just knowing that a weird issue is
  21079. real can be comforting.
  21080.  
  21081.      If you have further questions, please email me directly at:
  21082. todd_keister@mw.3com.com
  21083.  
  21084.  
  21085.      Todd ;-}
  21086.  
  21087.  
  21088.  
  21089.  
  21090.  
  21091.  
  21092. Jeff Mcadams <jeffm@iglou.com> on 09/26/99 03:44:15 PM
  21093.  
  21094. Please respond to usr-tc@lists.xmission.com
  21095.  
  21096. Sent by:  Jeff Mcadams <jeffm@iglou.com>
  21097.  
  21098.  
  21099. cc:    (Todd Keister/MW/US/3Com)
  21100.  
  21101.  
  21102.  
  21103.  
  21104. Thus spake Todd Keister
  21105. >     This is a known issue.  According to Network Engineers on our DSP team the
  21106. >issue is in the Free PPP code.  Apparently the later versions of our Hiper Arc
  21107. >code have now exposed an issue that was latent in the Free PPP code all along.
  21108. >Since this issue is in the FreePPP Product, we can not directly resolve this
  21109. >issue.  Currently I have been told there are no plans for a 3Com fix for this
  21110. >issue.  The obvious work around is to have the Mac End Users use any other
  21111. >program than Free PPP.
  21112.  
  21113. Come on 3Com folks...here's where you can make an improvement to your
  21114. customer service.
  21115.  
  21116. What is the bug in FreePPP?  Giving specifics is a good thing.  It gives
  21117. you more credibility, and helps us help our customers better.  :)  Who
  21118. knows...one of us intelligent people out here might be able to figure
  21119. out a fix that you all hadn't thought of.  :)
  21120.  
  21121. (I get annoyed when companies think that everyone intelligent works for
  21122. them :)
  21123. --
  21124. Jeff McAdams                            Email: jeffm@iglou.com
  21125. Head Network Administrator              Voice: (502) 966-3848
  21126. IgLou Internet Services                        (800) 436-4456
  21127.  
  21128. -
  21129.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  21130.  with "unsubscribe usr-tc" in the body of the message.
  21131.  For information on digests or retrieving files and old messages send
  21132.  "help" to the same address.  Do not use quotes in your message.
  21133.  
  21134.  
  21135.  
  21136.  
  21137.  
  21138.  
  21139. -
  21140.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  21141.  with "unsubscribe usr-tc" in the body of the message.
  21142.  For information on digests or retrieving files and old messages send
  21143.  "help" to the same address.  Do not use quotes in your message.
  21144.  
  21145.  
  21146. -------------------------------------------------------------------------------
  21147.  
  21148. From: "Todd Keister" <Todd_Keister@mw.3com.com>
  21149. Subject: Re: (usr-tc) Problems with macs and HiperARC 4.1.59
  21150. Date: 26 Sep 1999 16:25:55 -0500
  21151.  
  21152.  
  21153.  
  21154.  
  21155.      Jeff:
  21156.  
  21157.  
  21158.      Here is some more specific information regarding the Free PPP issue.  This
  21159. information will soon be published on the 3Com Knowledgebase website
  21160. (http://knowledgebase.3com.com).
  21161.  
  21162.  
  21163.      I hope this helps.
  21164.  
  21165.  
  21166.           Todd ;-}
  21167.  
  21168.  
  21169.  
  21170.  
  21171. Solution ID:      1.0.33772876.2240281  Domain:3KB01
  21172.                          Partition:     Unassigned
  21173. Type:             pending-Public        Status:Standards review
  21174. complete
  21175. Shared:           Yes
  21176. Incident Count:   1
  21177. Owner:            tkeister_mw
  21178. Author:           tkeister_mw           Date Created:Tue Jul 20, 1999
  21179. 1:08:26 PM
  21180. Last Modified By: tcwikla_mw            Date Modified:     Thu Aug 5,
  21181. 1999 5:49:27 PM
  21182.  
  21183. Title:            Total Control Chassis - Connectivity with Macintosh
  21184. Clients using Free PPP
  21185.  
  21186.  
  21187.  
  21188. Goal:          Total Control Chassis - Connectivity with Macintosh
  21189. Clients using Free PPP
  21190.  
  21191. Fact:          Apple Macintosh
  21192.  
  21193. Fact:          Mac has been rebooted recently
  21194.  
  21195. Fact:          System 7
  21196.  
  21197. Fact:          Free PPP
  21198.  
  21199. Fact:          Free PPP 2.62
  21200.  
  21201. Fact:          Total Control HiPer ARC
  21202.  
  21203. Fact:          Total Control HiPer DSP
  21204.  
  21205. Fact:          Total Control Quad Modem
  21206.  
  21207. Fact:          Total Control Chassis
  21208.  
  21209. Fact:          PPP
  21210.  
  21211. Symptom:       Call fails on First attempt
  21212.  
  21213. Symptom:          Subsequent calls connect
  21214.  
  21215. Symptom:       Connectivity with Macintosh Clients using Free PPP
  21216.  
  21217. Cause:         This is an issue that is known to exist, and stems from a
  21218. timing issue that has been exposed by the HiPerARC since it builds a
  21219. call so much faster than the NetServer does.
  21220.  
  21221. Fix:           There are several fixes:
  21222.                1. In Free PPP dialog box - do NOT enter the Username and
  21223. Password - do NOT select direct - choose "Connect Using a Log On Script"
  21224. - then choose "Wait for - Login" next line send: user
  21225. name - wait for password & send password:
  21226.                2. Do not enter the Username and Password (force Mac to
  21227. prompt for them) - Please Note:  This fix has NOT been widely tested
  21228. yet.
  21229.                3. Use Open Transport, which is built in to System 8 OS
  21230. for the Mac.  Open Transport (Mac RAS client) is also available as an
  21231. add on product for systems using System  7.x OS (that won't support
  21232. 8.x).
  21233.                4. Have End User downgrade to Free PPP 2.53
  21234.  
  21235. Fact:          Search Group Total Control Remote Access Concentrator
  21236.  
  21237. Fact:          Last Reviewed July 1999
  21238.  
  21239.  
  21240. Comments
  21241.  
  21242.  
  21243.  
  21244.  
  21245.  
  21246.  
  21247.  
  21248. Jeff Mcadams <jeffm@iglou.com> on 09/26/99 03:44:15 PM
  21249.  
  21250. Please respond to usr-tc@lists.xmission.com
  21251.  
  21252. Sent by:  Jeff Mcadams <jeffm@iglou.com>
  21253.  
  21254.  
  21255. cc:    (Todd Keister/MW/US/3Com)
  21256.  
  21257.  
  21258.  
  21259.  
  21260. Thus spake Todd Keister
  21261. >     This is a known issue.  According to Network Engineers on our DSP team the
  21262. >issue is in the Free PPP code.  Apparently the later versions of our Hiper Arc
  21263. >code have now exposed an issue that was latent in the Free PPP code all along.
  21264. >Since this issue is in the FreePPP Product, we can not directly resolve this
  21265. >issue.  Currently I have been told there are no plans for a 3Com fix for this
  21266. >issue.  The obvious work around is to have the Mac End Users use any other
  21267. >program than Free PPP.
  21268.  
  21269. Come on 3Com folks...here's where you can make an improvement to your
  21270. customer service.
  21271.  
  21272. What is the bug in FreePPP?  Giving specifics is a good thing.  It gives
  21273. you more credibility, and helps us help our customers better.  :)  Who
  21274. knows...one of us intelligent people out here might be able to figure
  21275. out a fix that you all hadn't thought of.  :)
  21276.  
  21277. (I get annoyed when companies think that everyone intelligent works for
  21278. them :)
  21279. --
  21280. Jeff McAdams                            Email: jeffm@iglou.com
  21281. Head Network Administrator              Voice: (502) 966-3848
  21282. IgLou Internet Services                        (800) 436-4456
  21283.  
  21284. -
  21285.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  21286.  with "unsubscribe usr-tc" in the body of the message.
  21287.  For information on digests or retrieving files and old messages send
  21288.  "help" to the same address.  Do not use quotes in your message.
  21289.  
  21290.  
  21291.  
  21292.  
  21293.  
  21294.  
  21295. -
  21296.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  21297.  with "unsubscribe usr-tc" in the body of the message.
  21298.  For information on digests or retrieving files and old messages send
  21299.  "help" to the same address.  Do not use quotes in your message.
  21300.  
  21301.  
  21302. -------------------------------------------------------------------------------
  21303.  
  21304. From: Jeff Mcadams <jeffm@iglou.com>
  21305. Subject: Re: (usr-tc) Problems with macs and HiperARC 4.1.59
  21306. Date: 26 Sep 1999 17:43:22 -0400
  21307.  
  21308. Thus spake Todd Keister
  21309. >     If I had known the specifics of this issue, I would have posted them.
  21310. >Resolving this type of issue at the code level is beyond me (I'm not a
  21311. >programer) and this goes double for Macintosh.  I will try to get  a more
  21312. >specific answer, but I thought that Das would like confirmation of this issue.
  21313.  
  21314. >     I work in tech support, and sometimes just knowing that a weird issue is
  21315. >real can be comforting.
  21316.  
  21317. Oh...I can understand where you're coming from.  :)  And the
  21318. notification that the problem was real, and known, is certainly a huge
  21319. benefit.  :)  Just trying to help 3Com be even better.
  21320.  
  21321. My comment really wasn't directed at you per se...just your post
  21322. happened to be the latest occurance of this.  :)
  21323.  
  21324. My opinion is the you can't give me too much information.  :)  I'll
  21325. filter out what I don't need.  :)  Just trying to encourage 3Com to give
  21326. as much information as possible, whenever possible.  3Com has had a
  21327. tendancy in the past to treat customers like mushrooms.  :)
  21328.  
  21329. Its amazing what people will put up with when they're given information
  21330. about it.  :)
  21331.  
  21332. Thanks for checking into it and finding out more about what's going on
  21333. with it.  This might actually help me with a specific problem that I'm
  21334. having with my uncle's computer.  :)  (MacOS 7.6 with FreePPP)  I'll see
  21335. what I can do next time I've over at his house and give you some
  21336. feedback.  :)  (Too bad FreePPP's logging is pretty much non-existant)
  21337. -- 
  21338. Jeff McAdams                            Email: jeffm@iglou.com
  21339. Head Network Administrator              Voice: (502) 966-3848
  21340. IgLou Internet Services                        (800) 436-4456
  21341.  
  21342. -
  21343.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  21344.  with "unsubscribe usr-tc" in the body of the message.
  21345.  For information on digests or retrieving files and old messages send
  21346.  "help" to the same address.  Do not use quotes in your message.
  21347.  
  21348.  
  21349. -------------------------------------------------------------------------------
  21350.  
  21351. From: das <das@gol.com>
  21352. Subject: Re: (usr-tc) Problems with macs and HiperARC 4.1.59
  21353. Date: 27 Sep 1999 10:09:55 +0900
  21354.  
  21355. Todd,
  21356.  
  21357. Thank you.  I did appreciate this information, even if, at first, it didn't 
  21358. give me all of the details.  It did give me a place where I could start and something
  21359. that I could tell my customers. (although they didn't like it ^_^) In Japan, Mac is 
  21360. still very popular, and for the foreign community, FreePPP is happier with Japanese 
  21361. modems than OT/PPP. (at least in my experience ^_^)
  21362.  
  21363. Thanks also goes to Jeff for prompting for more information as that is _always_
  21364. needed and welcome.  
  21365.  
  21366. Does anyone know if the makers of FreePPP (can't remember the company right now) is 
  21367. responding to this in any way?
  21368.  
  21369. das
  21370.  
  21371. Todd Keister (Todd_Keister@mw.3com.com) spake:
  21372.  
  21373. >      Jeff:
  21374. >      Here is some more specific information regarding the Free PPP issue.  This
  21375. > information will soon be published on the 3Com Knowledgebase website
  21376. > (http://knowledgebase.3com.com).
  21377. >      I hope this helps.
  21378. >           Todd ;-}
  21379. <snip> 
  21380.  
  21381. -
  21382.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  21383.  with "unsubscribe usr-tc" in the body of the message.
  21384.  For information on digests or retrieving files and old messages send
  21385.  "help" to the same address.  Do not use quotes in your message.
  21386.  
  21387.  
  21388. -------------------------------------------------------------------------------
  21389.  
  21390. From: "Jason Cropper" <jason@clearsail.net>
  21391. Subject: RE: (usr-tc) Ascend Pipeline 50
  21392. Date: 27 Sep 1999 13:34:45 -0500
  21393.  
  21394. The reason you're not getting a "Start" in your RADIUS is simple.  The
  21395. Ascend is not accepting the IP assigned to it by the Netserver/ARC.  Enable
  21396. "NAT" in the Ascend.  All should be well then.  I've had that problem many
  21397. times before.
  21398.  
  21399. Jason
  21400.  
  21401.  
  21402. -----Original Message-----
  21403. [mailto:owner-usr-tc@lists.xmission.com]On Behalf Of
  21404. vanhalen@coredcs.com
  21405. Sent: Friday, September 24, 1999 15:00
  21406.  
  21407.  
  21408. Hello-
  21409.  
  21410. For whatever reason, unknown to me, I cannot get an Ascend Pipeline 50 to
  21411. connect correctly via ISDN.  I have other users connecting 100% fine to a
  21412. Netserver based box running Quads. Most of those users are ISDN.
  21413.  
  21414. When this user with the Ascend dials in, they never get a Start record in
  21415. radius accounting.  I can see them come across but it never starts and it
  21416. immediately disconnects them.
  21417.  
  21418. Anyone have any ideas on what I can change on the Pipeline to get them to
  21419. work?
  21420.  
  21421. Since I have everyone running fine on this box except the Ascend, I don't
  21422. think I need to change anything on the box or at the very least I'm really
  21423. reluctant to do so.
  21424.  
  21425. Here are the versions anyway.
  21426. NMC 5.5.0
  21427. Netserver ??
  21428. Quad 5.10.9
  21429.  
  21430.  
  21431. -
  21432.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  21433.  with "unsubscribe usr-tc" in the body of the message.
  21434.  For information on digests or retrieving files and old messages send
  21435.  "help" to the same address.  Do not use quotes in your message.
  21436.  
  21437.  
  21438. -
  21439.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  21440.  with "unsubscribe usr-tc" in the body of the message.
  21441.  For information on digests or retrieving files and old messages send
  21442.  "help" to the same address.  Do not use quotes in your message.
  21443.  
  21444.  
  21445. -------------------------------------------------------------------------------
  21446.  
  21447. From: Steve Rivera <sales@wrca.net>
  21448. Subject: Re: (usr-tc) Multilink Question
  21449. Date: 24 Sep 1999 11:53:50 -0400
  21450.  
  21451. The customer may be varying the bond on his hardware.
  21452. I run MultiLink PPP here and I have my office router
  21453. config'd for 55%. That where the other channel will kick in.
  21454. It may be possible that he is dropping the line.
  21455.  
  21456. At 10:31 PM 09/23/1999 -0600, you wrote:
  21457. >I have a ISDN user setup as network,dialout, continuous.  It works fine when
  21458. >the HiperARC first calls the client.  It bonds both channels just great.  If
  21459. >for some reason a channel is dropped, the HiperARC never tries to
  21460. >re-establish the dropped channel.   I have tried both linear and constant
  21461. >for the expansion algorithm.  How do you make the HiperARC maintain 2
  21462. >channels relentlessly?
  21463. >
  21464. >
  21465. >
  21466. >
  21467. >-
  21468. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  21469. >  with "unsubscribe usr-tc" in the body of the message.
  21470. >  For information on digests or retrieving files and old messages send
  21471. >  "help" to the same address.  Do not use quotes in your message.
  21472.  
  21473. -
  21474.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  21475.  with "unsubscribe usr-tc" in the body of the message.
  21476.  For information on digests or retrieving files and old messages send
  21477.  "help" to the same address.  Do not use quotes in your message.
  21478.  
  21479.  
  21480. -------------------------------------------------------------------------------
  21481.  
  21482. From: Gustavo Ruiz Zastrow <gustavo.zastrow@conexion.com.py>
  21483. Subject: Re: (usr-tc) Failure to negociate V90
  21484. Date: 27 Sep 1999 17:46:46 -0400
  21485.  
  21486. I have a similar problem with a user that have a Compaq 420 Microcom K56/V90 PCMCIA
  21487. modem, and fails to connect to our TotalControl.
  21488. How  can I disable the V.90 and X2 features ?
  21489. Gustavo Ruiz
  21490.  
  21491. Ray Whelan wrote:
  21492.  
  21493. > Hi Fred,
  21494. >
  21495. > I have a document which I will send you offline which will enable you to further
  21496. > trouble shoot this problem
  21497. >
  21498. > Ray W
  21499. >
  21500. > "Fred Williams" <fwilliams@gtnet.gov.uk> on 01/04/99 14:29:38
  21501. >
  21502. > Please respond to usr-tc@lists.xmission.com
  21503. >
  21504. > To:   usr-tc@lists.xmission.com
  21505. > cc:    (Ray Whelan/IE/3Com)
  21506. > Subject:  (usr-tc) Failure to negociate V90
  21507. >
  21508. > We have a user with a Compaq 420 Microcom K56/V90 PCMCIA
  21509. > modem.  He is failing to get a connection better than 31.2K when
  21510. > dialiing into our TC Racks (mix of Quads and Netserver plus Hiper
  21511. > DSP and ARC).  He regularly gets a 41 to 44K connection into other
  21512. > ISPs.  He claims to have the latest V90 code on his modem.  Can
  21513. > anyone offer a solution please?
  21514. >
  21515. > ****************************************************************
  21516. > * Fred Williams                 email   fwilliams@gtnet.gov.uk *
  21517. > * CCTA                          voice   01603 704706           *
  21518. > * Rosebery Court                GTN     3040 4706              *
  21519. > * St Andrews Business Park      fax     01603 704817           *
  21520. > * NORWICH                       GTN fax 3040 4817              *
  21521. > * NR7 0HS  UK                                                  *
  21522. > ****************************************************************
  21523. >
  21524. > -
  21525. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  21526. >  with "unsubscribe usr-tc" in the body of the message.
  21527. >  For information on digests or retrieving files and old messages send
  21528. >  "help" to the same address.  Do not use quotes in your message.
  21529. >
  21530. > -
  21531. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  21532. >  with "unsubscribe usr-tc" in the body of the message.
  21533. >  For information on digests or retrieving files and old messages send
  21534. >  "help" to the same address.  Do not use quotes in your message.
  21535.  
  21536. -
  21537.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  21538.  with "unsubscribe usr-tc" in the body of the message.
  21539.  For information on digests or retrieving files and old messages send
  21540.  "help" to the same address.  Do not use quotes in your message.
  21541.  
  21542.  
  21543. -------------------------------------------------------------------------------
  21544.  
  21545. From: Jerry Wright <jwright@iaml.net>
  21546. Subject: Re: (usr-tc) Problems with macs and HiperARC 4.1.59
  21547. Date: 26 Sep 1999 15:32:54 -0700
  21548.  
  21549.  
  21550.  
  21551. Todd Keister wrote:
  21552.  
  21553. >                3. Use Open Transport, which is built in to System 8 OS
  21554. > for the Mac.  Open Transport (Mac RAS client) is also available as an
  21555. > add on product for systems using System  7.x OS (that won't support
  21556. > 8.x).
  21557.  
  21558. This is really the best solution.  Open Transport is a much more robust PPP solution
  21559. than FreePPP...
  21560.                      --Jerry
  21561.  
  21562. -
  21563.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  21564.  with "unsubscribe usr-tc" in the body of the message.
  21565.  For information on digests or retrieving files and old messages send
  21566.  "help" to the same address.  Do not use quotes in your message.
  21567.  
  21568.  
  21569. -------------------------------------------------------------------------------
  21570.  
  21571. From: ROC Services <roc@itol.com>
  21572. Subject: (usr-tc) Acct-Terminate-Cause values
  21573. Date: 24 Sep 1999 00:19:20 -0500 (CDT)
  21574.  
  21575. Since just recently (probably since upgrading to 4.2 HiperARC code) I'm
  21576. seeing a fair number of RADIUS log entries with Terminate-Cause 29 and 30
  21577. which are not in my RADIUS dictionary, nor in RFC 2139, nor revealed by a
  21578. quick perusal of the HiPerARC reference guide.  Can any of the TC gurus
  21579. give me a quick answer as to what these are?  A pointer to the correct FM
  21580. to read would be fine also.
  21581.  
  21582. Thanks...
  21583.  
  21584. -
  21585.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  21586.  with "unsubscribe usr-tc" in the body of the message.
  21587.  For information on digests or retrieving files and old messages send
  21588.  "help" to the same address.  Do not use quotes in your message.
  21589.  
  21590.  
  21591. -------------------------------------------------------------------------------
  21592.  
  21593. From: Ahmed Saeed <Ahmed.Saeed@widener.edu>
  21594. Subject: Re: (usr-tc) Cisco 800 to Arc
  21595. Date: 23 Sep 1999 14:03:49 -0400 (EDT)
  21596.  
  21597. This only states that after the pap authentication, the end node is 
  21598. sending out a terminate request. Functionality of hiper arc is to send an 
  21599. ack to that packet. 
  21600.  
  21601. Need to provide the LCP config requests - mon ppp - next session. 
  21602.  
  21603.  
  21604. The end node is sending the terminate request - you need to look into his 
  21605. config settings - it should not be sending out a terminate request right 
  21606. after a auth ack. 
  21607.  
  21608. Ahmed 
  21609.  
  21610. On Wed, 22 Sep 1999, Jim Johnson wrote:
  21611.  
  21612. > If anyone out there can take a look at this config/debug trace and tell
  21613. > me what the problem is, I would appreciate it.  I hope I am not wrong in
  21614. > assuming that the Cisco 800 series can connect to the USR TC chassis.
  21615. > Regards,
  21616. > Jim
  21617. > ARC MON PPP
  21618. > ----------
  21619. > On the ARC all I see is:
  21620. > Outgoing PPP Data on interface: slot:10/mod:13
  21621. >     PAP        ACK               ....Tracing for user "xxx"; Escape to
  21622. > stop...
  21623. > Incoming PPP Data on interface: slot:10/mod:13
  21624. >     LCP        TERM_REQ
  21625. > Outgoing PPP Data on interface: slot:10/mod:13
  21626. >     LCP        TERM_ACK
  21627. > Cisco Config
  21628. > --------------------------
  21629. > !
  21630. > version 12.0
  21631. > no service pad
  21632. > service timestamps debug uptime
  21633. > service timestamps log uptime
  21634. > service password-encryption
  21635. > service udp-small-servers
  21636. > service tcp-small-servers
  21637. > !
  21638. > hostname Router
  21639. > !
  21640. > no logging console
  21641. > enable secret 5 $1$3NxJ$hNMKdU72/q/0z9vJLJRkv.
  21642. > !
  21643. > ip subnet-zero
  21644. > !
  21645. > isdn switch-type basic-ni
  21646. > !
  21647. > !
  21648. > !
  21649. > interface Ethernet0
  21650. >  ip address xxx.xxx.63.9 255.255.255.252
  21651. >  no ip directed-broadcast
  21652. > !
  21653. > interface BRI0
  21654. >  description PPP to Internet
  21655. >  ip address negotiated
  21656. >  no ip directed-broadcast
  21657. >  encapsulation ppp
  21658. >  dialer idle-timeout 2147483
  21659. >  dialer map ip xxx.xxx.60.3 5551212
  21660. >  dialer hold-queue 10
  21661. >  dialer load-threshold 1 outbound
  21662. >  dialer-group 1
  21663. >  isdn switch-type basic-ni
  21664. >  isdn spid1 70455511110100
  21665. >  isdn spid2 70455511120100
  21666. >  no fair-queue
  21667. >  no cdp enable
  21668. >  no ppp lcp fast-start
  21669. >  ppp authentication pap
  21670. >  ppp pap sent-username dsi password 7 130C2111020812
  21671. > Debug Session
  21672. > ------------------------------------
  21673. > 03:07:55840355292: BR0:1 PPP: Treating connection as a callout
  21674. > 03:07:55834615808: BR0:1 PPP: Phase is ESTABLISHING, Active Open
  21675. > 03:07:55835256358: BR0:1 LCP: O CONFREQ [Closed] id 174 len 14
  21676. > 03:07:60129542143: BR0:1 LCP:    AuthProto PAP (0x0304C023)
  21677. > 03:07:55834615808: BR0:1 LCP:    MagicNumber 0xD0B16CC6 (0x0506D0B16CC6)
  21678. > 03:07:14: BR0:1 PPP: I pkt type 0xC021, datagramsize 33
  21679. > 03:07:14: BR0:1 LCP: I CONFREQ [REQsent] id 1 len 29
  21680. > 03:07:14: BR0:1 LCP:    MRU 1514 (0x010405EA)
  21681. > 03:07:14: BR0:1 LCP:    AuthProto PAP (0x0304C023)
  21682. > 03:07:14: BR0:1 LCP:    MagicNumber 0xB6EBDD04 (0x0506B6EBDD04)
  21683. > 03:07:14: BR0:1 LCP:    PFC (0x0702)
  21684. > 03:07:14: BR0:1 LCP:    ACFC (0x0802)
  21685. > 03:07:14: BR0:1 LCP:    MRRU 1514 (0x110405EA)
  21686. > 03:07:14: BR0:1 LCP:    EndpointDisc 0 Null (0x130300)
  21687. > 03:07:15: BR0:1 LCP: O CONFREJ [REQsent] id 1 len 11
  21688. > .03:07:15: BR0:1 LCP:    MRRU 1514 (0x110405EA)
  21689. > 03:07:15: BR0:1 LCP:    EndpointDisc 0 Null (0x130300)
  21690. > 03:07:15: BR0:1 PPP: I pkt type 0xC021, datagramsize 26
  21691. > 03:07:15: BR0:1 LCP: I CONFREQ [REQsent] id 2 len 22
  21692. > 03:07:15: BR0:1 LCP:    MRU 1514 (0x010405EA)
  21693. > 03:07:15: BR0:1 LCP:    AuthProto PAP (0x0304C023)
  21694. > 03:07:15: BR0:1 LCP:    MagicNumber 0xB6EBDD04 (0x0506B6EBDD04)
  21695. > 03:07:15: BR0:1 LCP:    PFC (0x0702)
  21696. > 03:07:15: BR0:1 LCP:    ACFC (0x0802)
  21697. > 03:07:15: BR0:1 LCP: O CONFACK [REQsent] id 2 len 22
  21698. > 03:07:15: BR0:1 LCP:    MRU 1514 (0x010405EA)
  21699. > 03:07:15: BR0:1 LCP:    AuthProto PAP (0x0304C023)
  21700. > 03:07:15: BR0:1 LCP:    MagicNumber 0xB6EBDD04 (0x0506B6EBDD04)
  21701. > 03:07:15: BR0:1 LCP:    PFC (0x0702)
  21702. > 03:07:15: BR0:1 LCP:    ACFC (0x0802)
  21703. > 03:07:15: BR0:1 LCP: TIMEout: State ACKsent
  21704. > 03:07:15: BR0:1 LCP: O CONFREQ [ACKsent] id 175 len 14
  21705. > 03:07:15: BR0:1 LCP:    AuthProto PAP (0x0304C023)
  21706. > 03:07:15: BR0:1 LCP:    MagicNumber 0xD0B16CC6 (0x0506D0B16CC6)
  21707. > 03:07:15: BR0:1 PPP: I pkt type 0xC021, datagramsize .18
  21708. > 03:07:15: BR0:1 LCP: I CONFACK [ACKsent] id 175 len 14
  21709. > 03:07:15: BR0:1 LCP:    AuthProto PAP (0x0304C023)
  21710. > 03:07:15: BR0:1 LCP:    MagicNumber 0xD0B16CC6 (0x0506D0B16CC6)
  21711. > 03:07:15: BR0:1 LCP: State is Open
  21712. > 03:07:15: BR0:1 PPP: Phase is AUTHENTICATING, by both
  21713. > 03:07:15: BR0:1:  PAP_SENDREQUEST   (0x288A500) id 0   (0s.) queued
  21714. > 1/1/2
  21715. > 03:07:15: BR0:1:  AAA_PER_USER     LCP_UP (0x288A5B0) id 0   (0s.)
  21716. > queued 2/2/2
  21717. > 03:07:15: BR0:1:  PAP_SENDREQUEST   (0x288A500) id 0   (0s.) busy/0
  21718. > started 1/2/2
  21719. > 03:07:15: BR0:1 PAP: O AUTH-REQ id 51 len 15 from "dsi"
  21720. > 03:07:15: BR0:1:  PAP_SENDREQUEST   (0x288A500) id 0   (0s.) busy/0 done
  21721. > in 0 s. 0/1/2
  21722. > 03:07:15: BR0:1:  AAA_PER_USER     LCP_UP (0x288A5B0) id 0   (0s.)
  21723. > busy/0 started 1/1/2
  21724. > 03:07:15: BR0:1:  AAA_PER_USER     LCP_UP (0x288A5B0) id 0   (0s.)
  21725. > busy/0 done in 0 s. 0/0/2
  21726. > 03:07:16: BR0:1 PPP: I pkt type 0xC023, datagramsize 9
  21727. > 03:07:16: BR0:1 PAP: I AUTH-ACK id 51 len 5.
  21728. > 03:07:19: %ISDN-6-CONNECT: Interface BRI0:1 is now connected to 9440140
  21729. > ..
  21730. > -
  21731. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  21732. >  with "unsubscribe usr-tc" in the body of the message.
  21733. >  For information on digests or retrieving files and old messages send
  21734. >  "help" to the same address.  Do not use quotes in your message.
  21735.  
  21736. -
  21737.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  21738.  with "unsubscribe usr-tc" in the body of the message.
  21739.  For information on digests or retrieving files and old messages send
  21740.  "help" to the same address.  Do not use quotes in your message.
  21741.  
  21742.  
  21743. -------------------------------------------------------------------------------
  21744.  
  21745. From: <pferraro@wna-linknet.com>
  21746. Subject: Re: (usr-tc) Failure to negociate V90
  21747. Date: 27 Sep 1999 18:05:24 -0400 (EDT)
  21748.  
  21749.  
  21750.     Best thing to do would be to have the client go out and get the
  21751. latest "SoftPak" upgrade from Compaq... We have had a number of new users
  21752. with Compaqs (All series) that had problems, but the Softpak upgrade CURED
  21753. 99% of them!
  21754.  
  21755. ==============================================================================
  21756. Phillip Ferraro                WorldNet Access, Inc
  21757. pferraro@wna-linknet.com    Onslow County's PREMIER InterNet Service 
  21758. Voice (910) 346-0835            824 Gumbranch Square, Suite R3
  21759. FAX   (910) 455-1933             Jacksonville, Nc  28540-6269
  21760. ==============================================================================
  21761.  
  21762. On Mon, 27 Sep 1999, Gustavo Ruiz Zastrow wrote:
  21763.  
  21764. > I have a similar problem with a user that have a Compaq 420 Microcom K56/V90 PCMCIA
  21765. > modem, and fails to connect to our TotalControl.
  21766. > How  can I disable the V.90 and X2 features ?
  21767. > Gustavo Ruiz
  21768. > Ray Whelan wrote:
  21769. > > Hi Fred,
  21770. > >
  21771. > > I have a document which I will send you offline which will enable you to further
  21772. > > trouble shoot this problem
  21773. > >
  21774. > > Ray W
  21775. > >
  21776. > > "Fred Williams" <fwilliams@gtnet.gov.uk> on 01/04/99 14:29:38
  21777. > >
  21778. > > Please respond to usr-tc@lists.xmission.com
  21779. > >
  21780. > > To:   usr-tc@lists.xmission.com
  21781. > > cc:    (Ray Whelan/IE/3Com)
  21782. > > Subject:  (usr-tc) Failure to negociate V90
  21783. > >
  21784. > > We have a user with a Compaq 420 Microcom K56/V90 PCMCIA
  21785. > > modem.  He is failing to get a connection better than 31.2K when
  21786. > > dialiing into our TC Racks (mix of Quads and Netserver plus Hiper
  21787. > > DSP and ARC).  He regularly gets a 41 to 44K connection into other
  21788. > > ISPs.  He claims to have the latest V90 code on his modem.  Can
  21789. > > anyone offer a solution please?
  21790. > >
  21791. > > ****************************************************************
  21792. > > * Fred Williams                 email   fwilliams@gtnet.gov.uk *
  21793. > > * CCTA                          voice   01603 704706           *
  21794. > > * Rosebery Court                GTN     3040 4706              *
  21795. > > * St Andrews Business Park      fax     01603 704817           *
  21796. > > * NORWICH                       GTN fax 3040 4817              *
  21797. > > * NR7 0HS  UK                                                  *
  21798. > > ****************************************************************
  21799. > >
  21800. > > -
  21801. > >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  21802. > >  with "unsubscribe usr-tc" in the body of the message.
  21803. > >  For information on digests or retrieving files and old messages send
  21804. > >  "help" to the same address.  Do not use quotes in your message.
  21805. > >
  21806. > > -
  21807. > >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  21808. > >  with "unsubscribe usr-tc" in the body of the message.
  21809. > >  For information on digests or retrieving files and old messages send
  21810. > >  "help" to the same address.  Do not use quotes in your message.
  21811. > -
  21812. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  21813. >  with "unsubscribe usr-tc" in the body of the message.
  21814. >  For information on digests or retrieving files and old messages send
  21815. >  "help" to the same address.  Do not use quotes in your message.
  21816.  
  21817.  
  21818. -
  21819.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  21820.  with "unsubscribe usr-tc" in the body of the message.
  21821.  For information on digests or retrieving files and old messages send
  21822.  "help" to the same address.  Do not use quotes in your message.
  21823.  
  21824.  
  21825. -------------------------------------------------------------------------------
  21826.  
  21827. From: tatamo@simicro.mg (Simicro - RAKOTOBE Tatamo)
  21828. Subject: (usr-tc) need iformation about hiper DSP card
  21829. Date: 22 Sep 1999 12:00:13 +0300
  21830.  
  21831. Hi,
  21832. I'm a student from Madagascar and I'm doing now a training at an ISP. We =
  21833. want to give ISDN access to our Clients that why I contact you, we use =
  21834. now Total control with Quad Modem card and Edge Server card.=20
  21835. Can you give me information related in ISDN, Hiper DSp card, Dual PRI =
  21836. card, their price, and other technical information.
  21837.  
  21838. Thank you.
  21839.  
  21840. PS: is it possible to send the answer in french because I'm francophone.
  21841.  
  21842. *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
  21843. tatamo@simicro.mg
  21844. na koa trakotob@syfed.refer.mg
  21845. hafa koa shiny_lotus@geocities.com
  21846. MADAGASIKARA
  21847. *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
  21848.  
  21849. -
  21850.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  21851.  with "unsubscribe usr-tc" in the body of the message.
  21852.  For information on digests or retrieving files and old messages send
  21853.  "help" to the same address.  Do not use quotes in your message.
  21854.  
  21855.  
  21856. -------------------------------------------------------------------------------
  21857.  
  21858. From: <liping@netsol.net>
  21859. Subject: RE: (usr-tc) need iformation about hiper DSP card
  21860. Date: 27 Sep 1999 16:06:10 -0700
  21861.  
  21862. Get the ISDN PRI instead of trunk T-1.
  21863.  
  21864. Sorry, No Franch.
  21865.  
  21866.  
  21867. Liping
  21868.  
  21869. -----Original Message-----
  21870. [mailto:owner-usr-tc@lists.xmission.com]On Behalf Of Simicro - RAKOTOBE
  21871. Tatamo
  21872. Sent: Wednesday, September 22, 1999 2:00 AM
  21873.  
  21874.  
  21875. Hi,
  21876. I'm a student from Madagascar and I'm doing now a training at an ISP. We
  21877. want to give ISDN access to our Clients that why I contact you, we use now
  21878. Total control with Quad Modem card and Edge Server card.
  21879. Can you give me information related in ISDN, Hiper DSp card, Dual PRI card,
  21880. their price, and other technical information.
  21881.  
  21882. Thank you.
  21883.  
  21884. PS: is it possible to send the answer in french because I'm francophone.
  21885.  
  21886. *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
  21887. tatamo@simicro.mg
  21888. na koa trakotob@syfed.refer.mg
  21889. hafa koa shiny_lotus@geocities.com
  21890. MADAGASIKARA
  21891. *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
  21892.  
  21893. -
  21894.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  21895.  with "unsubscribe usr-tc" in the body of the message.
  21896.  For information on digests or retrieving files and old messages send
  21897.  "help" to the same address.  Do not use quotes in your message.
  21898.  
  21899.  
  21900. -
  21901.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  21902.  with "unsubscribe usr-tc" in the body of the message.
  21903.  For information on digests or retrieving files and old messages send
  21904.  "help" to the same address.  Do not use quotes in your message.
  21905.  
  21906.  
  21907. -------------------------------------------------------------------------------
  21908.  
  21909. From: Martin Lathoud <nytral@enDirect.qc.ca>
  21910. Subject: (usr-tc) Netserver FC3
  21911. Date: 28 Sep 1999 08:34:58 -0400 (EDT)
  21912.  
  21913. Hi,
  21914.  
  21915. you advised me to check for chip revision on my Netserver card about the
  21916. crash problem. I had a chance to do it this morning, and guess what? It's
  21917. a FC3.. Since it seems to be a known problem, will 3Com do something even
  21918. without contract support (as far as you know) ?
  21919.  
  21920. Thanks,
  21921.  
  21922. Martin
  21923.  
  21924.  
  21925. -
  21926.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  21927.  with "unsubscribe usr-tc" in the body of the message.
  21928.  For information on digests or retrieving files and old messages send
  21929.  "help" to the same address.  Do not use quotes in your message.
  21930.  
  21931.  
  21932. -------------------------------------------------------------------------------
  21933.  
  21934. From: Jeff Mcadams <jeffm@iglou.com>
  21935. Subject: Re: (usr-tc) Netserver FC3
  21936. Date: 28 Sep 1999 09:11:13 -0400
  21937.  
  21938. Thus spake Martin Lathoud
  21939. >you advised me to check for chip revision on my Netserver card about the
  21940. >crash problem. I had a chance to do it this morning, and guess what? It's
  21941. >a FC3.. Since it seems to be a known problem, will 3Com do something even
  21942. >without contract support (as far as you know) ?
  21943.  
  21944. They have claimed they are still doing hardware support for the
  21945. NETServers (which, by law, I believe they have to ;).  So, if your
  21946. NETServer is still under warranty, you should be able to get a hardware
  21947. fix/replacement.  It won't be an advanced replacement, so you'll either
  21948. be down a few lines, or need a spare you can put into service for a
  21949. couple of weeks while yours goes back to 3Com and is replaced.
  21950.  
  21951. FWIW, I've found 3Com to be quite quick about warranty
  21952. repair/replacement...usually a small fraction of the time they tell you
  21953. to allow.
  21954. -- 
  21955. Jeff McAdams                            Email: jeffm@iglou.com
  21956. Head Network Administrator              Voice: (502) 966-3848
  21957. IgLou Internet Services                        (800) 436-4456
  21958.  
  21959. -
  21960.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  21961.  with "unsubscribe usr-tc" in the body of the message.
  21962.  For information on digests or retrieving files and old messages send
  21963.  "help" to the same address.  Do not use quotes in your message.
  21964.  
  21965.  
  21966. -------------------------------------------------------------------------------
  21967.  
  21968. From: jeff.binkley@asacomp.com (Jeff Binkley)
  21969. Subject: (usr-tc) Web Ramps ?
  21970. Date: 28 Sep 1999 09:08:00 -0500
  21971.  
  21972.  
  21973.  
  21974. We are still running HiPerArc code 4.1.64 due to 4.1.56 breaking the 
  21975. ability of older Web Ramps to connect.  We are looking to go to a newer 
  21976. version of HiPerArc code.  Does anyone know if this problem is fixed in 
  21977. the newer code ?  I couldn't find it in the release notes.  Also does 
  21978. anyone know if the intermittient loss of Radius accounting records is 
  21979. fixed either ?
  21980.  
  21981.  
  21982. Thanks,
  21983.  
  21984. Jeff Binkley
  21985. ASA Network Computing
  21986.  
  21987. CMPQwk 1.42 9999
  21988.  
  21989.  
  21990. -
  21991.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  21992.  with "unsubscribe usr-tc" in the body of the message.
  21993.  For information on digests or retrieving files and old messages send
  21994.  "help" to the same address.  Do not use quotes in your message.
  21995.  
  21996.  
  21997. -------------------------------------------------------------------------------
  21998.  
  21999. From: "Sheldon Koehler" <sheldon@tenforward.com>
  22000. Subject: Re: (usr-tc) Web Ramps ?
  22001. Date: 28 Sep 1999 09:58:09 -0700
  22002.  
  22003. We have an issue with a couple of Webramps. We are using 4.1.46 and I was
  22004. going to upgrade to 4.2.32 to see if it worked. Does anyone else have input
  22005. on this?
  22006.  
  22007. Sheldon
  22008.  
  22009. ----- Original Message -----
  22010. Sent: Tuesday, September 28, 1999 7:08 AM
  22011.  
  22012.  
  22013. >
  22014. >
  22015. > We are still running HiPerArc code 4.1.64 due to 4.1.56 breaking the
  22016. > ability of older Web Ramps to connect.  We are looking to go to a newer
  22017. > version of HiPerArc code.  Does anyone know if this problem is fixed in
  22018. > the newer code ?  I couldn't find it in the release notes.  Also does
  22019. > anyone know if the intermittient loss of Radius accounting records is
  22020. > fixed either ?
  22021. >
  22022. >
  22023. > Thanks,
  22024. >
  22025. > Jeff Binkley
  22026. > ASA Network Computing
  22027. >
  22028. > CMPQwk 1.42 9999
  22029.  
  22030.  
  22031.  
  22032. -
  22033.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  22034.  with "unsubscribe usr-tc" in the body of the message.
  22035.  For information on digests or retrieving files and old messages send
  22036.  "help" to the same address.  Do not use quotes in your message.
  22037.  
  22038.  
  22039. -------------------------------------------------------------------------------
  22040.  
  22041. From: "Mike Wilker" <mikew@LL.NET>
  22042. Subject: (usr-tc) HiperDSPs to HiperArcs
  22043. Date: 28 Sep 1999 12:32:43 -0500
  22044.  
  22045. I keep hearing 7 DSPs per Arc.  Is this a set maximum or a practical max if
  22046. you are running lots of services?  Can I run 8 DSPs on one Arc if I'm just
  22047. doing basic dial-up with no tunneling and such?
  22048.  
  22049. Mike Wilker
  22050. Operations Manager
  22051. Local Link, Inc.
  22052.  
  22053.  
  22054. -
  22055.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  22056.  with "unsubscribe usr-tc" in the body of the message.
  22057.  For information on digests or retrieving files and old messages send
  22058.  "help" to the same address.  Do not use quotes in your message.
  22059.  
  22060.  
  22061. -------------------------------------------------------------------------------
  22062.  
  22063. From: "Mike Wronski" <mike@coredump.ae.usr.com>
  22064. Subject: RE: (usr-tc) Web Ramps ?
  22065. Date: 28 Sep 1999 13:32:33 -0500
  22066.  
  22067. |-----Original Message-----
  22068. |From: owner-usr-tc@lists.xmission.com
  22069. |[mailto:owner-usr-tc@lists.xmission.com]On Behalf Of Jeff Binkley
  22070. |Sent: Tuesday, September 28, 1999 9:08 AM
  22071. |To: usr-tc@lists.xmission.com
  22072. |Subject: (usr-tc) Web Ramps ?
  22073. |
  22074. |
  22075. |
  22076. |
  22077. |We are still running HiPerArc code 4.1.64 due to 4.1.56 breaking the
  22078. |ability of older Web Ramps to connect.  We are looking to go to a newer
  22079. |version of HiPerArc code.  Does anyone know if this problem is fixed in
  22080. |the newer code ?  I couldn't find it in the release notes.  Also does
  22081. |anyone know if the intermittient loss of Radius accounting records is
  22082. |fixed either ?
  22083. |
  22084.  
  22085. 4.1.56? What were you given that for? Does 4.1.59-6 not work for you as well?
  22086.  
  22087. There have been no specific WebRamp issues resolved. There have been fixes to PPP
  22088. strict checking on HARC and some interaction changes involving the DSP card.
  22089. These fixes are available in 4.2.32-1 and shortly in a new 4.1 service release.
  22090. If you do not need OSPF, wait for the 4.1 service release or open a support
  22091. ticket to get it as an ER.
  22092.  
  22093. As for the RADIUS accouting record loss. A few items have been resolved that may
  22094. casue this symptom. They are available in a 4.1.x ER now (if you open a ticket).
  22095. 4.2.32-1,  or you can wait for the service release. Opening a ticket would be the
  22096. better option. Since different factors and configurations may result in the loss
  22097. of the packet, until further inestigation is done, a fix for your problem cannot
  22098. be guaranteed.
  22099.  
  22100. -M
  22101.  
  22102.  
  22103. -
  22104.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  22105.  with "unsubscribe usr-tc" in the body of the message.
  22106.  For information on digests or retrieving files and old messages send
  22107.  "help" to the same address.  Do not use quotes in your message.
  22108.  
  22109.  
  22110. -------------------------------------------------------------------------------
  22111.  
  22112. From: "Mike Wronski" <mike@coredump.ae.usr.com>
  22113. Subject: RE: (usr-tc) HiperDSPs to HiperArcs
  22114. Date: 28 Sep 1999 13:37:42 -0500
  22115.  
  22116. |-----Original Message-----
  22117. |From: owner-usr-tc@lists.xmission.com
  22118. |[mailto:owner-usr-tc@lists.xmission.com]On Behalf Of Mike Wilker
  22119. |Sent: Tuesday, September 28, 1999 12:33 PM
  22120. |To: usr-tc@lists.xmission.com
  22121. |Subject: (usr-tc) HiperDSPs to HiperArcs
  22122. |
  22123. |
  22124. |I keep hearing 7 DSPs per Arc.  Is this a set maximum or a practical max if
  22125. |you are running lots of services?  Can I run 8 DSPs on one Arc if I'm just
  22126. |doing basic dial-up with no tunneling and such?
  22127. |
  22128.  
  22129. The 7DSP number came about from stress testing of HiperARC 4.0.x code. from that
  22130. testing a performance fall off was seen after adding the 8th span of calls.
  22131. (these calls are all doing PPP and FTP downloads. ). Since then the falloff has
  22132. moved out and the severity of the fall off greatly reduced to a point of little
  22133. impact for a full 14 spans. The FTP test is a little more severe than the stand
  22134. mix of activities/data rates/packet sizes seen in normal operation.
  22135.  
  22136. The 7 span recommendation is still in effect if IPX or l2tp is to be run over the
  22137. PPP links.
  22138.  
  22139. So the answer to your question is 8 DSPs will not be a problem. You should be
  22140. running 4.1.59-6 or newer code on your HARC and DSP 2.0.81 or newer.
  22141.  
  22142. -M
  22143.  
  22144.  
  22145. -
  22146.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  22147.  with "unsubscribe usr-tc" in the body of the message.
  22148.  For information on digests or retrieving files and old messages send
  22149.  "help" to the same address.  Do not use quotes in your message.
  22150.  
  22151.  
  22152. -------------------------------------------------------------------------------
  22153.  
  22154. From: Rick <rallan@monmouth.com>
  22155. Subject: Re: (usr-tc) HiperDSPs to HiperArcs
  22156. Date: 28 Sep 1999 20:29:33 -0400
  22157.  
  22158. If you are running IP only then a single Arc can support upto 14 DSP's. IPX has
  22159. a limitation of 7DSP's.
  22160.  
  22161. Mike Wilker wrote:
  22162.  
  22163. > I keep hearing 7 DSPs per Arc.  Is this a set maximum or a practical max if
  22164. > you are running lots of services?  Can I run 8 DSPs on one Arc if I'm just
  22165. > doing basic dial-up with no tunneling and such?
  22166. >
  22167. > Mike Wilker
  22168. > Operations Manager
  22169. > Local Link, Inc.
  22170. >
  22171. > -
  22172. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  22173. >  with "unsubscribe usr-tc" in the body of the message.
  22174. >  For information on digests or retrieving files and old messages send
  22175. >  "help" to the same address.  Do not use quotes in your message.
  22176.  
  22177. --
  22178. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  22179. Rick Allan / rick@monmouth.com | Connect to a Backbone not a Wishbone
  22180. Head of Network Engineering    |    Monmouth Internet Corporation
  22181. 732-842-5366=====extension 102 |      http://www.monmouth.com
  22182. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  22183.  
  22184.  
  22185.  
  22186. -
  22187.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  22188.  with "unsubscribe usr-tc" in the body of the message.
  22189.  For information on digests or retrieving files and old messages send
  22190.  "help" to the same address.  Do not use quotes in your message.
  22191.  
  22192.  
  22193. -------------------------------------------------------------------------------
  22194.  
  22195. From: Greg Coffey <greg@coffey.com>
  22196. Subject: (usr-tc) 3Com, Please Address This 
  22197. Date: 28 Sep 1999 21:28:07 -0600
  22198.  
  22199. Enclosed is some dialogue with a customer of mine.
  22200.  
  22201. ************
  22202. Bill, thanks for the feedback.  Trib uses Ascend servers for their modems.
  22203. We use 3Com (merged with USR) exclusively.  We've noted that some
  22204. subscribers that dial in using 3Com modems connect FASTER with the Ascend
  22205. than the 3Com.  In fact, they never connect >33.6 with the 3Com servers but
  22206. consistently with the Ascends at a v.90 rate.  I pointed out the problem to
  22207. 3Com about a year ago and there was not much interest on their part at the
  22208. time.  A couple months ago, it came up again.  This time there was more
  22209. interest and discussion.  3Com tells me that there is a bug in the Ascend
  22210. server software that permits this anomaly.  The number of subscribers that
  22211. this impacts is small (I believe), though I've not really spent much time
  22212. regarding it.  3Com told me earlier that if they fixed the software, it
  22213. would break other modems connect rates and even connectivity.  One of my
  22214. techs (lives in Mills) can connect to Trib from home under the same
  22215. circumstances as you.  I gave him a Courier v.everything to try last week
  22216. with the latest firmware.  Same results as his Sportster model.  We are
  22217. running current software on our end too.  We just spent thousands to
  22218. upgrade our quad modems to the newer hiper design, no change.  We added a
  22219. hiperarc, again newer design and, again, thousands more invested.  No
  22220. change.  We did dump the Sportster modem registers and send them to a 3Com
  22221. engineer both a year ago and more recently.  I've not heard anything about
  22222. it for about a month since the last time it came up.  I've looked at Ascend
  22223. equipment but so far have stayed with 3Com.  Baffles me too why brand-x
  22224. modems work better with brand-y's servers.  Why brand-x can't or won't
  22225. resolve the issue baffles me too.  The 3Com servers are not junk.  We do
  22226. have lots of subscribers that can connect to our servers and getting v.90
  22227. connection rates.  I think we've dealt with maybe 6 or so people that are
  22228. in your situation.  Perhaps the number is higher but they aren't aware of
  22229. it.  I don't have an answer for you at this point but will forward this to
  22230. 3Com.  
  22231.  
  22232. At 08:15 PM 9/28/99 -0600, you wrote:
  22233. >I signed up today and got onto your system.
  22234. >
  22235. >It is only a few hours, but so far I'm not impressed with the speed over
  22236. >Trib.com.
  22237. >
  22238. >First of all, I cannot connect at as fast a speed.
  22239. >
  22240. >I have a USR Sportster Voice 56k v.90 modem model 00178501 with the latest
  22241. >drivers and firmware.
  22242. >
  22243. >With trib.com, I can connect sometimes @ 45,333 and always @ 37,333.
  22244. >
  22245. >I tried your 3 numbers:
  22246. >
  22247. >       234-2088         26,400 most of the time,  28,800 sometimes.
  22248. >       234-6324         same
  22249. >       266-4165          31,200 all the time.
  22250. >
  22251. >I tried several file download tests between the two systems and trib won
  22252. >handily.
  22253. >
  22254. >I will do some more comparing over the next few days, but it isn't what I
  22255. >was hoping for.
  22256. >
  22257. >If you have any other ideas, I would love to hear them.
  22258. >
  22259. >Thanks,
  22260. >
  22261. >Bill xxxxx
  22262. >
  22263. >-----Original Message-----
  22264. >From: Greg Coffey <gcoffey@vcn.com>
  22265. >To: Bill 
  22266. >Date: Friday, September 10, 1999 8:45 AM
  22267. >Subject: Re:
  22268. >
  22269. >
  22270. >>We have 3 separate T1's to the Internet and are getting a fract T3 within
  22271. >>two months.  You are welcome to try us and compare for yourself.  Sign up
  22272. >>online or come by the store.  If you don't like our service, I will refund
  22273. >>your fee for the month.  We are in the process of a major upgrade that
  22274. >>takes place on September 20th.  That will make us even better than we are
  22275. >now.
  22276. >>
  22277. >>
  22278. >>At 06:48 AM 9/10/99 -0600, you wrote:
  22279. >>>I am in Casper - in the Sunrise 8 area.
  22280. >>>
  22281. >>>I am looking for bandwidth to the net overall.
  22282. >>>
  22283. >>>I can connect @ 37,333 to Trib and maintain connection.
  22284. >>>
  22285. >>>I can connect @ around 45,000, but the connection is not stable.
  22286.  
  22287.  
  22288. Thanks,
  22289.  
  22290. Greg Coffey, Visionary Communications  V 307-234-5443  F 307-234-5446 
  22291. =====================================================================
  22292. 100 N. Center St., Casper, WY  82601     WWW.VCN.COM         
  22293.  
  22294.  
  22295. -
  22296.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  22297.  with "unsubscribe usr-tc" in the body of the message.
  22298.  For information on digests or retrieving files and old messages send
  22299.  "help" to the same address.  Do not use quotes in your message.
  22300.  
  22301.  
  22302. -------------------------------------------------------------------------------
  22303.  
  22304. From: "Ed" <ed@taylors.com>
  22305. Subject: Re: (usr-tc) 3Com, Please Address This 
  22306. Date: 28 Sep 1999 23:50:03 -0400
  22307.  
  22308. Greg Coffey wrote:
  22309. "Perhaps the number is higher but they aren't aware of it.  I don't have an
  22310. answer for you at this point but will forward this to 3Com"
  22311.  
  22312. My 2 Cents:
  22313. It is higher. This is the same subject I raised about a month ago on this
  22314. list. We have tested this and 3com is supposed to be working on a fix for it
  22315. however it seems they have now pushed it to the back burners once again.
  22316. They even developed a non-public alpha code to try to resolve it.
  22317.  
  22318. No doubt in some circumstances Ascends work better. We have tested on the
  22319. same PRI line hooked into the 3com and then moved it to the Ascend. The
  22320. customers are able to get V.90 more often on the Ascends than on the 3com's.
  22321. This even happens with 3com client modems.
  22322.  
  22323. We screamed about this discovery and it seemed 3com was sincerely concerned
  22324. but now I am not so certain it wasn't just to appease us.
  22325.  
  22326. If I were 3com I would be a little more concerned with this... but thats me.
  22327. I can say we won't wait forever for a fix. Other technologies are going to
  22328. overtake V90 before they resolve it, it seems.
  22329.  
  22330. Ed
  22331.  
  22332. ----- Original Message -----
  22333. Sent: Tuesday, September 28, 1999 11:28 PM
  22334.  
  22335.  
  22336. Enclosed is some dialogue with a customer of mine.
  22337.  
  22338. ************
  22339. Bill, thanks for the feedback.  Trib uses Ascend servers for their modems.
  22340. We use 3Com (merged with USR) exclusively.  We've noted that some
  22341. subscribers that dial in using 3Com modems connect FASTER with the Ascend
  22342. than the 3Com.  In fact, they never connect >33.6 with the 3Com servers but
  22343. consistently with the Ascends at a v.90 rate.  I pointed out the problem to
  22344. 3Com about a year ago and there was not much interest on their part at the
  22345. time.  A couple months ago, it came up again.  This time there was more
  22346. interest and discussion.  3Com tells me that there is a bug in the Ascend
  22347. server software that permits this anomaly.  The number of subscribers that
  22348. this impacts is small (I believe), though I've not really spent much time
  22349. regarding it.  3Com told me earlier that if they fixed the software, it
  22350. would break other modems connect rates and even connectivity.  One of my
  22351. techs (lives in Mills) can connect to Trib from home under the same
  22352. circumstances as you.  I gave him a Courier v.everything to try last week
  22353. with the latest firmware.  Same results as his Sportster model.  We are
  22354. running current software on our end too.  We just spent thousands to
  22355. upgrade our quad modems to the newer hiper design, no change.  We added a
  22356. hiperarc, again newer design and, again, thousands more invested.  No
  22357. change.  We did dump the Sportster modem registers and send them to a 3Com
  22358. engineer both a year ago and more recently.  I've not heard anything about
  22359. it for about a month since the last time it came up.  I've looked at Ascend
  22360. equipment but so far have stayed with 3Com.  Baffles me too why brand-x
  22361. modems work better with brand-y's servers.  Why brand-x can't or won't
  22362. resolve the issue baffles me too.  The 3Com servers are not junk.  We do
  22363. have lots of subscribers that can connect to our servers and getting v.90
  22364. connection rates.  I think we've dealt with maybe 6 or so people that are
  22365. in your situation.  Perhaps the number is higher but they aren't aware of
  22366. it.  I don't have an answer for you at this point but will forward this to
  22367. 3Com.
  22368.  
  22369. At 08:15 PM 9/28/99 -0600, you wrote:
  22370. >I signed up today and got onto your system.
  22371. >
  22372. >It is only a few hours, but so far I'm not impressed with the speed over
  22373. >Trib.com.
  22374. >
  22375. >First of all, I cannot connect at as fast a speed.
  22376. >
  22377. >I have a USR Sportster Voice 56k v.90 modem model 00178501 with the latest
  22378. >drivers and firmware.
  22379. >
  22380. >With trib.com, I can connect sometimes @ 45,333 and always @ 37,333.
  22381. >
  22382. >I tried your 3 numbers:
  22383. >
  22384. >       234-2088         26,400 most of the time,  28,800 sometimes.
  22385. >       234-6324         same
  22386. >       266-4165          31,200 all the time.
  22387. >
  22388. >I tried several file download tests between the two systems and trib won
  22389. >handily.
  22390. >
  22391. >I will do some more comparing over the next few days, but it isn't what I
  22392. >was hoping for.
  22393. >
  22394. >If you have any other ideas, I would love to hear them.
  22395. >
  22396. >Thanks,
  22397. >
  22398. >Bill xxxxx
  22399. >
  22400. >-----Original Message-----
  22401. >From: Greg Coffey <gcoffey@vcn.com>
  22402. >To: Bill
  22403. >Date: Friday, September 10, 1999 8:45 AM
  22404. >Subject: Re:
  22405. >
  22406. >
  22407. >>We have 3 separate T1's to the Internet and are getting a fract T3 within
  22408. >>two months.  You are welcome to try us and compare for yourself.  Sign up
  22409. >>online or come by the store.  If you don't like our service, I will refund
  22410. >>your fee for the month.  We are in the process of a major upgrade that
  22411. >>takes place on September 20th.  That will make us even better than we are
  22412. >now.
  22413. >>
  22414. >>
  22415. >>At 06:48 AM 9/10/99 -0600, you wrote:
  22416. >>>I am in Casper - in the Sunrise 8 area.
  22417. >>>
  22418. >>>I am looking for bandwidth to the net overall.
  22419. >>>
  22420. >>>I can connect @ 37,333 to Trib and maintain connection.
  22421. >>>
  22422. >>>I can connect @ around 45,000, but the connection is not stable.
  22423.  
  22424.  
  22425. Thanks,
  22426.  
  22427. Greg Coffey, Visionary Communications  V 307-234-5443  F 307-234-5446
  22428. =====================================================================
  22429. 100 N. Center St., Casper, WY  82601     WWW.VCN.COM
  22430.  
  22431.  
  22432. -
  22433.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  22434.  with "unsubscribe usr-tc" in the body of the message.
  22435.  For information on digests or retrieving files and old messages send
  22436.  "help" to the same address.  Do not use quotes in your message.
  22437.  
  22438.  
  22439.  
  22440. -
  22441.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  22442.  with "unsubscribe usr-tc" in the body of the message.
  22443.  For information on digests or retrieving files and old messages send
  22444.  "help" to the same address.  Do not use quotes in your message.
  22445.  
  22446.  
  22447. -------------------------------------------------------------------------------
  22448.  
  22449. From: "Brian Gordon" <brian@westelcom.com>
  22450. Subject: Re: (usr-tc) 3Com, Please Address This 
  22451. Date: 29 Sep 1999 08:00:12 -0400
  22452.  
  22453. This is not consistent with my finding at all.  I have a courier and get
  22454. 49,300 every time flawlessly to my total control dsp equip.  Looks like a
  22455. telco issue if you ask me.
  22456.  
  22457. Just my two sense.
  22458.  
  22459. Brian Gordon
  22460. MCP, A+, Network +
  22461. Network Administrator
  22462. Westelcom Internet
  22463. 518.566.6726 Voice
  22464. 419.831.9137 Fax
  22465. http://www.westelcom.com
  22466. administrator@westelcom.com
  22467. ----- Original Message -----
  22468. Sent: Tuesday, September 28, 1999 11:28 PM
  22469.  
  22470.  
  22471. > Enclosed is some dialogue with a customer of mine.
  22472. >
  22473. > ************
  22474. > Bill, thanks for the feedback.  Trib uses Ascend servers for their modems.
  22475. > We use 3Com (merged with USR) exclusively.  We've noted that some
  22476. > subscribers that dial in using 3Com modems connect FASTER with the Ascend
  22477. > than the 3Com.  In fact, they never connect >33.6 with the 3Com servers
  22478. but
  22479. > consistently with the Ascends at a v.90 rate.  I pointed out the problem
  22480. to
  22481. > 3Com about a year ago and there was not much interest on their part at the
  22482. > time.  A couple months ago, it came up again.  This time there was more
  22483. > interest and discussion.  3Com tells me that there is a bug in the Ascend
  22484. > server software that permits this anomaly.  The number of subscribers that
  22485. > this impacts is small (I believe), though I've not really spent much time
  22486. > regarding it.  3Com told me earlier that if they fixed the software, it
  22487. > would break other modems connect rates and even connectivity.  One of my
  22488. > techs (lives in Mills) can connect to Trib from home under the same
  22489. > circumstances as you.  I gave him a Courier v.everything to try last week
  22490. > with the latest firmware.  Same results as his Sportster model.  We are
  22491. > running current software on our end too.  We just spent thousands to
  22492. > upgrade our quad modems to the newer hiper design, no change.  We added a
  22493. > hiperarc, again newer design and, again, thousands more invested.  No
  22494. > change.  We did dump the Sportster modem registers and send them to a 3Com
  22495. > engineer both a year ago and more recently.  I've not heard anything about
  22496. > it for about a month since the last time it came up.  I've looked at
  22497. Ascend
  22498. > equipment but so far have stayed with 3Com.  Baffles me too why brand-x
  22499. > modems work better with brand-y's servers.  Why brand-x can't or won't
  22500. > resolve the issue baffles me too.  The 3Com servers are not junk.  We do
  22501. > have lots of subscribers that can connect to our servers and getting v.90
  22502. > connection rates.  I think we've dealt with maybe 6 or so people that are
  22503. > in your situation.  Perhaps the number is higher but they aren't aware of
  22504. > it.  I don't have an answer for you at this point but will forward this to
  22505. > 3Com.
  22506. >
  22507. > At 08:15 PM 9/28/99 -0600, you wrote:
  22508. > >I signed up today and got onto your system.
  22509. > >
  22510. > >It is only a few hours, but so far I'm not impressed with the speed over
  22511. > >Trib.com.
  22512. > >
  22513. > >First of all, I cannot connect at as fast a speed.
  22514. > >
  22515. > >I have a USR Sportster Voice 56k v.90 modem model 00178501 with the
  22516. latest
  22517. > >drivers and firmware.
  22518. > >
  22519. > >With trib.com, I can connect sometimes @ 45,333 and always @ 37,333.
  22520. > >
  22521. > >I tried your 3 numbers:
  22522. > >
  22523. > >       234-2088         26,400 most of the time,  28,800 sometimes.
  22524. > >       234-6324         same
  22525. > >       266-4165          31,200 all the time.
  22526. > >
  22527. > >I tried several file download tests between the two systems and trib won
  22528. > >handily.
  22529. > >
  22530. > >I will do some more comparing over the next few days, but it isn't what I
  22531. > >was hoping for.
  22532. > >
  22533. > >If you have any other ideas, I would love to hear them.
  22534. > >
  22535. > >Thanks,
  22536. > >
  22537. > >Bill xxxxx
  22538. > >
  22539. > >-----Original Message-----
  22540. > >From: Greg Coffey <gcoffey@vcn.com>
  22541. > >To: Bill
  22542. > >Date: Friday, September 10, 1999 8:45 AM
  22543. > >Subject: Re:
  22544. > >
  22545. > >
  22546. > >>We have 3 separate T1's to the Internet and are getting a fract T3
  22547. within
  22548. > >>two months.  You are welcome to try us and compare for yourself.  Sign
  22549. up
  22550. > >>online or come by the store.  If you don't like our service, I will
  22551. refund
  22552. > >>your fee for the month.  We are in the process of a major upgrade that
  22553. > >>takes place on September 20th.  That will make us even better than we
  22554. are
  22555. > >now.
  22556. > >>
  22557. > >>
  22558. > >>At 06:48 AM 9/10/99 -0600, you wrote:
  22559. > >>>I am in Casper - in the Sunrise 8 area.
  22560. > >>>
  22561. > >>>I am looking for bandwidth to the net overall.
  22562. > >>>
  22563. > >>>I can connect @ 37,333 to Trib and maintain connection.
  22564. > >>>
  22565. > >>>I can connect @ around 45,000, but the connection is not stable.
  22566. >
  22567. >
  22568. > Thanks,
  22569. >
  22570. > Greg Coffey, Visionary Communications  V 307-234-5443  F 307-234-5446
  22571. > =====================================================================
  22572. > 100 N. Center St., Casper, WY  82601     WWW.VCN.COM
  22573. >
  22574. >
  22575. > -
  22576. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  22577. >  with "unsubscribe usr-tc" in the body of the message.
  22578. >  For information on digests or retrieving files and old messages send
  22579. >  "help" to the same address.  Do not use quotes in your message.
  22580. >
  22581.  
  22582.  
  22583. -
  22584.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  22585.  with "unsubscribe usr-tc" in the body of the message.
  22586.  For information on digests or retrieving files and old messages send
  22587.  "help" to the same address.  Do not use quotes in your message.
  22588.  
  22589.  
  22590. -------------------------------------------------------------------------------
  22591.  
  22592. From: Kevin Benton <s1kevin@tims.net>
  22593. Subject: Re: (usr-tc) 3Com, Please Address This 
  22594. Date: 29 Sep 1999 08:26:35 -0400 (EDT)
  22595.  
  22596. On Tue, 28 Sep 1999, Ed wrote:
  22597.  
  22598. > Greg Coffey wrote:
  22599. > "Perhaps the number is higher but they aren't aware of it.  I don't have an
  22600. > answer for you at this point but will forward this to 3Com"
  22601. > My 2 Cents:
  22602. > It is higher. This is the same subject I raised about a month ago on this
  22603. > list. We have tested this and 3com is supposed to be working on a fix for it
  22604. > however it seems they have now pushed it to the back burners once again.
  22605. > They even developed a non-public alpha code to try to resolve it.
  22606.  
  22607. yadda yadda yadda...  Rest deleted.
  22608.  
  22609. Do you guys have cases open with 3Com about this?  I would be happy to
  22610. help push this issue as another 3Com customer with my NC, however, there's
  22611. little I can do to help if I don't have something I can give him...  I'm
  22612. not interested in working on your case for you but I do want our equipment
  22613. to be able to handle calls as well or better than Ascend product.
  22614.  
  22615. Kevin
  22616.  
  22617. E-Mail:  s1kevin@tims.net
  22618. Web:     http://users.sota-oh.com/~s1kevin/
  22619. Unsolicited advertisements processing fee: $50 subject to change without notice
  22620.  
  22621.  
  22622. -
  22623.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  22624.  with "unsubscribe usr-tc" in the body of the message.
  22625.  For information on digests or retrieving files and old messages send
  22626.  "help" to the same address.  Do not use quotes in your message.
  22627.  
  22628.  
  22629. -------------------------------------------------------------------------------
  22630.  
  22631. From: jeff.binkley@asacomp.com (Jeff Binkley)
  22632. Subject: RE: (usr-tc) Web Ramps ?
  22633. Date: 29 Sep 1999 08:24:00 -0500
  22634.  
  22635.  
  22636.  
  22637.  
  22638.  
  22639. u>|-----Original Message-----
  22640. u>|From: owner-usr-tc@lists.xmission.com
  22641. u>|[mailto:owner-usr-tc@lists.xmission.com]On Behalf Of Jeff Binkley
  22642. u>|Sent: Tuesday, September 28, 1999 9:08 AM
  22643. u>|To: usr-tc@lists.xmission.com
  22644. u>|Subject: (usr-tc) Web Ramps ?
  22645. u>|
  22646. u>|
  22647. u>|
  22648. u>|
  22649. u>|We are still running HiPerArc code 4.1.64 due to 4.1.56 breaking the
  22650. u>|ability of older Web Ramps to connect.  We are looking to go to a
  22651. u>newer |version of HiPerArc code.  Does anyone know if this problem is
  22652. u>fixed in |the newer code ?  I couldn't find it in the release notes.
  22653. u>Also does |anyone know if the intermittient loss of Radius accounting
  22654. u>records is |fixed either ?
  22655. u>|
  22656.  
  22657. u>4.1.56? What were you given that for? Does 4.1.59-6 not work for you
  22658. u>as well?
  22659.  
  22660. u>There have been no specific WebRamp issues resolved. There have been
  22661. u>fixes to PPP
  22662. u>strict checking on HARC and some interaction changes involving the DSP
  22663. u>card. These fixes are available in 4.2.32-1 and shortly in a new 4.1
  22664. u>service release.
  22665. u>If you do not need OSPF, wait for the 4.1 service release or open a
  22666. u>support ticket to get it as an ER.
  22667.  
  22668. u>As for the RADIUS accouting record loss. A few items have been
  22669. u>resolved that may
  22670. u>casue this symptom. They are available in a 4.1.x ER now (if you open
  22671. u>a ticket).
  22672. u>4.2.32-1,  or you can wait for the service release. Opening a ticket
  22673. u>would be the
  22674. u>better option. Since different factors and configurations may result
  22675. u>in the loss
  22676. u>of the packet, until further inestigation is done, a fix for your
  22677. u>problem cannot
  22678. u>be guaranteed.
  22679.  
  22680.  
  22681. Mike,
  22682.  
  22683. That was a typo on my part.  We are running 4.1.64 instead of 4.1.59-6 
  22684. because, as I understand it, you folks put a fix in 4.1.59-6 in the 
  22685. HiPerArc code to fix the timing problem you were having with the DSP 
  22686. code.  When this happened, it broke the ability for certain Web Ramps to 
  22687. connect.  Going back to 4.1.64 was the only solution.  Krish was aware 
  22688. of this.  So I am not sure, based upon your comments, whether web ramps 
  22689. will work again or not with the 4.2.32-1 code.  As for the accounting 
  22690. record loss, this has been a problem for some time now.  I don't know 
  22691. exactly what code release introduced the problem but I know we cannot 
  22692. turn on concurrency checking on the S/A software because after a few 
  22693. hours we will start getting calls about folks not being able to connect.  
  22694. Checking the S/A users table will show a connection but looking in the 
  22695. HiPerArc they aren't connected.
  22696.  
  22697.  
  22698. Thanks,
  22699.  
  22700. Jeff Binkley
  22701. ASA Network Computing
  22702.  
  22703. CMPQwk 1.42 9999
  22704.  
  22705.  
  22706. -
  22707.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  22708.  with "unsubscribe usr-tc" in the body of the message.
  22709.  For information on digests or retrieving files and old messages send
  22710.  "help" to the same address.  Do not use quotes in your message.
  22711.  
  22712.  
  22713. -------------------------------------------------------------------------------
  22714.  
  22715. From: jeff.binkley@asacomp.com (Jeff Binkley)
  22716. Subject: (usr-tc) Ascend Pipelines
  22717. Date: 29 Sep 1999 08:24:00 -0500
  22718.  
  22719.  
  22720.  
  22721. We have 3 Ascend Pipeline 50/75 customers connecting to our TC chassis'.  
  22722. In each case we give them a static IP address via Radius.  In all cases 
  22723. we cannot ping the static address (i.e. Ascend doesn't respond) yet the 
  22724. users behind the pipeline work fine adn we can telnet into the Ascend if 
  22725. we add a static route for port 23 to the static IP address.  Does anyone 
  22726. know how to correct this ?  It makes troubleshooting more difficult when 
  22727. ping doesn't work.
  22728.  
  22729. Thanks,
  22730.  
  22731. Jeff Binkley
  22732. ASA Network Computing 
  22733.  
  22734. CMPQwk 1.42 9999
  22735.  
  22736.  
  22737. -
  22738.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  22739.  with "unsubscribe usr-tc" in the body of the message.
  22740.  For information on digests or retrieving files and old messages send
  22741.  "help" to the same address.  Do not use quotes in your message.
  22742.  
  22743.  
  22744. -------------------------------------------------------------------------------
  22745.  
  22746. From: david@carolnet.com (David Swearingin)
  22747. Subject: (usr-tc) MRTG & Quads & Analog
  22748. Date: 29 Sep 1999 08:53:10 -0500
  22749.  
  22750. Can anyone tell me the MRTG target to use for tracking modem usage on Quad
  22751. modem cards connected to analog lines?
  22752.  
  22753. Thanks.
  22754.  
  22755. David
  22756. __________________________________________________
  22757. David Swearingin (david@carolnet.com)
  22758. CARROLLTON INTERNET SERVICE (www.carolnet.com)
  22759. First Financial Group, Inc.
  22760. 11 N. Folger, Carrollton, MO  64633
  22761. 660-542-3002   Fax 660-542-3003
  22762.  
  22763. -
  22764.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  22765.  with "unsubscribe usr-tc" in the body of the message.
  22766.  For information on digests or retrieving files and old messages send
  22767.  "help" to the same address.  Do not use quotes in your message.
  22768.  
  22769.  
  22770. -------------------------------------------------------------------------------
  22771.  
  22772. From:  <farber@admin.f-tech.net>
  22773. Subject: Re: (usr-tc) 3Com, Please Address This 
  22774. Date: 29 Sep 1999 09:41:56 -0400 (EDT)
  22775.  
  22776. Phone lines!
  22777.  
  22778. If you have customers going through SLC or line multiplexors, or long runs
  22779. or old switches or any other of number of line impairments they will not
  22780. get the 52K they *THINK* they are paying for.
  22781.  
  22782. If you go from QUADS to ARC's and still have the same poor perf then it's
  22783. most likely lines.
  22784.  
  22785. Paul Farber
  22786. Farber Technology
  22787. farber@admin.f-tech.net
  22788. Ph  570-628-5303
  22789. Fax 570-628-5545
  22790.  
  22791. On Tue, 28 Sep 1999, Greg Coffey wrote:
  22792.  
  22793. > Enclosed is some dialogue with a customer of mine.
  22794. > ************
  22795. > Bill, thanks for the feedback.  Trib uses Ascend servers for their modems.
  22796. > We use 3Com (merged with USR) exclusively.  We've noted that some
  22797. > subscribers that dial in using 3Com modems connect FASTER with the Ascend
  22798. > than the 3Com.  In fact, they never connect >33.6 with the 3Com servers but
  22799. > consistently with the Ascends at a v.90 rate.  I pointed out the problem to
  22800. > 3Com about a year ago and there was not much interest on their part at the
  22801. > time.  A couple months ago, it came up again.  This time there was more
  22802. > interest and discussion.  3Com tells me that there is a bug in the Ascend
  22803. > server software that permits this anomaly.  The number of subscribers that
  22804. > this impacts is small (I believe), though I've not really spent much time
  22805. > regarding it.  3Com told me earlier that if they fixed the software, it
  22806. > would break other modems connect rates and even connectivity.  One of my
  22807. > techs (lives in Mills) can connect to Trib from home under the same
  22808. > circumstances as you.  I gave him a Courier v.everything to try last week
  22809. > with the latest firmware.  Same results as his Sportster model.  We are
  22810. > running current software on our end too.  We just spent thousands to
  22811. > upgrade our quad modems to the newer hiper design, no change.  We added a
  22812. > hiperarc, again newer design and, again, thousands more invested.  No
  22813. > change.  We did dump the Sportster modem registers and send them to a 3Com
  22814. > engineer both a year ago and more recently.  I've not heard anything about
  22815. > it for about a month since the last time it came up.  I've looked at Ascend
  22816. > equipment but so far have stayed with 3Com.  Baffles me too why brand-x
  22817. > modems work better with brand-y's servers.  Why brand-x can't or won't
  22818. > resolve the issue baffles me too.  The 3Com servers are not junk.  We do
  22819. > have lots of subscribers that can connect to our servers and getting v.90
  22820. > connection rates.  I think we've dealt with maybe 6 or so people that are
  22821. > in your situation.  Perhaps the number is higher but they aren't aware of
  22822. > it.  I don't have an answer for you at this point but will forward this to
  22823. > 3Com.  
  22824. > At 08:15 PM 9/28/99 -0600, you wrote:
  22825. > >I signed up today and got onto your system.
  22826. > >
  22827. > >It is only a few hours, but so far I'm not impressed with the speed over
  22828. > >Trib.com.
  22829. > >
  22830. > >First of all, I cannot connect at as fast a speed.
  22831. > >
  22832. > >I have a USR Sportster Voice 56k v.90 modem model 00178501 with the latest
  22833. > >drivers and firmware.
  22834. > >
  22835. > >With trib.com, I can connect sometimes @ 45,333 and always @ 37,333.
  22836. > >
  22837. > >I tried your 3 numbers:
  22838. > >
  22839. > >       234-2088         26,400 most of the time,  28,800 sometimes.
  22840. > >       234-6324         same
  22841. > >       266-4165          31,200 all the time.
  22842. > >
  22843. > >I tried several file download tests between the two systems and trib won
  22844. > >handily.
  22845. > >
  22846. > >I will do some more comparing over the next few days, but it isn't what I
  22847. > >was hoping for.
  22848. > >
  22849. > >If you have any other ideas, I would love to hear them.
  22850. > >
  22851. > >Thanks,
  22852. > >
  22853. > >Bill xxxxx
  22854. > >
  22855. > >-----Original Message-----
  22856. > >From: Greg Coffey <gcoffey@vcn.com>
  22857. > >To: Bill 
  22858. > >Date: Friday, September 10, 1999 8:45 AM
  22859. > >Subject: Re:
  22860. > >
  22861. > >
  22862. > >>We have 3 separate T1's to the Internet and are getting a fract T3 within
  22863. > >>two months.  You are welcome to try us and compare for yourself.  Sign up
  22864. > >>online or come by the store.  If you don't like our service, I will refund
  22865. > >>your fee for the month.  We are in the process of a major upgrade that
  22866. > >>takes place on September 20th.  That will make us even better than we are
  22867. > >now.
  22868. > >>
  22869. > >>
  22870. > >>At 06:48 AM 9/10/99 -0600, you wrote:
  22871. > >>>I am in Casper - in the Sunrise 8 area.
  22872. > >>>
  22873. > >>>I am looking for bandwidth to the net overall.
  22874. > >>>
  22875. > >>>I can connect @ 37,333 to Trib and maintain connection.
  22876. > >>>
  22877. > >>>I can connect @ around 45,000, but the connection is not stable.
  22878. > Thanks,
  22879. > Greg Coffey, Visionary Communications  V 307-234-5443  F 307-234-5446 
  22880. > =====================================================================
  22881. > 100 N. Center St., Casper, WY  82601     WWW.VCN.COM         
  22882. > -
  22883. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  22884. >  with "unsubscribe usr-tc" in the body of the message.
  22885. >  For information on digests or retrieving files and old messages send
  22886. >  "help" to the same address.  Do not use quotes in your message.
  22887.  
  22888.  
  22889. -
  22890.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  22891.  with "unsubscribe usr-tc" in the body of the message.
  22892.  For information on digests or retrieving files and old messages send
  22893.  "help" to the same address.  Do not use quotes in your message.
  22894.  
  22895.  
  22896. -------------------------------------------------------------------------------
  22897.  
  22898. From: "Ed" <ed@taylors.com>
  22899. Subject: Re: (usr-tc) 3Com, Please Address This 
  22900. Date: 29 Sep 1999 10:45:21 -0400
  22901.  
  22902. Paul Farber worte:
  22903. "If you have customers going through SLC or line multiplexors, or long runs
  22904. or old switches or any other of number of line impairments they will not
  22905. get the 52K they *THINK* they are paying for."
  22906.  
  22907. Response:
  22908. No as stated before we know without a doubt in these scenarios it is NOT
  22909. Phone Lines. Please read the letters completely before responding and
  22910. confusing others.
  22911.  
  22912. As stated before we have used the same PRI line and switched it between the
  22913. Ascend box and the 3com box. Used the same client location and modem. The
  22914. client is using a 3com modem and has the latest code revisions and drivers.
  22915. When they connect to the Ascend they get V90 and when they connect to the
  22916. 3com no V90. It's that simple...
  22917.  
  22918. Again 3com has acknowledged the issue.
  22919.  
  22920.  
  22921. Ed
  22922.  
  22923. ----- Original Message -----
  22924. Sent: Wednesday, September 29, 1999 9:41 AM
  22925.  
  22926.  
  22927. Phone lines!
  22928.  
  22929. If you have customers going through SLC or line multiplexors, or long runs
  22930. or old switches or any other of number of line impairments they will not
  22931. get the 52K they *THINK* they are paying for.
  22932.  
  22933. If you go from QUADS to ARC's and still have the same poor perf then it's
  22934. most likely lines.
  22935.  
  22936. Paul Farber
  22937. Farber Technology
  22938. farber@admin.f-tech.net
  22939. Ph  570-628-5303
  22940. Fax 570-628-5545
  22941.  
  22942. On Tue, 28 Sep 1999, Greg Coffey wrote:
  22943.  
  22944. > Enclosed is some dialogue with a customer of mine.
  22945. >
  22946. > ************
  22947. > Bill, thanks for the feedback.  Trib uses Ascend servers for their modems.
  22948. > We use 3Com (merged with USR) exclusively.  We've noted that some
  22949. > subscribers that dial in using 3Com modems connect FASTER with the Ascend
  22950. > than the 3Com.  In fact, they never connect >33.6 with the 3Com servers
  22951. but
  22952. > consistently with the Ascends at a v.90 rate.  I pointed out the problem
  22953. to
  22954. > 3Com about a year ago and there was not much interest on their part at the
  22955. > time.  A couple months ago, it came up again.  This time there was more
  22956. > interest and discussion.  3Com tells me that there is a bug in the Ascend
  22957. > server software that permits this anomaly.  The number of subscribers that
  22958. > this impacts is small (I believe), though I've not really spent much time
  22959. > regarding it.  3Com told me earlier that if they fixed the software, it
  22960. > would break other modems connect rates and even connectivity.  One of my
  22961. > techs (lives in Mills) can connect to Trib from home under the same
  22962. > circumstances as you.  I gave him a Courier v.everything to try last week
  22963. > with the latest firmware.  Same results as his Sportster model.  We are
  22964. > running current software on our end too.  We just spent thousands to
  22965. > upgrade our quad modems to the newer hiper design, no change.  We added a
  22966. > hiperarc, again newer design and, again, thousands more invested.  No
  22967. > change.  We did dump the Sportster modem registers and send them to a 3Com
  22968. > engineer both a year ago and more recently.  I've not heard anything about
  22969. > it for about a month since the last time it came up.  I've looked at
  22970. Ascend
  22971. > equipment but so far have stayed with 3Com.  Baffles me too why brand-x
  22972. > modems work better with brand-y's servers.  Why brand-x can't or won't
  22973. > resolve the issue baffles me too.  The 3Com servers are not junk.  We do
  22974. > have lots of subscribers that can connect to our servers and getting v.90
  22975. > connection rates.  I think we've dealt with maybe 6 or so people that are
  22976. > in your situation.  Perhaps the number is higher but they aren't aware of
  22977. > it.  I don't have an answer for you at this point but will forward this to
  22978. > 3Com.
  22979. >
  22980. > At 08:15 PM 9/28/99 -0600, you wrote:
  22981. > >I signed up today and got onto your system.
  22982. > >
  22983. > >It is only a few hours, but so far I'm not impressed with the speed over
  22984. > >Trib.com.
  22985. > >
  22986. > >First of all, I cannot connect at as fast a speed.
  22987. > >
  22988. > >I have a USR Sportster Voice 56k v.90 modem model 00178501 with the
  22989. latest
  22990. > >drivers and firmware.
  22991. > >
  22992. > >With trib.com, I can connect sometimes @ 45,333 and always @ 37,333.
  22993. > >
  22994. > >I tried your 3 numbers:
  22995. > >
  22996. > >       234-2088         26,400 most of the time,  28,800 sometimes.
  22997. > >       234-6324         same
  22998. > >       266-4165          31,200 all the time.
  22999. > >
  23000. > >I tried several file download tests between the two systems and trib won
  23001. > >handily.
  23002. > >
  23003. > >I will do some more comparing over the next few days, but it isn't what I
  23004. > >was hoping for.
  23005. > >
  23006. > >If you have any other ideas, I would love to hear them.
  23007. > >
  23008. > >Thanks,
  23009. > >
  23010. > >Bill xxxxx
  23011. > >
  23012. > >-----Original Message-----
  23013. > >From: Greg Coffey <gcoffey@vcn.com>
  23014. > >To: Bill
  23015. > >Date: Friday, September 10, 1999 8:45 AM
  23016. > >Subject: Re:
  23017. > >
  23018. > >
  23019. > >>We have 3 separate T1's to the Internet and are getting a fract T3
  23020. within
  23021. > >>two months.  You are welcome to try us and compare for yourself.  Sign
  23022. up
  23023. > >>online or come by the store.  If you don't like our service, I will
  23024. refund
  23025. > >>your fee for the month.  We are in the process of a major upgrade that
  23026. > >>takes place on September 20th.  That will make us even better than we
  23027. are
  23028. > >now.
  23029. > >>
  23030. > >>
  23031. > >>At 06:48 AM 9/10/99 -0600, you wrote:
  23032. > >>>I am in Casper - in the Sunrise 8 area.
  23033. > >>>
  23034. > >>>I am looking for bandwidth to the net overall.
  23035. > >>>
  23036. > >>>I can connect @ 37,333 to Trib and maintain connection.
  23037. > >>>
  23038. > >>>I can connect @ around 45,000, but the connection is not stable.
  23039. >
  23040. >
  23041. > Thanks,
  23042. >
  23043. > Greg Coffey, Visionary Communications  V 307-234-5443  F 307-234-5446
  23044. > =====================================================================
  23045. > 100 N. Center St., Casper, WY  82601     WWW.VCN.COM
  23046. >
  23047. >
  23048. > -
  23049. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  23050. >  with "unsubscribe usr-tc" in the body of the message.
  23051. >  For information on digests or retrieving files and old messages send
  23052. >  "help" to the same address.  Do not use quotes in your message.
  23053. >
  23054.  
  23055.  
  23056. -
  23057.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  23058.  with "unsubscribe usr-tc" in the body of the message.
  23059.  For information on digests or retrieving files and old messages send
  23060.  "help" to the same address.  Do not use quotes in your message.
  23061.  
  23062.  
  23063.  
  23064. -
  23065.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  23066.  with "unsubscribe usr-tc" in the body of the message.
  23067.  For information on digests or retrieving files and old messages send
  23068.  "help" to the same address.  Do not use quotes in your message.
  23069.  
  23070.  
  23071. -------------------------------------------------------------------------------
  23072.  
  23073. From: Greg Coffey <greg@coffey.com>
  23074. Subject: Re: (usr-tc) 3Com, Please Address This 
  23075. Date: 29 Sep 1999 08:50:59 -0600
  23076.  
  23077. There are some rare instances where the customer calling in using the SAME 
  23078. computer, software, modem and phone line can connect to Ascend boxes at 
  23079. v.90 and not to 3Coms.  In ALL instances that I have seen, the client was 
  23080. using a 3Com modem to dial.
  23081.  
  23082.  
  23083.  
  23084. At 08:00 AM 9/29/99 -0400, you wrote:
  23085. >This is not consistent with my finding at all.  I have a courier and get
  23086. >49,300 every time flawlessly to my total control dsp equip.  Looks like a
  23087. >telco issue if you ask me.
  23088. >
  23089. >Just my two sense.
  23090. >
  23091. >------------------------------------
  23092. >Brian Gordon
  23093. >MCP, A+, Network +
  23094. >Network Administrator
  23095. >Westelcom Internet
  23096. >518.566.6726 Voice
  23097. >419.831.9137 Fax
  23098. >http://www.westelcom.com
  23099. >administrator@westelcom.com
  23100. >----- Original Message -----
  23101. >From: Greg Coffey <greg@coffey.com>
  23102. >To: <usr-tc@lists.xmission.com>
  23103. >Sent: Tuesday, September 28, 1999 11:28 PM
  23104. >Subject: (usr-tc) 3Com, Please Address This
  23105. >
  23106. >
  23107. > > Enclosed is some dialogue with a customer of mine.
  23108. > >
  23109. > > ************
  23110. > > Bill, thanks for the feedback.  Trib uses Ascend servers for their modems.
  23111. > > We use 3Com (merged with USR) exclusively.  We've noted that some
  23112. > > subscribers that dial in using 3Com modems connect FASTER with the Ascend
  23113. > > than the 3Com.  In fact, they never connect >33.6 with the 3Com servers
  23114. >but
  23115. > > consistently with the Ascends at a v.90 rate.  I pointed out the problem
  23116. >to
  23117. > > 3Com about a year ago and there was not much interest on their part at the
  23118. > > time.  A couple months ago, it came up again.  This time there was more
  23119. > > interest and discussion.  3Com tells me that there is a bug in the Ascend
  23120. > > server software that permits this anomaly.  The number of subscribers that
  23121. > > this impacts is small (I believe), though I've not really spent much time
  23122.  
  23123.  
  23124. Thanks, Greg Coffey                     <gcoffey@vcn.com>
  23125. Visionary Communications V 307-234-5443 F 307-234-5446
  23126. 100 N. Center, Casper, WY  82601         www.vcn.com
  23127.  
  23128. -
  23129.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  23130.  with "unsubscribe usr-tc" in the body of the message.
  23131.  For information on digests or retrieving files and old messages send
  23132.  "help" to the same address.  Do not use quotes in your message.
  23133.  
  23134.  
  23135. -------------------------------------------------------------------------------
  23136.  
  23137. From: Greg Coffey <greg@coffey.com>
  23138. Subject: Re: (usr-tc) 3Com, Please Address This 
  23139. Date: 29 Sep 1999 09:06:18 -0600
  23140.  
  23141. It tis not a phone line issue.  3Com has admitted there is an issue here 
  23142. and is aware of what the cause is.  I get a message a month regarding this 
  23143. topic from customers.  When it comes up, the subscribers are usually on the 
  23144. fringe of the 56k area.  My biggest competitor runs Ascends and when they 
  23145. call it, they get a FortySomething connect just about every time.  It is a 
  23146. true connect too, we've tested the throughput.  They have NEVER obtained a 
  23147. v.90 connect through us at the same location using the same PC, modem and 
  23148. phone line.  We currently have 12 CT1 spans running in Casper.  Some are on 
  23149. quads with netservers and others are hiperarcs with hiperdsps.  We get lots 
  23150. of v90 connects on all the chassis.
  23151.  
  23152.  
  23153.  
  23154. At 09:41 AM 9/29/99 -0400, you wrote:
  23155. >Phone lines!
  23156. >
  23157. >If you have customers going through SLC or line multiplexors, or long runs
  23158. >or old switches or any other of number of line impairments they will not
  23159. >get the 52K they *THINK* they are paying for.
  23160. >
  23161. >If you go from QUADS to ARC's and still have the same poor perf then it's
  23162. >most likely lines.
  23163. >
  23164. >Paul Farber
  23165. >Farber Technology
  23166. >farber@admin.f-tech.net
  23167. >Ph  570-628-5303
  23168. >Fax 570-628-5545
  23169. >
  23170. >On Tue, 28 Sep 1999, Greg Coffey wrote:
  23171. >
  23172. > > Enclosed is some dialogue with a customer of mine.
  23173. > >
  23174. > > ************
  23175. > > Bill, thanks for the feedback.  Trib uses Ascend servers for their modems.
  23176. > > We use 3Com (merged with USR) exclusively.  We've noted that some
  23177. > > subscribers that dial in using 3Com modems connect FASTER with the Ascend
  23178. > > than the 3Com.  In fact, they never connect >33.6 with the 3Com servers but
  23179. > > consistently with the Ascends at a v.90 rate.  I pointed out the problem to
  23180. > > 3Com about a year ago and there was not much interest on their part at the
  23181. > > time.  A couple months ago, it came up again.  This time there was more
  23182. > > interest and discussion.  3Com tells me that there is a bug in the Ascend
  23183. > > server software that permits this anomaly.  The number of subscribers that
  23184. > > this impacts is small (I believe), though I've not really spent much time
  23185. > > regarding it.  3Com told me earlier that if they fixed the software, it
  23186. > > would break other modems connect rates and even connectivity.  One of my
  23187. > > techs (lives in Mills) can connect to Trib from home under the same
  23188. > > circumstances as you.  I gave him a Courier v.everything to try last week
  23189. > > with the latest firmware.  Same results as his Sportster model.  We are
  23190. > > running current software on our end too.  We just spent thousands to
  23191. > > upgrade our quad modems to the newer hiper design, no change.  We added a
  23192. > > hiperarc, again newer design and, again, thousands more invested.  No
  23193. > > change.  We did dump the Sportster modem registers and send them to a 3Com
  23194. > > engineer both a year ago and more recently.  I've not heard anything about
  23195. > > it for about a month since the last time it came up.  I've looked at Ascend
  23196. > > equipment but so far have stayed with 3Com.  Baffles me too why brand-x
  23197. > > modems work better with brand-y's servers.  Why brand-x can't or won't
  23198. > > resolve the issue baffles me too.  The 3Com servers are not junk.  We do
  23199. > > have lots of subscribers that can connect to our servers and getting v.90
  23200. > > connection rates.  I think we've dealt with maybe 6 or so people that are
  23201. > > in your situation.  Perhaps the number is higher but they aren't aware of
  23202. > > it.  I don't have an answer for you at this point but will forward this to
  23203. > > 3Com.
  23204. > >
  23205. > > At 08:15 PM 9/28/99 -0600, you wrote:
  23206. > > >I signed up today and got onto your system.
  23207. > > >
  23208. > > >It is only a few hours, but so far I'm not impressed with the speed over
  23209. > > >Trib.com.
  23210. > > >
  23211. > > >First of all, I cannot connect at as fast a speed.
  23212. > > >
  23213. > > >I have a USR Sportster Voice 56k v.90 modem model 00178501 with the latest
  23214. > > >drivers and firmware.
  23215. > > >
  23216. > > >With trib.com, I can connect sometimes @ 45,333 and always @ 37,333.
  23217. > > >
  23218. > > >I tried your 3 numbers:
  23219. > > >
  23220. > > >       234-2088         26,400 most of the time,  28,800 sometimes.
  23221. > > >       234-6324         same
  23222. > > >       266-4165          31,200 all the time.
  23223. > > >
  23224. > > >I tried several file download tests between the two systems and trib won
  23225. > > >handily.
  23226. > > >
  23227. > > >I will do some more comparing over the next few days, but it isn't what I
  23228. > > >was hoping for.
  23229. > > >
  23230. > > >If you have any other ideas, I would love to hear them.
  23231. > > >
  23232. > > >Thanks,
  23233. > > >
  23234. > > >Bill xxxxx
  23235. > > >
  23236. > > >-----Original Message-----
  23237. > > >From: Greg Coffey <gcoffey@vcn.com>
  23238. > > >To: Bill
  23239. > > >Date: Friday, September 10, 1999 8:45 AM
  23240. > > >Subject: Re:
  23241. > > >
  23242. > > >
  23243. > > >>We have 3 separate T1's to the Internet and are getting a fract T3 within
  23244. > > >>two months.  You are welcome to try us and compare for yourself.  Sign up
  23245. > > >>online or come by the store.  If you don't like our service, I will 
  23246. > refund
  23247. > > >>your fee for the month.  We are in the process of a major upgrade that
  23248. > > >>takes place on September 20th.  That will make us even better than we are
  23249. > > >now.
  23250. > > >>
  23251. > > >>
  23252. > > >>At 06:48 AM 9/10/99 -0600, you wrote:
  23253. > > >>>I am in Casper - in the Sunrise 8 area.
  23254. > > >>>
  23255. > > >>>I am looking for bandwidth to the net overall.
  23256. > > >>>
  23257. > > >>>I can connect @ 37,333 to Trib and maintain connection.
  23258. > > >>>
  23259. > > >>>I can connect @ around 45,000, but the connection is not stable.
  23260. > >
  23261. > >
  23262. > > Thanks,
  23263. > >
  23264. > > Greg Coffey, Visionary Communications  V 307-234-5443  F 307-234-5446
  23265. > > =====================================================================
  23266. > > 100 N. Center St., Casper, WY  82601     WWW.VCN.COM
  23267. > >
  23268. > >
  23269. > > -
  23270. > >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  23271. > >  with "unsubscribe usr-tc" in the body of the message.
  23272. > >  For information on digests or retrieving files and old messages send
  23273. > >  "help" to the same address.  Do not use quotes in your message.
  23274. > >
  23275. >
  23276. >
  23277. >-
  23278. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  23279. >  with "unsubscribe usr-tc" in the body of the message.
  23280. >  For information on digests or retrieving files and old messages send
  23281. >  "help" to the same address.  Do not use quotes in your message.
  23282.  
  23283.  
  23284. Thanks, Greg Coffey                     <gcoffey@vcn.com>
  23285. Visionary Communications V 307-234-5443 F 307-234-5446
  23286. 100 N. Center, Casper, WY  82601         www.vcn.com
  23287.  
  23288. -
  23289.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  23290.  with "unsubscribe usr-tc" in the body of the message.
  23291.  For information on digests or retrieving files and old messages send
  23292.  "help" to the same address.  Do not use quotes in your message.
  23293.  
  23294.  
  23295. -------------------------------------------------------------------------------
  23296.  
  23297. From: Martin Lathoud <nytral@enDirect.qc.ca>
  23298. Subject: Re: (usr-tc) 3Com, Please Address This 
  23299. Date: 29 Sep 1999 12:03:06 -0400 (EDT)
  23300.  
  23301. > It tis not a phone line issue.  3Com has admitted there is an issue here 
  23302. > and is aware of what the cause is.  I get a message a month regarding this 
  23303. > topic from customers.  When it comes up, the subscribers are usually on the 
  23304. > fringe of the 56k area.  My biggest competitor runs Ascends and when they 
  23305. > call it, they get a FortySomething connect just about every time.  It is a 
  23306. > true connect too, we've tested the throughput.  They have NEVER obtained a 
  23307. > v.90 connect through us at the same location using the same PC, modem and 
  23308. > phone line.  We currently have 12 CT1 spans running in Casper.  Some are on 
  23309. > quads with netservers and others are hiperarcs with hiperdsps.  We get lots 
  23310. > of v90 connects on all the chassis.
  23311.  
  23312. It's a phone line issue not properly addressed by 3Com modem code. I
  23313. deleted the mail where John Powell explained what exactly was wrong with
  23314. the line, but he said (a year ago?) that a fix was worked on..
  23315. I don't know about Ascend, but PM3 modem code is way worse than 3Com, so
  23316. stick with it and be patient :-) It seems that Cisco modem code is much
  23317. better at this, too.
  23318.  
  23319. Martin
  23320.  
  23321.  
  23322.  
  23323. -
  23324.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  23325.  with "unsubscribe usr-tc" in the body of the message.
  23326.  For information on digests or retrieving files and old messages send
  23327.  "help" to the same address.  Do not use quotes in your message.
  23328.  
  23329.  
  23330. -------------------------------------------------------------------------------
  23331.  
  23332. From: "Paul Oster" <devious@minot.com>
  23333. Subject: (usr-tc) HiPER Dsp Vs Quad Modem
  23334. Date: 29 Sep 1999 11:36:01 -0500
  23335.  
  23336. This is a multi-part message in MIME format.
  23337.  
  23338. ------=_NextPart_000_0145_01BF0A6E.CE74BAA0
  23339. Content-Type: text/plain;
  23340.     charset="iso-8859-1"
  23341. Content-Transfer-Encoding: 7bit
  23342.  
  23343.  
  23344. Ok, I've brought this up with 3com tech support, and they have not
  23345. been able
  23346. to answer my questions...  I run approximately 8-10% Lost-Carrier
  23347. Rates on
  23348. my Quad Modem based chassis.  On my DSP based chassis, that number is
  23349. 15-17%.
  23350.  
  23351. I can attribute 1 in 10 calls dropping to flakey phone lines, poor
  23352. client modems
  23353. etc, but beyond that, I have to question what is going on.
  23354.  
  23355. I have tested to eliminate T1's from the equation by switching the 2
  23356. spans that
  23357. plugged into the Quad-Chassis with the 2 from the DSP-Chassis, and the
  23358. results
  23359. are exactly the same (24 hour test period in both cases)
  23360.  
  23361. Now I've got 7 dsp cards in service (2 chassis split 5/2) and both
  23362. chassis show
  23363. the 15+% loss.
  23364.  
  23365. Any suggestions as to why these dsp modems are more prone to dropping
  23366. connections?
  23367.  
  23368. DSP Code 2.0.81
  23369. ARC Code 4.1.59-6
  23370. NMC 6.2.17
  23371.  
  23372. Thanks
  23373.  
  23374. Paul
  23375.  
  23376. ------=_NextPart_000_0145_01BF0A6E.CE74BAA0
  23377. Content-Type: text/x-vcard;
  23378.     name="Paul M Oster.vcf"
  23379. Content-Transfer-Encoding: quoted-printable
  23380. Content-Disposition: attachment;
  23381.     filename="Paul M Oster.vcf"
  23382.  
  23383. BEGIN:VCARD
  23384. VERSION:2.1
  23385. N:Oster;Paul;M;Mr
  23386. FN:Paul M Oster
  23387. ORG:Magic Internet Services
  23388. TITLE:IT Manager
  23389. TEL;WORK;VOICE:701-838-1265
  23390. TEL;WORK;FAX:701-852-4374
  23391. ADR;WORK;ENCODING=3DQUOTED-PRINTABLE:;;400 10th St =
  23392. SE=3D0D=3D0A;Minot;ND;58701;USA
  23393. LABEL;WORK;ENCODING=3DQUOTED-PRINTABLE:400 10th St =
  23394. SE=3D0D=3D0A=3D0D=3D0AMinot, ND 58701=3D0D=3D0AUSA
  23395. EMAIL;PREF;INTERNET:admin@minot.com
  23396. REV:19990929T163601Z
  23397. END:VCARD
  23398.  
  23399. ------=_NextPart_000_0145_01BF0A6E.CE74BAA0--
  23400.  
  23401.  
  23402. -
  23403.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  23404.  with "unsubscribe usr-tc" in the body of the message.
  23405.  For information on digests or retrieving files and old messages send
  23406.  "help" to the same address.  Do not use quotes in your message.
  23407.  
  23408.  
  23409. -------------------------------------------------------------------------------
  23410.  
  23411. From: Chad Scheiter <chad@amouse.net>
  23412. Subject: Re: (usr-tc) Ascend Pipelines
  23413. Date: 29 Sep 1999 15:44:06 -0700
  23414.  
  23415. Jeff Binkley wrote:
  23416.  
  23417. > We have 3 Ascend Pipeline 50/75 customers connecting to our TC chassis'.
  23418. > In each case we give them a static IP address via Radius.  In all cases
  23419. > we cannot ping the static address (i.e. Ascend doesn't respond) yet the
  23420. > users behind the pipeline work fine adn we can telnet into the Ascend if
  23421. > we add a static route for port 23 to the static IP address.  Does anyone
  23422. > know how to correct this ?  It makes troubleshooting more difficult when
  23423. > ping doesn't work.
  23424.  
  23425. I have a Pipeline 75 connect to my TC with NAT and I cannot ping it, but my
  23426. customer can connect fine. And with a default server set in the NAT config
  23427. I can pass SMTP traffic through it, but still cannot ping. And I have a
  23428. Pipeline 130 connected to a Max 4000, with no NAT and it is bridged not
  23429. routed and my Max 4000 responds to ANY ping sent from the Pipeline or any
  23430. computer on that side of the link. Basically the only thing I have seen
  23431. that Ascends can do well is V.90, I've had to send 4 Max4048 back because
  23432. of hardware failures in the past 2 years. Can you guess why I'll put up the
  23433. worse V.90 connect rates in a TC?
  23434.  
  23435.  
  23436. -
  23437.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  23438.  with "unsubscribe usr-tc" in the body of the message.
  23439.  For information on digests or retrieving files and old messages send
  23440.  "help" to the same address.  Do not use quotes in your message.
  23441.  
  23442.  
  23443. -------------------------------------------------------------------------------
  23444.  
  23445. From: "Jason Cropper" <jason@clearsail.net>
  23446. Subject: RE: (usr-tc) Ascend Pipelines
  23447. Date: 29 Sep 1999 11:40:30 -0500
  23448.  
  23449. You must disable the "firewall" in the Ascend.  It is turned on by default.
  23450. I'm not sure of the procedure though... it's been a while.
  23451.  
  23452. Jason
  23453.  
  23454.  
  23455. -----Original Message-----
  23456. [mailto:owner-usr-tc@lists.xmission.com]On Behalf Of Jeff Binkley
  23457. Sent: Wednesday, September 29, 1999 8:24
  23458.  
  23459.  
  23460.  
  23461.  
  23462. We have 3 Ascend Pipeline 50/75 customers connecting to our TC chassis'.
  23463. In each case we give them a static IP address via Radius.  In all cases
  23464. we cannot ping the static address (i.e. Ascend doesn't respond) yet the
  23465. users behind the pipeline work fine adn we can telnet into the Ascend if
  23466. we add a static route for port 23 to the static IP address.  Does anyone
  23467. know how to correct this ?  It makes troubleshooting more difficult when
  23468. ping doesn't work.
  23469.  
  23470. Thanks,
  23471.  
  23472. Jeff Binkley
  23473. ASA Network Computing
  23474.  
  23475. CMPQwk 1.42 9999
  23476.  
  23477.  
  23478. -
  23479.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  23480.  with "unsubscribe usr-tc" in the body of the message.
  23481.  For information on digests or retrieving files and old messages send
  23482.  "help" to the same address.  Do not use quotes in your message.
  23483.  
  23484.  
  23485. -
  23486.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  23487.  with "unsubscribe usr-tc" in the body of the message.
  23488.  For information on digests or retrieving files and old messages send
  23489.  "help" to the same address.  Do not use quotes in your message.
  23490.  
  23491.  
  23492. -------------------------------------------------------------------------------
  23493.  
  23494. From: K Mitchell <mitch@keyconn.net>
  23495. Subject: Re: (usr-tc) HiPER Dsp Vs Quad Modem
  23496. Date: 29 Sep 1999 12:52:25 -0400
  23497.  
  23498. At 11:36 AM 9/29/99 -0500, "Paul Oster" <devious@minot.com> wrote:
  23499. >
  23500. >DSP Code 2.0.81
  23501. >ARC Code 4.1.59-6
  23502. >NMC 6.2.17
  23503.  
  23504. Try bumping the ARC code up to 4.2.32, with that and 2.0.81 I'm seeing
  23505. 8-10% failure rates. This has actually gone up from about 5% when I was
  23506. running ARC 4.1.59-6/DSP 1.2.60. I'm hoping the next DSP upgrade gets the
  23507. rate back down some.
  23508.  
  23509.  
  23510. -- 
  23511. Kirk Mitchell-General Manager        mitch@keyconn.net
  23512. Keystone Connect                     Unlock Your World
  23513. Altoona, PA   814-941-5000      http://www.keyconn.net
  23514.  
  23515.  
  23516. -
  23517.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  23518.  with "unsubscribe usr-tc" in the body of the message.
  23519.  For information on digests or retrieving files and old messages send
  23520.  "help" to the same address.  Do not use quotes in your message.
  23521.  
  23522.  
  23523. -------------------------------------------------------------------------------
  23524.  
  23525. From: Carl Litt <carl@execulink.com>
  23526. Subject: (usr-tc) Netserver to ARC using Multilink
  23527. Date: 29 Sep 1999 13:04:51 -0400 (EDT)
  23528.  
  23529.  
  23530. Is it possible to get a Netserver to connect to a HiPer ARC
  23531. with more than one channel (by using multilink)?
  23532.  
  23533. We're trying to move a customer over from dialing into another
  23534. Netserver (not ours) into an ARC running 4.1.59.  The login is set
  23535. in RADIUS, and does work for a single channel.  We have no
  23536. Port-Limits set, and the ARC has the default 2 Max-Chan.
  23537.  
  23538. We can get the first channel up, but the second channel connects
  23539. then drops.  Here is the "mon ppp" output:
  23540.  
  23541. Incoming PPP Data on interface: slot:10/mod:23 
  23542.     LCP        CFG_ACK           MRU            05 ea 
  23543.                                  ASYNC_MAP      ff ff ff ff 
  23544.                                  MAGIC_NUM      4c 56 1b da 
  23545.                                  PROTO_COMP     
  23546.                                  AC_COMP        
  23547.                                  MPP_MRRU       05 ea 
  23548.                                  MPP_ENDPTID    00 
  23549.  
  23550. Incoming PPP Data on interface: slot:10/mod:23 
  23551.     LCP        CFG_REQ           MPP_ENDPTID    04 6f f7 09 08 
  23552.                                  ASYNC_MAP      ff ff ff ff 
  23553.                                  MAGIC_NUM      23 ea 32 19 
  23554.  
  23555. Outgoing PPP Data on interface: slot:10/mod:23 
  23556.     LCP        CFG_ACK           MPP_ENDPTID    04 6f f7 09 08 
  23557.                                  ASYNC_MAP      ff ff ff ff 
  23558.                                  MAGIC_NUM      23 ea 32 19 
  23559. --- [The call is then dropped] ---
  23560.  
  23561. From what I can see, there are no NAK's which should cause a
  23562. protocol termination.  In the RADIUS accounting logs, the session
  23563. has a Term-Cause of NAS-Error.
  23564.  
  23565. Any advice?
  23566.  
  23567. Thanks,
  23568. Carl
  23569.  
  23570.  
  23571.  
  23572. -
  23573.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  23574.  with "unsubscribe usr-tc" in the body of the message.
  23575.  For information on digests or retrieving files and old messages send
  23576.  "help" to the same address.  Do not use quotes in your message.
  23577.  
  23578.  
  23579. -------------------------------------------------------------------------------
  23580.  
  23581. From: Jeff Mcadams <jeffm@iglou.com>
  23582. Subject: Re: (usr-tc) Netserver to ARC using Multilink
  23583. Date: 29 Sep 1999 13:14:17 -0400
  23584.  
  23585. Thus spake Carl Litt
  23586. >Is it possible to get a Netserver to connect to a HiPer ARC
  23587. >with more than one channel (by using multilink)?
  23588.  
  23589. >We're trying to move a customer over from dialing into another
  23590. >Netserver (not ours) into an ARC running 4.1.59.  The login is set
  23591. >in RADIUS, and does work for a single channel.  We have no
  23592. >Port-Limits set, and the ARC has the default 2 Max-Chan.
  23593.  
  23594. >We can get the first channel up, but the second channel connects
  23595. >then drops.  Here is the "mon ppp" output:
  23596.  
  23597. >Incoming PPP Data on interface: slot:10/mod:23 
  23598. >    LCP        CFG_ACK           MRU            05 ea 
  23599. >                                 ASYNC_MAP      ff ff ff ff 
  23600. >                                 MAGIC_NUM      4c 56 1b da 
  23601. >                                 PROTO_COMP     
  23602. >                                 AC_COMP        
  23603. >                                 MPP_MRRU       05 ea 
  23604. >                                 MPP_ENDPTID    00 
  23605.  
  23606. >Incoming PPP Data on interface: slot:10/mod:23 
  23607. >    LCP        CFG_REQ           MPP_ENDPTID    04 6f f7 09 08 
  23608. >                                 ASYNC_MAP      ff ff ff ff 
  23609. >                                 MAGIC_NUM      23 ea 32 19 
  23610.  
  23611. >Outgoing PPP Data on interface: slot:10/mod:23 
  23612. >    LCP        CFG_ACK           MPP_ENDPTID    04 6f f7 09 08 
  23613. >                                 ASYNC_MAP      ff ff ff ff 
  23614. >                                 MAGIC_NUM      23 ea 32 19 
  23615. >--- [The call is then dropped] ---
  23616.  
  23617. >From what I can see, there are no NAK's which should cause a
  23618. >protocol termination.  In the RADIUS accounting logs, the session
  23619. >has a Term-Cause of NAS-Error.
  23620.  
  23621. Well...you're apparently not catching all of the PPP negotiation...which
  23622. means we might be missing some useful data, but...
  23623.  
  23624. You'll notice that the incoming config request does *not* have the MPP_MRRU
  23625. attribute in it.  The MPP_MRRU attribute is the attribute/value that
  23626. indicates that Multi-Link can/will be used on that link.  If one side
  23627. doesn't negotiation the MPP_MRRU, then Multi-Link can't work on that
  23628. link.
  23629. -- 
  23630. Jeff McAdams                            Email: jeffm@iglou.com
  23631. Head Network Administrator              Voice: (502) 966-3848
  23632. IgLou Internet Services                        (800) 436-4456
  23633.  
  23634. -
  23635.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  23636.  with "unsubscribe usr-tc" in the body of the message.
  23637.  For information on digests or retrieving files and old messages send
  23638.  "help" to the same address.  Do not use quotes in your message.
  23639.  
  23640.  
  23641. -------------------------------------------------------------------------------
  23642.  
  23643. From: "Christopher Arlis Hanes" <chanes@usacars.com>
  23644. Subject: (usr-tc) Intermittent static on lines...
  23645. Date: 29 Sep 1999 13:13:48 -0400
  23646.  
  23647. I'm having a problem with static coming and going on my PRIs.  The
  23648. effect then is that users are unable to temporarily dial in - the modems
  23649. aren't able to negotiate a connection.   I'm fairly certain the
  23650. interference is being produced on the utp cat 5 cable running about 25
  23651. feet on a ladder rack from the demarc point to my boxes.  I'm planning
  23652. on installing shielded cable immediately but was wondering if anyone has
  23653. run into similar problems and has some advice?  What is the best way to
  23654. measure the noise on the line? I noticed under Performance Monitor on
  23655. modems you can get s/n ratio info for each connection.  What are
  23656. acceptable levels?
  23657.  
  23658. Thanks,
  23659. Chris Hanes
  23660.  
  23661.  
  23662. -
  23663.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  23664.  with "unsubscribe usr-tc" in the body of the message.
  23665.  For information on digests or retrieving files and old messages send
  23666.  "help" to the same address.  Do not use quotes in your message.
  23667.  
  23668.  
  23669. -------------------------------------------------------------------------------
  23670.  
  23671. From: Jeff Mcadams <jeffm@iglou.com>
  23672. Subject: (usr-tc) testing csu/dsu on DSP
  23673. Date: 29 Sep 1999 13:22:07 -0400
  23674.  
  23675. Hi folks...
  23676.  
  23677. I've got a CSU/DSU on a HiPer DSP that I *think* may be going bad...not
  23678. really sure though.  I'd like to be able to test it, but I'm not really
  23679. sure how.  I've got some equipment that can send BERT patterns at it,
  23680. but I'm not sure how to set up the DSP to actually deal with that.  I've
  23681. gotten it into a line loopback, so I can bounce the pattern off the
  23682. loopback, but that's not terribly helpful when you're trying to test the
  23683. actual CSU/DSU.  :/  I've found that the DSP can send, what appears to
  23684. be a quasi-random signal, but I can't get it to sync up when sending it.
  23685.  
  23686. My current setup to try to test this is the DSP card is connected via a
  23687. "null-t1" cable to my other equipment (a Cisco 7507 with a multi-channel
  23688. port adapter...has integrated CSU/DSU's and ability to run quite a few
  23689. different BERT patterns...more capability in this area from 3Com would
  23690. be *really* cool to have ;).  I can get the T1's to sync up normally
  23691. (non-BERT) by setting the clock source on the Cisco to internal (which
  23692. is expected...*someone* has to generate clock...although it seems
  23693. they'll coast for a while with both pulling it off the line without
  23694. falling out of sync).  I can also set up a loopback on the DSP, and run
  23695. anything I want from the cisco and it works (BERT, true T1 signalling,
  23696. etc.), but I can't reverse it.  I have tried setting the cisco to have a
  23697. loopback and run qrs from the DSP (available via the "cmd sendcode qrs"
  23698. command on the console) but it never seems to want to sync up that way.
  23699. I've tried all different combinations of clocking sources on the DSP and
  23700. cisco with the DSP running qrs, but never can get it to be happy.
  23701.  
  23702. Anyone have any knowledge about, or experience with, testing a DSP
  23703. CSU/DSU for problems using BERT patterns and the like?
  23704. -- 
  23705. Jeff McAdams                            Email: jeffm@iglou.com
  23706. Head Network Administrator              Voice: (502) 966-3848
  23707. IgLou Internet Services                        (800) 436-4456
  23708.  
  23709. -
  23710.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  23711.  with "unsubscribe usr-tc" in the body of the message.
  23712.  For information on digests or retrieving files and old messages send
  23713.  "help" to the same address.  Do not use quotes in your message.
  23714.  
  23715.  
  23716. -------------------------------------------------------------------------------
  23717.  
  23718. From:  <farber@admin.f-tech.net>
  23719. Subject: Re: (usr-tc) Intermittent static on lines...
  23720. Date: 29 Sep 1999 14:00:42 -0400 (EDT)
  23721.  
  23722. How can you verify that there is static on the line?  Shielded cable is a
  23723. considerable expense... plus having to rerun the cable.
  23724.  
  23725. Check the span for errors.  CRC and BPV's are indications of signal
  23726. problems.
  23727.  
  23728. If you can do without the span for an hour or two have the telco loop you
  23729. DSP for about 30 minutes and run a bit pattern (1 of 8).
  23730.  
  23731. Paul Farber
  23732. Farber Technology
  23733. farber@admin.f-tech.net
  23734. Ph  570-628-5303
  23735. Fax 570-628-5545
  23736.  
  23737. On Wed, 29 Sep 1999, Christopher Arlis Hanes wrote:
  23738.  
  23739. > I'm having a problem with static coming and going on my PRIs.  The
  23740. > effect then is that users are unable to temporarily dial in - the modems
  23741. > aren't able to negotiate a connection.   I'm fairly certain the
  23742. > interference is being produced on the utp cat 5 cable running about 25
  23743. > feet on a ladder rack from the demarc point to my boxes.  I'm planning
  23744. > on installing shielded cable immediately but was wondering if anyone has
  23745. > run into similar problems and has some advice?  What is the best way to
  23746. > measure the noise on the line? I noticed under Performance Monitor on
  23747. > modems you can get s/n ratio info for each connection.  What are
  23748. > acceptable levels?
  23749. > Thanks,
  23750. > Chris Hanes
  23751. > -
  23752. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  23753. >  with "unsubscribe usr-tc" in the body of the message.
  23754. >  For information on digests or retrieving files and old messages send
  23755. >  "help" to the same address.  Do not use quotes in your message.
  23756.  
  23757.  
  23758. -
  23759.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  23760.  with "unsubscribe usr-tc" in the body of the message.
  23761.  For information on digests or retrieving files and old messages send
  23762.  "help" to the same address.  Do not use quotes in your message.
  23763.  
  23764.  
  23765. -------------------------------------------------------------------------------
  23766.  
  23767. From: Carl Litt <carl@execulink.com>
  23768. Subject: Re: (usr-tc) Netserver to ARC using Multilink
  23769. Date: 29 Sep 1999 14:11:18 -0400 (EDT)
  23770.  
  23771.  
  23772. Yes, I did clip out a bit of info... here's the complete output:
  23773.  
  23774.  Monitoring the next session to start up.
  23775. Decode tracing started, press ESCAPE to stop; press X for hex tracing.
  23776. ....Tracing the current/next session; Escape to stop...
  23777.  
  23778. Outgoing PPP Data on interface: slot:10/mod:12 
  23779.     LCP        CFG_REQ           MRU            05 ea 
  23780.                                  ASYNC_MAP      00 00 00 00 
  23781.                                  MAGIC_NUM      9e 5a aa e5 
  23782.                                  PROTO_COMP     
  23783.                                  AC_COMP        
  23784.                                  MPP_MRRU       05 ea 
  23785.                                  MPP_ENDPTID    00 
  23786.  
  23787. Incoming PPP Data on interface: slot:10/mod:12 
  23788.     LCP        CFG_REQ           MPP_ENDPTID    04 6f f7 09 08 
  23789.                                  ASYNC_MAP      00 00 00 00 
  23790.                                  MAGIC_NUM      eb c4 d4 f4 
  23791.  
  23792. Outgoing PPP Data on interface: slot:10/mod:12 
  23793.     LCP        CFG_ACK           MPP_ENDPTID    04 6f f7 09 08 
  23794.                                  ASYNC_MAP      00 00 00 00 
  23795.                                  MAGIC_NUM      eb c4 d4 f4 
  23796.  
  23797.  
  23798. Incoming PPP Data on interface: slot:10/mod:12 
  23799.     LCP        CFG_ACK           MRU            05 ea 
  23800.                                  ASYNC_MAP      00 00 00 00 
  23801.                                  MAGIC_NUM      9e 5a aa e5 
  23802.                                  PROTO_COMP     
  23803.                                  AC_COMP        
  23804.                                  MPP_MRRU       05 ea 
  23805.                                  MPP_ENDPTID    00 
  23806.  
  23807. I've also tried durning off PPP offloading for the hell of it, but
  23808. no difference.
  23809.  
  23810. Thanks,
  23811. Carl
  23812.  
  23813. On Wed, 29 Sep 1999, Jeff Mcadams wrote:
  23814.  
  23815. > Thus spake Carl Litt
  23816. > >Is it possible to get a Netserver to connect to a HiPer ARC
  23817. > >with more than one channel (by using multilink)?
  23818. > >We're trying to move a customer over from dialing into another
  23819. > >Netserver (not ours) into an ARC running 4.1.59.  The login is set
  23820. > >in RADIUS, and does work for a single channel.  We have no
  23821. > >Port-Limits set, and the ARC has the default 2 Max-Chan.
  23822. > >We can get the first channel up, but the second channel connects
  23823. > >then drops.  Here is the "mon ppp" output:
  23824. > >Incoming PPP Data on interface: slot:10/mod:23 
  23825. > >    LCP        CFG_ACK           MRU            05 ea 
  23826. > >                                 ASYNC_MAP      ff ff ff ff 
  23827. > >                                 MAGIC_NUM      4c 56 1b da 
  23828. > >                                 PROTO_COMP     
  23829. > >                                 AC_COMP        
  23830. > >                                 MPP_MRRU       05 ea 
  23831. > >                                 MPP_ENDPTID    00 
  23832. > >Incoming PPP Data on interface: slot:10/mod:23 
  23833. > >    LCP        CFG_REQ           MPP_ENDPTID    04 6f f7 09 08 
  23834. > >                                 ASYNC_MAP      ff ff ff ff 
  23835. > >                                 MAGIC_NUM      23 ea 32 19 
  23836. > >Outgoing PPP Data on interface: slot:10/mod:23 
  23837. > >    LCP        CFG_ACK           MPP_ENDPTID    04 6f f7 09 08 
  23838. > >                                 ASYNC_MAP      ff ff ff ff 
  23839. > >                                 MAGIC_NUM      23 ea 32 19 
  23840. > >--- [The call is then dropped] ---
  23841. > >From what I can see, there are no NAK's which should cause a
  23842. > >protocol termination.  In the RADIUS accounting logs, the session
  23843. > >has a Term-Cause of NAS-Error.
  23844. > Well...you're apparently not catching all of the PPP negotiation...which
  23845. > means we might be missing some useful data, but...
  23846. > You'll notice that the incoming config request does *not* have the MPP_MRRU
  23847. > attribute in it.  The MPP_MRRU attribute is the attribute/value that
  23848. > indicates that Multi-Link can/will be used on that link.  If one side
  23849. > doesn't negotiation the MPP_MRRU, then Multi-Link can't work on that
  23850. > link.
  23851. > -- 
  23852. > Jeff McAdams                            Email: jeffm@iglou.com
  23853. > Head Network Administrator              Voice: (502) 966-3848
  23854. > IgLou Internet Services                        (800) 436-4456
  23855. > -
  23856. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  23857. >  with "unsubscribe usr-tc" in the body of the message.
  23858. >  For information on digests or retrieving files and old messages send
  23859. >  "help" to the same address.  Do not use quotes in your message.
  23860.  
  23861.  
  23862. -
  23863.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  23864.  with "unsubscribe usr-tc" in the body of the message.
  23865.  For information on digests or retrieving files and old messages send
  23866.  "help" to the same address.  Do not use quotes in your message.
  23867.  
  23868.  
  23869. -------------------------------------------------------------------------------
  23870.  
  23871. From: Jeff Mcadams <jeffm@iglou.com>
  23872. Subject: Re: (usr-tc) Netserver to ARC using Multilink
  23873. Date: 29 Sep 1999 14:20:08 -0400
  23874.  
  23875. Thus spake Carl Litt
  23876. >Incoming PPP Data on interface: slot:10/mod:12 
  23877. >    LCP        CFG_REQ           MPP_ENDPTID    04 6f f7 09 08 
  23878. >                                 ASYNC_MAP      00 00 00 00 
  23879. >                                 MAGIC_NUM      eb c4 d4 f4 
  23880.  
  23881. Here's the first incoming lcp config request....
  23882.  
  23883. Again...no MPP_MRRU in this, Multi-Link won't work without that
  23884. attribute being negotiated during the LCP phase.  If a system tries to
  23885. send a multi-link encapsulated packet without negotiating the MRRU, it
  23886. is considered an error.
  23887.  
  23888. So, the other side is not negotiating MP correctly.
  23889. -- 
  23890. Jeff McAdams                            Email: jeffm@iglou.com
  23891. Head Network Administrator              Voice: (502) 966-3848
  23892. IgLou Internet Services                        (800) 436-4456
  23893.  
  23894. -
  23895.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  23896.  with "unsubscribe usr-tc" in the body of the message.
  23897.  For information on digests or retrieving files and old messages send
  23898.  "help" to the same address.  Do not use quotes in your message.
  23899.  
  23900.  
  23901. -------------------------------------------------------------------------------
  23902.  
  23903. From: Mike Andrews <mandrews@bit0.com>
  23904. Subject: Re: (usr-tc) HiPER Dsp Vs Quad Modem
  23905. Date: 29 Sep 1999 14:21:25 -0400 (EDT)
  23906.  
  23907. I'll bet the difference is customers with Rockwell HCF modems.  They
  23908. connect more reliably to Quads.  Not that they connect very reliably to
  23909. *anything*...
  23910.  
  23911.  
  23912. Mike Andrews (MA12) * mandrews@dcr.net * http://www.bit0.com/
  23913. VP, sysadmin, & network guy, Digital Crescent Inc, Frankfort KY
  23914. Internet services for Frankfort, Lawrenceburg, Owenton, & Shelbyville
  23915. "With sufficient thrust, pigs fly just fine." -- RFC 1925
  23916.  
  23917. On Wed, 29 Sep 1999, Paul Oster wrote:
  23918.  
  23919. > Ok, I've brought this up with 3com tech support, and they have not
  23920. > been able
  23921. > to answer my questions...  I run approximately 8-10% Lost-Carrier
  23922. > Rates on
  23923. > my Quad Modem based chassis.  On my DSP based chassis, that number is
  23924. > 15-17%.
  23925.  
  23926.  
  23927. -
  23928.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  23929.  with "unsubscribe usr-tc" in the body of the message.
  23930.  For information on digests or retrieving files and old messages send
  23931.  "help" to the same address.  Do not use quotes in your message.
  23932.  
  23933.  
  23934. -------------------------------------------------------------------------------
  23935.  
  23936. From: "Stainforth, Matthew" <MatthewS@staff.brunnet.net>
  23937. Subject: RE: (usr-tc) Intermittent static on lines...
  23938. Date: 29 Sep 1999 15:19:56 -0300
  23939.  
  23940.  
  23941. Have you looked at your DS1 errors under TCM?  That should tell you if you
  23942. have problems with the signal.  Also, your telco should be able to look and
  23943. see if you have accumulated any slips.
  23944.  
  23945. On Wednesday, September 29, 1999 2:14 PM, Christopher Arlis Hanes
  23946. [SMTP:chanes@usacars.com] wrote:
  23947. > I'm having a problem with static coming and going on my PRIs.  The
  23948. > effect then is that users are unable to temporarily dial in - the modems
  23949. > aren't able to negotiate a connection.   I'm fairly certain the
  23950. > interference is being produced on the utp cat 5 cable running about 25
  23951. > feet on a ladder rack from the demarc point to my boxes.  I'm planning
  23952. > on installing shielded cable immediately but was wondering if anyone has
  23953. > run into similar problems and has some advice?  What is the best way to
  23954. > measure the noise on the line? I noticed under Performance Monitor on
  23955. > modems you can get s/n ratio info for each connection.  What are
  23956. > acceptable levels?
  23957. > Thanks,
  23958. > Chris Hanes
  23959. > -
  23960. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  23961. >  with "unsubscribe usr-tc" in the body of the message.
  23962. >  For information on digests or retrieving files and old messages send
  23963. >  "help" to the same address.  Do not use quotes in your message.
  23964.  
  23965.  
  23966.  
  23967. -
  23968.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  23969.  with "unsubscribe usr-tc" in the body of the message.
  23970.  For information on digests or retrieving files and old messages send
  23971.  "help" to the same address.  Do not use quotes in your message.
  23972.  
  23973.  
  23974. -------------------------------------------------------------------------------
  23975.  
  23976. From: Barry Yost <barry@zebra.net>
  23977. Subject: (usr-tc) 2 Issues
  23978. Date: 30 Sep 1999 01:45:17 +0600 (GMT)
  23979.  
  23980. We have recently consolidated all of our nodes to use the
  23981. TC HiPerARC + DSP chasses, and in doing so, have come across 2 issues:
  23982.  
  23983. The main problem is what I refer to as "hung modem" where 2 contiguous modems
  23984. in a DSP will somehow fail in such a way that incoming calls are answered,
  23985. but never complete the carrier. (list con shows them as call type
  23986. DIALIN INVALID) The errant modems show orders of magnitude more failed calls
  23987. in performance monitor. What the user dialing in experiences is something like
  23988. this: The TC picks up and transmits the answer tone. The client modem begins
  23989. making the handshake sounds, but the TC continues with the single tone as if
  23990. the client modem had not responded. Selecting the modems in TCM and
  23991. performing a software reset on them will clear it up 99% of the time.
  23992. They always appear in pairs.
  23993.  
  23994. Does anyone know what might cause this?
  23995. The chases have 130A dual power supplies, and the following code rev's:
  23996. DSP: 2.0.81
  23997. ARC: 4.2.32
  23998. NMC: 6.2.17
  23999.  
  24000. (This happens in different POPs as well.)
  24001.  
  24002. Also, we had bad experiences turning on BACP in earlier code rev's of the ARC
  24003. cards, and at 3Com's advise, left the feature disabled. We have many users of
  24004. Ascend Pipeline routers that apparently insist on using bacp for dynamic
  24005. bandwidth if they can't have their proprietary Ascend protocol. One user in
  24006. particular has spent extensive hours with Ascend trying unsuccessfully to make
  24007. a P130 do dynamic channel allocation with our HiPerARC servers.
  24008. Does anyone have a workaround for this, or has BACP been stabalized enough
  24009. to warrant activating the feature? 
  24010.  
  24011. -
  24012.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  24013.  with "unsubscribe usr-tc" in the body of the message.
  24014.  For information on digests or retrieving files and old messages send
  24015.  "help" to the same address.  Do not use quotes in your message.
  24016.  
  24017.  
  24018. -------------------------------------------------------------------------------
  24019.  
  24020. From: Curt Shambeau <curt@execpc.com>
  24021. Subject: Re: (usr-tc) 2 Issues
  24022. Date: 29 Sep 1999 13:56:39 -0500 (CDT)
  24023.  
  24024. > The main problem is what I refer to as "hung modem" where 2 contiguous modems
  24025. > in a DSP will somehow fail in such a way that incoming calls are answered,
  24026. > but never complete the carrier. (list con shows them as call type
  24027. > DIALIN INVALID) The errant modems show orders of magnitude more failed calls
  24028. > in performance monitor. What the user dialing in experiences is something like
  24029. > this: The TC picks up and transmits the answer tone. The client modem begins
  24030. > making the handshake sounds, but the TC continues with the single tone as if
  24031. > the client modem had not responded. Selecting the modems in TCM and
  24032. > performing a software reset on them will clear it up 99% of the time.
  24033. > They always appear in pairs.
  24034. > Does anyone know what might cause this?
  24035.  
  24036. DSP Lockups.  Each DSP handles 2 modems, and as such, when it locks up in
  24037. any way, it takes out 2 modems.   Depending on switch type, it manifests
  24038. itself to the customer in various ways.  You described one.  
  24039.  
  24040. This has been a horrible bug in the DSP since it was first introduced, and
  24041. they have NEVER been able to fix it.  It has gotten better over the years,
  24042. but it is still a major concern for us.
  24043.  
  24044. Our solution is to watch for it - busy out the entire card, wait for
  24045. customers to drop off the card, and then reboot it.
  24046.  
  24047.  
  24048. | Curtis V. Shambeau  |  curt@execpc.com  |  Senior Vice President  |
  24049. |   ExecPC, Inc. - A Voyager.net company - NASDAQ Symbol:  VOYN     |
  24050.  
  24051.  
  24052. -
  24053.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  24054.  with "unsubscribe usr-tc" in the body of the message.
  24055.  For information on digests or retrieving files and old messages send
  24056.  "help" to the same address.  Do not use quotes in your message.
  24057.  
  24058.  
  24059. -------------------------------------------------------------------------------
  24060.  
  24061. From: <pferraro@wna-linknet.com>
  24062. Subject: Re: (usr-tc) 2 Issues
  24063. Date: 29 Sep 1999 15:03:35 -0400 (EDT)
  24064.  
  24065.  
  24066.     This is an unacceptable alternative!  If you experience these
  24067. problems and it has been noted by 3Com, then it should be addressed and
  24068. corrected!!  What about all those that are running several HUNDRED TC
  24069. hubs!
  24070.  
  24071. Just my .02 worth!
  24072.  
  24073. ==============================================================================
  24074. Phillip Ferraro                WorldNet Access, Inc
  24075. pferraro@wna-linknet.com    Onslow County's PREMIER InterNet Service 
  24076. Voice (910) 346-0835            824 Gumbranch Square, Suite R3
  24077. FAX   (910) 455-1933             Jacksonville, Nc  28540-6269
  24078. ==============================================================================
  24079.  
  24080. On Wed, 29 Sep 1999, Curt Shambeau wrote:
  24081.  
  24082. > > The main problem is what I refer to as "hung modem" where 2 contiguous modems
  24083. > > in a DSP will somehow fail in such a way that incoming calls are answered,
  24084. > > but never complete the carrier. (list con shows them as call type
  24085. > > DIALIN INVALID) The errant modems show orders of magnitude more failed calls
  24086. > > in performance monitor. What the user dialing in experiences is something like
  24087. > > this: The TC picks up and transmits the answer tone. The client modem begins
  24088. > > making the handshake sounds, but the TC continues with the single tone as if
  24089. > > the client modem had not responded. Selecting the modems in TCM and
  24090. > > performing a software reset on them will clear it up 99% of the time.
  24091. > > They always appear in pairs.
  24092. > > 
  24093. > > Does anyone know what might cause this?
  24094. > DSP Lockups.  Each DSP handles 2 modems, and as such, when it locks up in
  24095. > any way, it takes out 2 modems.   Depending on switch type, it manifests
  24096. > itself to the customer in various ways.  You described one.  
  24097. > This has been a horrible bug in the DSP since it was first introduced, and
  24098. > they have NEVER been able to fix it.  It has gotten better over the years,
  24099. > but it is still a major concern for us.
  24100. > Our solution is to watch for it - busy out the entire card, wait for
  24101. > customers to drop off the card, and then reboot it.
  24102. > ---------------------------------------------------------------------
  24103. > | Curtis V. Shambeau  |  curt@execpc.com  |  Senior Vice President  |
  24104. > |   ExecPC, Inc. - A Voyager.net company - NASDAQ Symbol:  VOYN     |
  24105. > ---------------------------------------------------------------------
  24106. > -
  24107. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  24108. >  with "unsubscribe usr-tc" in the body of the message.
  24109. >  For information on digests or retrieving files and old messages send
  24110. >  "help" to the same address.  Do not use quotes in your message.
  24111.  
  24112.  
  24113. -
  24114.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  24115.  with "unsubscribe usr-tc" in the body of the message.
  24116.  For information on digests or retrieving files and old messages send
  24117.  "help" to the same address.  Do not use quotes in your message.
  24118.  
  24119.  
  24120. -------------------------------------------------------------------------------
  24121.  
  24122. From: Curt Shambeau <curt@execpc.com>
  24123. Subject: Re: (usr-tc) 2 Issues
  24124. Date: 29 Sep 1999 14:07:56 -0500 (CDT)
  24125.  
  24126. >     This is an unacceptable alternative!  If you experience these
  24127. > problems and it has been noted by 3Com, then it should be addressed and
  24128. > corrected!!  What about all those that are running several HUNDRED TC
  24129. > hubs!
  24130.  
  24131. I agree that it is unacceptable, and I am running several hundred TC hubs.
  24132.  
  24133. | Curtis V. Shambeau  |  curt@execpc.com  |  Senior Vice President  |
  24134. |   ExecPC, Inc. - A Voyager.net company - NASDAQ Symbol:  VOYN     |
  24135.  
  24136.  
  24137. -
  24138.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  24139.  with "unsubscribe usr-tc" in the body of the message.
  24140.  For information on digests or retrieving files and old messages send
  24141.  "help" to the same address.  Do not use quotes in your message.
  24142.  
  24143.  
  24144. -------------------------------------------------------------------------------
  24145.  
  24146. From: Mark Lemmert <cto@athenet.net>
  24147. Subject: (usr-tc) NFAS Dilema
  24148. Date: 29 Sep 1999 14:24:19 -0500
  24149.  
  24150. I am about to switch all my PRIs at one location to NFAS.
  24151. The telco I am working with only supports 5 circuits per
  24152. d channel. 
  24153.  
  24154. Since only 14 DPS can fit in a chassis that
  24155. maximum # of groups of 5 I can fit is 2, which is only
  24156. 10 DSPs per chassis. For management/organization reasons
  24157. I want to have consistent sizes for the NFAS groups
  24158. only put 10 DSPs chassis.
  24159.  
  24160. My recollection is that 7 DSPs is the maximum that you
  24161. are supposed to use per HiperARC card. 
  24162.  
  24163. Given this situation if you were me would you spend
  24164. the extra money on the second ARC or stretch the
  24165. first ARC a bit and run 10 DSPs on it? Thanks for
  24166. the input!
  24167.  
  24168.  
  24169.  
  24170.  
  24171.  
  24172.  
  24173.  
  24174.  
  24175.  
  24176.  
  24177.  
  24178.  
  24179.  
  24180.  
  24181. Mark Lemmert                   AthEnet Data Exchange
  24182. Chief Technical Officer                    888-919-8700
  24183.  
  24184.  
  24185. -
  24186.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  24187.  with "unsubscribe usr-tc" in the body of the message.
  24188.  For information on digests or retrieving files and old messages send
  24189.  "help" to the same address.  Do not use quotes in your message.
  24190.  
  24191.  
  24192. -------------------------------------------------------------------------------
  24193.  
  24194. From: "Mike Wilker" <mikew@LL.NET>
  24195. Subject: (usr-tc) DSL
  24196. Date: 29 Sep 1999 14:30:13 -0500
  24197.  
  24198. Does anyone still run the Affinity DSL on their TotalControls?  I am trying
  24199. to set one up that we've had for a year now, but I can't get the command
  24200. line to come up on the card.  Does it use the same console cable as the
  24201. HiperArcs and NMCs, and is there another way to configure it, say through
  24202. the Viper DSL?  Thanks.
  24203.  
  24204. Mike Wilker
  24205. Operations Manager
  24206. Local Link, Inc.
  24207.  
  24208.  
  24209. -
  24210.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  24211.  with "unsubscribe usr-tc" in the body of the message.
  24212.  For information on digests or retrieving files and old messages send
  24213.  "help" to the same address.  Do not use quotes in your message.
  24214.  
  24215.  
  24216. -------------------------------------------------------------------------------
  24217.  
  24218. From:  <farber@admin.f-tech.net>
  24219. Subject: Re: (usr-tc) 2 Issues
  24220. Date: 29 Sep 1999 15:41:36 -0400 (EDT)
  24221.  
  24222. It happened about 3 times in a year over 6 DSP's.... ANY complex equipment
  24223. will have quirks.
  24224.  
  24225. Solution?  A pager and a perl script.
  24226.  
  24227. Paul Farber
  24228. Farber Technology
  24229. farber@admin.f-tech.net
  24230. Ph  570-628-5303
  24231. Fax 570-628-5545
  24232.  
  24233. On Wed, 29 Sep 1999 pferraro@wna-linknet.com wrote:
  24234.  
  24235. >     This is an unacceptable alternative!  If you experience these
  24236. > problems and it has been noted by 3Com, then it should be addressed and
  24237. > corrected!!  What about all those that are running several HUNDRED TC
  24238. > hubs!
  24239. > Just my .02 worth!
  24240. > ==============================================================================
  24241. > Phillip Ferraro                WorldNet Access, Inc
  24242. > pferraro@wna-linknet.com    Onslow County's PREMIER InterNet Service 
  24243. > Voice (910) 346-0835            824 Gumbranch Square, Suite R3
  24244. > FAX   (910) 455-1933             Jacksonville, Nc  28540-6269
  24245. > ==============================================================================
  24246. > On Wed, 29 Sep 1999, Curt Shambeau wrote:
  24247. > > > The main problem is what I refer to as "hung modem" where 2 contiguous modems
  24248. > > > in a DSP will somehow fail in such a way that incoming calls are answered,
  24249. > > > but never complete the carrier. (list con shows them as call type
  24250. > > > DIALIN INVALID) The errant modems show orders of magnitude more failed calls
  24251. > > > in performance monitor. What the user dialing in experiences is something like
  24252. > > > this: The TC picks up and transmits the answer tone. The client modem begins
  24253. > > > making the handshake sounds, but the TC continues with the single tone as if
  24254. > > > the client modem had not responded. Selecting the modems in TCM and
  24255. > > > performing a software reset on them will clear it up 99% of the time.
  24256. > > > They always appear in pairs.
  24257. > > > 
  24258. > > > Does anyone know what might cause this?
  24259. > > 
  24260. > > DSP Lockups.  Each DSP handles 2 modems, and as such, when it locks up in
  24261. > > any way, it takes out 2 modems.   Depending on switch type, it manifests
  24262. > > itself to the customer in various ways.  You described one.  
  24263. > > 
  24264. > > This has been a horrible bug in the DSP since it was first introduced, and
  24265. > > they have NEVER been able to fix it.  It has gotten better over the years,
  24266. > > but it is still a major concern for us.
  24267. > > 
  24268. > > Our solution is to watch for it - busy out the entire card, wait for
  24269. > > customers to drop off the card, and then reboot it.
  24270. > > 
  24271. > > 
  24272. > > ---------------------------------------------------------------------
  24273. > > | Curtis V. Shambeau  |  curt@execpc.com  |  Senior Vice President  |
  24274. > > |   ExecPC, Inc. - A Voyager.net company - NASDAQ Symbol:  VOYN     |
  24275. > > ---------------------------------------------------------------------
  24276. > > 
  24277. > > 
  24278. > > -
  24279. > >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  24280. > >  with "unsubscribe usr-tc" in the body of the message.
  24281. > >  For information on digests or retrieving files and old messages send
  24282. > >  "help" to the same address.  Do not use quotes in your message.
  24283. > > 
  24284. > -
  24285. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  24286. >  with "unsubscribe usr-tc" in the body of the message.
  24287. >  For information on digests or retrieving files and old messages send
  24288. >  "help" to the same address.  Do not use quotes in your message.
  24289.  
  24290.  
  24291. -
  24292.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  24293.  with "unsubscribe usr-tc" in the body of the message.
  24294.  For information on digests or retrieving files and old messages send
  24295.  "help" to the same address.  Do not use quotes in your message.
  24296.  
  24297.  
  24298. -------------------------------------------------------------------------------
  24299.  
  24300. From: Carl Litt <carl@execulink.com>
  24301. Subject: Re: (usr-tc) 2 Issues
  24302. Date: 29 Sep 1999 15:35:51 -0400 (EDT)
  24303.  
  24304.  
  24305. Not only is it unacceptable to have to babysit a ~$10,000 DSP card,
  24306. but we can't do it here anyways.  When we soft-busy out the card,
  24307. incoming callers get a switch-bitch message.  (We're new to PRI,
  24308. and haven't had time to debug yet).
  24309.  
  24310. We're using round-robin modem assignment.  With fixed assignment, a bad
  24311. modem will always be assigned to the n'th DS0.  Any time that DS0 rings,
  24312. that bad modem answers.  With round-robin on PRI, the bad modem will
  24313. answer once, then rotate out to be the spare for a little while.
  24314.  
  24315. I usually have several modems each day going FUBAR.  Of course, you 
  24316. can't busy out a modem, and software resets don't do the job, so we're
  24317. stuck living with it.
  24318.  
  24319. I noticed this behaviour of the locking modem pairs months ago and
  24320. pointed it out on the list, but couldn't get a discussion going.
  24321.  
  24322. Anyone have any suggestions?
  24323.  
  24324.  
  24325.  
  24326. On Wed, 29 Sep 1999 pferraro@wna-linknet.com wrote:
  24327.  
  24328. >     This is an unacceptable alternative!  If you experience these
  24329. > problems and it has been noted by 3Com, then it should be addressed and
  24330. > corrected!!  What about all those that are running several HUNDRED TC
  24331. > hubs!
  24332. > Just my .02 worth!
  24333. > ==============================================================================
  24334. > Phillip Ferraro                WorldNet Access, Inc
  24335. > pferraro@wna-linknet.com    Onslow County's PREMIER InterNet Service 
  24336. > Voice (910) 346-0835            824 Gumbranch Square, Suite R3
  24337. > FAX   (910) 455-1933             Jacksonville, Nc  28540-6269
  24338. > ==============================================================================
  24339. > On Wed, 29 Sep 1999, Curt Shambeau wrote:
  24340. > > > The main problem is what I refer to as "hung modem" where 2 contiguous modems
  24341. > > > in a DSP will somehow fail in such a way that incoming calls are answered,
  24342. > > > but never complete the carrier. (list con shows them as call type
  24343. > > > DIALIN INVALID) The errant modems show orders of magnitude more failed calls
  24344. > > > in performance monitor. What the user dialing in experiences is something like
  24345. > > > this: The TC picks up and transmits the answer tone. The client modem begins
  24346. > > > making the handshake sounds, but the TC continues with the single tone as if
  24347. > > > the client modem had not responded. Selecting the modems in TCM and
  24348. > > > performing a software reset on them will clear it up 99% of the time.
  24349. > > > They always appear in pairs.
  24350. > > > 
  24351. > > > Does anyone know what might cause this?
  24352. > > 
  24353. > > DSP Lockups.  Each DSP handles 2 modems, and as such, when it locks up in
  24354. > > any way, it takes out 2 modems.   Depending on switch type, it manifests
  24355. > > itself to the customer in various ways.  You described one.  
  24356. > > 
  24357. > > This has been a horrible bug in the DSP since it was first introduced, and
  24358. > > they have NEVER been able to fix it.  It has gotten better over the years,
  24359. > > but it is still a major concern for us.
  24360. > > 
  24361. > > Our solution is to watch for it - busy out the entire card, wait for
  24362. > > customers to drop off the card, and then reboot it.
  24363. > > 
  24364. > > 
  24365. > > ---------------------------------------------------------------------
  24366. > > | Curtis V. Shambeau  |  curt@execpc.com  |  Senior Vice President  |
  24367. > > |   ExecPC, Inc. - A Voyager.net company - NASDAQ Symbol:  VOYN     |
  24368. > > ---------------------------------------------------------------------
  24369. > > 
  24370. > > 
  24371. > > -
  24372. > >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  24373. > >  with "unsubscribe usr-tc" in the body of the message.
  24374. > >  For information on digests or retrieving files and old messages send
  24375. > >  "help" to the same address.  Do not use quotes in your message.
  24376. > > 
  24377. > -
  24378. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  24379. >  with "unsubscribe usr-tc" in the body of the message.
  24380. >  For information on digests or retrieving files and old messages send
  24381. >  "help" to the same address.  Do not use quotes in your message.
  24382.  
  24383.  
  24384. -
  24385.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  24386.  with "unsubscribe usr-tc" in the body of the message.
  24387.  For information on digests or retrieving files and old messages send
  24388.  "help" to the same address.  Do not use quotes in your message.
  24389.  
  24390.  
  24391. -------------------------------------------------------------------------------
  24392.  
  24393. From: "Stainforth, Matthew" <MatthewS@staff.brunnet.net>
  24394. Subject: RE: (usr-tc) NFAS Dilema
  24395. Date: 29 Sep 1999 16:38:16 -0300
  24396.  
  24397.  
  24398. If you're not running IPX, you can safely do 10 DSPs per ARC.  I'm using a
  24399. single ARC on 10 DSPs but I'm only doing PPP, no IPX, all static routing.
  24400. Also, your power supplies will be a limiting factor - I believe the maximum
  24401. for a 70A chassis is 10 DSPs but I'm running dual 130's so I can't testify
  24402. to that.
  24403.  
  24404. On Wednesday, September 29, 1999 4:24 PM, Mark Lemmert
  24405. [SMTP:cto@athenet.net] wrote:
  24406. > I am about to switch all my PRIs at one location to NFAS.
  24407. > The telco I am working with only supports 5 circuits per
  24408. > d channel. 
  24409. > Since only 14 DPS can fit in a chassis that
  24410. > maximum # of groups of 5 I can fit is 2, which is only
  24411. > 10 DSPs per chassis. For management/organization reasons
  24412. > I want to have consistent sizes for the NFAS groups
  24413. > only put 10 DSPs chassis.
  24414. > My recollection is that 7 DSPs is the maximum that you
  24415. > are supposed to use per HiperARC card. 
  24416. > Given this situation if you were me would you spend
  24417. > the extra money on the second ARC or stretch the
  24418. > first ARC a bit and run 10 DSPs on it? Thanks for
  24419. > the input!
  24420. > -----------------------------------------------------------------------
  24421. > Mark Lemmert                   AthEnet Data Exchange
  24422. > Chief Technical Officer                    888-919-8700
  24423. > -
  24424. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  24425. >  with "unsubscribe usr-tc" in the body of the message.
  24426. >  For information on digests or retrieving files and old messages send
  24427. >  "help" to the same address.  Do not use quotes in your message.
  24428.  
  24429.  
  24430.  
  24431. -
  24432.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  24433.  with "unsubscribe usr-tc" in the body of the message.
  24434.  For information on digests or retrieving files and old messages send
  24435.  "help" to the same address.  Do not use quotes in your message.
  24436.  
  24437.  
  24438. -------------------------------------------------------------------------------
  24439.  
  24440. From: Jeff Mcadams <jeffm@iglou.com>
  24441. Subject: Re: (usr-tc) 2 Issues
  24442. Date: 29 Sep 1999 15:47:39 -0400
  24443.  
  24444. Thus spake Carl Litt
  24445. >Not only is it unacceptable to have to babysit a ~$10,000 DSP card,
  24446. >but we can't do it here anyways.  When we soft-busy out the card,
  24447. >incoming callers get a switch-bitch message.  (We're new to PRI,
  24448. >and haven't had time to debug yet).
  24449.  
  24450. Get off of NI-2 and go to a custom translation.  NI-2 doesn't have any
  24451. concept of "service messages" meaning that if you soft-busy out a ds0,
  24452. it has no way of informing the switch of that, so the switch will still
  24453. try to send calls down that ds0.
  24454. -- 
  24455. Jeff McAdams                            Email: jeffm@iglou.com
  24456. Head Network Administrator              Voice: (502) 966-3848
  24457. IgLou Internet Services                        (800) 436-4456
  24458.  
  24459. -
  24460.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  24461.  with "unsubscribe usr-tc" in the body of the message.
  24462.  For information on digests or retrieving files and old messages send
  24463.  "help" to the same address.  Do not use quotes in your message.
  24464.  
  24465.  
  24466. -------------------------------------------------------------------------------
  24467.  
  24468. From: "Stainforth, Matthew" <MatthewS@staff.brunnet.net>
  24469. Subject: RE: (usr-tc) 2 Issues
  24470. Date: 29 Sep 1999 16:56:18 -0300
  24471.  
  24472. On Wednesday, September 29, 1999 4:36 PM, Carl Litt
  24473. [SMTP:carl@execulink.com] wrote:
  24474. > I noticed this behaviour of the locking modem pairs months ago and
  24475. > pointed it out on the list, but couldn't get a discussion going.
  24476. > Anyone have any suggestions?
  24477.  
  24478. There was some ER code floating around that addressed this but I wasn't too
  24479. keen on running this on my production systems.  I'm just waiting for them to
  24480. hopefully merge the fix into the next 2.0.x DSP code release.  Maybe someone
  24481. from 3Com can confirm whether the next release will have this fixed.
  24482.  
  24483. Matthew
  24484.  
  24485.  
  24486.  
  24487. -
  24488.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  24489.  with "unsubscribe usr-tc" in the body of the message.
  24490.  For information on digests or retrieving files and old messages send
  24491.  "help" to the same address.  Do not use quotes in your message.
  24492.  
  24493.  
  24494. -------------------------------------------------------------------------------
  24495.  
  24496. From: Aaron Nabil <nabil@spiritone.com>
  24497. Subject: Re: (usr-tc) NFAS Dilema
  24498. Date: 29 Sep 1999 13:36:44 -0700 (PDT)
  24499.  
  24500. Mark Lemmert writes...
  24501. > . . .
  24502. >Given this situation if you were me would you spend
  24503. >the extra money on the second ARC or stretch the
  24504. >first ARC a bit and run 10 DSPs on it? Thanks for
  24505. >the input!
  24506.  
  24507. If I were you I wouldn't run NFAS.  In my opinion, the
  24508. extra hassle it causes isn't worth the money saved.
  24509.  
  24510. -- 
  24511. Aaron Nabil
  24512.  
  24513. -
  24514.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  24515.  with "unsubscribe usr-tc" in the body of the message.
  24516.  For information on digests or retrieving files and old messages send
  24517.  "help" to the same address.  Do not use quotes in your message.
  24518.  
  24519.  
  24520. -------------------------------------------------------------------------------
  24521.  
  24522. From: Aaron Nabil <nabil@spiritone.com>
  24523. Subject: Re: (usr-tc) Intermittent static on lines...
  24524. Date: 29 Sep 1999 13:41:28 -0700 (PDT)
  24525.  
  24526.  
  24527. Slips would be just about the worst indicator when looking for 
  24528. line problems, look at any other counter first.
  24529.  
  24530. Stainforth, Matthew writes...
  24531. >Have you looked at your DS1 errors under TCM?  That should tell you if you
  24532. >have problems with the signal.  Also, your telco should be able to look and
  24533. >see if you have accumulated any slips.
  24534. >
  24535. >On Wednesday, September 29, 1999 2:14 PM, Christopher Arlis Hanes
  24536. >[SMTP:chanes@usacars.com] wrote:
  24537. >> I'm having a problem with static coming and going on my PRIs.  The
  24538. >> effect then is that users are unable to temporarily dial in - the modems
  24539. >> aren't able to negotiate a connection.   I'm fairly certain the
  24540. >> interference is being produced on the utp cat 5 cable running about 25
  24541. >> feet on a ladder rack from the demarc point to my boxes.  I'm planning
  24542. >> on installing shielded cable immediately but was wondering if anyone has
  24543. >> run into similar problems and has some advice?  What is the best way to
  24544. >> measure the noise on the line? I noticed under Performance Monitor on
  24545. >> modems you can get s/n ratio info for each connection.  What are
  24546. >> acceptable levels?
  24547. >> 
  24548. >> Thanks,
  24549. >> Chris Hanes
  24550. >> 
  24551.  
  24552. -- 
  24553. Aaron Nabil
  24554.  
  24555. -
  24556.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  24557.  with "unsubscribe usr-tc" in the body of the message.
  24558.  For information on digests or retrieving files and old messages send
  24559.  "help" to the same address.  Do not use quotes in your message.
  24560.  
  24561.  
  24562. -------------------------------------------------------------------------------
  24563.  
  24564. From: Marius Strom <marius@alpha1.net>
  24565. Subject: (usr-tc) Pipe 75 + Static IP + NAT
  24566. Date: 29 Sep 1999 16:29:48 -0500 (CDT)
  24567.  
  24568. I'm trying to hook up a Pipe 75 with a Static IP and NAT enabled to a
  24569. HiPerARC chassis.. When I disable the NAT on the Pipe, it connects, when I
  24570. enable it, it won't connect..  The pipe has been dialing into a Livingston
  24571. PM2e up until now, and when I modify the remote address and the phone
  24572. number to have it dial to our TC equipment, it won't do it.  I've gone and
  24573. disabled things such as STAC and all other compressions..  I did set the
  24574. Pipe to MP with BACP=Yes.
  24575.  
  24576. Please let me know if you guys have had any success, and if you've got
  24577. success, let me know how I can have it too *chuckle*
  24578.  
  24579. Thanks in advance!
  24580.  
  24581. -- 
  24582. Marius Strom <marius@alpha1.net>
  24583. Professional Geek/Unix System Administrator
  24584. Alpha1 Internet <http://www.alpha1.net>
  24585. http://www.marius.org/marius.pgp 0x5645C228
  24586.  
  24587. In theory, there is no difference between theory and practice...
  24588. ...In practice, there is a big difference.
  24589.  
  24590.  
  24591.  
  24592. -
  24593.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  24594.  with "unsubscribe usr-tc" in the body of the message.
  24595.  For information on digests or retrieving files and old messages send
  24596.  "help" to the same address.  Do not use quotes in your message.
  24597.  
  24598.  
  24599. -------------------------------------------------------------------------------
  24600.  
  24601. From: Chad Scheiter <chad@amouse.net>
  24602. Subject: Re: (usr-tc) Pipe 75 + Static IP + NAT
  24603. Date: 29 Sep 1999 21:13:05 -0700
  24604.  
  24605. Marius Strom wrote:
  24606.  
  24607. > I'm trying to hook up a Pipe 75 with a Static IP and NAT enabled to a
  24608. > HiPerARC chassis.. When I disable the NAT on the Pipe, it connects, when I
  24609. > enable it, it won't connect..  The pipe has been dialing into a Livingston
  24610. > PM2e up until now, and when I modify the remote address and the phone
  24611. > number to have it dial to our TC equipment, it won't do it.  I've gone and
  24612. > disabled things such as STAC and all other compressions..  I did set the
  24613. > Pipe to MP with BACP=Yes.
  24614. >
  24615. > Please let me know if you guys have had any success, and if you've got
  24616. > success, let me know how I can have it too *chuckle*
  24617.  
  24618. Do you have the LAN Adrs, WAN Alias, or IF Adrs defined?  I left those blank
  24619. and assign the static IP from radius. Otherwise you have to set reported IP
  24620. on the TC to correspond with the LAN Adrs.  You should be able to just define
  24621. the WAN Alias but I couldn't even get that to work between two ascends. What
  24622. is mon ppp outputting?
  24623.  
  24624.  
  24625. -
  24626.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  24627.  with "unsubscribe usr-tc" in the body of the message.
  24628.  For information on digests or retrieving files and old messages send
  24629.  "help" to the same address.  Do not use quotes in your message.
  24630.  
  24631.  
  24632. -------------------------------------------------------------------------------
  24633.  
  24634. From: "Lon R. Stockton, Jr." <lon@moonstar.com>
  24635. Subject: Re: (usr-tc) Pipe 75 + Static IP + NAT
  24636. Date: 29 Sep 1999 18:25:43 -0400 (EDT)
  24637.  
  24638.  
  24639. If you're running older versions of the TC software (as I am), BACP won't
  24640. work (or at least, I can't make it work). Early on, one of my customers
  24641. asked for a recommendation and I told 'em to buy the Ascend PL75 and
  24642. then found that out. The choice is to 1) upgrade TC software [I think],
  24643. 2) turn off BACP on the Ascend and tell it to either use just one channel
  24644. or both of 'em with MP.
  24645.  
  24646. For reference, I'm running Harc 4.0.30 and Hdsp 1.2.5. I'm going to
  24647. upgrade after the upgrade is such that it fixes things and doesn't just
  24648. trade my current problems for a new batch of problems. This software
  24649. load I'm running only seems to have problems with older Rockwell stuff,
  24650. and most of those are fixed by upgrading the client modems' code (or
  24651. telling the customer they've been duped into buying a crap modem).
  24652. ...other than that, everything's stable...no webtv problems, incredibly
  24653. infrequent hung-modem problems, or any of the other issues that seem
  24654. to be terrorizing others on the list here. Even current 3com Sportsters
  24655. are speedy (to include a current thread *grin*).
  24656.  
  24657. Telling a new customer that they need to upgrade their modem's software
  24658. or maybe consider a decent modem is hard, but easier than explaining
  24659. to an existing customer that they can't connect anymore or get a good
  24660. speed because I "upgraded". [/rant]
  24661.  
  24662. As for ISDN lan stuff, nowadays I recommend the smaller offices to use
  24663. the 3com LANmodem or bigger places to use the Cisco 800-series. LANmodem
  24664. blazingly easy to set up, and although I'd never claim a Cisco was easy
  24665. to set up, after they're configured they run like, umm, a Cisco. Turn
  24666. out the lights and shut the closet for a couple years.
  24667.  
  24668. Lon
  24669.  
  24670.  
  24671. On Wed, 29 Sep 1999, Marius Strom wrote:
  24672.  
  24673. > I'm trying to hook up a Pipe 75 with a Static IP and NAT enabled to a
  24674. > HiPerARC chassis.. When I disable the NAT on the Pipe, it connects, when I
  24675. > enable it, it won't connect..  The pipe has been dialing into a Livingston
  24676. > PM2e up until now, and when I modify the remote address and the phone
  24677. > number to have it dial to our TC equipment, it won't do it.  I've gone and
  24678. > disabled things such as STAC and all other compressions..  I did set the
  24679. > Pipe to MP with BACP=Yes.
  24680. > Please let me know if you guys have had any success, and if you've got
  24681. > success, let me know how I can have it too *chuckle*
  24682. > Thanks in advance!
  24683. > -- 
  24684. > Marius Strom <marius@alpha1.net>
  24685. > Professional Geek/Unix System Administrator
  24686. > Alpha1 Internet <http://www.alpha1.net>
  24687. > http://www.marius.org/marius.pgp 0x5645C228
  24688. > In theory, there is no difference between theory and practice...
  24689. > ...In practice, there is a big difference.
  24690. > -
  24691. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  24692. >  with "unsubscribe usr-tc" in the body of the message.
  24693. >  For information on digests or retrieving files and old messages send
  24694. >  "help" to the same address.  Do not use quotes in your message.
  24695.  
  24696.  
  24697. -
  24698.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  24699.  with "unsubscribe usr-tc" in the body of the message.
  24700.  For information on digests or retrieving files and old messages send
  24701.  "help" to the same address.  Do not use quotes in your message.
  24702.  
  24703.  
  24704. -------------------------------------------------------------------------------
  24705.  
  24706. From: "Interests" <interests@linkfast.net>
  24707. Subject: (usr-tc) Disconnecting Connections
  24708. Date: 29 Sep 1999 17:59:37 -0500
  24709.  
  24710. I am trying to find the command to disconnect a particular
  24711. connection on a TC. Anyone know off the top of your heads?
  24712.  
  24713. Jason A. Nunnelley
  24714. President of Linkfast Inc.
  24715. "I always respond to E-mail"
  24716.  
  24717. PO BOX 202
  24718. Cullman AL 35056
  24719.  
  24720. 256-739-2008 Voice
  24721. 770-234-5702 Fax
  24722.  
  24723. Billing and Office Hours:
  24724. 9am - 9pm Monday through Friday
  24725.  
  24726. Tech Support Hours:
  24727. 9am - 9pm Monday through Friday
  24728. 9am - 5pm Saturday
  24729.  
  24730. Support Online:
  24731. http://linkfast.net/support.html
  24732.  
  24733.  
  24734. -
  24735.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  24736.  with "unsubscribe usr-tc" in the body of the message.
  24737.  For information on digests or retrieving files and old messages send
  24738.  "help" to the same address.  Do not use quotes in your message.
  24739.  
  24740.  
  24741. -------------------------------------------------------------------------------
  24742.  
  24743. From: "Interests" <interests@linkfast.net>
  24744. Subject: Re: (usr-tc) Disconnecting Connections
  24745. Date: 29 Sep 1999 18:13:54 -0500
  24746.  
  24747. I realized this post was not very specific. When you have
  24748. a particular dialup or ISDN connection (as you would view
  24749. in a telnet session), say on slot:3/mod:20 for EX. How can
  24750. you terminate that particular connection and not impact
  24751. any other connected users. I can't find the command. In a
  24752. Livingston box, you could type in "reset s20" for example.
  24753.  
  24754. Jason A. Nunnelley
  24755. President of Linkfast Inc.
  24756. "I always respond to E-mail"
  24757.  
  24758. PO BOX 202
  24759. Cullman AL 35056
  24760.  
  24761. 256-739-2008 Voice
  24762. 770-234-5702 Fax
  24763.  
  24764. Billing and Office Hours:
  24765. 9am - 9pm Monday through Friday
  24766.  
  24767. Tech Support Hours:
  24768. 9am - 9pm Monday through Friday
  24769. 9am - 5pm Saturday
  24770.  
  24771. Support Online:
  24772. http://linkfast.net/support.html
  24773. ----- Original Message ----- 
  24774. Sent: Wednesday, September 29, 1999 5:59 PM
  24775.  
  24776.  
  24777. > I am trying to find the command to disconnect a particular
  24778. > connection on a TC. Anyone know off the top of your heads?
  24779. > Jason A. Nunnelley
  24780. > President of Linkfast Inc.
  24781. > "I always respond to E-mail"
  24782. > PO BOX 202
  24783. > Cullman AL 35056
  24784. > 256-739-2008 Voice
  24785. > 770-234-5702 Fax
  24786. > Billing and Office Hours:
  24787. > 9am - 9pm Monday through Friday
  24788. > Tech Support Hours:
  24789. > 9am - 9pm Monday through Friday
  24790. > 9am - 5pm Saturday
  24791. > Support Online:
  24792. > http://linkfast.net/support.html
  24793. > -
  24794. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  24795. >  with "unsubscribe usr-tc" in the body of the message.
  24796. >  For information on digests or retrieving files and old messages send
  24797. >  "help" to the same address.  Do not use quotes in your message.
  24798.  
  24799.  
  24800. -
  24801.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  24802.  with "unsubscribe usr-tc" in the body of the message.
  24803.  For information on digests or retrieving files and old messages send
  24804.  "help" to the same address.  Do not use quotes in your message.
  24805.  
  24806.  
  24807. -------------------------------------------------------------------------------
  24808.  
  24809. From: Marcelo Souza <mpsouza@centroin.com.br>
  24810. Subject: Re: (usr-tc) Disconnecting Connections
  24811. Date: 29 Sep 1999 20:19:09 -0300 (EST)
  24812.  
  24813.  
  24814.     You can use:
  24815.  
  24816.     Harc> haNGUP inTERFACE slot:x/mod:y
  24817.  
  24818.     or
  24819.     
  24820.     Harc>  discoNNECT usER username
  24821.  
  24822. - Marcelo
  24823.  
  24824. On Wed, 29 Sep 1999, Interests wrote:
  24825.  
  24826. |I realized this post was not very specific. When you have
  24827. |a particular dialup or ISDN connection (as you would view
  24828. |in a telnet session), say on slot:3/mod:20 for EX. How can
  24829. |you terminate that particular connection and not impact
  24830. |any other connected users. I can't find the command. In a
  24831. |Livingston box, you could type in "reset s20" for example.
  24832. |
  24833. |Jason A. Nunnelley
  24834. |President of Linkfast Inc.
  24835. |"I always respond to E-mail"
  24836. |
  24837. |PO BOX 202
  24838. |Cullman AL 35056
  24839. |
  24840. |256-739-2008 Voice
  24841. |770-234-5702 Fax
  24842. |
  24843. |Billing and Office Hours:
  24844. |9am - 9pm Monday through Friday
  24845. |
  24846. |Tech Support Hours:
  24847. |9am - 9pm Monday through Friday
  24848. |9am - 5pm Saturday
  24849. |
  24850. |Support Online:
  24851. |http://linkfast.net/support.html
  24852. |----- Original Message ----- 
  24853. |From: Interests <interests@linkfast.net>
  24854. |To: <usr-tc@lists.xmission.com>
  24855. |Sent: Wednesday, September 29, 1999 5:59 PM
  24856. |Subject: (usr-tc) Disconnecting Connections
  24857. |
  24858. |
  24859. |> I am trying to find the command to disconnect a particular
  24860. |> connection on a TC. Anyone know off the top of your heads?
  24861. |> 
  24862. |> Jason A. Nunnelley
  24863. |> President of Linkfast Inc.
  24864. |> "I always respond to E-mail"
  24865. |> 
  24866. |> PO BOX 202
  24867. |> Cullman AL 35056
  24868. |> 
  24869. |> 256-739-2008 Voice
  24870. |> 770-234-5702 Fax
  24871. |> 
  24872. |> Billing and Office Hours:
  24873. |> 9am - 9pm Monday through Friday
  24874. |> 
  24875. |> Tech Support Hours:
  24876. |> 9am - 9pm Monday through Friday
  24877. |> 9am - 5pm Saturday
  24878. |> 
  24879. |> Support Online:
  24880. |> http://linkfast.net/support.html
  24881. |> 
  24882. |> 
  24883. |> -
  24884. |>  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  24885. |>  with "unsubscribe usr-tc" in the body of the message.
  24886. |>  For information on digests or retrieving files and old messages send
  24887. |>  "help" to the same address.  Do not use quotes in your message.
  24888. |
  24889. |
  24890. |-
  24891. | To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  24892. | with "unsubscribe usr-tc" in the body of the message.
  24893. | For information on digests or retrieving files and old messages send
  24894. | "help" to the same address.  Do not use quotes in your message.
  24895. |
  24896.  
  24897. - Marcelo
  24898.  
  24899.  
  24900.  
  24901. -
  24902.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  24903.  with "unsubscribe usr-tc" in the body of the message.
  24904.  For information on digests or retrieving files and old messages send
  24905.  "help" to the same address.  Do not use quotes in your message.
  24906.  
  24907.  
  24908. -------------------------------------------------------------------------------
  24909.  
  24910. From: Marius Strom <marius@alpha1.net>
  24911. Subject: Re: (usr-tc) Disconnecting Connections
  24912. Date: 29 Sep 1999 18:19:39 -0500 (CDT)
  24913.  
  24914. hangup interface slot:#/mod:#
  24915.  
  24916. -- 
  24917. Marius Strom <marius@alpha1.net>
  24918. Professional Geek/Unix System Administrator
  24919. Alpha1 Internet <http://www.alpha1.net>
  24920. http://www.marius.org/marius.pgp 0x5645C228
  24921.  
  24922. In theory, there is no difference between theory and practice...
  24923. ...In practice, there is a big difference.
  24924.  
  24925.  
  24926. On Wed, 29 Sep 1999, Interests wrote:
  24927.  
  24928. > I realized this post was not very specific. When you have
  24929. > a particular dialup or ISDN connection (as you would view
  24930. > in a telnet session), say on slot:3/mod:20 for EX. How can
  24931. > you terminate that particular connection and not impact
  24932. > any other connected users. I can't find the command. In a
  24933. > Livingston box, you could type in "reset s20" for example.
  24934. > Jason A. Nunnelley
  24935. > President of Linkfast Inc.
  24936. > "I always respond to E-mail"
  24937. > PO BOX 202
  24938. > Cullman AL 35056
  24939. > 256-739-2008 Voice
  24940. > 770-234-5702 Fax
  24941. > Billing and Office Hours:
  24942. > 9am - 9pm Monday through Friday
  24943. > Tech Support Hours:
  24944. > 9am - 9pm Monday through Friday
  24945. > 9am - 5pm Saturday
  24946. > Support Online:
  24947. > http://linkfast.net/support.html
  24948. > ----- Original Message ----- 
  24949. > From: Interests <interests@linkfast.net>
  24950. > To: <usr-tc@lists.xmission.com>
  24951. > Sent: Wednesday, September 29, 1999 5:59 PM
  24952. > Subject: (usr-tc) Disconnecting Connections
  24953. > > I am trying to find the command to disconnect a particular
  24954. > > connection on a TC. Anyone know off the top of your heads?
  24955. > > 
  24956. > > Jason A. Nunnelley
  24957. > > President of Linkfast Inc.
  24958. > > "I always respond to E-mail"
  24959. > > 
  24960. > > PO BOX 202
  24961. > > Cullman AL 35056
  24962. > > 
  24963. > > 256-739-2008 Voice
  24964. > > 770-234-5702 Fax
  24965. > > 
  24966. > > Billing and Office Hours:
  24967. > > 9am - 9pm Monday through Friday
  24968. > > 
  24969. > > Tech Support Hours:
  24970. > > 9am - 9pm Monday through Friday
  24971. > > 9am - 5pm Saturday
  24972. > > 
  24973. > > Support Online:
  24974. > > http://linkfast.net/support.html
  24975. > > 
  24976. > > 
  24977. > > -
  24978. > >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  24979. > >  with "unsubscribe usr-tc" in the body of the message.
  24980. > >  For information on digests or retrieving files and old messages send
  24981. > >  "help" to the same address.  Do not use quotes in your message.
  24982. > -
  24983. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  24984. >  with "unsubscribe usr-tc" in the body of the message.
  24985. >  For information on digests or retrieving files and old messages send
  24986. >  "help" to the same address.  Do not use quotes in your message.
  24987.  
  24988.  
  24989. -
  24990.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  24991.  with "unsubscribe usr-tc" in the body of the message.
  24992.  For information on digests or retrieving files and old messages send
  24993.  "help" to the same address.  Do not use quotes in your message.
  24994.  
  24995.  
  24996. -------------------------------------------------------------------------------
  24997.  
  24998. From: "Interests" <interests@linkfast.net>
  24999. Subject: Re: (usr-tc) Disconnecting Connections
  25000. Date: 29 Sep 1999 18:41:57 -0500
  25001.  
  25002. does this disconnect the user and re-open the line on both
  25003. commands?  or does the hangup hang the line until you reset
  25004. the line?
  25005.  
  25006. Jason A. Nunnelley
  25007. President of Linkfast Inc.
  25008. "I always respond to E-mail"
  25009.  
  25010. PO BOX 202
  25011. Cullman AL 35056
  25012.  
  25013. 256-739-2008 Voice
  25014. 770-234-5702 Fax
  25015.  
  25016. Billing and Office Hours:
  25017. 9am - 9pm Monday through Friday
  25018.  
  25019. Tech Support Hours:
  25020. 9am - 9pm Monday through Friday
  25021. 9am - 5pm Saturday
  25022.  
  25023. Support Online:
  25024. http://linkfast.net/support.html
  25025. ----- Original Message ----- 
  25026. Sent: Wednesday, September 29, 1999 6:19 PM
  25027.  
  25028.  
  25029. > You can use:
  25030. > Harc> haNGUP inTERFACE slot:x/mod:y
  25031. > or
  25032. > Harc>  discoNNECT usER username
  25033. > - Marcelo
  25034. > On Wed, 29 Sep 1999, Interests wrote:
  25035. > |I realized this post was not very specific. When you have
  25036. > |a particular dialup or ISDN connection (as you would view
  25037. > |in a telnet session), say on slot:3/mod:20 for EX. How can
  25038. > |you terminate that particular connection and not impact
  25039. > |any other connected users. I can't find the command. In a
  25040. > |Livingston box, you could type in "reset s20" for example.
  25041. > |
  25042. > |Jason A. Nunnelley
  25043. > |President of Linkfast Inc.
  25044. > |"I always respond to E-mail"
  25045. > |
  25046. > |PO BOX 202
  25047. > |Cullman AL 35056
  25048. > |
  25049. > |256-739-2008 Voice
  25050. > |770-234-5702 Fax
  25051. > |
  25052. > |Billing and Office Hours:
  25053. > |9am - 9pm Monday through Friday
  25054. > |
  25055. > |Tech Support Hours:
  25056. > |9am - 9pm Monday through Friday
  25057. > |9am - 5pm Saturday
  25058. > |
  25059. > |Support Online:
  25060. > |http://linkfast.net/support.html
  25061. > |----- Original Message ----- 
  25062. > |From: Interests <interests@linkfast.net>
  25063. > |To: <usr-tc@lists.xmission.com>
  25064. > |Sent: Wednesday, September 29, 1999 5:59 PM
  25065. > |Subject: (usr-tc) Disconnecting Connections
  25066. > |
  25067. > |
  25068. > |> I am trying to find the command to disconnect a particular
  25069. > |> connection on a TC. Anyone know off the top of your heads?
  25070. > |> 
  25071. > |> Jason A. Nunnelley
  25072. > |> President of Linkfast Inc.
  25073. > |> "I always respond to E-mail"
  25074. > |> 
  25075. > |> PO BOX 202
  25076. > |> Cullman AL 35056
  25077. > |> 
  25078. > |> 256-739-2008 Voice
  25079. > |> 770-234-5702 Fax
  25080. > |> 
  25081. > |> Billing and Office Hours:
  25082. > |> 9am - 9pm Monday through Friday
  25083. > |> 
  25084. > |> Tech Support Hours:
  25085. > |> 9am - 9pm Monday through Friday
  25086. > |> 9am - 5pm Saturday
  25087. > |> 
  25088. > |> Support Online:
  25089. > |> http://linkfast.net/support.html
  25090. > |> 
  25091. > |> 
  25092. > |> -
  25093. > |>  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  25094. > |>  with "unsubscribe usr-tc" in the body of the message.
  25095. > |>  For information on digests or retrieving files and old messages send
  25096. > |>  "help" to the same address.  Do not use quotes in your message.
  25097. > |
  25098. > |
  25099. > |-
  25100. > | To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  25101. > | with "unsubscribe usr-tc" in the body of the message.
  25102. > | For information on digests or retrieving files and old messages send
  25103. > | "help" to the same address.  Do not use quotes in your message.
  25104. > |
  25105. > - Marcelo
  25106. > -
  25107. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  25108. >  with "unsubscribe usr-tc" in the body of the message.
  25109. >  For information on digests or retrieving files and old messages send
  25110. >  "help" to the same address.  Do not use quotes in your message.
  25111.  
  25112.  
  25113. -
  25114.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  25115.  with "unsubscribe usr-tc" in the body of the message.
  25116.  For information on digests or retrieving files and old messages send
  25117.  "help" to the same address.  Do not use quotes in your message.
  25118.  
  25119.  
  25120. -------------------------------------------------------------------------------
  25121.  
  25122. From: Ronald Kushner <ron@glis.net>
  25123. Subject: Re: (usr-tc) Disconnecting Connections
  25124. Date: 29 Sep 1999 19:43:19 -0400
  25125.  
  25126. Interests wrote:
  25127. > I am trying to find the command to disconnect a particular
  25128. > connection on a TC. Anyone know off the top of your heads?
  25129.  
  25130. I've found DISCONNECT USER username works fine, or you can use hangup
  25131. slot:X/mod:Y where X and Y are replaced with slot and modem.
  25132.  
  25133. -Ron
  25134. GLISnet, Inc.
  25135. +1 810/939.9885
  25136.  
  25137. -
  25138.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  25139.  with "unsubscribe usr-tc" in the body of the message.
  25140.  For information on digests or retrieving files and old messages send
  25141.  "help" to the same address.  Do not use quotes in your message.
  25142.  
  25143.  
  25144. -------------------------------------------------------------------------------
  25145.  
  25146. From: "Scot Desort" <scot@njaccess.net>
  25147. Subject: RE: (usr-tc) Disconnecting Connections
  25148. Date: 29 Sep 1999 19:50:51 -0400
  25149.  
  25150. DISC USER kills the connection (I think it drops DTR) and modem resets for
  25151. next call automatically. Problem is that if you want to kill one channel of
  25152. a MP call, it will knock off both channels since the username is the same
  25153. for both. I never knew about the HANGUP INTERFACE command -- that would
  25154. seems to take care of that since you can specifiy the exact channel and
  25155. leave the other one alone.
  25156.  
  25157. -Scot
  25158.  
  25159.  
  25160. -----Original Message-----
  25161. [mailto:owner-usr-tc@lists.xmission.com]On Behalf Of Interests
  25162. Sent: Wednesday, September 29, 1999 7:42 PM
  25163.  
  25164.  
  25165. does this disconnect the user and re-open the line on both
  25166. commands?  or does the hangup hang the line until you reset
  25167. the line?
  25168.  
  25169. Jason A. Nunnelley
  25170. President of Linkfast Inc.
  25171. "I always respond to E-mail"
  25172.  
  25173. PO BOX 202
  25174. Cullman AL 35056
  25175.  
  25176. 256-739-2008 Voice
  25177. 770-234-5702 Fax
  25178.  
  25179. Billing and Office Hours:
  25180. 9am - 9pm Monday through Friday
  25181.  
  25182. Tech Support Hours:
  25183. 9am - 9pm Monday through Friday
  25184. 9am - 5pm Saturday
  25185.  
  25186. Support Online:
  25187. http://linkfast.net/support.html
  25188. ----- Original Message -----
  25189. Sent: Wednesday, September 29, 1999 6:19 PM
  25190.  
  25191.  
  25192. >
  25193. > You can use:
  25194. >
  25195. > Harc> haNGUP inTERFACE slot:x/mod:y
  25196. >
  25197. > or
  25198. >
  25199. > Harc>  discoNNECT usER username
  25200. >
  25201. > - Marcelo
  25202. >
  25203. > On Wed, 29 Sep 1999, Interests wrote:
  25204. >
  25205. > |I realized this post was not very specific. When you have
  25206. > |a particular dialup or ISDN connection (as you would view
  25207. > |in a telnet session), say on slot:3/mod:20 for EX. How can
  25208. > |you terminate that particular connection and not impact
  25209. > |any other connected users. I can't find the command. In a
  25210. > |Livingston box, you could type in "reset s20" for example.
  25211. > |
  25212. > |Jason A. Nunnelley
  25213. > |President of Linkfast Inc.
  25214. > |"I always respond to E-mail"
  25215. > |
  25216. > |PO BOX 202
  25217. > |Cullman AL 35056
  25218. > |
  25219. > |256-739-2008 Voice
  25220. > |770-234-5702 Fax
  25221. > |
  25222. > |Billing and Office Hours:
  25223. > |9am - 9pm Monday through Friday
  25224. > |
  25225. > |Tech Support Hours:
  25226. > |9am - 9pm Monday through Friday
  25227. > |9am - 5pm Saturday
  25228. > |
  25229. > |Support Online:
  25230. > |http://linkfast.net/support.html
  25231. > |----- Original Message -----
  25232. > |From: Interests <interests@linkfast.net>
  25233. > |To: <usr-tc@lists.xmission.com>
  25234. > |Sent: Wednesday, September 29, 1999 5:59 PM
  25235. > |Subject: (usr-tc) Disconnecting Connections
  25236. > |
  25237. > |
  25238. > |> I am trying to find the command to disconnect a particular
  25239. > |> connection on a TC. Anyone know off the top of your heads?
  25240. > |>
  25241. > |> Jason A. Nunnelley
  25242. > |> President of Linkfast Inc.
  25243. > |> "I always respond to E-mail"
  25244. > |>
  25245. > |> PO BOX 202
  25246. > |> Cullman AL 35056
  25247. > |>
  25248. > |> 256-739-2008 Voice
  25249. > |> 770-234-5702 Fax
  25250. > |>
  25251. > |> Billing and Office Hours:
  25252. > |> 9am - 9pm Monday through Friday
  25253. > |>
  25254. > |> Tech Support Hours:
  25255. > |> 9am - 9pm Monday through Friday
  25256. > |> 9am - 5pm Saturday
  25257. > |>
  25258. > |> Support Online:
  25259. > |> http://linkfast.net/support.html
  25260. > |>
  25261. > |>
  25262. > |> -
  25263. > |>  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  25264. > |>  with "unsubscribe usr-tc" in the body of the message.
  25265. > |>  For information on digests or retrieving files and old messages send
  25266. > |>  "help" to the same address.  Do not use quotes in your message.
  25267. > |
  25268. > |
  25269. > |-
  25270. > | To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  25271. > | with "unsubscribe usr-tc" in the body of the message.
  25272. > | For information on digests or retrieving files and old messages send
  25273. > | "help" to the same address.  Do not use quotes in your message.
  25274. > |
  25275. >
  25276. > - Marcelo
  25277. >
  25278. >
  25279. >
  25280. > -
  25281. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  25282. >  with "unsubscribe usr-tc" in the body of the message.
  25283. >  For information on digests or retrieving files and old messages send
  25284. >  "help" to the same address.  Do not use quotes in your message.
  25285.  
  25286.  
  25287. -
  25288.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  25289.  with "unsubscribe usr-tc" in the body of the message.
  25290.  For information on digests or retrieving files and old messages send
  25291.  "help" to the same address.  Do not use quotes in your message.
  25292.  
  25293.  
  25294. -
  25295.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  25296.  with "unsubscribe usr-tc" in the body of the message.
  25297.  For information on digests or retrieving files and old messages send
  25298.  "help" to the same address.  Do not use quotes in your message.
  25299.  
  25300.  
  25301. -------------------------------------------------------------------------------
  25302.  
  25303. From: K Mitchell <mitch@keyconn.net>
  25304. Subject: Re: (usr-tc) Disconnecting Connections
  25305. Date: 29 Sep 1999 20:07:54 -0400
  25306.  
  25307. At 06:41 PM 9/29/99 -0500, you wrote:
  25308. >does this disconnect the user and re-open the line on both
  25309. >commands?  or does the hangup hang the line until you reset
  25310. >the line?
  25311.  
  25312. Either command will reset the line also.
  25313.  
  25314.  
  25315. -- 
  25316. Kirk Mitchell-General Manager        mitch@keyconn.net
  25317. Keystone Connect                     Unlock Your World
  25318. Altoona, PA   814-941-5000      http://www.keyconn.net
  25319.  
  25320.  
  25321. -
  25322.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  25323.  with "unsubscribe usr-tc" in the body of the message.
  25324.  For information on digests or retrieving files and old messages send
  25325.  "help" to the same address.  Do not use quotes in your message.
  25326.  
  25327.  
  25328. -------------------------------------------------------------------------------
  25329.  
  25330. From: Tatai SV Krishnan <tkrishna@bubba.ae.usr.com>
  25331. Subject: Re: (usr-tc) Netserver to ARC using MultilinkE
  25332. Date: 29 Sep 1999 07:32:24 -0500 (CDT)
  25333.  
  25334. Need to know your dial out script on the NETServer - You can program the 
  25335. dial out number on the modem and foce it to dial immediately or you could 
  25336. have the number of session set to 2 (max ports)  - I am not sure but one 
  25337. of the above method does negotiate multilink and the other does not - 
  25338. guess it changes the mpedo.
  25339.  
  25340. krish
  25341.  
  25342.  
  25343. On Wed, 29 Sep 1999, Carl Litt wrote:
  25344.  
  25345. > Yes, I did clip out a bit of info... here's the complete output:
  25346. >  Monitoring the next session to start up.
  25347. > Decode tracing started, press ESCAPE to stop; press X for hex tracing.
  25348. > ....Tracing the current/next session; Escape to stop...
  25349. > Outgoing PPP Data on interface: slot:10/mod:12 
  25350. >     LCP        CFG_REQ           MRU            05 ea 
  25351. >                                  ASYNC_MAP      00 00 00 00 
  25352. >                                  MAGIC_NUM      9e 5a aa e5 
  25353. >                                  PROTO_COMP     
  25354. >                                  AC_COMP        
  25355. >                                  MPP_MRRU       05 ea 
  25356. >                                  MPP_ENDPTID    00 
  25357. > Incoming PPP Data on interface: slot:10/mod:12 
  25358. >     LCP        CFG_REQ           MPP_ENDPTID    04 6f f7 09 08 
  25359. >                                  ASYNC_MAP      00 00 00 00 
  25360. >                                  MAGIC_NUM      eb c4 d4 f4 
  25361. > Outgoing PPP Data on interface: slot:10/mod:12 
  25362. >     LCP        CFG_ACK           MPP_ENDPTID    04 6f f7 09 08 
  25363. >                                  ASYNC_MAP      00 00 00 00 
  25364. >                                  MAGIC_NUM      eb c4 d4 f4 
  25365. > Incoming PPP Data on interface: slot:10/mod:12 
  25366. >     LCP        CFG_ACK           MRU            05 ea 
  25367. >                                  ASYNC_MAP      00 00 00 00 
  25368. >                                  MAGIC_NUM      9e 5a aa e5 
  25369. >                                  PROTO_COMP     
  25370. >                                  AC_COMP        
  25371. >                                  MPP_MRRU       05 ea 
  25372. >                                  MPP_ENDPTID    00 
  25373. > I've also tried durning off PPP offloading for the hell of it, but
  25374. > no difference.
  25375. > Thanks,
  25376. > Carl
  25377. > On Wed, 29 Sep 1999, Jeff Mcadams wrote:
  25378. > > Thus spake Carl Litt
  25379. > > >Is it possible to get a Netserver to connect to a HiPer ARC
  25380. > > >with more than one channel (by using multilink)?
  25381. > > 
  25382. > > >We're trying to move a customer over from dialing into another
  25383. > > >Netserver (not ours) into an ARC running 4.1.59.  The login is set
  25384. > > >in RADIUS, and does work for a single channel.  We have no
  25385. > > >Port-Limits set, and the ARC has the default 2 Max-Chan.
  25386. > > 
  25387. > > >We can get the first channel up, but the second channel connects
  25388. > > >then drops.  Here is the "mon ppp" output:
  25389. > > 
  25390. > > >Incoming PPP Data on interface: slot:10/mod:23 
  25391. > > >    LCP        CFG_ACK           MRU            05 ea 
  25392. > > >                                 ASYNC_MAP      ff ff ff ff 
  25393. > > >                                 MAGIC_NUM      4c 56 1b da 
  25394. > > >                                 PROTO_COMP     
  25395. > > >                                 AC_COMP        
  25396. > > >                                 MPP_MRRU       05 ea 
  25397. > > >                                 MPP_ENDPTID    00 
  25398. > > 
  25399. > > >Incoming PPP Data on interface: slot:10/mod:23 
  25400. > > >    LCP        CFG_REQ           MPP_ENDPTID    04 6f f7 09 08 
  25401. > > >                                 ASYNC_MAP      ff ff ff ff 
  25402. > > >                                 MAGIC_NUM      23 ea 32 19 
  25403. > > 
  25404. > > >Outgoing PPP Data on interface: slot:10/mod:23 
  25405. > > >    LCP        CFG_ACK           MPP_ENDPTID    04 6f f7 09 08 
  25406. > > >                                 ASYNC_MAP      ff ff ff ff 
  25407. > > >                                 MAGIC_NUM      23 ea 32 19 
  25408. > > >--- [The call is then dropped] ---
  25409. > > 
  25410. > > >From what I can see, there are no NAK's which should cause a
  25411. > > >protocol termination.  In the RADIUS accounting logs, the session
  25412. > > >has a Term-Cause of NAS-Error.
  25413. > > 
  25414. > > Well...you're apparently not catching all of the PPP negotiation...which
  25415. > > means we might be missing some useful data, but...
  25416. > > 
  25417. > > You'll notice that the incoming config request does *not* have the MPP_MRRU
  25418. > > attribute in it.  The MPP_MRRU attribute is the attribute/value that
  25419. > > indicates that Multi-Link can/will be used on that link.  If one side
  25420. > > doesn't negotiation the MPP_MRRU, then Multi-Link can't work on that
  25421. > > link.
  25422. > > -- 
  25423. > > Jeff McAdams                            Email: jeffm@iglou.com
  25424. > > Head Network Administrator              Voice: (502) 966-3848
  25425. > > IgLou Internet Services                        (800) 436-4456
  25426. > > 
  25427. > > -
  25428. > >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  25429. > >  with "unsubscribe usr-tc" in the body of the message.
  25430. > >  For information on digests or retrieving files and old messages send
  25431. > >  "help" to the same address.  Do not use quotes in your message.
  25432. > > 
  25433. > > 
  25434. > -
  25435. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  25436. >  with "unsubscribe usr-tc" in the body of the message.
  25437. >  For information on digests or retrieving files and old messages send
  25438. >  "help" to the same address.  Do not use quotes in your message.
  25439.  
  25440. -
  25441.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  25442.  with "unsubscribe usr-tc" in the body of the message.
  25443.  For information on digests or retrieving files and old messages send
  25444.  "help" to the same address.  Do not use quotes in your message.
  25445.  
  25446.  
  25447. -------------------------------------------------------------------------------
  25448.  
  25449. From: "Scot Desort" <scot@njaccess.net>
  25450. Subject: RE: (usr-tc) Disconnecting Connections
  25451. Date: 29 Sep 1999 19:50:51 -0400
  25452.  
  25453. DISC USER kills the connection (I think it drops DTR) and modem resets for
  25454. next call automatically. Problem is that if you want to kill one channel of
  25455. a MP call, it will knock off both channels since the username is the same
  25456. for both. I never knew about the HANGUP INTERFACE command -- that would
  25457. seems to take care of that since you can specifiy the exact channel and
  25458. leave the other one alone.
  25459.  
  25460. -Scot
  25461.  
  25462.  
  25463. -----Original Message-----
  25464. [mailto:owner-usr-tc@lists.xmission.com]On Behalf Of Interests
  25465. Sent: Wednesday, September 29, 1999 7:42 PM
  25466.  
  25467.  
  25468. does this disconnect the user and re-open the line on both
  25469. commands?  or does the hangup hang the line until you reset
  25470. the line?
  25471.  
  25472. Jason A. Nunnelley
  25473. President of Linkfast Inc.
  25474. "I always respond to E-mail"
  25475.  
  25476. PO BOX 202
  25477. Cullman AL 35056
  25478.  
  25479. 256-739-2008 Voice
  25480. 770-234-5702 Fax
  25481.  
  25482. Billing and Office Hours:
  25483. 9am - 9pm Monday through Friday
  25484.  
  25485. Tech Support Hours:
  25486. 9am - 9pm Monday through Friday
  25487. 9am - 5pm Saturday
  25488.  
  25489. Support Online:
  25490. http://linkfast.net/support.html
  25491. ----- Original Message -----
  25492. Sent: Wednesday, September 29, 1999 6:19 PM
  25493.  
  25494.  
  25495. >
  25496. > You can use:
  25497. >
  25498. > Harc> haNGUP inTERFACE slot:x/mod:y
  25499. >
  25500. > or
  25501. >
  25502. > Harc>  discoNNECT usER username
  25503. >
  25504. > - Marcelo
  25505. >
  25506. > On Wed, 29 Sep 1999, Interests wrote:
  25507. >
  25508. > |I realized this post was not very specific. When you have
  25509. > |a particular dialup or ISDN connection (as you would view
  25510. > |in a telnet session), say on slot:3/mod:20 for EX. How can
  25511. > |you terminate that particular connection and not impact
  25512. > |any other connected users. I can't find the command. In a
  25513. > |Livingston box, you could type in "reset s20" for example.
  25514. > |
  25515. > |Jason A. Nunnelley
  25516. > |President of Linkfast Inc.
  25517. > |"I always respond to E-mail"
  25518. > |
  25519. > |PO BOX 202
  25520. > |Cullman AL 35056
  25521. > |
  25522. > |256-739-2008 Voice
  25523. > |770-234-5702 Fax
  25524. > |
  25525. > |Billing and Office Hours:
  25526. > |9am - 9pm Monday through Friday
  25527. > |
  25528. > |Tech Support Hours:
  25529. > |9am - 9pm Monday through Friday
  25530. > |9am - 5pm Saturday
  25531. > |
  25532. > |Support Online:
  25533. > |http://linkfast.net/support.html
  25534. > |----- Original Message -----
  25535. > |From: Interests <interests@linkfast.net>
  25536. > |To: <usr-tc@lists.xmission.com>
  25537. > |Sent: Wednesday, September 29, 1999 5:59 PM
  25538. > |Subject: (usr-tc) Disconnecting Connections
  25539. > |
  25540. > |
  25541. > |> I am trying to find the command to disconnect a particular
  25542. > |> connection on a TC. Anyone know off the top of your heads?
  25543. > |>
  25544. > |> Jason A. Nunnelley
  25545. > |> President of Linkfast Inc.
  25546. > |> "I always respond to E-mail"
  25547. > |>
  25548. > |> PO BOX 202
  25549. > |> Cullman AL 35056
  25550. > |>
  25551. > |> 256-739-2008 Voice
  25552. > |> 770-234-5702 Fax
  25553. > |>
  25554. > |> Billing and Office Hours:
  25555. > |> 9am - 9pm Monday through Friday
  25556. > |>
  25557. > |> Tech Support Hours:
  25558. > |> 9am - 9pm Monday through Friday
  25559. > |> 9am - 5pm Saturday
  25560. > |>
  25561. > |> Support Online:
  25562. > |> http://linkfast.net/support.html
  25563. > |>
  25564. > |>
  25565. > |> -
  25566. > |>  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  25567. > |>  with "unsubscribe usr-tc" in the body of the message.
  25568. > |>  For information on digests or retrieving files and old messages send
  25569. > |>  "help" to the same address.  Do not use quotes in your message.
  25570. > |
  25571. > |
  25572. > |-
  25573. > | To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  25574. > | with "unsubscribe usr-tc" in the body of the message.
  25575. > | For information on digests or retrieving files and old messages send
  25576. > | "help" to the same address.  Do not use quotes in your message.
  25577. > |
  25578. >
  25579. > - Marcelo
  25580. >
  25581. >
  25582. >
  25583. > -
  25584. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  25585. >  with "unsubscribe usr-tc" in the body of the message.
  25586. >  For information on digests or retrieving files and old messages send
  25587. >  "help" to the same address.  Do not use quotes in your message.
  25588.  
  25589.  
  25590. -
  25591.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  25592.  with "unsubscribe usr-tc" in the body of the message.
  25593.  For information on digests or retrieving files and old messages send
  25594.  "help" to the same address.  Do not use quotes in your message.
  25595.  
  25596.  
  25597. -
  25598.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  25599.  with "unsubscribe usr-tc" in the body of the message.
  25600.  For information on digests or retrieving files and old messages send
  25601.  "help" to the same address.  Do not use quotes in your message.
  25602.  
  25603.  
  25604. -------------------------------------------------------------------------------
  25605.  
  25606. From: Dataheart <lists@dataheart.net>
  25607. Subject: (usr-tc) E1 Configuration
  25608. Date: 30 Sep 1999 14:07:26 +1000
  25609.  
  25610. Hi,
  25611.  
  25612. I am new to this list and wondering if anyone would be able to give me a
  25613. tutorial on how to configure a dual PRI NAC with dual E1 NIC for
  25614. analog(56k) connections in Australia.
  25615.  
  25616. I have been running straight analog(33.6k) racks for about 3 years now
  25617. but now the telco has installed the PRI Trunks and I am stuffed with the
  25618. conversion.
  25619.  
  25620. Any help is greatly appreciated.
  25621.  
  25622. Thanks,
  25623. Aaron
  25624.  
  25625. P.S. I am sure that this question would have been asked before so if
  25626. anyone could point me in the direction of the archives I would
  25627. appreciate that as well.
  25628.  
  25629.  
  25630. -
  25631.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  25632.  with "unsubscribe usr-tc" in the body of the message.
  25633.  For information on digests or retrieving files and old messages send
  25634.  "help" to the same address.  Do not use quotes in your message.
  25635.  
  25636.  
  25637. -------------------------------------------------------------------------------
  25638.  
  25639. From: Jerry Wright <jwright@hyperserv.com>
  25640. Subject: (usr-tc) Going nowhere fast...
  25641. Date: 29 Sep 1999 22:42:28 -0700
  25642.  
  25643. We had a USR TC box with 48 modems and 2 T1s.  It worked...
  25644. Well, we got our third T1 and a used TC box.  Now, about a third of our
  25645. customers log on, get authenticated, and sit there (ping and traceroute
  25646. work, web browsing doesn't). Or else, they get an error 750 or 765 or
  25647. other type error.  Could our new T1 NIC card be bad?  It passes the
  25648. various tests?  Help!!!  
  25649.    Other info, the T1 performance test tells me 3865 bipolar whatever
  25650. errors in the last 24 hours.  Bad card???  US West says the line tests
  25651. out good.
  25652.  
  25653.              Jerry Wright
  25654.              Internet Access of Moses Lake
  25655.  
  25656. -
  25657.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  25658.  with "unsubscribe usr-tc" in the body of the message.
  25659.  For information on digests or retrieving files and old messages send
  25660.  "help" to the same address.  Do not use quotes in your message.
  25661.  
  25662.  
  25663. -------------------------------------------------------------------------------
  25664.  
  25665. From: "Startup Suppliers Ltd." <startnet@arcc.or.ke>
  25666. Subject: (usr-tc) Modems
  25667. Date: 30 Sep 1999 10:31:44 +0300 (EAT)
  25668.  
  25669. Hi All!
  25670.  
  25671. I need modems in racks for use with PM2E 30 portmasters. I need 100 units
  25672. 33.6 in racks or something similar. Please respond with best prices.
  25673.  
  25674. Okeyo
  25675.  
  25676.  
  25677. -
  25678.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  25679.  with "unsubscribe usr-tc" in the body of the message.
  25680.  For information on digests or retrieving files and old messages send
  25681.  "help" to the same address.  Do not use quotes in your message.
  25682.  
  25683.  
  25684. -------------------------------------------------------------------------------
  25685.  
  25686. From: "Startup Suppliers Ltd." <startnet@arcc.or.ke>
  25687. Subject: (usr-tc) Modems
  25688. Date: 30 Sep 1999 12:03:45 +0300 (EAT)
  25689.  
  25690. Hi All!
  25691.  
  25692. Can someone advise me how Netserver 16 I works. Do I need a portmaster to go
  25693. with it? Is it an obsolete technology? What are it's problems and disadvantages?
  25694.  
  25695. Okeyo.
  25696.  
  25697.  
  25698.  
  25699.  
  25700. -
  25701.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  25702.  with "unsubscribe usr-tc" in the body of the message.
  25703.  For information on digests or retrieving files and old messages send
  25704.  "help" to the same address.  Do not use quotes in your message.
  25705.  
  25706.  
  25707. -------------------------------------------------------------------------------
  25708.  
  25709. From: "Brian Hitchcock" <brianh@kcweb.net>
  25710. Subject: Re: (usr-tc) Going nowhere fast...
  25711. Date: 30 Sep 1999 07:10:06 -0500
  25712.  
  25713. Are they getting the right DNS server information?
  25714.  
  25715. Brian Hitchcock
  25716. ----- Original Message ----- 
  25717. Sent: Thursday, September 30, 1999 12:42 AM
  25718.  
  25719.  
  25720. > We had a USR TC box with 48 modems and 2 T1s.  It worked...
  25721. > Well, we got our third T1 and a used TC box.  Now, about a third of our
  25722. > customers log on, get authenticated, and sit there (ping and traceroute
  25723. > work, web browsing doesn't). Or else, they get an error 750 or 765 or
  25724. > other type error.  Could our new T1 NIC card be bad?  It passes the
  25725. > various tests?  Help!!!  
  25726. >    Other info, the T1 performance test tells me 3865 bipolar whatever
  25727. > errors in the last 24 hours.  Bad card???  US West says the line tests
  25728. > out good.
  25729. >              Jerry Wright
  25730. >              Internet Access of Moses Lake
  25731. > -
  25732. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  25733. >  with "unsubscribe usr-tc" in the body of the message.
  25734. >  For information on digests or retrieving files and old messages send
  25735. >  "help" to the same address.  Do not use quotes in your message.
  25736.  
  25737.  
  25738. -
  25739.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  25740.  with "unsubscribe usr-tc" in the body of the message.
  25741.  For information on digests or retrieving files and old messages send
  25742.  "help" to the same address.  Do not use quotes in your message.
  25743.  
  25744.  
  25745. -------------------------------------------------------------------------------
  25746.  
  25747. From: Tatai SV Krishnan <tkrishna@bubba.ae.usr.com>
  25748. Subject: Re: (usr-tc) Going nowhere fast...
  25749. Date: 29 Sep 1999 19:12:53 -0500 (CDT)
  25750.  
  25751. On Wed, 29 Sep 1999, Jerry Wright wrote:
  25752.  
  25753. > We had a USR TC box with 48 modems and 2 T1s.  It worked...
  25754. > Well, we got our third T1 and a used TC box.  Now, about a third of our
  25755. > customers log on, get authenticated, and sit there (ping and traceroute
  25756. > work, web browsing doesn't). Or else, they get an error 750 or 765 or
  25757. > other type error.  Could our new T1 NIC card be bad?  It passes the
  25758. > various tests?  Help!!!  
  25759.  
  25760. When you say you got a third box - I understand that you got a USR 
  25761. Chassis, with a T1 card, modems, nmc and a router card (either Hiper arc 
  25762. or NETSERVER). From what you say is that the users dial in and they get 
  25763. authenticated but cannot browse etc, then the problem is on the router 
  25764. card or on your network.  
  25765.  
  25766. May be you are running out of IP address, or maybe the ip address are 
  25767. overlapping, or you have a problem with arp cache - 
  25768. So in short looks like our t1 card is fine and you need to take a look at 
  25769. the routing part of the connection.
  25770.  
  25771. >    Other info, the T1 performance test tells me 3865 bipolar whatever
  25772. > errors in the last 24 hours.  Bad card???  US West says the line tests
  25773. > out good.
  25774. If you have line problems the calls will drop/ not connect etc.  
  25775. You need to take a look at your hiper/netserver and see what is happeing 
  25776. from that end.
  25777.  
  25778. krish
  25779.  
  25780. >              Jerry Wright
  25781. >              Internet Access of Moses Lake
  25782. > -
  25783. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  25784. >  with "unsubscribe usr-tc" in the body of the message.
  25785. >  For information on digests or retrieving files and old messages send
  25786. >  "help" to the same address.  Do not use quotes in your message.
  25787.  
  25788. -
  25789.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  25790.  with "unsubscribe usr-tc" in the body of the message.
  25791.  For information on digests or retrieving files and old messages send
  25792.  "help" to the same address.  Do not use quotes in your message.
  25793.  
  25794.  
  25795. -------------------------------------------------------------------------------
  25796.  
  25797. From: Jeff Mcadams <jeffm@iglou.com>
  25798. Subject: Re: (usr-tc) Going nowhere fast...
  25799. Date: 30 Sep 1999 09:17:24 -0400
  25800.  
  25801. Thus spake Tatai SV Krishnan
  25802. >On Wed, 29 Sep 1999, Jerry Wright wrote:
  25803. >>    Other info, the T1 performance test tells me 3865 bipolar whatever
  25804. >> errors in the last 24 hours.  Bad card???  US West says the line tests
  25805. >> out good.
  25806.  
  25807. >If you have line problems the calls will drop/ not connect etc.  
  25808. >You need to take a look at your hiper/netserver and see what is happeing 
  25809. >from that end.
  25810.  
  25811. To expand a bit...if you're getting bipolar variation errors, that is
  25812. cause for concern, but from your description of your problem, this isn't
  25813. related.  Put the BPV errors on the back burner for now...get your
  25814. routing problem solved, and come back to the BPV's...it is definitely
  25815. something you need to look at eventually.  :)
  25816. -- 
  25817. Jeff McAdams                            Email: jeffm@iglou.com
  25818. Head Network Administrator              Voice: (502) 966-3848
  25819. IgLou Internet Services                        (800) 436-4456
  25820.  
  25821. -
  25822.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  25823.  with "unsubscribe usr-tc" in the body of the message.
  25824.  For information on digests or retrieving files and old messages send
  25825.  "help" to the same address.  Do not use quotes in your message.
  25826.  
  25827.  
  25828. -------------------------------------------------------------------------------
  25829.  
  25830. From: Dataheart <lists@dataheart.net>
  25831. Subject: (usr-tc) RADIUS Authentication & Accounting
  25832. Date: 30 Sep 1999 23:54:36 +1000
  25833.  
  25834. Howdy,
  25835.  
  25836. I am looking for a good RADIUS server for use with both HiPer and Analog
  25837. Total Control Chassis under linux. I need to have the users file as a
  25838. table in a PostgreSQL server that contains all the radius attributes
  25839. that would normally be specified in the users file(this feature is
  25840. necessary to interact with our accounting system). all users need to be
  25841. able to be authenticated off the system password e.g. /etc/passwd, and
  25842. there needs to be an accurate accessible list of the currently logged in
  25843. users.
  25844. Similar to the Total Control Security & Accounting Server from 3Com
  25845. which I am fairly familiar with, but on a Linux platform.
  25846.  
  25847. I have had a look at Cistron Radius and its PAM, but from the docs it
  25848. seems to be not quite what I am after.
  25849.  
  25850. is there something out there or am I living in a dream world.
  25851. Oh yeah and would like realm support but it is not absolutely essential.
  25852.  
  25853. Thanks heaps people,
  25854. Aaron
  25855.  
  25856.  
  25857. -
  25858.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  25859.  with "unsubscribe usr-tc" in the body of the message.
  25860.  For information on digests or retrieving files and old messages send
  25861.  "help" to the same address.  Do not use quotes in your message.
  25862.  
  25863.  
  25864. -------------------------------------------------------------------------------
  25865.  
  25866. From: Dataheart <lists@dataheart.net>
  25867. Subject: (usr-tc) Netserver problem
  25868. Date: 01 Oct 1999 01:49:25 +1000
  25869.  
  25870. Well I'm just full of problems arent I :-D
  25871.  
  25872. I have a Netserver card  that once powered up the rn/fl led flashes green on
  25873. and off 13 times, then flashes quickly for a few seconds, then goes solid green
  25874. for a while, then repeast the process.
  25875. Anyone know whats going on?
  25876.  
  25877. Thanks,
  25878. Aaron
  25879.  
  25880.  
  25881. -
  25882.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  25883.  with "unsubscribe usr-tc" in the body of the message.
  25884.  For information on digests or retrieving files and old messages send
  25885.  "help" to the same address.  Do not use quotes in your message.
  25886.  
  25887.  
  25888. -------------------------------------------------------------------------------
  25889.  
  25890. From: Scott Trautman <scottt@corp.gdinet.com>
  25891. Subject: RE: (usr-tc) Netserver problem
  25892. Date: 30 Sep 1999 10:56:45 -0500
  25893.  
  25894. Anything on the console port? Bootup messages? (actually don't think you
  25895. would see those if I recall correctly, just a login prompt when it is up...)
  25896.  
  25897. Get out the pcsdl, source and re-upload it via serial cable. Hint: set your
  25898. serial port to at least 57600 w/dip switches.
  25899.  
  25900. Sounds like your flash got corrupted.
  25901.  
  25902. Or send it back to 3Com and they'll do probably the same thing.
  25903.  
  25904. SMT
  25905.  
  25906. > -----Original Message-----
  25907. > From: Dataheart [mailto:lists@dataheart.net]
  25908. > Sent: Thursday, September 30, 1999 10:49 AM
  25909. > To: usr-tc@lists.xmission.com
  25910. > Subject: (usr-tc) Netserver problem
  25911. > Well I'm just full of problems arent I :-D
  25912. > I have a Netserver card  that once powered up the rn/fl led 
  25913. > flashes green on
  25914. > and off 13 times, then flashes quickly for a few seconds, 
  25915. > then goes solid green
  25916. > for a while, then repeast the process.
  25917. > Anyone know whats going on?
  25918. > Thanks,
  25919. > Aaron
  25920. > -
  25921. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  25922. >  with "unsubscribe usr-tc" in the body of the message.
  25923. >  For information on digests or retrieving files and old messages send
  25924. >  "help" to the same address.  Do not use quotes in your message.
  25925.  
  25926. -
  25927.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  25928.  with "unsubscribe usr-tc" in the body of the message.
  25929.  For information on digests or retrieving files and old messages send
  25930.  "help" to the same address.  Do not use quotes in your message.
  25931.  
  25932.  
  25933. -------------------------------------------------------------------------------
  25934.  
  25935. From: Marty Elliott <marty@2assetrecovery.com>
  25936. Subject: Re: (usr-tc) Netserver problem
  25937. Date: 30 Sep 1999 08:57:46 -0700
  25938.  
  25939. Corrupt flash -- reflash it via the serial port Aaron -- same problem we've
  25940. got with all of our stock cards (drat).
  25941.  
  25942. Marty
  25943.  
  25944.  
  25945.  
  25946. At 01:49 AM 10/01/1999 +1000, you wrote:
  25947. >Well I'm just full of problems arent I :-D
  25948. >
  25949. >I have a Netserver card  that once powered up the rn/fl led flashes green on
  25950. >and off 13 times, then flashes quickly for a few seconds, then goes solid
  25951. green
  25952. >for a while, then repeast the process.
  25953. >Anyone know whats going on?
  25954. >
  25955. >Thanks,
  25956. >Aaron
  25957. >
  25958. >
  25959. >-
  25960. > To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  25961. > with "unsubscribe usr-tc" in the body of the message.
  25962. > For information on digests or retrieving files and old messages send
  25963. > "help" to the same address.  Do not use quotes in your message.
  25964.  
  25965.  
  25966. -
  25967.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  25968.  with "unsubscribe usr-tc" in the body of the message.
  25969.  For information on digests or retrieving files and old messages send
  25970.  "help" to the same address.  Do not use quotes in your message.
  25971.  
  25972.  
  25973. -------------------------------------------------------------------------------
  25974.  
  25975. From: Steve Rivera <sales@wrca.net>
  25976. Subject: (usr-tc) Quad Digital Modems
  25977. Date: 30 Sep 1999 15:23:40 -0400
  25978.  
  25979. Are the quad digital modems able to handle analog application,
  25980. as long as nic cards are installed on the chassis.
  25981.  
  25982. I have customer who is setting up a ISP across seas. He is currently
  25983. only able to get POT connections, but that is only for now.
  25984. If he buys the quad digital cards will he ba able to suuport the
  25985. analog connections now and the digital later.
  25986. ....................................................
  25987. Steve Rivera - VP-WR Consultant Associates, Inc. (WRCA)
  25988. sales@wrca.net  v-732-833-2111 pgr-732-325-1092
  25989.  
  25990. WAN ACCESS SPECIALIST---http://www.wrca.net (CompleteLine Card)
  25991. Cisco, Ascend,USR,Adtran, Kentrox,Livingston, Microcom,Computone,Verilink
  25992. IBM,Motorola,UDS,Codex,ATT/Paradyne,Hayes,Racal Datacom,GDC,Telebit
  25993. MultiTech,Sync/Tylink,Wellfleet,BayNetworks(5399),Black Box,Micom & More
  25994.  
  25995.  
  25996.  
  25997.  
  25998.       
  25999.  
  26000.  
  26001.  
  26002.  
  26003.  
  26004. -
  26005.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  26006.  with "unsubscribe usr-tc" in the body of the message.
  26007.  For information on digests or retrieving files and old messages send
  26008.  "help" to the same address.  Do not use quotes in your message.
  26009.  
  26010.  
  26011. -------------------------------------------------------------------------------
  26012.  
  26013. From: Blake Fithen <fithen@NetworksPlus.com>
  26014. Subject: RE: (usr-tc) Netserver problem
  26015. Date: 30 Sep 1999 19:57:04 -0500
  26016.  
  26017. Had the same problem once.  Try reflashing it using 
  26018. PCSDL.EXE.
  26019.  
  26020. blake
  26021.  
  26022. > -----Original Message-----
  26023. > From: Dataheart [mailto:lists@dataheart.net]
  26024. > Sent: Thursday, September 30, 1999 10:49 AM
  26025. > To: usr-tc@lists.xmission.com
  26026. > Subject: (usr-tc) Netserver problem
  26027. > Well I'm just full of problems arent I :-D
  26028. > I have a Netserver card  that once powered up the rn/fl led 
  26029. > flashes green on
  26030. > and off 13 times, then flashes quickly for a few seconds, 
  26031. > then goes solid green
  26032. > for a while, then repeast the process.
  26033. > Anyone know whats going on?
  26034. > Thanks,
  26035. > Aaron
  26036. > -
  26037. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  26038. >  with "unsubscribe usr-tc" in the body of the message.
  26039. >  For information on digests or retrieving files and old messages send
  26040. >  "help" to the same address.  Do not use quotes in your message.
  26041.  
  26042. -
  26043.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  26044.  with "unsubscribe usr-tc" in the body of the message.
  26045.  For information on digests or retrieving files and old messages send
  26046.  "help" to the same address.  Do not use quotes in your message.
  26047.  
  26048.  
  26049. -------------------------------------------------------------------------------
  26050.  
  26051. From: Jerry Wright <jwright@hyperserv.com>
  26052. Subject: Re: (usr-tc) Quad Digital Modems
  26053. Date: 30 Sep 1999 18:00:55 -0700
  26054.  
  26055. As far as I know, you need the quad Analog/Digital modems to do that. 
  26056. They should be as easy to come by, used, as the straight Digital ones.
  26057.          --Jerry
  26058.  
  26059. Steve Rivera wrote:
  26060. > Are the quad digital modems able to handle analog application,
  26061. > as long as nic cards are installed on the chassis.
  26062.  
  26063. -
  26064.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  26065.  with "unsubscribe usr-tc" in the body of the message.
  26066.  For information on digests or retrieving files and old messages send
  26067.  "help" to the same address.  Do not use quotes in your message.
  26068.  
  26069.  
  26070. -------------------------------------------------------------------------------
  26071.  
  26072. From: Jerry Wright <jwright@hyperserv.com>
  26073. Subject: Re: (usr-tc) Going nowhere fast...
  26074. Date: 30 Sep 1999 18:07:58 -0700
  26075.  
  26076. Yes, it MUST be a routing problem.  I have a Netserver card and NMC,
  26077. with a pool of x.x.x.10 thru x.x.x.65 for the first box. In the second
  26078. box I have the NMC set to x.x.x.66, the Netserver set to x.x.x.67 and
  26079. the pool set to x.x.x.68 thru x.x.x.128.  
  26080.     The I.P. Gateway is set to x.x.x.1  Here...
  26081. Command> sho global
  26082.        System Name: tcbox2
  26083.         IP Gateway: 207.178.26.1           Gateway Metric: 1
  26084.        IPX Gateway: 00000000:000000000000  Gateway Metric: 0
  26085.      Default Route: Broadcast, Listen (On)
  26086.  
  26087.             Domain: iaml.net                 Name Service: DNS
  26088.       Name Servers: 207.178.26.2    0.0.0.0         0.0.0.0
  26089.  
  26090.       Sys Loghosts: 207.178.26.150  0.0.0.0
  26091.      RADIUS Server: 207.178.26.3       Port:  1645              Version:
  26092. 1
  26093. Alt. RADIUS Server: 0.0.0.0            Port:  1645              Version:
  26094. 1
  26095.  Accounting Server: 207.178.26.3       Port:  1646              Version:
  26096. 1
  26097.  Alt. Acct. Server: 0.0.0.0            Port:  1646              Version:
  26098. 1
  26099.    NTP Time Server: 0.0.0.0            Alt. Time Server: 0.0.0.0
  26100.        MPIP Server: 0.0.0.0            Port:  5912
  26101.        MPIP Server: 0.0.0.0            Port:  5912
  26102.        MPIP Server: 0.0.0.0            Port:  5912
  26103.        MPIP Server: 0.0.0.0            Port:  5912
  26104.    PPTP IP Address: 0.0.0.0
  26105.  
  26106. Telnet Access Port:   23         TCP Maximal Segment Size: 0
  26107.   Assigned Address: 207.178.26.68        Reported Address: 207.178.26.67
  26108. Assigned Pool Size: 61              Periodic CHAP timeout: 5
  26109.  
  26110. -- Press Return for More --
  26111.  
  26112.       PPP in modem: ON        SLIP in modem: OFF       Packet bus clock:
  26113. MASTER
  26114. ICMP error logging: OFF     Connect message: OFF      Dial !root access:
  26115. ON
  26116.  Random hosts list: OFF                SNMP: ON               Proxy Arp:
  26117. ON
  26118.   Response message: OFF         PPP message: ON         Lan/Wan Routing:
  26119. ON
  26120.      RIP V2 Authen: OFF   VPN Local Routing: OFF            MPIP Server:
  26121. OFF
  26122.      Hint assigned: OFF           Tap Login: OFF        Syslog facility:
  26123. auth
  26124.   Extd. IPXCP Opts: OFF        Acct AuthChk: OFF/OFF      Send DNS info:
  26125. ON
  26126. DNS cache reset timeout: 0 days 0 hours 30 minutes (30 min)
  26127. Configured Ethernet media: Autodetect
  26128. Command>
  26129.    That's what it says....
  26130.            --Help!!!!
  26131.                 --Jerry
  26132. Jeff Mcadams wrote:
  26133. > Thus spake Tatai SV Krishnan
  26134. > >On Wed, 29 Sep 1999, Jerry Wright wrote:
  26135. > >>    Other info, the T1 performance test tells me 3865 bipolar whatever
  26136. > >> errors in the last 24 hours.  Bad card???  US West says the line tests
  26137. > >> out good.
  26138. > >If you have line problems the calls will drop/ not connect etc.
  26139. > >You need to take a look at your hiper/netserver and see what is happeing
  26140. > >from that end.
  26141. > To expand a bit...if you're getting bipolar variation errors, that is
  26142. > cause for concern, but from your description of your problem, this isn't
  26143. > related.  Put the BPV errors on the back burner for now...get your
  26144. > routing problem solved, and come back to the BPV's...it is definitely
  26145. > something you need to look at eventually.  :)
  26146. > --
  26147. > Jeff McAdams                            Email: jeffm@iglou.com
  26148. > Head Network Administrator              Voice: (502) 966-3848
  26149. > IgLou Internet Services                        (800) 436-4456
  26150.  
  26151. -
  26152.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  26153.  with "unsubscribe usr-tc" in the body of the message.
  26154.  For information on digests or retrieving files and old messages send
  26155.  "help" to the same address.  Do not use quotes in your message.
  26156.  
  26157.  
  26158. -------------------------------------------------------------------------------
  26159.  
  26160. From: Jerry Wright <jwright@hyperserv.com>
  26161. Subject: Re: (usr-tc) Going nowhere fast...
  26162. Date: 30 Sep 1999 18:25:32 -0700
  26163.  
  26164. Yes they are...  In fact, last night I got logged into the new box, and I
  26165. could ping and tracert out of windows, but couldn't go anywhere.  It could be
  26166. what IP address I was assigned, maybe...
  26167.             --Jerry
  26168.  
  26169. Brian Hitchcock wrote:
  26170.  
  26171. > Are they getting the right DNS server information?
  26172. >
  26173. > Brian Hitchcock
  26174. > ----- Original Message -----
  26175. > From: Jerry Wright <jwright@hyperserv.com>
  26176. > To: <usr-tc@lists.xmission.com>
  26177. > Sent: Thursday, September 30, 1999 12:42 AM
  26178. > Subject: (usr-tc) Going nowhere fast...
  26179. >
  26180. > > We had a USR TC box with 48 modems and 2 T1s.  It worked...
  26181. > > Well, we got our third T1 and a used TC box.  Now, about a third of our
  26182. > > customers log on, get authenticated, and sit there (ping and traceroute
  26183. > > work, web browsing doesn't). Or else, they get an error 750 or 765 or
  26184. > > other type error.  Could our new T1 NIC card be bad?  It passes the
  26185. > > various tests?  Help!!!
  26186. > >    Other info, the T1 performance test tells me 3865 bipolar whatever
  26187. > > errors in the last 24 hours.  Bad card???  US West says the line tests
  26188. > > out good.
  26189. > >
  26190. > >              Jerry Wright
  26191. > >              Internet Access of Moses Lake
  26192. > >
  26193. > > -
  26194. > >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  26195. > >  with "unsubscribe usr-tc" in the body of the message.
  26196. > >  For information on digests or retrieving files and old messages send
  26197. > >  "help" to the same address.  Do not use quotes in your message.
  26198. > >
  26199. >
  26200. > -
  26201. >  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  26202. >  with "unsubscribe usr-tc" in the body of the message.
  26203. >  For information on digests or retrieving files and old messages send
  26204. >  "help" to the same address.  Do not use quotes in your message.
  26205.  
  26206.  
  26207. -
  26208.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  26209.  with "unsubscribe usr-tc" in the body of the message.
  26210.  For information on digests or retrieving files and old messages send
  26211.  "help" to the same address.  Do not use quotes in your message.
  26212.  
  26213.  
  26214. -------------------------------------------------------------------------------
  26215.  
  26216. From: eric@dol.net
  26217. Subject: Re: (usr-tc) Going nowhere fast...
  26218. Date: 30 Sep 1999 20:07:59 -0600
  26219.  
  26220. >When you say you got a third box - I understand that you got a USR 
  26221. >Chassis, with a T1 card, modems, nmc and a router card (either Hiper arc 
  26222. >or NETSERVER). From what you say is that the users dial in and they get 
  26223. >authenticated but cannot browse etc, then the problem is on the router 
  26224. >card or on your network.  
  26225. >
  26226. >May be you are running out of IP address, or maybe the ip address are 
  26227. >overlapping, or you have a problem with arp cache - 
  26228. >So in short looks like our t1 card is fine and you need to take a look at 
  26229. >the routing part of the connection.
  26230. >
  26231.  
  26232. I just had the same problem and my ip addresses were over lapping.
  26233. Check to make sure you did not assign the ips anywhere else in your network.  
  26234. You may have a static route to a customer that you forgot about and the 
  26235. pools is falling into that area.  You may have used some of the ips on a 
  26236. web server somewhwere. Start digging in this direction.
  26237. eric
  26238.  
  26239.  
  26240.  
  26241. >Delaware Online!.........The SMART Choice!  
  26242. With 56K V.90 & X2 & Flex Modems 
  26243. Phone : 302-762-0375                
  26244. Fax:     302-762-3462        
  26245. Failure is NOT an option...
  26246.  
  26247.  
  26248.  
  26249. -
  26250.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  26251.  with "unsubscribe usr-tc" in the body of the message.
  26252.  For information on digests or retrieving files and old messages send
  26253.  "help" to the same address.  Do not use quotes in your message.
  26254.  
  26255.  
  26256. -------------------------------------------------------------------------------
  26257.  
  26258. From: "albert" <emmanuel@mwt.net>
  26259. Subject: (usr-tc) using mp/16 at a POP...
  26260. Date: 30 Sep 1999 21:36:04 -0700
  26261.  
  26262.  
  26263. I have a client that is setting a POP and wants to use a MP/16..
  26264.  
  26265. HE has a leased line from point A to point B, the mp/16 is at point B.
  26266.  
  26267. Can the calls be sent to point A without using a portmaster.??
  26268.  
  26269. al.
  26270.  
  26271.  
  26272. -
  26273.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  26274.  with "unsubscribe usr-tc" in the body of the message.
  26275.  For information on digests or retrieving files and old messages send
  26276.  "help" to the same address.  Do not use quotes in your message.
  26277.  
  26278.  
  26279. -------------------------------------------------------------------------------
  26280.  
  26281. From: "Robb Bryn" <rbryn@cape-fear.net>
  26282. Subject: (usr-tc) TCHub and routing 
  26283. Date: 01 Oct 1999 00:24:31 -0400
  26284.  
  26285. This is a multi-part message in MIME format.
  26286.  
  26287. ------=_NextPart_000_000A_01BF0BA2.6EE25F40
  26288. Content-Type: text/plain;
  26289.     charset="iso-8859-1"
  26290. Content-Transfer-Encoding: 7bit
  26291.  
  26292. I'm configuring my first routed subnet on the TCHub and can't quite figure
  26293. out what I'm doing wrong.
  26294.  
  26295. I have a Ascend P50 dialing in via ISDN with radius attributes of:
  26296.     Framed-Address = 208.150.95.241
  26297.     Framed-Route = 208.150.95.240/29 208.150.95.241 1
  26298.  
  26299. After connecting, I can ping the ether address of the TCHub (208.133.28.51)
  26300. from any of the subnet hosts can't ping anything past it.   I can't ping any
  26301. host on the subnet from the TCHub.  Below is the output from the show ip
  26302. network command.
  26303.  
  26304.  
  26305. HiPer>> show ip network test-ip-I4586
  26306.  
  26307. SHOW IP  NETWORK test-ip-I4586 SETTINGS:
  26308. Interface:                                 slot:14/mod:2
  26309. Network Address:                           208.150.95.241/H
  26310. Frame Type:                                PPP
  26311. Status:                                    ENABLED
  26312. Reconfigure Needed:                        FALSE
  26313. Mask:                                      255.255.255.255
  26314. Station:                                   0.0.0.0
  26315. Broadcast Algorithm:                       IETF
  26316. Max Reassembly Size:                       3464
  26317. IP Routing Protocol:                       NONE
  26318. IP Routing Metric:                         1
  26319. RIP Interface Export Metric:               0
  26320. IP RIP Routing Policies:
  26321. IP RIP Authentication Key:
  26322. HiPer>>
  26323.  
  26324.  
  26325. I'm pulling my hair out trying to figure out what I've done wrong.  A kick
  26326. in the right direction would be greatly appreciated.
  26327.  
  26328.  
  26329.  
  26330. Thanks,
  26331.  
  26332. Robb Bryn
  26333.  
  26334.  
  26335. ------=_NextPart_000_000A_01BF0BA2.6EE25F40
  26336. Content-Type: text/html;
  26337.     charset="iso-8859-1"
  26338. Content-Transfer-Encoding: quoted-printable
  26339.  
  26340. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  26341. <HTML><HEAD>
  26342. <META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
  26343. charset=3Diso-8859-1">
  26344.  
  26345.  
  26346. <META content=3D"MSHTML 5.00.2314.1000" name=3DGENERATOR></HEAD>
  26347. <BODY>
  26348. <DIV><FONT face=3DArial size=3D2><SPAN class=3D010154603-01101999>I'm =
  26349. configuring my=20
  26350. first routed subnet on the TCHub and can't quite figure out what I'm =
  26351. doing=20
  26352. wrong.  </SPAN></FONT></DIV>
  26353. <DIV><FONT face=3DArial size=3D2><SPAN =
  26354. class=3D010154603-01101999></SPAN></FONT><FONT=20
  26355. face=3DArial size=3D2><SPAN =
  26356. class=3D010154603-01101999></SPAN></FONT> </DIV>
  26357. <DIV><FONT face=3DArial size=3D2><SPAN class=3D010154603-01101999>I have =
  26358. a Ascend P50=20
  26359. dialing in via ISDN with radius attributes of:</SPAN></FONT></DIV>
  26360. <DIV><FONT face=3DArial size=3D2><SPAN =
  26361. class=3D010154603-01101999>   =20
  26362. Framed-Address =3D 208.150.95.241</SPAN></FONT></DIV>
  26363. <DIV><FONT face=3DArial size=3D2><SPAN =
  26364. class=3D010154603-01101999>   =20
  26365. Framed-Route =3D 208.150.95.240/29 208.150.95.241 1</SPAN></FONT></DIV>
  26366. <DIV><FONT face=3DArial size=3D2><SPAN=20
  26367. class=3D010154603-01101999></SPAN></FONT> </DIV>
  26368. <DIV><FONT face=3DArial size=3D2><FONT face=3DArial size=3D2><SPAN=20
  26369. class=3D010154603-01101999>After connecting, I can ping the ether =
  26370. address of the=20
  26371. TCHub (208.133.28.51) from any of the subnet hosts can't ping anything =
  26372. past=20
  26373. it.   I can't ping any host on the subnet from the =
  26374. TCHub.  Below=20
  26375. is the output from the show ip network =
  26376. command.</SPAN></FONT></FONT></DIV>
  26377. <DIV><FONT face=3DArial size=3D2><SPAN=20
  26378. class=3D010154603-01101999></SPAN></FONT> </DIV>
  26379. <DIV><FONT face=3DArial size=3D2><SPAN=20
  26380. class=3D010154603-01101999></SPAN></FONT> </DIV>
  26381. <DIV><FONT face=3DArial size=3D2><SPAN =
  26382. class=3D010154603-01101999>HiPer>> show=20
  26383. ip network test-ip-I4586</SPAN></FONT></DIV>
  26384. <DIV> </DIV>
  26385. <DIV><FONT face=3DArial size=3D2><SPAN class=3D010154603-01101999>SHOW =
  26386. IP =20
  26387. NETWORK test-ip-I4586=20
  26388. SETTINGS:<BR>Interface:        &n=
  26389. bsp;           &nb=
  26390. sp;           =20
  26391. slot:14/mod:2<BR>Network=20
  26392. Address:           =
  26393. ;            =
  26394.    =20
  26395. 208.150.95.241/H<BR>Frame=20
  26396. Type:           &n=
  26397. bsp;           &nb=
  26398. sp;       =20
  26399. PPP<BR>Status:          =
  26400. ;            =
  26401.             &=
  26402. nbsp;=20
  26403. ENABLED<BR>Reconfigure=20
  26404. Needed:           =
  26405.              =
  26406.  
  26407. FALSE<BR>Mask:          =
  26408. ;            =
  26409.             &=
  26410. nbsp;  =20
  26411. 255.255.255.255<BR>Station:       &nbs=
  26412. p;            =
  26413. ;            =
  26414.   =20
  26415. 0.0.0.0<BR>Broadcast=20
  26416. Algorithm:          &nb=
  26417. sp;           =20
  26418. IETF<BR>Max Reassembly=20
  26419. Size:           &n=
  26420. bsp;          =20
  26421. 3464<BR>IP Routing=20
  26422. Protocol:          &nbs=
  26423. p;           =20
  26424. NONE<BR>IP Routing=20
  26425. Metric:           =
  26426.             &=
  26427. nbsp;=20
  26428. 1<BR>RIP Interface Export=20
  26429. Metric:           =
  26430.    =20
  26431. 0<BR>IP RIP Routing Policies:<BR>IP RIP Authentication=20
  26432. Key:<BR>HiPer>></SPAN></FONT></DIV>
  26433. <DIV><SPAN class=3D010154603-01101999>
  26434. <P><FONT face=3DArial size=3D2><SPAN=20
  26435. class=3D010154603-01101999></SPAN></FONT> </P>
  26436. <P><FONT face=3DArial size=3D2><SPAN =
  26437. class=3D010154603-01101999>I'</SPAN></FONT><FONT=20
  26438. face=3DArial size=3D2><SPAN class=3D010154603-01101999>m pulling my hair =
  26439. out trying to=20
  26440. figure out what I've done wrong.  A kick in the right direction =
  26441. would be=20
  26442. greatly appreciated.</SPAN></FONT></P>
  26443. <P><FONT face=3DArial size=3D2><SPAN=20
  26444. class=3D010154603-01101999></SPAN></FONT> </P>
  26445. <P><FONT face=3DArial size=3D2><SPAN=20
  26446. class=3D010154603-01101999>Thanks,</SPAN></FONT></P>
  26447. <P><FONT face=3DArial size=3D2><SPAN class=3D010154603-01101999>Robb=20
  26448. Bryn</SPAN></FONT></P></SPAN></DIV></BODY></HTML>
  26449.  
  26450. ------=_NextPart_000_000A_01BF0BA2.6EE25F40--
  26451.  
  26452.  
  26453. -
  26454.  To unsubscribe to usr-tc, send an email to "majordomo@xmission.com"
  26455.  with "unsubscribe usr-tc" in the body of the message.
  26456.  For information on digests or retrieving files and old messages send
  26457.  "help" to the same address.  Do not use quotes in your message.
  26458.  
  26459.