HELP! ISDN DDR

2000-10-25 Thread FRS

Hi,

I have 4 sites reporting back to Corp over FR 
I need to implement ISDN backup to all sites 
How do I get the single Corp BRI interface to accept the different remote
BRI ip addresses and route accordingly ... I am running RIP 

righ now, only one remote sites is configured as:

int bri0/0
ip x.x.3.2 255.255.255.0
no ip directed broadcast
encap ppp
dialer string 123456789
dialer string 987654321
dialer-group 1
isdn switch-type basic-5ess
isdn spid1 12345678901
isdn spid2 98765432101
ppp auth chap
ppp multilink

corp config:

int bri5/0
ip x.x.3.1 255.255.255.0
no logging event-subif-link-status
isdn spid1 998887776554
isdn spid2 887766554321
dialer-group 1
no fair-queue
ppp auth chap
ppp multilink

the ip addresses of the other remote site's  bri are x.x.4.2/24 ,
x.x.6.2/24, etc.

my question is :

how do i get the configure the corp bri interface to recognise x.x.4.2,
x.x.5.2, x.x.6.2 etc ... as it is now only configured for x.x.3.2 

or does this not matter 

please help!

thanks




_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: HELP! ISDN DDR

2000-10-25 Thread John lay


You need to apply dialer profiles.
Dialer profiles allow you to configure B channels of an ISDN interface with
different IP subnets or Internetwork Packet exchange networks.

ME



On Wed, 25 Oct 2000 09:22:14 -0400, FRS wrote:

>  Hi,
>  
>  I have 4 sites reporting back to Corp over FR 
>  I need to implement ISDN backup to all sites 
>  How do I get the single Corp BRI interface to accept the different remote
>  BRI ip addresses and route accordingly ... I am running RIP 
>  
>  righ now, only one remote sites is configured as:
>  
>  int bri0/0
>  ip x.x.3.2 255.255.255.0
>  no ip directed broadcast
>  encap ppp
>  dialer string 123456789
>  dialer string 987654321
>  dialer-group 1
>  isdn switch-type basic-5ess
>  isdn spid1 12345678901
>  isdn spid2 98765432101
>  ppp auth chap
>  ppp multilink
>  
>  corp config:
>  
>  int bri5/0
>  ip x.x.3.1 255.255.255.0
>  no logging event-subif-link-status
>  isdn spid1 998887776554
>  isdn spid2 887766554321
>  dialer-group 1
>  no fair-queue
>  ppp auth chap
>  ppp multilink
>  
>  the ip addresses of the other remote site's  bri are x.x.4.2/24 ,
>  x.x.6.2/24, etc.
>  
>  my question is :
>  
>  how do i get the configure the corp bri interface to recognise x.x.4.2,
>  x.x.5.2, x.x.6.2 etc ... as it is now only configured for x.x.3.2 
>  
>  or does this not matter 
>  
>  please help!
>  
>  thanks
>  
>  
>  
>  
>  _
>  FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
>  Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]





___
Say Bye to Slow Internet!
http://www.home.com/xinbox/signup.html

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: HELP! ISDN DDR

2000-10-25 Thread Constance Cate

Use dialer profiles on the Corp BRI interface (hub site) to define each of
the 4 spoke sites and use floating static routes (or possibly dialer watch)
to activate the dialer profiles upon link failure.
Basically you will define 4 logical dialer interfaces (kinda like sub
interfaces) and each of these will use the physical BRI interface when it is
needed. The far end IP address and the dial string will be part of these
logical interfaces which will allow multiple dialed destinations.
The floating static routes (configured with a higher administrative distance
than the RIP routes) will become active when one of the RIP routes falls out
of the routing table due to a link failure. Traffic which was once destined
for a FR interface will now be directed to one of the logical dialer
interfaces.
If you have configured the hub site to connect to the spoke sites with
separate physical interfaces (which I doubt) you could use a dialer watch
configuration in the place of floating static routes. You may be able to use
dialer watch with sub-interfaces, I'm not sure. The floating static routes
are a sure thing.

Check out these links,
http://www.cisco.com/univercd/cc/td/doc/product/software/ios120/12cgcr/dial_
c/dcdbakdp.htm
http://www.cisco.com/warp/public/793/access_dial/ddr_dialer_profile.html
HTH,
Connie

"FRS" <[EMAIL PROTECTED]> wrote in message 8t6nf8$l8u$[EMAIL PROTECTED]">news:8t6nf8$l8u$[EMAIL PROTECTED]...
> Hi,
>
> I have 4 sites reporting back to Corp over FR 
> I need to implement ISDN backup to all sites 
> How do I get the single Corp BRI interface to accept the different remote
> BRI ip addresses and route accordingly ... I am running RIP 
>
> righ now, only one remote sites is configured as:
>
> int bri0/0
> ip x.x.3.2 255.255.255.0
> no ip directed broadcast
> encap ppp
> dialer string 123456789
> dialer string 987654321
> dialer-group 1
> isdn switch-type basic-5ess
> isdn spid1 12345678901
> isdn spid2 98765432101
> ppp auth chap
> ppp multilink
>
> corp config:
>
> int bri5/0
> ip x.x.3.1 255.255.255.0
> no logging event-subif-link-status
> isdn spid1 998887776554
> isdn spid2 887766554321
> dialer-group 1
> no fair-queue
> ppp auth chap
> ppp multilink
>
> the ip addresses of the other remote site's  bri are x.x.4.2/24 ,
> x.x.6.2/24, etc.
>
> my question is :
>
> how do i get the configure the corp bri interface to recognise x.x.4.2,
> x.x.5.2, x.x.6.2 etc ... as it is now only configured for x.x.3.2 
>
> or does this not matter 
>
> please help!
>
> thanks
>
>
>
>
> _
> FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>


_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: HELP! ISDN DDR

2000-10-25 Thread FRS

Thanks Constance ...

This helps alot!

""Constance Cate"" <[EMAIL PROTECTED]> wrote in message
8t6pui$uvu$[EMAIL PROTECTED]">news:8t6pui$uvu$[EMAIL PROTECTED]...
> Use dialer profiles on the Corp BRI interface (hub site) to define each of
> the 4 spoke sites and use floating static routes (or possibly dialer
watch)
> to activate the dialer profiles upon link failure.
> Basically you will define 4 logical dialer interfaces (kinda like sub
> interfaces) and each of these will use the physical BRI interface when it
is
> needed. The far end IP address and the dial string will be part of these
> logical interfaces which will allow multiple dialed destinations.
> The floating static routes (configured with a higher administrative
distance
> than the RIP routes) will become active when one of the RIP routes falls
out
> of the routing table due to a link failure. Traffic which was once
destined
> for a FR interface will now be directed to one of the logical dialer
> interfaces.
> If you have configured the hub site to connect to the spoke sites with
> separate physical interfaces (which I doubt) you could use a dialer watch
> configuration in the place of floating static routes. You may be able to
use
> dialer watch with sub-interfaces, I'm not sure. The floating static routes
> are a sure thing.
>
> Check out these links,
>
http://www.cisco.com/univercd/cc/td/doc/product/software/ios120/12cgcr/dial_
> c/dcdbakdp.htm
> http://www.cisco.com/warp/public/793/access_dial/ddr_dialer_profile.html
> HTH,
> Connie
>
> "FRS" <[EMAIL PROTECTED]> wrote in message 8t6nf8$l8u$[EMAIL PROTECTED]">news:8t6nf8$l8u$[EMAIL PROTECTED]...
> > Hi,
> >
> > I have 4 sites reporting back to Corp over FR 
> > I need to implement ISDN backup to all sites 
> > How do I get the single Corp BRI interface to accept the different
remote
> > BRI ip addresses and route accordingly ... I am running RIP 
> >
> > righ now, only one remote sites is configured as:
> >
> > int bri0/0
> > ip x.x.3.2 255.255.255.0
> > no ip directed broadcast
> > encap ppp
> > dialer string 123456789
> > dialer string 987654321
> > dialer-group 1
> > isdn switch-type basic-5ess
> > isdn spid1 12345678901
> > isdn spid2 98765432101
> > ppp auth chap
> > ppp multilink
> >
> > corp config:
> >
> > int bri5/0
> > ip x.x.3.1 255.255.255.0
> > no logging event-subif-link-status
> > isdn spid1 998887776554
> > isdn spid2 887766554321
> > dialer-group 1
> > no fair-queue
> > ppp auth chap
> > ppp multilink
> >
> > the ip addresses of the other remote site's  bri are x.x.4.2/24 ,
> > x.x.6.2/24, etc.
> >
> > my question is :
> >
> > how do i get the configure the corp bri interface to recognise x.x.4.2,
> > x.x.5.2, x.x.6.2 etc ... as it is now only configured for x.x.3.2 
> >
> > or does this not matter 
> >
> > please help!
> >
> > thanks
> >
> >
> >
> >
> > _
> > FAQ, list archives, and subscription info:
> http://www.groupstudy.com/list/cisco.html
> > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> >
>
>
> _
> FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>


_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: HELP! ISDN DDR

2000-10-25 Thread George Greaves

dialer map ip

buy the CMTD book

""FRS"" <[EMAIL PROTECTED]> wrote in message 8t6nf8$l8u$[EMAIL PROTECTED]">news:8t6nf8$l8u$[EMAIL PROTECTED]...
> Hi,
>
> I have 4 sites reporting back to Corp over FR 
> I need to implement ISDN backup to all sites 
> How do I get the single Corp BRI interface to accept the different remote
> BRI ip addresses and route accordingly ... I am running RIP 
>
> righ now, only one remote sites is configured as:
>
> int bri0/0
> ip x.x.3.2 255.255.255.0
> no ip directed broadcast
> encap ppp
> dialer string 123456789
> dialer string 987654321
> dialer-group 1
> isdn switch-type basic-5ess
> isdn spid1 12345678901
> isdn spid2 98765432101
> ppp auth chap
> ppp multilink
>
> corp config:
>
> int bri5/0
> ip x.x.3.1 255.255.255.0
> no logging event-subif-link-status
> isdn spid1 998887776554
> isdn spid2 887766554321
> dialer-group 1
> no fair-queue
> ppp auth chap
> ppp multilink
>
> the ip addresses of the other remote site's  bri are x.x.4.2/24 ,
> x.x.6.2/24, etc.
>
> my question is :
>
> how do i get the configure the corp bri interface to recognise x.x.4.2,
> x.x.5.2, x.x.6.2 etc ... as it is now only configured for x.x.3.2 
>
> or does this not matter 
>
> please help!
>
> thanks
>
>
>
>
> _
> FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>


_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: HELP! ISDN DDR

2000-10-25 Thread Barnhill, Don

You will need to setup Dialer Profiles.

here is the cisco link!

http://www.cisco.com/warp/public/129/23.html

Don



""FRS"" <[EMAIL PROTECTED]> wrote in message 8t6nf8$l8u$[EMAIL PROTECTED]">news:8t6nf8$l8u$[EMAIL PROTECTED]...
> Hi,
>
> I have 4 sites reporting back to Corp over FR 
> I need to implement ISDN backup to all sites 
> How do I get the single Corp BRI interface to accept the different remote
> BRI ip addresses and route accordingly ... I am running RIP 
>
> righ now, only one remote sites is configured as:
>
> int bri0/0
> ip x.x.3.2 255.255.255.0
> no ip directed broadcast
> encap ppp
> dialer string 123456789
> dialer string 987654321
> dialer-group 1
> isdn switch-type basic-5ess
> isdn spid1 12345678901
> isdn spid2 98765432101
> ppp auth chap
> ppp multilink
>
> corp config:
>
> int bri5/0
> ip x.x.3.1 255.255.255.0
> no logging event-subif-link-status
> isdn spid1 998887776554
> isdn spid2 887766554321
> dialer-group 1
> no fair-queue
> ppp auth chap
> ppp multilink
>
> the ip addresses of the other remote site's  bri are x.x.4.2/24 ,
> x.x.6.2/24, etc.
>
> my question is :
>
> how do i get the configure the corp bri interface to recognise x.x.4.2,
> x.x.5.2, x.x.6.2 etc ... as it is now only configured for x.x.3.2 
>
> or does this not matter 
>
> please help!
>
> thanks
>
>
>
>
> _
> FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>


_
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: HELP! ISDN DDR

2000-10-26 Thread John lay

Take it this way,

With dialer profiles, the logical and physical configuration are dynamically
bound to each other on a per-call basis, which allows physical interfaces to
dynamically take on different characteristics based on incoming or outgoing
call requirements.

Lets go back to our practical situation.
on the HUB side (Corp router) you need to receive calls from more that one
spoke, then you need to apply profiles.
On the sopke side (remote) you will call just one place which is the Corp,
so there is no need for profiles here.

Hope this would help
Thanks a lot

ME


On Wed, 25 Oct 2000 09:51:11 -0400, Naasief Edross wrote:

>  Thanks John!!!
>  Do I do dialer profiles on the Corp router and dialer profiles on the
remote
>  routers, or only the corp router?
>  - Original Message -
>  From: "John lay" <[EMAIL PROTECTED]>
>  Newsgroups: groupstudy.cisco
>  Sent: Wednesday, October 25, 2000 9:55 AM
>  Subject: Re: HELP! ISDN DDR
>  
>  
>  >
>  > You need to apply dialer profiles.
>  > Dialer profiles allow you to configure B channels of an ISDN interface
>  with
>  > different IP subnets or Internetwork Packet exchange networks.
>  >
>  > ME
>  >
>  >
>  >
>  > On Wed, 25 Oct 2000 09:22:14 -0400, FRS wrote:
>  >
>  > >  Hi,
>  > >
>  > >  I have 4 sites reporting back to Corp over FR 
>  > >  I need to implement ISDN backup to all sites 
>  > >  How do I get the single Corp BRI interface to accept the different
>  remote
>  > >  BRI ip addresses and route accordingly ... I am running RIP 
>  > >
>  > >  righ now, only one remote sites is configured as:
>  > >
>  > >  int bri0/0
>  > >  ip x.x.3.2 255.255.255.0
>  > >  no ip directed broadcast
>  > >  encap ppp
>  > >  dialer string 123456789
>  > >  dialer string 987654321
>  > >  dialer-group 1
>  > >  isdn switch-type basic-5ess
>  > >  isdn spid1 12345678901
>  > >  isdn spid2 98765432101
>  > >  ppp auth chap
>  > >  ppp multilink
>  > >
>  > >  corp config:
>  > >
>  > >  int bri5/0
>  > >  ip x.x.3.1 255.255.255.0
>  > >  no logging event-subif-link-status
>  > >  isdn spid1 998887776554
>  > >  isdn spid2 887766554321
>  > >  dialer-group 1
>  > >  no fair-queue
>  > >  ppp auth chap
>  > >  ppp multilink
>  > >
>  > >  the ip addresses of the other remote site's  bri are x.x.4.2/24 ,
>  > >  x.x.6.2/24, etc.
>  > >
>  > >  my question is :
>  > >
>  > >  how do i get the configure the corp bri interface to recognise
x.x.4.2,
>  > >  x.x.5.2, x.x.6.2 etc ... as it is now only configured for x.x.3.2

>  > >
>  > >  or does this not matter 
>  > >
>  > >  please help!
>  > >
>  > >  thanks
>  > >
>  > >
>  > >
>  > >
>  > >  _
>  > >  FAQ, list archives, and subscription info:
>  > http://www.groupstudy.com/list/cisco.html
>  > >  Report misconduct and Nondisclosure violations to
[EMAIL PROTECTED]
>  >
>  >
>  >
>  >
>  >
>  > ___
>  > Say Bye to Slow Internet!
>  > http://www.home.com/xinbox/signup.html
>  >
>  > _
>  > FAQ, list archives, and subscription info:
>  http://www.groupstudy.com/list/cisco.html
>  > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>  >





___
Say Bye to Slow Internet!
http://www.home.com/xinbox/signup.html

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]