cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
681
Views
0
Helpful
2
Replies

cisco 867vae bridge telstra bigpond config refuses to work

Bigmalloy
Level 1
Level 1

Hello

 

I have attempted to make a working config that used the 867vae as a bridge so my router can get served a dhcp internet address from a telstra adsl2+ connection. My connection used to require PPPoe login from my router to the bridged modem, but now it just requires dhcp, this is an upgrade apparently my credentials are automatically worked out by my phone number and no longer requiring PPPoe. I have tested this with other bridged modems and it works great just bridge modem as per usual and select dhcp instead of pppoe on the router to fire it up.

 

I have tried many cobbled together configs but nothing works, I notice most of the con figs I try for this router do not turn on the dsl modem and see no sync light hence the line wan mode dsl is added, many also contain the line control-plane which is an unrecognized command, any help would be much appreciated.

 

My closest guess at a working config

 

wan mode dsl
! controller VDSL 0 operating mode adsl2+ ! no ip route-cache ! interface atm0 no shut no ip address no ip directed-broadcast no atm ilmi-keepalive pvc 8/35 encapsulation aal5snap bridge-group 11 ! vlan 11 ! interface Ethernet0 description TELSTRA TBIZ no ip address bridge-group 11 ! interface FastEthernet0 description UPLINK TO WAN ROUTER switchport access vlan 11 no ip address ! interface Vlan11 description BRIDGE INTERFACE FOR WAN ROUTER no ip address bridge-group 11 ! bridge 11 protocol ieee bridge crb

 

1 Accepted Solution

Accepted Solutions

ok heres the working config I noticed when I was trying your suggestion that the command 

no ip route-cache

came up as an error and changed it to 

no ip routing

then it WORKED ! thanks for your help see below for a working config.

You plug your router into fastEthernet port0 and phone line in the correct port.

You should be able to uses PPPoe or in my case DHCP

 

wan mode dsl
no ip routing
!
!
!
!
!
!
!
!
no ip cef
no ipv6 cef
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
controller VDSL 0
 operating mode adsl2+
!
!
!
!
!
!
!
!
!
bridge crb
!
!
!
!
interface ATM0
 no ip address
 no ip route-cache
 no atm ilmi-keepalive
 bridge-group 11
 pvc 8/35
  encapsulation aal5snap
 !
!
interface Ethernet0
 description TELSTRA TBIZ
 no ip address
 no ip route-cache
 shutdown
 bridge-group 11
!
interface FastEthernet0
 description UPLINK TO WAN ROUTER
 switchport access vlan 11
 no ip address
!
interface FastEthernet1
 no ip address
!
interface FastEthernet2
 no ip address
!
interface FastEthernet3
 no ip address
!
interface GigabitEthernet0
 no ip address
!
interface GigabitEthernet1
 no ip address
 no ip route-cache
 shutdown
 duplex auto
 speed auto
!
interface Vlan1
 no ip address
 no ip route-cache
!
interface Vlan11
 description BRIDGE INTERFACE FOR WAN ROUTER
 no ip address
 no ip route-cache
 bridge-group 11
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
!
bridge 11 protocol ieee
!
!
line con 0
 no modem enable
line aux 0
line vty 0 4
 login
 transport input none
!
scheduler allocate 60000 1000
!

 

View solution in original post

2 Replies 2

johnd2310
Level 8
Level 8

Hi

 

Have you tried the following:

 

interface BVI11

ip address dhcp

 

Thanks

John

**Please rate posts you find helpful**

ok heres the working config I noticed when I was trying your suggestion that the command 

no ip route-cache

came up as an error and changed it to 

no ip routing

then it WORKED ! thanks for your help see below for a working config.

You plug your router into fastEthernet port0 and phone line in the correct port.

You should be able to uses PPPoe or in my case DHCP

 

wan mode dsl
no ip routing
!
!
!
!
!
!
!
!
no ip cef
no ipv6 cef
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
controller VDSL 0
 operating mode adsl2+
!
!
!
!
!
!
!
!
!
bridge crb
!
!
!
!
interface ATM0
 no ip address
 no ip route-cache
 no atm ilmi-keepalive
 bridge-group 11
 pvc 8/35
  encapsulation aal5snap
 !
!
interface Ethernet0
 description TELSTRA TBIZ
 no ip address
 no ip route-cache
 shutdown
 bridge-group 11
!
interface FastEthernet0
 description UPLINK TO WAN ROUTER
 switchport access vlan 11
 no ip address
!
interface FastEthernet1
 no ip address
!
interface FastEthernet2
 no ip address
!
interface FastEthernet3
 no ip address
!
interface GigabitEthernet0
 no ip address
!
interface GigabitEthernet1
 no ip address
 no ip route-cache
 shutdown
 duplex auto
 speed auto
!
interface Vlan1
 no ip address
 no ip route-cache
!
interface Vlan11
 description BRIDGE INTERFACE FOR WAN ROUTER
 no ip address
 no ip route-cache
 bridge-group 11
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
!
bridge 11 protocol ieee
!
!
line con 0
 no modem enable
line aux 0
line vty 0 4
 login
 transport input none
!
scheduler allocate 60000 1000
!

 

Review Cisco Networking for a $25 gift card