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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco 1720,s Point to Point over DSL

Status
Not open for further replies.

Lupin

Technical User
Jul 30, 2001
6
0
0
GB
I'm trying to set up two 1720's point to point over a two wire local loop. The ATM connection comes up but refuses to pass layer three traffic, although when configured for bridging, it passes layer two. Any suggestions ?

ip subnet-zero
no ip routing
!
!
no ip domain lookup
!
!
!
!
!
interface ATM0
ip address 172.16.10.153 255.255.0.0
no ip route-cache
no atm ilmi-keepalive
pvc shdsl 0/1
!
dsl equipment-type CO
dsl operating-mode GSHDSL symmetric annex B
dsl linerate AUTO
bridge-group 1
bridge-group 1 spanning-disabled
!
interface FastEthernet0
ip address 172.16.10.152 255.255.0.0
no ip route-cache
speed auto
bridge-group 1
bridge-group 1 spanning-disabled
 
That's because they're set up for bridging. I don't want to route IP just yet.
 
you will not pass layer 3 until you turn enable ip routing

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top