10-30-2018 07:25 PM - edited 10-30-2018 07:27 PM
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
Solved! Go to Solution.
10-30-2018 08:51 PM - edited 10-30-2018 09:02 PM
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 !
10-30-2018 07:54 PM
Hi
Have you tried the following:
interface BVI11
ip address dhcp
Thanks
John
10-30-2018 08:51 PM - edited 10-30-2018 09:02 PM
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 !
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide