cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3459
Views
0
Helpful
36
Replies

covad PPPoFR. no default GW. why?

ldmccalla
Level 1
Level 1

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

36 Replies 36

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.

Very good, please remember to rate useful posts with the scrollbox below.

sorry... the information was in the "May 24, 2009, 9:42pm PST" post

Leon

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

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.

Didnt catch that before . You are the man.

-Rakesh

.

Review Cisco Networking for a $25 gift card