基於mac access list控制

2021-05-01 13:21:21 字數 1122 閱讀 3176

cisco2960-1a(config)#mac access-list extended macacl

cisco2960-1a(config-ext-macl)#    permit host 00c0.268f.ac92 any

cisco2960-1a(config-ext-macl)#    permit host 00c0.268f.ac92 any

cisco2960-1a(config-ext-macl)#    permit host 0024.8cca.ce8c any

cisco2960-1a(config-ext-macl)#    permit host 0024.8cca.ce8c any

cisco2960-1a(config-ext-macl)#    permit host 001e.8ccf.3549 any

cisco2960-1a(config-ext-macl)#    permit host 00e0.4c74.ab44 any

cisco2960-1a(config-ext-macl)#    permit host 00e0.4cfd.e658 any

cisco2960-1a(config-ext-macl)#    permit host 001f.c6e8.2070 any

cisco2960-1a(config-ext-macl)#    permit host 0013.d45e.e6f4 any

cisco2960-1a(config-ext-macl)#    permit host 0014.785a.2cd3 any

cisco2960-1a(config-ext-macl)#    permit host 0011.0ac8.ef54 any

cisco2960-1a(config-ext-macl)#    permit host 0030.6efe.efe7 any

cisco2960-1a(config-ext-macl)#    deny   any any

cisco2960-1a(config-ext-macl)#end

cisco2960-1a(config)#inte***ce fa0/1

cisco2960-1a(config-if)#mac access-group macacl in

AspectJ基於xml和基於註解

一 基於xml 執行的切入點中具體方法有返回值,則方法結束會立即執行後置通知,然後再執行環繞通知的放行之後的 2 連線點即所有可能的方法,切入點是正真被切的方法,連線點方法名 其中,只有環繞通知的切入點引數不一樣,是可以放行的切入點 3 異常通知是處理異常 切面類中的異常通知的方法引數列表中異常引數...

拓撲排序(基於dfs 基於佇列)

dfs函式的返回值表示是否成環,若存在有向環,則不存在拓撲排序。不包含有向環的有向圖稱為有向無環圖 dag 可以借助dfs完成拓撲排序,在訪問完乙個結點時把他加入當前拓撲序的首部。舉個栗子 比如乙個 1,2 1,3 2,3 的有向無環圖,就先搜尋1,再遞迴搜尋2,再搜尋3,3沒有出度了,於是放進拓撲...

基於insert update delete的注入

inset注入原理 所謂inset注入就是指我們前端註冊的資訊會被後台通過insert操作插入到資料庫裡邊去,若此時後台沒有做出相應的處理就會構成insert注入。insert注入方法 insert用法例如 insert into member username,pw,phonenum,email,...