the same time, but the action of each accessing control list should not be conflict,
if there is conflict (such as one is permit, the other is deny), the activation fails.
【Command configuration mode】
Global configuration mode
【Example】
!Activate accessing control list 1 and 200 at the same time.
QTECH(config)#access-group ip-group 1 link-group 200
5.1.3 access-list
Use access-list command to configure a ACL with number ID, which can be:
standard ACL, extended ACL, Layer 2 ACL and user-defined ACL. Use no
access-list command to delete all the subitems or one subitem in one ACL with
number ID or name ID or all ACLs.
1. Define standard ACL with number ID.
access-list access-list-number1 { permit | deny } { source-addr source-wildcard |
any } [ fragments ] [ time-range time-range-name ]
5-34