日期:2015-06-08 點擊: 關鍵詞:ACL列表,一個ACL列表中有多個條目,怎么刪除其中的
問題:一個 ACL列表中有多個條目, 怎么刪除其中的一個。
解答:
1.為毛ACL 刪一條就會刪掉所有呢.
因為那是數字型的 ACL
刪除方法
acl 101 per ip any any
sh ip access ex 101 出現序號
no 序號
ip access ex 101
編號 內容 加入
no per ip any any 完工,不對任何流量產生影響
2.命名的更簡單了
sh ip access XX
序號
ip access ex XX
進去NO 掉OK.搞定.
router#show ip access-list 100
router#ip access extended 100
router#10 XXXX
router#20 XXXX
router(config)#ip access-list 100
router(config)#no 10
router(config)#no 20