Tải bản đầy đủ (.doc) (3 trang)

Cấu hình ADSL trên Cisco 2600 dùng card ADSL WIC- pptx

Bạn đang xem bản rút gọn của tài liệu. Xem và tải ngay bản đầy đủ của tài liệu tại đây (59.32 KB, 3 trang )

Xin chào,
Cấu hình ADSL cho Cisco 2620 dùng card WAN-ADSL cho mạng ADSL tại Việt Nam.
Cấu hình dưới đây là một working configs.
Trong cấu hình này, chú ý cách dùng load-balancing trên leased-line và đường ADSL
dùng policy-routing. Ngoài ra, chú ý cách gán MAC address của FE cho interface ATM.
Cool tips!
Các bạn có thể tham khảo cấu hình này khi triển khai mạng ADSL tại Việt Nam.
Chúc các bạn thành công,
Minh
Code:
logging buffered 4096 debugging
enable secret 5 $1$7Nax$CUzFyEsXdb
!
username thuan privilege 15 password 7 083141
clock timezone GMT 7
ip subnet-zero
!
!
!
vpdn enable
!
vpdn-group pppoe
request-dialin
protocol pppoe
!
mta receive maximum-recipients 0
!
!
!
!
interface ATM0/0


mac-address 000d.65f9.d1f0
no ip address
no atm ilmi-keepalive
dsl operating-mode auto
hold-queue 224 in
!
interface ATM0/0.1 point-to-point
pvc 0/33
pppoe-client dial-pool-number 1
!
!
interface FastEthernet0/0
ip address 210.245.47.3 255.255.255.248
ip nat inside
ip tcp adjust-mss 1452
ip policy route-map balance
duplex auto
speed auto
!
interface Serial0/0
bandwidth 256
ip address 203.210.184.250 255.255.255.252
!
interface FastEthernet0/1
ip address 192.168.11.5 255.255.255.0
duplex auto
speed auto
!
interface Serial0/1
no ip address

shutdown
clockrate 2000000
!
interface Virtual-Template1
no ip address
!
interface Dialer1
ip address negotiated
ip mtu 1492
ip nat outside
encapsulation ppp
dialer pool 1
no fair-queue
ppp authentication pap callin
ppp pap sent-username asp0105 password 0 pmh0105
!
ip nat inside source list 102 interface Dialer1 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0/0
ip route 210.245.47.0 255.255.255.248 210.245.47.4
ip http server
!
!
access-list 101 permit ip host 210.245.47.1 any
access-list 101 permit ip host 210.245.47.2 any
access-list 102 permit ip host 210.245.47.6 any
!
route-map balance permit 10
match ip address 101
set ip next-hop 203.210.184.249

!
route-map balance permit 20
match ip address 102
set interface Dialer1
!
!
call rsvp-sync
!
!
mgcp profile default
!
!
!
dial-peer cor custom
!
!
!
!
line con 0
line 65 72
flush-at-activation
line aux 0
line vty 0 4
password 7 03145603575D72
login
!
end
R3745_FL13#

×