View Full Version : Xin hướng dẫn về Routing Policy !
mrminhhung
21-10-2011, 11:37 PM
Em có bài lab
3764
3765
Xin nhờ các Thầy và các bạn giúp đỡ về phần Routing Policy.Em có đọc một số tài liệu nhưng chưa rõ lắm việc áp đặt ACL và map như thế nào ?,
Thanks tất cả mọi người !!!
ptran
06-11-2011, 09:38 PM
R1:
access-list 101 permit tcp host <pc-ip-address> host <linux-ip-address> eq http
access-list 101 permit tcp host <pc-ip-address> host <linux-ip-address> eq ftp
access-list 101 permit udp host <pc-ip-address> host <linux-ip-address> eq snmp
access-list 102 permit......
....
....
route-map policy-based-routes permit 10
match ip address 101
set ip next-hop <R4-S0/0-IP-Address>
route-map policy-based-routes permit 20
match ip address 102
set ip next-hop <R3-S0/0-IP-Address>
.......
.......
interface fast 0/0
ip policy route-map policy-based-routes
Powered by vBulletin® Version 4.2.1 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.