RE: [USR-TC] Unable to CHAP
What are you using for Radius? I know Radius can be funny with chap - I use IAS on Win2K for Radius, and I know you have to change some things on the server before creating users to make it work. -----Original Message----- From: alex [mailto:alex@wanex.ge] Sent: Saturday, January 18, 2003 7:15 AM To: USR-TC@mailman.xmission.com Subject: [USR-TC] Unable to CHAP i enabled chap authentication on HiperARC by : SET PPP AUTHENTICATION_PREFERENCE CHAP and SET PPP RECEIVE_AUTHENTICATION CHAP but it doesnt seem to work. i dialed into HiperARC by HyperTerminal and got login prompt but not chap challenge. how is it possible to enable chap authentication and disable pap? (i have HiperARC V4.1.59) _______________________________________________ USR-TC mailing list USR-TC@mailman.xmission.com http://mailman.xmission.com/cgi-bin/mailman/listinfo/usr-tc
i dont know which radius is my company using. how can it be controlled by radius? ----- Original Message ----- From: "Joel - Fox Computers" <jfox@foxcomputers.com> To: <usr-tc@mailman.xmission.com> Sent: Saturday, January 18, 2003 09:59 PM Subject: RE: [USR-TC] Unable to CHAP
What are you using for Radius? I know Radius can be funny with chap - I use IAS on Win2K for Radius, and I know you have to change some things on the server before creating users to make it work.
-----Original Message----- From: alex [mailto:alex@wanex.ge] Sent: Saturday, January 18, 2003 7:15 AM To: USR-TC@mailman.xmission.com Subject: [USR-TC] Unable to CHAP
i enabled chap authentication on HiperARC by : SET PPP AUTHENTICATION_PREFERENCE CHAP and SET PPP RECEIVE_AUTHENTICATION CHAP but it doesnt seem to work. i dialed into HiperARC by HyperTerminal and got login prompt but not chap challenge.
how is it possible to enable chap authentication and disable pap? (i have HiperARC V4.1.59)
_______________________________________________ USR-TC mailing list USR-TC@mailman.xmission.com http://mailman.xmission.com/cgi-bin/mailman/listinfo/usr-tc Q$S f)+-Q$S f֢fhƬ*'r ffhƬ*'rrj)fj b˝?
we have a monitoring program that check to make sure everything is up and functioning normally... it has an snmp monitor that we haven't used, does anyone know if it is doable to monitor each hiper dsp and have it notify us if the circuit is busied out? or any other snmp tricks we can do to monitor a chassis with hiper arc's, a hiper nmc and hiper dsp's? matthew
Yes...the TC chassis is fully pollable by snmp and can send snmp traps. Look at setting up traps via the nmc if you want to be notified of circuit issues, etc. Todd ----- Original Message ----- From: "matthew" <matthew@the-spa.com> To: <usr-tc@mailman.xmission.com> Sent: Monday, January 20, 2003 5:48 PM Subject: [USR-TC] using snmp to monitor pri's ?
we have a monitoring program that check to make sure everything is up and functioning normally...
it has an snmp monitor that we haven't used, does anyone know if it is doable to monitor each hiper dsp and have it notify us if the circuit is busied out?
or any other snmp tricks we can do to monitor a chassis with hiper arc's, a hiper nmc and hiper dsp's?
matthew
_______________________________________________ USR-TC mailing list USR-TC@mailman.xmission.com http://mailman.xmission.com/cgi-bin/mailman/listinfo/usr-tc
Piece of code I've found in this lists archives - my ($alarm) = &ma_snmp::snmpget ($chassname, $community,"1.3.6.1.2.1.10.18.6.1.10.$t1"); print "[No Alarm] - $chassname - slot $i\n " if $alarm & 1; print MAILFILE "[Far-End LOF (YELLOW)] - $chassname - slot $i\n" if $alarm & 2; print MAILFILE "[Near-End Sending LOF] - $chassname - slot $i\n" if $alarm & 4; print MAILFILE "[Far-End AIS] - $chassname - slot $i\n" if $alarm & 8; print MAILFILE "[Near-End AIS] - $chassname - slot $i\n" if $alarm & 16; print MAILFILE "[Near-End LOF (RED)] - $chassname - slot $i\n" if $alarm & 32; print MAILFILE "[Near-End LOS] - $chassname - slot $i\n" if $alarm & 64; print MAILFILE "[Near-End Looped] - $chassname - slot $i\n" if $alarm & 128; print MAILFILE "[E1 TS16 AIS] - $chassname - slot $i\n" if $alarm & 256; print MAILFILE "[Far-End TS16 LOMF] - $chassname - slot $i\n" if $alarm & 512; print MAILFILE "[Near-End TS16 LOMF] - $chassname - slot $i\n" if $alarm & 1024; print MAILFILE "[Near-End Testcode] - $chassname - slot $i\n" if $alarm & 2048; print MAILFILE "[??] - $chassname - slot $i\n" if $alarm & 4096; I beleive the original posts gives a full script. Hope this helps... matthew extolled:
we have a monitoring program that check to make sure everything is up and functioning normally...
it has an snmp monitor that we haven't used, does anyone know if it is doable to monitor each hiper dsp and have it notify us if the circuit is busied out?
or any other snmp tricks we can do to monitor a chassis with hiper arc's, a hiper nmc and hiper dsp's?
matthew
_______________________________________________ USR-TC mailing list USR-TC@mailman.xmission.com http://mailman.xmission.com/cgi-bin/mailman/listinfo/usr-tc
participants (5)
-
alex -
David Hamilton -
Joel - Fox Computers -
matthew -
Todd Bertolozzi