Command Reference ACL Commands
command to remove the global IP-based access list from the interface.
no global ip access-group
By default, the global IP-based access list is applied on the interface.
Interface configuration mode
The following example applies the global IP-based access list on interface fastEthernet0/0.
Ruijie(config)# interface fastEthernet 0/0
Ruijie(config-if-GigabitEthernet 0/0)#global ip access-group
Use this command to apply a specific access list globally or to an interface. Use the no form of this
command to remove the access list from the interface.
ip access-group {id | name} {in | out}
no ip access-group { id | name} {in | out}
IP access list or extended IP access list number:
1 to 199, 1300 to 2699
Filters the incoming packets of the interface.
Filters the outgoing packets of the interface.
No access list is applied globally or on the interface by default.