RE: Cisco config to use two radius servers

2004-04-28 Thread RH List Account
Perfect. Thanks all. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gerald Krause Sent: Wednesday, April 28, 2004 2:37 PM To: [EMAIL PROTECTED] Subject: Re: Cisco config to use two radius servers hi rob, try this: radius-server host [ip-first-auth

Re: Cisco config to use two radius servers

2004-04-28 Thread Gerald Krause
hi rob, try this: radius-server host [ip-first-auth] auth 1812 acct 0 radius-server host [ip-fallback-auth] auth 1812 acct 0 radius-server host [ip-first-acct] auth 0 acct 1813 radius-server host [ip-fallback-acct] auth 0 acct 1813 -- gerald - List info/subscribe/unsubscribe? See http://www.free

Re: Cisco config to use two radius servers

2004-04-28 Thread Kaczmarek, Thaddeus
Title: Re: Cisco config to use two radius servers On Wed, 2004-04-28 at 10:53, RH List Account wrote: > Morning folks, > >  > > Iâm trying to get accounting data to go to our billing radius server, > and our authentication/authorization to go to be requested.  I

Re: Cisco config to use two radius servers

2004-04-28 Thread Kevin Bonner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 28 April 2004 10:53, RH List Account wrote: > radius-dev(config)#radius-server host 4.3.2.1 auth 1812 > radius-dev(config)#radius-server host 1.2.3.4 acct 1813 Use this: radius-server host 4.3.2.1 auth-port 1812 acct-port 0 radius-server