H i:
Hi n t i c quan tôi đang s d ng 2 đ ng ADSL c a VDC và Viettel. Tuy nhiên, ch t ơ ườ
l ng d ch v c a 2 nhà cung c p này mà chúng tôi đ c h ng r t t . Hi n chúngượ ượ ưở
tôi đang cân nh c chuy n sang dùng d ch v FTTH c a FPT. Nh các AE đã s d ng
đánh giá giúp. Mình đang có yêu c u design h th ng m ng cho m t chu i cafe
internet, anh em nào bi t thì cho mình h i đ s d ng d ch v Internet FTTH c a FPTế
(có th ) thì dùng nh ng thi t b đ u cu i nào (h tr PPPoE, hay DHCP) ? có config ế
m u v vi c c u hình Router Cisco 878 ch y v i đ ng FTTH c a FPT thì cho mình ườ
xin v i
Tr l i t các thành viên:
Là m t trong nh ng n i có đ ng FTTH s m nh t SG, không bi t nh ng n i khác ơ ườ ế ơ
thì sao ch chúng tôi đang kh s vì cái chuy n dis connection c a nó h u nh m i ư
ngày, k t khi l p đ t (Jul 2006) đ n gi đây. Làm vi c v i k thu t c a FPT m y ế
tháng nay, ngay c t thay luôn router Zyxel = Cisco và fiber modem c a AMP nh ng ư
đ n ngày hôm nay tình hình v n ch a c i thi n mà ti n v n ph i tr hàng tháng 6tr6.ế ư
H nói trong tu n này h s a ch a nâng c p gì ti p ---> l i đ i và hy/vô v ng :mad: . ế
Hy v ng là ch có mình ch tui b nh v y. B n h i ti p nh ng n i khác, n u h t t ư ế ơ ế
h n thì cho tui bi t đ h c h i ki m cách kh c ph c. ơ ế ế
Tóm t t kinh nghi m đã trãi qua:
Good:
+ very fast (<=1ms) ch khi k t n i đ n FPT's servers ế ế
Bad:
+ Lost connection almost daily, several times!!!!!
+ very slow when going out to Internet, sometime slower than ADSL.
C u hình m u dùng router Cisco:
Client#sh run
Building configuration...
Current configuration : 1596 bytes
!
version 12.2
!
hostname Client
!
vpdn enable
!
vpdn-group 1
request-dialin
protocol pppoe
!
interface Loopback0
ip address 10.10.10.10 255.255.255.0//thay cho c ng LAN bên trong
ip nat inside
!
interface Ethernet0/0 <--c ng g n vào cáp quang c a FPT
no ip address
half-duplex
pppoe enable
pppoe-client dial-pool-number 1
!
interface Dialer1
mtu 1492
ip address YOUR_IP_FROM_ISP <---IP xin t ISP tĩnh/đ ng
ip nat outside
encapsulation ppp
dialer pool 1
dialer-group 1
!
ip nat inside source list 100 interface Dialer1 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
ip http server
!
!
access-list 1 permit 10.10.10.0 0.0.0.255
dialer-list 1 protocol ip permit
!
end
Tr ng h p c u hình load balancing cho nhi u đ ng FTTHườ ườ
Router 2851
!
no aaa new-model
!
ip cef
!
no ip domain lookup
ip name-server 203.162.0.181
ip name-server 222.255.250.190
vpdn enable
!
vpdn-group pppoe
!
track 1 interface Dialer0 ip routing
delay down 1 up 1
!
track 2 interface Dialer1 ip routing
delay down 1 up 1
!
track 3 interface Dialer2 ip routing
delay down 1 up 1
!
track 4 interface vlan3 ip routing
delay down 1 up 1
!
interface GigabitEthernet0/0
description Local Inside
ip address ........
ip nbar protocol-discovery
ip nat inside
ip virtual-reassembly
ip route-cache flow
!
interface GigabitEthernet0/1
description FPT2
no ip address
ip virtual-reassembly
ip tcp adjust-mss 1344
duplex auto
speed auto
pppoe enable group pppoe
pppoe-client dial-pool-number 1
!
interface FastEthernet0/0/0 (Card HWIC SW4Ethernet)
description FPT1
switchport access vlan 2
pppoe enable group global
pppoe-client dial-pool-number 2
!
interface FastEthernet0/0/1 (Card HWIC SW 4 Ethernet noi voi kenh LeasedLine)
description Connect to LL
switchport access vlan 3
!
interface FastEthernet0/0/2
!
interface FastEthernet0/0/3
!
interface ATM0/1/0
description ADSL
no ip address
no atm ilmi-keepalive
dsl operating-mode auto
pvc 0/35
pppoe-client dial-pool-number 3
!
!
interface Vlan1
no ip address
!
interface Vlan2
no ip address
ip tcp adjust-mss 1344
pppoe enable group global
pppoe-client dial-pool-number 2
!
interface Vlan3
description Connect to LL
ip address .... .....
ip nat outside
ip virtual-reassembly
interface Dialer0
description FPT2
mtu 1492
ip address negotiated
no ip redirects
ip nat outside
no ip virtual-reassembly
encapsulation ppp
dialer pool 1
ppp authentication pap callin
ppp pap sent-username ... password ...
!
interface Dialer1
description FPT1
mtu 1492
ip address negotiated
no ip redirects
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 2
ppp authentication pap callin
ppp pap sent-username ... password ...
!
interface Dialer2
description ADSL
mtu 1942
ip address negotiated
ip nat outside
no ip virtual-reassembly
encapsulation ppp
dialer pool 3
ppp chap hostname ....
ppp chap password ....
ppp pap sent-username .... password .....
!
interface Group-Async0
physical-layer async
no ip address
encapsulation slip
shutdown
no group-range
!
router ospf 1
log-adjacency-changes
network .... ..... area 0
default-information originate always
!
ip route 0.0.0.0 0.0.0.0 Dialer0 track 1
ip route 0.0.0.0 0.0.0.0 Dialer1 track 2
ip route 0.0.0.0 0.0.0.0 Dialer2 track 3
ip route 0.0.0.0 0.0.0.0 Vlan3 track 4
!
ip http server
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
ip nat inside source route-map FPT1 interface Dialer0 overload
ip nat inside source route-map FPT2 interface Dialer1 overload
ip nat inside source route-map ADSL interface Dialer2 overload
ip nat inside source route-map LL interface Vlan6 overload