24-Port 10/100Mbps Layer 2 Switch w/ 4 Gigabit Ports and 2 Shared Mini-GBIC Slots
35-5
MAC Access List Configuration Mode
switch(config-ext-macl)# permit host 11-22-33-44-55-66 any
msdos
This command was introduced
deny (Standard IP Access List Configuration)
To configure a rule that packets matched will be filtered.
deny { any | host <src-ip-address> | <src-ip-address> <mask> }
[ { any | host <dest-ip-address> | <dest-ip-address> <mask> } ]
Matching packet with any source IP address.
Matching packet with a specific source IP address.
Matching packet with a range of source IP address. For
example 172.17.5.1 with mask 255.255.255.0 means
172.15.5.0~255.
Matching packet with any destination IP address.
Matching packet with a specific destination IP address.
Matching packet with a range of destination IP address.
For example 172.17.5.1 with mask 255.255.255.0 means
172.15.5.0~255.
Standard IP Access List Configuration Mode
switch(config-std-nacl)# deny any 172.17.5.100 255.255.255.0
This command was introduced
permit (Standard IP Access List Configuration)
To configure a rule that packets matched will be processed.
permit { any | host <src-ip-address> | <src-ip-address> <mask> }
[ { any | host <dest-ip-address> | <dest-ip-address> <mask> } ]