cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1137
Views
0
Helpful
5
Replies

Bridge config on 887VA

sanju_baba
Level 1
Level 1

I am trying to configure an 887VA to act as a bridge for my ADSL connection and to run the dialer on a router of some sort but for now I am dialing from my laptop to test but having no success whatsoever. Can someone please point me in the right direction? I do get an error 651 when dialing up from Windows (from 2 different laptops) but just wanted a sanity check on my config first. Also the Ethernet 0 interface currently shows as down on the Cisco.

 

!
version 15.7
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname xxx
!
boot-start-marker
boot-end-marker
!
!
!
aaa new-model
!
!
aaa authentication login default local
aaa authorization console
!
!
!
!
!
aaa session-id common
memory-size iomem 10
!
!
!
!
!
!
!
no ip routing
!
!
!
!
!
!
ip domain name xxx
no ip cef
no ipv6 cef
!
!
license udi pid CISCO887VA-K9 sn FCZ1548C4CT
!

!
username xxx privilege 15 password 7 xxx
!
!
!
!
!
controller VDSL 0
!
!
!
!
!
!
!
!
!
!
!
interface Ethernet0
no ip address
bridge-group 1
!
interface ATM0
no ip address
no ip route-cache
no atm ilmi-keepalive
bridge-group 1
pvc 0/38
encapsulation aal5snap
!
!
interface FastEthernet0
no ip address
!
interface FastEthernet1
no ip address
!
interface FastEthernet2
no ip address
!
interface FastEthernet3
no ip address
!
interface Vlan1
ip address 192.168.1.10 255.255.255.0
no ip route-cache
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
!
!
bridge 1 protocol ieee
!
line con 0
no modem enable
line aux 0
line vty 0 4
privilege level 15
transport input ssh
!
!
end

5 Replies 5

balaji.bandi
Hall of Fame
Hall of Fame

Not sure who is the provider here? is this ethernet delivery?

 

here is an example of a bridge group to work :

 

https://danjmcintyre.com/2014/03/09/cisco-887va-vdsl-ethernet-bridge-on-sky-fibre-unlimited-pro/

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

ISP is the Post Office

balaji.bandi
Hall of Fame
Hall of Fame

Please provide more information, how is the delivery to you ?Ethernet, what information they provided to setup, some provider as you to setup encap with vlan 

 

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

This is a home user ADSL service. They have provided their own router but I would like to replace this with the 887VA. Unfortunately there is not much information about the service itself

sanju_baba
Level 1
Level 1

I put the ISP provided router into bridge mode and then dialed in from my laptop which connected fine so this is likely a configuration issue on the Cisco device. I will do some more tinkering of the config to see if I can get it to work