http://tools.cisco.com/support/downloads/pub/Redirect.x?mdfid=279624019
http://vnpro.org/forum/showthread.php?t=20088
=================
========== Các bác cho hỏi hoặc 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.
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
__________________
Đặng Quang Minh, CCIE#11897 CCSI#31417
Email: dangquangminh@vnpro.org
Mobile: +84 908152162
Blog: http://vnpro.org/blog
Viet Professionals Co. Ltd. (VnPro)
149/1D Ung Văn Khiêm P25 Q.Bình thạnh TPHCM
Tel: (08) 5124257-5125314
Fax: (08) 5124314
support forum: http://vnpro.org
LiveChat: http://vnpro.vn/support
=================
===============
Đây là running con router của mình, bạn cho hỏi, nó sai chỗ nào khi mình ko kết nối được với ADSL, adsl của mình là mega vnn, modem mình đã cấu hình bridge. Thiếu lệnh user name va password, nhưng mình ko biết lệnh.
-----------------
Router#sh run
Building configuration...
Current configuration : 1322 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$xmN7$DRD59axGLyM4v7yo1fNO4/
!
no aaa new-model
!
resource policy
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip subnet-zero
ip cef
!
!
no ip dhcp use vrf connected
!
!
vpdn enable
vpdn ip udp ignore checksum
!
vpdn-group 1
request-dialin
protocol pppoe
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Loopback0
no ip address
!
interface FastEthernet0/0 (inside lan)
ip address 192.168.50.2 255.255.255.0
ip nat inside
duplex auto
speed auto
!
interface FastEthernet0/1 (connect to adsl bridge modem)
no ip address
duplex auto
speed auto
pppoe enable
pppoe-client dial-pool-number 1
!
interface Serial0/0/0
no ip address
shutdown
clockrate 2000000
!
interface Dialer1
mtu 1492
ip address xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx
ip nat outside
encapsulation ppp
dialer pool 1
dialer-group 1
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
!
!
ip http server
no ip http secure-server
ip nat inside source list 100 interface Dialer1 overload
!
access-list 1 permit 192.168.50.0 0.0.0.255
dialer-list 1 protocol ip permit
!
!
!
control-plane
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
!
end
==============
http://vnpro.org/forum/showthread.php?p=96360#post96360