05-23-2009 05:59 AM - edited 03-04-2019 04:51 AM
according to the docs this config below should work but i don't seem to have a default route installed. whats worse is that i cannot add a static route to the virtual-access interface that gets built after the passwords are accepted.
Leon
-----------------------
interface FastEthernet0/0.3
encapsulation dot1Q 3
ip address 21.13.12.177 255.255.255.248
!
interface Serial0/0:1
no ip address
encapsulation frame-relay IETF
!
interface Serial0/0:1.1 point-to-point
frame-relay interface-dlci 16 ppp Virtual-Template1
!
interface Virtual-Template1
ip address negotiated
ppp chap hostname xxxx
ppp chap password 0 yyyy
ppp ipcp dns request
ppp ipcp route default
ppp ipcp address accept
Solved! Go to Solution.
05-26-2009 07:53 AM
5/24/2009, 7:24pm PST you said..
Go ahead and configure a pool
ip local pool default 10.10.10.10 10.10.10.11
and use pool in peer default ip address
then in my reply i told you that the "peer default ip address" command did not show up in the virtual Template after i entered it repeatedly.
anyway based on your advice i used:-
interface Virtual-Template1
peer default ip address pool LOCAL
ip local pool LOCAL 10.10.10.10 10.10.10.11
and it worked..thanks a lot.
05-26-2009 07:59 AM
Very good, please remember to rate useful posts with the scrollbox below.
05-26-2009 03:49 AM
sorry... the information was in the "May 24, 2009, 9:42pm PST" post
Leon
05-26-2009 11:42 AM
Hi,
The real issue is why your router is not installing a host route to the IP address of the PPP server. The default route will be installed only if you see this host route first. The default route will be pointing to the PPP server IP learned during IPCP negotiation, not to the assigned IP address.
Gateway of last resort is 1.1.1.1 to network 0.0.0.0
1.0.0.0/32 is subnetted, 1 subnets
C 1.1.1.1 is directly connected, Virtual-Access2
192.168.1.0/32 is subnetted, 1 subnets
C 192.168.1.8 is directly connected, Virtual-Access2
S* 0.0.0.0/0 [1/0] via 1.1.1.1
I took a look at your original debugs and it looks like the Covad router is asking your router for an IP address. This can happen if Covad router's virtual template is configured with " ip address negotiated" as well . I guess they want you to use Netopia box because it installs a default gateway pointing to the assigned IP address.
-Rakesh
05-26-2009 11:45 AM
This issue is now resolved.
Remote needed to be assigned an address via ip pool, as indicated in previous posts of mine.
This allows both an host and default route to be installed.
05-26-2009 11:49 AM
Didnt catch that before . You are the man.
-Rakesh
05-25-2009 01:16 PM
.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide