您好,登錄后才能下訂單哦!
最近公司抽風式要求食堂二樓安裝無線AP僅供員工午休時間使用,在網上參閱很多,找到以下方法。
目的:只允許3.3.3.2中午12:00-13:00網絡開放,其他時間關閉,以及其他IP地址互聯網正常。
以下拓撲圖:
conf t
interface FastEthernet1/0
ip address 1.1.1.1 255.255.255.0
ip access-group net_list1 in
no shut
interface FastEthernet2/0
ip address 2.2.2.1 255.255.255.0
no shut
interface FastEthernet3/0
ip address 3.3.3.1 255.255.255.0
no shut
======================================================
conf t
time-range time1
absolute start 08:00 01 January 2006 end 17:00 30 December 2014
periodic daily 00:00 to 12:00
periodic daily 13:00 to 17:00
exit
ip access-list extended net_list1
deny ip any host 3.3.3.2 time-range time1
permit ip any any
==============================================
測試:
ip:3.3.3.2 中午12:00-13:00可以訪問互聯網,其他時間關閉。
ping 1.1.1.1
收藏于 2014-03-25
來自于百度空間
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。