Link to home
Start Free TrialLog in
Avatar of rivetgeek
rivetgeek

asked on

Configuring cisco with ppp / frame relay

I'm trying to configure a cisco 1841 to work with our t1.   The serial interface and sub interface come up but the virtual access is up/down and I cant ping to anything on the internet from the router.

Here is the show run:


Building configuration...

Current configuration : 1188 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
!
resource policy
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip subnet-zero
no ip cef
!
!
no ip dhcp use vrf connected
!
!
no ip domain lookup
!
username guy privilege 15 password 7 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
!
!
!
interface FastEthernet0/0
 ip address 10.0.1.1 255.255.255.0
 duplex auto
 speed auto
!
interface FastEthernet0/1
 ip address 10.0.3.1 255.255.255.0
 speed auto
 full-duplex
 no mop enabled
!
interface Serial0/0/0
 no ip address
 encapsulation frame-relay IETF
 no ip mroute-cache
 service-module t1 timeslots 1-24
 frame-relay lmi-type ansi
!
interface Serial0/0/0.1 point-to-point
 frame-relay interface-dlci 16 ppp Virtual-Template1
!
interface Virtual-Template1
 ip address negotiated
 ppp chap hostname xxxxxxxxxxxxxx
 ppp chap password 0 xxxxxxx
 ppp ipcp dns request
 ppp ipcp route default
 ppp ipcp address accept
!
ip classless
!
no ip http server
!
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
 login
!
end
ASKER CERTIFIED SOLUTION
Avatar of logic2
logic2

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Les Moore
Can you post result of "show frame-relay pvc"
You might also need to add

interface Virtual-Template1
  ppp authentication chap
Avatar of rivetgeek
rivetgeek

ASKER

I gave logic2 the points because it turned out that doing the debug showed bad chap username and password.  The ISP insisted for two days it was right then suddenly changed their story.