From: Plank, Jason (JPlank@concordefs.com)
Date: Thu May 04 2006 - 19:46:21 ART
http://www.cisco.com/univercd/cc/td/doc/product/software/ios120/120newft/120
t/120t1/pppframe.htm
-------------------
Jason Plank
Network Engineer
101 Bellevue Parkway
Wilmington, DE 19809
E-mail: JPlank@concordefs.com
Phone: 302-793-5913
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Victor Cappuccio
Sent: Thursday, May 04, 2006 5:54 PM
To: 'JB'; 'Brian McGahan'
Cc: ccielab@groupstudy.com
Subject: RE: Virtual-Template woes
Maybe because it is a Point to Point Link
> Serial0/0.34 (up): point-to-point dlci, dlci 403(0x193,0x6430),
> broadcast status defined, active
-----Mensaje original-----
De: nobody@groupstudy.com [mailto:nobody@groupstudy.com] En nombre de JB
Enviado el: Jueves, 04 de Mayo de 2006 05:19 p.m.
Para: Brian McGahan
CC: ccielab@groupstudy.com
Asunto: Re: Virtual-Template woes
I am still in the throws of L2 connectivity so there are no routes,
only connected interfaces. Did a reload and the pings now "work",
however R4 is still not taking the
frame-relay interface-dlci 403 ppp virtual-template34 command.
R4#i
172.16.0.0/24 is subnetted, 4 subnets
C 172.16.46.0 is directly connected, FastEthernet0/0
C 172.16.34.0 is directly connected, Virtual-Access2
C 172.16.124.0 is directly connected, Serial0/0
C 172.16.104.0 is directly connected, Loopback104
R3#i
172.16.0.0/24 is subnetted, 2 subnets
C 172.16.34.0 is directly connected, Virtual-Access2
C 172.16.103.0 is directly connected, Loopback103
FYI
R4#sh ver
Cisco IOS Software, C2600 Software (C2600-ADVENTERPRISEK9-M), Version
12.3(8)T9, RELEASE SOFTWARE (fc2)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2005 by Cisco Systems, Inc.
Compiled Wed 01-Jun-05 11:40 by pwade
ROM: System Bootstrap, Version 12.2(8r) [cmong 8r], RELEASE SOFTWARE (fc1)
R4 uptime is 7 minutes
System returned to ROM by reload
System image file is "flash:c2600-adventerprisek9-mz.123-8.T9.bin"
This product contains cryptographic features and is subject to United
States and local country laws governing import, export, transfer and
use. Delivery of Cisco cryptographic products does not imply
third-party authority to import, export, distribute or use encryption.
Importers, exporters, distributors and users are responsible for
compliance with U.S. and local country laws. By using this product you
agree to comply with applicable laws and regulations. If you are unable
to comply with U.S. and local laws, return this product immediately.
A summary of U.S. laws governing Cisco cryptographic products may be found
at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
If you require further assistance please contact us by sending email to
export@cisco.com.
Cisco 2651XM (MPC860P) processor (revision 0x301) with 127308K/3764K
bytes of memory.
Processor board ID FOC08311FKM (1313186703)
M860 processor: part number 5, mask 2
2 FastEthernet interfaces
2 Serial(sync/async) interfaces
32K bytes of NVRAM.
32768K bytes of processor board System flash (Read/Write)
On 5/4/06, Brian McGahan <bmcgahan@internetworkexpert.com> wrote:
> You're not running PPPoFR on R4:
>
> > interface Serial0/0.34 point-to-point
> > frame-relay interface-dlci 403
>
> You need to say:
>
> interface Serial0/0.34 point-to-point
> frame-relay interface-dlci 403 ppp virtual-template34
>
> Also post the routing tables of R3 and R4 if you're still having
> trouble.
>
> HTH,
>
> Brian McGahan, CCIE #8593
> bmcgahan@internetworkexpert.com
>
> Internetwork Expert, Inc.
> http://www.InternetworkExpert.com
> Toll Free: 877-224-8987 x 705
> Outside US: 775-826-4344 x 705
> 24/7 Support: http://forum.internetworkexpert.com
> Live Chat: http://www.internetworkexpert.com/chat/
>
>
> > -----Original Message-----
> > From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf
> Of JB
> > Sent: Thursday, May 04, 2006 3:45 PM
> > To: ccielab@groupstudy.com
> > Subject: Virtual-Template woes
> >
> > Hi group, I am having problmes with PPPoFR. R3 is connected to R4 via
> > FR. Chap authentication is successful. However when I ping between R3
> > and R4 I am getting 50% packet loss. I am not too familiar with this
> > virtual-template. Is this normal behavior? I expect not......
> >
> > R3----->304---->FR<------403-------R4
> >
> > Thx
> >
> > JB
> >
> >
> > #R3
> >
> > username R4 password 0 xxx
> >
> > interface Serial0/0
> > no ip address
> > encapsulation frame-relay
> > !
> > interface Serial0/0.34 point-to-point
> > frame-relay interface-dlci 304 ppp Virtual-Template34
> >
> > !
> > interface Virtual-Template34
> > ip address 172.16.34.3 255.255.255.0
> > no peer neighbor-route
> > ppp authentication chap
> >
> > R3#sh fram map
> > Serial0/0.34 (up): point-to-point dlci, dlci 304(0x130,0x4C00),
> broadcast
> > status defined, active
> >
> > R3#ping 172.16.34.4
> >
> > Type escape sequence to abort.
> > Sending 5, 100-byte ICMP Echos to 172.16.34.4, timeout is 2 seconds:
> > !.!.!
> > Success rate is 60 percent (3/5), round-trip min/avg/max = 52/52/52 ms
> >
> > ++++++++++++++++++
> >
> > #R4
> >
> > username R3 password 0 xxx
> >
> > interface Serial0/0
> > ip address 172.16.124.4 255.255.255.0
> > encapsulation frame-relay
> > no fair-queue
> > !
> > interface Serial0/0.34 point-to-point
> > frame-relay interface-dlci 403
> >
> > !
> > interface Virtual-Template34
> > ip address 172.16.34.4 255.255.255.0
> > no peer neighbor-route
> > ppp authentication chap
> >
> > R4#sh fram map
> > Serial0/0.124 (up): ip 172.16.124.1 dlci 401(0x191,0x6410), static,
> > broadcast,
> > CISCO, status defined, active
> > Serial0/0.124 (up): ip 172.16.124.2 dlci 402(0x192,0x6420), static,
> > broadcast,
> > CISCO, status defined, active
> > Serial0/0.124 (up): ip 172.16.124.4 dlci 402(0x192,0x6420), static,
> > CISCO, status defined, active
> > Serial0/0.34 (up): point-to-point dlci, dlci 403(0x193,0x6430),
> broadcast
> > status defined, active
> >
> > R4#ping 172.16.34.3
> >
> > Type escape sequence to abort.
> > Sending 5, 100-byte ICMP Echos to 172.16.34.3, timeout is 2 seconds:
> > !.!.!
> > Success rate is 60 percent (3/5), round-trip min/avg/max = 52/52/52 ms
> >
> >
> _______________________________________________________________________
> > Subscription information may be found at:
> > http://www.groupstudy.com/list/CCIELab.html
This archive was generated by hypermail 2.1.4 : Thu Jun 01 2006 - 06:33:20 ART