you didnt give any restrictions, so:

RA
ip dhcp excluded-address 172.16.18.1 172.16.18.12
ip dhcp excluded-address 172.16.18.14 172.16.18.252
!
ip dhcp pool 0
   network 172.16.18.0 255.255.255.0
   network 172.16.22.0 255.255.255.0 secondary
   domain-name packetsanalyzed.com
   dns-server 172.16.1.250 172.16.2.251
   netbios-name-server 172.16.1.18
   default-router 172.16.18.252 172.16.18.253
   netbios-node-type p-node
   lease 30

RB
interface Serial0/1
 ip address negotiated
 encapsulation ppp
 no fair-queue
 serial restart-delay 0
 clock rate 2000000
 ppp ipcp route default

RB(config-if)#do sh ip route
Gateway of last resort is 172.16.18.253 to network 0.0.0.0

     172.16.0.0/32 is subnetted, 2 subnets
C       172.16.18.253 is directly connected, Serial0/1
C       172.16.18.13 is directly connected, Serial0/1
     10.0.0.0/24 is subnetted, 1 subnets
C       10.0.0.0 is directly connected, FastEthernet0/1
S*   0.0.0.0/0 [1/0] via 172.16.18.253




--
Garry L. Baker

"There is no 'patch' for stupidity." - www.sqlsecurity.com


On Tue, Oct 19, 2010 at 3:50 PM, Jason Maynard <[email protected]>wrote:

>  Since the first one seem to create some good dialog I thought I would try
> it again
>
>
>
> RB should have a *default route* to serial 1/0 (172.16.18.252) on RA.
> Domain name, DNS, netbios, netbios type, and lease is required. Lab it up if
> required.
>
>
>
>
>
> The configuration can be found here
>
> http://packetsanalyzed.blogspot.com/2010/10/troubleshooting-2.html
>
>
>
>
>
> _______________________________________________
> For more information regarding industry leading CCIE Lab training, please
> visit www.ipexpert.com
>
>
_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Reply via email to