Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PPP Over Frame Issue Cisco 2611

Status
Not open for further replies.

STF26

IS-IT--Management
Dec 9, 2003
130
US
Hello Everyone,

I am having an issue with a router that we put in today. I attached what the ISP gave me for the circuit. I get UP/UP on on pertanant interfaces and I authenticate PPP fine. I get the ISP assigned IP address on the Virtual Template Interface. I cannot ping anything on the internet. I was wondering if there is anything wrong with my config.

Any ideas would be much appreciated.

Below is the T1 configuration information.

Operation Mode is: HDLC
Line Encoding... B8ZS
Framing Mode... ESF

AutoDetect DS0 Channels: No
Number of DS0 Channels: 24



Channel Data Rate... Nx64k

Data Link Encapsulation... Frame Relay
PPP over Frame Relay Enabled: On
PPP Username:
PPP Password:

DLCI: 16
LMI: ANSI (Annex D)

Ethernet Information
Starting IP Address: 6x.1x6.1x1.1x5
Subnet Mask: 255.255.255.248

!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname nni-nj-router
!
boot-start-marker
boot-end-marker
!
enable secret
enable password
!
no aaa new-model
ip subnet-zero
no ip routing
no ip cef
!
!
!
!
!
!
!
interface Ethernet0/0
ip address 6x.1x6.1x1.1x5 255.255.255.248 no ip route-cache half-duplex !
interface Serial0/0
bandwidth 1536
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
encapsulation frame-relay IETF
no ip route-cache
no fair-queue
frame-relay lmi-type ansi
!
interface Serial0/0.1 point-to-point
no ip redirects
no ip unreachables
no ip proxy-arp
no ip route-cache
no cdp enable
frame-relay interface-dlci 16 ppp Virtual-Template1 !
interface Ethernet0/1
no ip address
no ip route-cache
shutdown
half-duplex
!
interface Virtual-Template1
bandwidth 1536
ip address negotiated
no ip redirects
no ip unreachables
no ip proxy-arp
ppp chap hostname *****
ppp chap password *****
ip http server
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0/0


Thanks

STF
 
Point your default route to an IP address! Once you use sub int you can't point to the main int. once you use the virtual temps you can't point to the sub interfaace. you need to point to the virt temp.. It is just much simpler to point to there IP...
 
ccmuser thanks for your reply.

How do I know the ISP's IP? Everytime I authenticate I get a different IP.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top