06-30-2013 10:31 PM - edited 03-04-2019 08:20 PM
Hi,
have a Cisco C881GW+7-A-K9
configured this router cellualr interface
as well as ap in that but unable to connect internet
need help to configure if any steps for configuration
06-30-2013 10:50 PM
Hi Anil,
Could you please share the router configuration with sensitive informations removed.
Regards
Najaf
Please rate when applicable or helpful !!!
06-30-2013 11:23 PM
thanks for the reply below is the router configuration
Building configuration...
Current configuration : 1868 bytes
!
! Last configuration change at 12:15:48 UTC Mon Jun 24 2013
version 15.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
service-module wlan-ap 0 bootimage autonomous
!
!
ip cef
!
!
!
!
!
!
!
!
no ipv6 cef
!
!
multilink bundle-name authenticated
chat-script cdma "" "ATDT*777#" TIMEOUT 60 "CONNECT"
pid C881GW+7-A-K9
!
!
username vispladmin privilege 15 password 0 vispl
!
!
!
!
!
controller Cellular 0
!
!
!
!
!
!
!
!
!
!
interface Cellular0
ip address negotiated
encapsulation slip
dialer in-band
dialer string cdma
dialer-group 1
async mode interactive
!
interface FastEthernet0
switchport access vlan 40
no ip address
!
interface FastEthernet1
no ip address
!
interface FastEthernet2
no ip address
!
interface FastEthernet3
no ip address
!
interface FastEthernet4
no ip address
shutdown
duplex auto
speed auto
!
interface Wlan-GigabitEthernet0
description Internal switch interface connecting to the embedded AP
no ip address
!
interface wlan-ap0
description Embedded Service module interface to manage the embedded AP
no ip address
!
interface Vlan1
no ip address
!
interface Vlan40
ip address 192.168.40.100 255.255.255.0
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
ip route 0.0.0.0 0.0.0.0 Cellular0
!
access-list 2 permit any
dialer-list 1 protocol ip permit
dialer-list 2 protocol ip list 2
!
!
control-plane
!
!
!
line con 0
no modem enable
line aux 0
line 2
exec-timeout 0 0
no activation-character
no exec
transport preferred none
transport input all
stopbits 1
line 3
exec-timeout 0 0
script dialer cdma
modem InOut
no exec
line vty 0 4
password vispl
login local
transport input all
!
scheduler allocate 20000 1000
!
end
06-30-2013 11:33 PM
HI Anil,
It looks like you are missing the NAT configuration here. Try applying below configuration in addition to your configuration.
interface Cellular0
ip nat outside
!
interface Vlan40
ip nat inside
!
access-list 10 permit 192.168.40.0 0.0.0.255
!
ip nat inside source list 10 interface Cellular0 overload
!
I'm assuming that your Cellular0 interface is up and running for the NAT configuration to work :-)
Hope that helps.
Regards
Najaf
Please rate when applicable or helpful !!!
06-30-2013 11:45 PM
will definately do the provided steps
still i do have one more concern
interface wlan-ap0 published ssid will get the intenet
is there anything need to configure in that interface also
06-30-2013 11:50 PM
Hi Anil,
I didnt see any wireless configuration here.
If your SSID is mapped to the same vlan (in here vlan 40) you should have internet connection from wireless clients as well.
Hope that helps.
Regards
Najaf
Please rate when applicable or helpful !!!
06-30-2013 11:55 PM
http://bogomip.net/blog/configuring-a-cisco-881w/
we found this article on internet
might this will helpful
waiting for reply
07-01-2013 12:15 AM
Hi Anil,
You have to tell if that link was usefull to you :-) Apparently that link was missing NAT cinfiguration :-(
Regards
Najaf
Please rate when applicable or helpful !!!
07-01-2013 12:31 AM
atleast got the way what need to configure on Ap side
publilshed ssid need to get the internet
once internet work on wireless it's ok for us
07-01-2013 01:09 AM
Hi Anil,
Check the wired side first and if you still have any trouble with wireless side let us know.
Regards
Najaf
Please rate when applicable or helpful !!!
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