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

need help: router setup.

agkhan-au
Level 1
Level 1

Hi,
I configured Cisco 877w with very basic settings for ADSL2, LAN and Wifi users. I was using Telnet to configure it. Router disconnected from telnet when i gave following cmd in Int VLAN 1

Router (config-if)# bridge-group 1

Later, i removed ip add from VLAN1 and setup BVI 1 from console. 

Now, i cannot ping, access or telnet to router from LAN. Laptops or mobiles cannot detect/see Wifi SSID . I am sure it has connected with ISP because before Wifi setup i was using it for internet and now can see ppp light.
Please help me, where i did mistake or need new cmds.
running-config as under.

Regards

agkhan

running-config
Building configuration...

Current configuration : 2227 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R1
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$aV3$%6ght7*olKMEUzFHqLtL0
!
no aaa new-model
!
resource policy
!
clock timezone PCTime 8
ip subnet-zero
ip cef
no ip dhcp use vrf connected
!
ip dhcp pool Dhakan
network 10.0.0.0 255.255.255.0
default-router 10.0.0.138
dns-server 10.0.0.138 139.130.4.4 203.50.2.71 8.8.8.8 4.2.2.2
!
!
no ip domain lookup
ip name-server 139.130.4.4
ip name-server 203.50.2.71
ip name-server 4.2.2.2
ip name-server 8.8.8.8
ip name-server 10.0.0.138
vpdn enable
!
!
!
!
!
!
!
bridge irb
!
!
interface ATM0
no ip address
no atm ilmi-keepalive
pvc 8/35
pppoe-client dial-pool-number 1
!
dsl operating-mode auto
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Dot11Radio0
no ip address
!
ssid freestyle
authentication open
!
speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0
station-role root
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 spanning-disabled
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
!
interface Vlan1
no ip address
ip nat inside
ip virtual-reassembly
ip tcp adjust-mss 1412
bridge-group 1
bridge-group 1 spanning-disabled
!
interface Dialer1
mtu 1492
ip address negotiated
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
ppp authentication chap pap callin
ppp chap hostname aaaaaaaa@bigpond.com
ppp chap password 0 XXXXXXXX
ppp pap sent-username aaaaaaaa@bigpond.com password 0 XXXXXXXX
!
interface BVI1
description LAN & WAN with Wifi.
ip address 10.0.0.138 255.255.255.0
ip nat inside
ip virtual-reassembly
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
!
no ip http server
no ip http secure-server
ip nat inside source list 1 interface Dialer1 overload
!
access-list 1 permit any
!
control-plane
!
!
line con 0
logging synchronous
no modem enable
line aux 0
line vty 0 4
password 000000000
login
!
scheduler max-task-time 5000
end

2 Replies 2

Dennis Mink
VIP Alumni
VIP Alumni

I cant quite follow what you are trying to achieve, why do you want to have this BVI interface?

Please remember to rate useful posts, by clicking on the stars below.

Thank you for reply.

I just want to configure Wifi LAN/interface, DHCP for LAN user and ADSL in router. I took different references to configure Wifi from internet but I think these are not working.

regards