【正文】
tel 使用23 號(hào)端口,由此可以排除掉 ABC 三個(gè)選項(xiàng)。 簡(jiǎn)單比較以下標(biāo)準(zhǔn)和擴(kuò)展 ACL 標(biāo)準(zhǔn) ACL 僅僅只針對(duì)源進(jìn)行控制 擴(kuò)展 ACL 可以針對(duì)某種 協(xié)議 、源、目標(biāo)、端口號(hào)來(lái)進(jìn)行控制 從命令行就可看出 標(biāo)準(zhǔn): Router( config) accesslist listnumber 擴(kuò)展: Router( config) accesslist listnumber protocol source {sourcemask destination destinationmask} [operator operand] [established] [log] Protocol— 用來(lái)指定 協(xié)議 類型,如 IP、 TCP、 UDP、 ICMP 以及 IGRP 等 Source and destination— 源和目的,分別用來(lái)標(biāo)示源地址及目的地址 Sourcemask and destinationmask— 源和目的的通配符掩碼 Operator operand— It, gt, eq, neq(分別是小于、大于、等于、不等于)和一個(gè)端口號(hào) Established— 如果數(shù)據(jù)包使用一個(gè)已建連接(例如,具有 ACK 位組),就允許 TCP 信息通過(guò) 為了避免過(guò)多的查表,所以擴(kuò)展 ACL 一般放置在離源最近的地方 看完上面的內(nèi)容后,那么大家可以看以下幾道關(guān)于 CISCO 訪問(wèn)控制列表的例題: What are two reasons that a work administrator would use access lists? ( Choose two.) A: to control vty access into a router B: to control broadcast traffic through a router C: to filter traffic as it passes through a router