ASA防火牆配置案例(一)

來源:互聯網
上載者:User

標籤:思科   router   firewall   

650) this.width=650;" src="http://s3.51cto.com/wyfs02/M02/4C/7E/wKioL1Q-cIah_T1bAADc8Tx_fkM152.jpg" title="6.png" alt="wKioL1Q-cIah_T1bAADc8Tx_fkM152.jpg" />

實驗目標:

  1.配置靜態路由,實現全網互連。

  2.R1能telnet到R3,R4,R3被拒絕ACL規則telnet到R4,R4無法telnet到R1和R3.


ASA

en

conf t

int e0/1

nameif inside

security-level 100

ip add 10.1.1.10 255.255.255.0

no sh

int e0/2

nameif dmz

security-level 50

ip address 192.168.1.10 255.255.255.0

no sh

int e0/3

nameif outside

security-level 0

ip add 172.16.1.10 255.255.255.0

no sh

exit

route outside 172.16.2.0 255.255.255.0 172.16.1.2

access-list r3-r4 deny ip host 192.168.1.2 host 172.16.2.2

access-group r3-r4 in interface dmz

 

 

 

R1

en

conf t

hostname router1

int f1/1

no sw

ip address 10.1.1.2 255.255.255.0

no sh

exit

ip routing 

ip route 172.16.1.0 255.255.255.0 10.1.1.10

ip route 172.16.2.0 255.255.255.0 10.1.1.10

ip route 192.168.1.0 255.255.255.0 10.1.1.10

line vty 0 4

password 123456

login

exit

 

R2

en

conf t

hostname router2

int f1/0

no sw

ip address 172.16.1.2 255.255.255.0

no sh

int f1/1

no sw

ip address 172.16.2.1 255.255.255.0

no sh

exit

ip route 192.168.1.0 255.255.255.0 172.16.1.10

ip route 10.1.1.0 255.255.255.0 172.16.1.10

end

 

 

R3

en

conf t

hostname router3

int f1/0

no sw

ip address 192.168.1.2 255.255.255.0

no sh

exit

ip route 172.16.1.0 255.255.255.0 192.168.1.10

ip route 172.16.2.0 255.255.255.0 192.168.1.10

ip route 10.1.1.0 255.255.255.0 192.168.1.10

line vty 0 4

password 123456

login

exit

 

R4

en

conf t

hostname router4

int f1/1

no sw

ip address 172.16.2.2 255.255.255.0

no sh

exit

ip route 192.168.1.0 255.255.255.0 172.16.2.1

ip route 10.1.1.0 255.255.255.0 172.16.2.1

ip route 172.16.1.0 255.255.255.0 172.16.2.1

line vty 0 4

password 123456

login

exit


  1. R1telnet到R3

650) this.width=650;" src="http://s3.51cto.com/wyfs02/M02/4C/7E/wKioL1Q-clfQrdUeAABfD05AkzA948.jpg" title="r1r3.png" alt="wKioL1Q-clfQrdUeAABfD05AkzA948.jpg" />

2.R1 telnet 到 R4

650) this.width=650;" src="http://s3.51cto.com/wyfs02/M01/4C/7D/wKiom1Q-cjeA5gCrAABeVJQim7U567.jpg" title="r1r4.png" style="float:none;" alt="wKiom1Q-cjeA5gCrAABeVJQim7U567.jpg" />


3.R4無法telnet到R1,R3。

650) this.width=650;" src="http://s3.51cto.com/wyfs02/M00/4C/7D/wKiom1Q-cjjxFor0AAC1_02wSZY625.jpg" title="r4-r1r3.png" style="float:none;" alt="wKiom1Q-cjjxFor0AAC1_02wSZY625.jpg" />


4.R3因為ACL被拒絕telnet到R4

650) this.width=650;" src="http://s3.51cto.com/wyfs02/M01/4C/7E/wKioL1Q-cm7y3dh2AABdnx_adr4611.jpg" title="refusedr3.png" style="float:none;" alt="wKioL1Q-cm7y3dh2AABdnx_adr4611.jpg" />


5.查看ASA防火牆的路由表。

650) this.width=650;" src="http://s3.51cto.com/wyfs02/M02/4C/7D/wKiom1Q-cjfiSFlUAAFAg_10ACM762.jpg" style="float:none;" title="ah route.png" alt="wKiom1Q-cjfiSFlUAAFAg_10ACM762.jpg" />


6.show conn detail。

650) this.width=650;" src="http://s3.51cto.com/wyfs02/M01/4C/7D/wKiom1Q-cjiAZynNAAPEjnu4jrQ204.jpg" style="float:none;" title="show conn.png" alt="wKiom1Q-cjiAZynNAAPEjnu4jrQ204.jpg" />


本文出自 “龍愛雪琪” 部落格,謝絕轉載!

ASA防火牆配置案例(一)

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.