09-12-2017 08:01 AM - edited 03-08-2019 12:00 PM
hi all
please forgive my ignorance , i am very very new to cisco and i know nothing about it at all . The reason for this post is would like to use a cisco 887va to replace my vodafone crappy little hub with i use for my house , i the reason i want to use the cisco is i was given it brand new and was told it was a much better product and wont let me down . After reading many web pages and artivles i know i have made the right choice .does anyone have a working config that works so i have NAT ? i also have a cisco linksys switch which runs all my house like xbox one , ps4 , laptops and other equipment that uses ethernet
many thanks for reading this and greatly accept any info
regards
Solved! Go to Solution.
09-12-2017 02:19 PM
Hello,
the configuration provided would work with option 1. Just connect the Linksys to one of the LAN ports on the 887VA. All your devices will automatically get IP addresses in the 192.168.1.0/24 addres range.
09-13-2017 01:49 PM
Hello,
if you have Internet connectivity, you don't need to configure anything else.
09-12-2017 09:34 AM
Hi
Before you go about setting all that up , these routers only support max maybe 20 -30mbps throughput , if your line is less than that your ok , usually the get to about to 12-15mb when all service are on
If your VDF line is more than that you may want to think twice or youll loose bandwifdth , most households these days have lot higher bandwifdth than whats available at business level due to cost
If its only 10mb line or something your fine , you need to know exactly what that modem is doing and what type of line you ahve and the passwprd settings for the circuit too , it could be pppoe service whihc will require username and password , then you can check if modem can do bridge mode and tht will allow public interface to be pulled back onto teh Cisco router and then do the NAT on the 887 itself
Heres a good guide you can review of whats involved in teh setup
09-12-2017 09:40 AM
hi there
my line will only support 20meg (village life) , i have the pppoe username and password just need the config to apply to 887
i am dilexic so would need to step by step diamgram maybe pictures too , i will be using a BT openreach modem
09-12-2017 09:45 AM
09-12-2017 09:49 AM
Hello,
here is a sample config:
no ip domain lookup
ip cef
no ipv6 cef
!
ip dhcp excluded-address 192.168.1.1
!
ip dhcp pool VLAN1
import all
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
dns-server 8.8.8.8 8.8.4.4
!
multilink bundle-name authenticated
vpdn enable
!
vpdn-group 1
!
vpdn-group REMOTE-VPN
! Default PPTP VPDN group
description Default PPTP VPDN group
accept-dialin
protocol pptp
virtual-template 1
!
license udi pid CISCO887VA-SEC-K9 sn FCZ172390QW
!
controller VDSL 0
!
no ip ftp passive
!
interface Loopback0
no ip address
!
interface Ethernet0
description $WAN_OUTSIDE$
no ip address
no ip route-cache
shutdown
pppoe enable
pppoe-client dial-pool-number 1
!
interface ATM0
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
ip flow ingress
bundle-enable
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM0.1 point-to-point
no ip address
no ip directed-broadcast
no atm ilmi-keepalive
pvc 8/35
pppoe-client dial-pool-number 1
!
interface FastEthernet0
no ip address
no cdp enable
!
interface FastEthernet1
no ip address
no cdp enable
!
interface FastEthernet2
no ip address
no cdp enable
!
interface FastEthernet3
no ip address
no cdp enable
!
interface Vlan1
description Internal LAN
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
!
interface Dialer0
description ADSL WAN
ip address negotiated
no ip redirects
no ip unreachables
no ip proxy-arp
ip mtu 1492
ip flow ingress
ip nat outside
ip virtual-reassembly in
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication chap pap callin
ppp chap hostname xxxxxxxx@vodafone.com
ppp chap password 0 broadband
ppp pap sent-username xxxxxxxxx@vodafone.com password 0 broadband
no cdp enable
!
ip forward-protocol nd
ip http server
ip http authentication local
ip http secure-server
!
ip nat inside source list 1 interface Dialer0 overload
!
ip route 0.0.0.0 0.0.0.0 Dialer0
!
no service-routing capabilities-manager
dialer-list 1 protocol ip permit
!
no cdp run
!
access-list 1 permit 192.168.1.0 0.0.0.255
!
control-plane
line con 0
exec-timeout 5 30
password ???????
login
no modem enable
line aux 0
line vty 0 4
password ????????
login
transport input all
!
end
09-12-2017 09:52 AM
thanks
would i just have to copy and apply this config to the 887 and put my username and password in , would that connect me to the interent ?
09-12-2017 09:58 AM
09-12-2017 10:02 AM
thanks
i can put the bt openreach modem into bridge mode how would the 887 get the public IPs
09-12-2017 10:10 AM
This bit in the config ip adress negotiated , when bridge mode is enabled the modem will push the ip back , this will allow it to be picked up by the Cisco router and negotiate once the pppoe is correct and it can speak to the BT router upstream
interface Dialer1
description Logical ADSL Interface
ip address negotiated
09-12-2017 10:41 AM
ok great
in the config that has been posted above could you copy that and put that bit of information in for me please
many thanks you have been very supportive
09-12-2017 09:57 AM
09-12-2017 10:01 AM
09-12-2017 01:24 PM
thanks for this config
were would i put the command for the public IP in this config , also does this also cover the NAT issue for playing xbox and ps4 consoles ?
is there a config that i can just use to just use the 887 as i have a high end network switch and my wifi is delivered by ruckus R510 on a unleashed mode
any help is greatly welcomed
09-12-2017 01:56 PM
Hello,
the public IP address would be assigned to the dialer interface:
interface Dialer0
description ADSL WAN
ip address xx.xx.xx.xx
NAT works for everything and all ports. That said, and I did not follow the entire thread, is your modem in bridge mode ?
The sample configuration automatically assigns IP addresses in the 192.168.1.0/24 range to your LAN hosts. Do you have IP addresses from another range in your LAN ?
09-12-2017 02:05 PM
thanks
OPTION1
i have 2 options , if i can just use the 887 ( brilliant) i just need the complete config so i can just apply it and away we go , i have a cisco linksys srw2024 so would that assign ip address
OPTION 2
i can use the openreach modem in bridge mode then connect to the 887 via cat6 all i need is the config for the 887 to use it this way
IM NOT SURE WHAT YOU MEAN BY THIS ? Do you have IP addresses from another range in your LAN ?
i am very very VERY new to this , my concern is the rest of the devices that connect to the net
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