Ask
Reply
Solution
17-01-2018 10:37 PM
I'd like to share the setup for cisco routers. Mine is 887va and it can push 39MB fibre. Should also be OK for 78MB fibre.
First the atm0 need to be shut down:
interface ATM0
no ip address
shutdown
no atm ilmi-keepalive
then configue sub interface of ethernet0:
interface Ethernet0.101
bandwidth 38000
encapsulation dot1Q 101
pppoe enable group global
pppoe-client dial-pool-number 1
and configue dialer:
interface Dialer0
bandwidth 38000
ip ddns update hostname xxxxx
ip ddns update xxxxxx
ip address negotiated
no ip redirects
ip mtu 1492
ip nat outside
ip virtual-reassembly in
encapsulation ppp
ip tcp adjust-mss 1452
dialer pool 1
dialer idle-timeout 0
dialer persistent
dialer-group 1
ppp authentication chap pap callin
ppp chap hostname <vodafone PPPoE username>
ppp chap password 0 <PPPoE password>
ppp ipcp dns request
ppp ipcp wins request
ppp ipcp route default
no cdp enable
and configure NAT on the default vlan1:
interface Vlan1
ip address 192.168.0.254 255.255.255.128
ip nat inside
no ip virtual-reassembly in
You also need to enable cef to increse the performace:
ip cef
that's it. My router gets a very good sync:
Controller VDSL 0 is UP
Daemon Status: Up
XTU-R (DS) XTU-C (US)
Chip Vendor ID: 'BDCM' 'IFTN'
Chip Vendor Specific: 0x0000 0xB206
Chip Vendor Country: 0xB500 0xB500
Modem Vendor ID: 'CSCO' ' '
Modem Vendor Specific: 0x4602 0x0000
Modem Vendor Country: 0xB500 0x0000
Serial Number Near: FCZ1634C56J 887VA-SE 15.4(3)M8
Serial Number Far: 5502008726
Modem Version Near: 15.4(3)M8
Modem Version Far: 0xb206
Modem Status: TC Sync (Showtime!)
DSL Config Mode: VDSL2
Trained Mode: G.993.2 (VDSL2) Profile 17a
TC Mode: PTM
Selftest Result: 0x00
DELT configuration: disabled
DELT state: not running
Full inits: 1
Failed full inits: 0
Short inits: 0
Failed short inits: 0
Firmware Source File Name
-------- ------ ----------
VDSL embedded VDSL_LINUX_DEV_01212008
Modem FW Version: 160707_0335-4.02L.03.A2pv6C035j.d23j
Modem PHY Version: A2pv6C035j.d23j
Trellis: ON ON
SRA: disabled disabled
SRA count: 0 0
Bit swap: enabled enabled
Bit swap count: 0 0
Line Attenuation: 0.0 dB 0.0 dB
Signal Attenuation: 0.0 dB 0.0 dB
Noise Margin: 18.8 dB 21.9 dB
Attainable Rate: 86580 kbits/s 31943 kbits/s
Actual Power: 5.9 dBm 5.9 dBm
Per Band Status: D1 D2 D3 U0 U1 U2 U3
Line Attenuation(dB): 11.5 21.4 30.9 0.1 17.2 23.8 N/A
Signal Attenuation(dB): 11.5 21.4 30.9 0.1 16.8 23.7 N/A
Noise Margin(dB): 18.6 18.8 18.8 20.5 19.1 22.6 N/A
Total FECC: 3006 191
Total ES: 214 70
Total SES: 0 0
Total LOSS: 0 0
Total UAS: 39 39
Total LPRS: 0 0
Total LOFS: 0 0
Total LOLS: 0 0
DS Channel1 DS Channel0 US Channel1 US Channel0
Speed (kbps): 0 39998 0 9995
SRA Previous Speed: 0 0 0 0
Previous Speed: 0 0 0 0
Reed-Solomon EC: 0 3006 0 191
CRC Errors: 0 242 0 70
Header Errors: 0 430 0 0
Interleave (ms): 0.00 0.00 0.00 0.00
Actual INP: 0.00 0.00 0.00 0.00
Training Log : Stopped
Training Log Filename : flash:vdsllog.bin
For wireless AP, a cheap solution is to buy a EE bright box 2, bridge to the wired network, and you can get very good perfomance. This solution is very good for people who are not satisfied with Vodafone router. Cisco integrated service router also supports VPN, firewall, qos etc. pretty useful.