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-24-2009 06:24 PM
Right, an explicit address is not allowed on an virtual interface, to prevent multiple assigments.
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
All this in the hope of finally providing the remote with a valid address.
05-24-2009 08:42 PM
the command is entered but it won't stick in the running config.
Windsor1760(config-if)#peer default ip address pool
Windsor1760#sh run | s Tem
frame-relay interface-dlci 16 ppp Virtual-Template1
interface Virtual-Template1
ip address negotiated
ppp chap hostname ms23808095
ppp chap password 0 uzasgu8f
ppp pap sent-username ms23808095 password 0 uzasgu8f
ppp ipcp dns request
ppp ipcp route default
ppp ipcp address accept
Windsor1760#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Windsor1760(config)#int virtual-Tem 1
Windsor1760(config-if)#no ppp ipcp route default
Windsor1760(config-if)#peer default ip address pool
Windsor1760(config-if)#do sh run | s Tem
frame-relay interface-dlci 16 ppp Virtual-Template1
interface Virtual-Template1
ip address negotiated
ppp chap hostname ms23808095
ppp chap password 0 uzasgu8f
ppp pap sent-username ms23808095 password 0 uzasgu8f
ppp ipcp dns request
ppp ipcp address accept
05-25-2009 08:12 AM
Have you configured the pool ?
Can you take the ppp trace again ?
It may not stick due to using the default pool.
For sure you're meeting a lot of undue difficulties.
05-24-2009 03:28 PM
Also very strange is how the router keeps sending CONFreq before finally accepting the reply more than one minute later.
But, let's see if you resolve the connectivity problem first.
05-25-2009 10:40 AM
Hi,
Your configuration looks good. Can you please try the following configuration ?
interface Virtual-Template1
no ip address
ppp multilink
ppp multilink group 1
ppp chap hostname xxxx
ppp chap password 0 yyyy
interface Multilink1
ip address negotiated
ppp ipcp route default
ppp ipcp dns request
ppp multilink
ppp multilink group 1
If you still dont see the default route, add a static default ponting to Multilink1 interface
HTH,
Rakesh
05-25-2009 11:59 AM
not that i haven't tried this already but this was indeed a valiant attempt. the problem is that Multilink1 does NOT get assigned an IP. "Virtual-Access 1" is created with the IP and so that's where i need to route my data to. when i point the default GW to multilink 1 the result is the same as when i pointed the default GW to Serial 0/0:1.1. In that situation, the static route never made it to the route table because the interface does NOT have an IP.
i need to be able to set the default gw to "Virtual-Access 1"
PS i also tried using a route-map to force all traffic to "virtual-Template 1" and that didn't help
Leon
Covad1760(config)#ip route 0.0.0.0 0.0.0.0 multilink 1
Covad1760(config)#
Covad1760#sh ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route
Gateway of last resort is not set
65.0.0.0/28 is subnetted, 1 subnets
S 65.15.36.64 [1/0] via 172.16.0.1
172.16.0.0/24 is subnetted, 1 subnets
C 172.16.0.0 is directly connected, FastEthernet0/0.1
216.135.129.0/29 is subnetted, 1 subnets
C 216.135.129.176 is directly connected, FastEthernet0/0.3
209.86.152.0/32 is subnetted, 1 subnets
C 209.86.152.119 is directly connected, Virtual-Access1
Covad1760#sh ip int brief
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 unassigned YES NVRAM up up
FastEthernet0/0.1 172.16.0.5 YES manual up up
FastEthernet0/0.2 unassigned YES NVRAM deleted down
FastEthernet0/0.3 216.135.129.177 YES manual up up
Serial0/0:1 unassigned YES manual up up
Serial0/0:1.1 unassigned YES unset up up
NVI0 unassigned NO unset up up
Multilink1 unassigned YES manual down down
Virtual-Access1 209.86.152.119 YES IPCP up up
Virtual-Template1 unassigned YES manual down down
Virtual-Access2 unassigned YES unset down down
Covad1760#
interface Multilink1
ip address negotiated
ppp ipcp dns request
ppp ipcp route default
ppp multilink
ppp multilink group 1
!
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 ms23808095
ppp chap password 0 uzasgu8f
ppp pap sent-username ms23808095 password 0 uzasgu8f
ppp multilink
ppp multilink group 1
05-25-2009 12:48 PM
Hi,
Please remove "ip address negotiated" from interface Virtual-Template1.
-Rakesh
05-25-2009 01:15 PM
Covad1760#sh ip int brief
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 unassigned YES NVRAM up up
FastEthernet0/0.1 172.16.0.5 YES manual up up
FastEthernet0/0.2 unassigned YES NVRAM deleted down
FastEthernet0/0.3 216.135.129.177 YES manual up up
Serial0/0:1 unassigned YES manual up up
Serial0/0:1.1 unassigned YES unset up up
NVI0 unassigned NO unset up up
Multilink1 unassigned YES manual down down
Virtual-Access1 unassigned YES TFTP up up
Virtual-Template1 unassigned YES manual down down
Virtual-Access2 unassigned YES unset down down
Covad1760#sh ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route
Gateway of last resort is not set
65.0.0.0/28 is subnetted, 1 subnets
S 65.15.36.64 [1/0] via 172.16.0.1
172.16.0.0/24 is subnetted, 1 subnets
C 172.16.0.0 is directly connected, FastEthernet0/0.1
216.135.129.0/29 is subnetted, 1 subnets
C 216.135.129.176 is directly connected, FastEthernet0/0.3
Covad1760#
05-25-2009 01:23 PM
Have you bounced your serial interface to re-initiate PPP negotiation ? If so, its time to call the TAC I guess.
-Rakesh
05-25-2009 01:36 PM
yes i bounce the controller.
the whole reason i'm here is bacause my 1760 is EOL and so TAC won't renew the service contract.
Cisco refuses to take my money.
Leon
05-25-2009 02:08 PM
Can you please trun on "debug ppp negotiation" ? Do a shut/no shut on ser 0/0 and post the output . Also,please post sh ip int brief.
-Rakesh
05-25-2009 02:15 PM
05-25-2009 09:22 PM
Have you tried with pool configured ?
May 24 15:52:00.070: Vi1 IPCP: I CONFREQ [REQsent] id 1 len 10
May 24 15:52:00.074: Vi1 IPCP: Address 0.0.0.0 (0x030600000000)
May 24 15:52:00.074: Vi1 IPCP: Cannot satisfy pool request
May 24 15:52:00.074: Vi1 IPCP: Neither side knows remote address
05-26-2009 03:40 AM
see my "May 24, 2009, 7:01pm PST" post. the command is entered but it does not stay in the config when i do show run it is not there.
how can i get TAC to help? they won't take my money because my 1760 is EOL but this is clearly an IOS issue. I'm sure a brand new 1801 would fail. if i plug the Covad Netopia in, it works just fine.
05-26-2009 07:11 AM
I'm referring to:
ip local pool default 10.10.10.10 10.10.10.11
About which you have not reported.
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