ACL Configuring
!Configuration steps
Switch(config)#access-group ip-group 1 subitem 1
Activate ACL successfully .
Switch(config)#access-group ip-group 1 subitem 0
Activate ACL successfully.
18.6.2 Activate ACL Successfully .Active ACL
Binding
IP+MAC+Port binds through ACL binding active.
!Configuration request
MAC is 00:00:00:00:00:01, IP address of 1.1.1.1 the user can only enter from e0/0/1
mouth.
!Configuration steps
Switch(config)#access-list 2000 permit 1.1.1.1 0
Switch(config)#access-list 4000 permit ingress 00:00:00:00:00:01 0 interface ethernet
0/0/1 egress any
Switch(config)#access-group ip-group 2000 link-group 4000
18.7 Displaying and Debugging ACL
After finishing above configuration, you can see configuration as below commands.
Table 18-10 Display and debug ACL
show access-list config statistic
perform either of
the commands
Display ACL configuration
show access-list config {all|num|name
name}
show access-list runtime {all|num|name
name}