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!

Cisco877W

Status
Not open for further replies.

Bizounett

IS-IT--Management
Nov 25, 2008
62
0
0
CA
Hi,
I have setup my Cisco 877W. But I cannot ping my LAN from my WLAN and WLAN from LAN. I post my config if anyone have an idea. Thanks in advance

My config.

version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname Router877W
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
enable secret 5 XXX
!
no aaa new-model
!
!
dot11 syslog
dot11 vlan-name internal vlan 1
!
dot11 ssid CISCO877W
vlan 1
authentication open
guest-mode
!
no ip source-route
!
!
!
!
ip cef
no ip domain lookup
no ipv6 cef
!
multilink bundle-name authenticated
!
!
!
username bizz privilege 15 secret 5 XXX
!
!
!
archive
log config
hidekeys
!
!
!
!
!
interface ATM0
no ip address
shutdown
no atm ilmi-keepalive
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Dot11Radio0
no ip address
!
ssid CISCO877W
!
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
!
interface Dot11Radio0.1
encapsulation dot1Q 1 native
!
interface Vlan1
ip address 192.168.2.1 255.255.255.0
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
!
!
!
!
!
control-plane
!
alias exec c configure terminal
alias exec s show ip interface brief
alias exec save copy running-config startup-config
!
line con 0
logging synchronous
login local
no modem enable
line aux 0
line vty 0 4
logging synchronous
login local
!
scheduler max-task-time 5000
end

Thanks
 
I found my answer on the Cisco site. Here is my config workig. I can ping each other without any problem. Now I will try to setup my DSL for these two network. any suggestion ? I know my DSL informations. I use the BVI2 because with my DSL I need a BVI too and I want it on BVI1.

it is my working config :

version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname Router877W
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
enable secret 5 XXX
!
no aaa new-model
!
!
dot11 syslog
!
dot11 ssid CISCO877W
vlan 1
authentication open
guest-mode
!
no ip source-route
!
!
!
!
ip cef
no ip domain lookup
no ipv6 cef
!
multilink bundle-name authenticated
!
!
!
username bizz privilege 15 secret 5 XXX
!
!
!
archive
log config
hidekeys
!
!
!
bridge irb
!
!
interface ATM0
no ip address
shutdown
no atm ilmi-keepalive
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Dot11Radio0
no ip address
!
ssid CISCO877W
!
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
channel 2457
station-role root
!
interface Dot11Radio0.1
encapsulation dot1Q 1 native
no cdp enable
bridge-group 2
bridge-group 2 subscriber-loop-control
bridge-group 2 spanning-disabled
bridge-group 2 block-unknown-source
no bridge-group 2 source-learning
no bridge-group 2 unicast-flooding
!
interface Vlan1
no ip address
bridge-group 2
bridge-group 2 spanning-disabled
!
interface BVI2
ip address 192.168.2.1 255.255.255.0
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
!
!
!
!
!
control-plane
!
bridge 2 route ip
alias exec c configure terminal
alias exec s show ip interface brief
alias exec save copy running-config startup-config
!
line con 0
logging synchronous
login local
no modem enable
line aux 0
line vty 0 4
logging synchronous
login local
!
scheduler max-task-time 5000
end

Thanks
 
Hi Biz,
Similar problems and router. Have cisco 871w router and can not get connected anywhere on the lan. Am on console terminal and have been able to use the wan interface connected to my rj45 on laptop. Tried various stuff but I think I need to set up bridging like you have in the configuration above. When I set up vlans ( which seems the only way to connect to ports 0-3 on the router) it says no virtual lans if I do #show vlans! Cisco serches always sends me to info for switches. I did see, back when, instructions for bridging but am searching again , lost page. Any info you have could be helpful. Thanks in advance , Doug .

About my net, just want to connect router to a home server and laptop for storage right now. Will pppoe to wan later after I get lan connected.
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Sponsor

Back
Top