cancel
Showing results for 
Search instead for 
Did you mean: 

begginer with access-list... unable to disable/remove

begginer with access-list... unable to disable/remove

modris_bernands
New Contributor II

Hi
I want try some ACL and get stucked.
We have summit x350 (ver.12.6.2.10).
based on https://extremeportal.force.com/ExtrArticleDetail?an=000083208 I create policy "block_any_ipv6.pol"

******* start of block_any_ipv6.pol ************
entry block_any_v6 {
if {
source-address 0:: / 0;
}
then {
deny;
}
}
******* end of block_any_ipv6.pol ************

then:
configure access-list block_any_ipv6 port 21then my connection was lost.
port 21 is tagged port for ~7vlans

switch1.12 # show access-list
Vlan Name Port Policy Name Dir Rules Dyn Rules
=================================================================== * 21 block_any_ipv6 ingress 1 0 * switch1.13 # configure access-list delete block_any_ipv6 ^ %% Invalid input detected at '^' marker.
Why I can't delete access-list on port 21?
What I don't understand?
How I can manage this in correct way and get port 21 "back in time" before this CLI
'configure access-list block_any_ipv6 port 21'

2 REPLIES 2

modris_bernands
New Contributor II

ThankYou!
and with correct command 'unconfigure' I found correct topic https://extremeportal.force.com/ExtrArticleDetail?an=000082054
ehh...

Ron_Huygens
Community Manager Community Manager
Community Manager
The correct way to delete a ACL is:
'unconfigure access-list block_any_ipv6'
GTM-P2G8KFN