Summit24
<PORTNR> = port no on the switch
create access-mask allowpublicmaskp<PORTNR> dest-ip/0 source-ip/32 ports precedence 16000
create access-mask denypublicmaskp<PORTNR> dest-ip/0 source-ip/0 ports precedence 16010
create access-list allowpublic1p<PORTNR>-1 allowpublicmaskp<PORTNR> dest-ip 0.0.0.0/0 source-ip 195.184.104.62/32 port <PORTNR> permit
create access-list denypublic1p<PORTNR> denypublicmaskp<PORTNR> dest-ip any source-ip any ports <PORTNR> deny
Block all source ip <> 195.184.104.62 but also block access to 195.184.104.x (destination) why ??
<PORTNR> = port no on the switch
create access-mask allowpublicmaskp<PORTNR> dest-ip/0 source-ip/32 ports precedence 16000
create access-mask denypublicmaskp<PORTNR> dest-ip/0 source-ip/0 ports precedence 16010
create access-list allowpublic1p<PORTNR>-1 allowpublicmaskp<PORTNR> dest-ip 0.0.0.0/0 source-ip 195.184.104.62/32 port <PORTNR> permit
create access-list denypublic1p<PORTNR> denypublicmaskp<PORTNR> dest-ip any source-ip any ports <PORTNR> deny
Block all source ip <> 195.184.104.62 but also block access to 195.184.104.x (destination) why ??