EasyManua.ls Logo

Ruijie RG-S29 Series - Page 1331

Ruijie RG-S29 Series
1510 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Command Reference ACL Commands
Ruijie(config)#ip access-list standard std-acl
Ruijie(config-std-nacl)#permit host 192.168.4.12
Ruijie(config-std-nacl)#show access-lists
ip access-list standard std-acl
10 permit host 192.168.4.12
Ruijie(config-std-nacl)#exit
Ruijie(config)# interface gigabitethernet 1/1
Ruijie(config-if)# ip access-group std-acl in
This example shows how to use the extended IPV6 ACL. The purpose is to permit the host with the IP
address 192.168.4.12 and apply the ACL to interface gigabitethernet 1/1. The configuration
procedure is as below:
Ruijie(config)#ipv6 access-list extended v6-acl
Ruijie(config-ipv6-nacl)#11 permit ipv6 host ::192.168.4.12 any
Ruijie(config-ipv6-nacl)# show access-lists
ipv6 access-list extended v6-acl
11 permit ipv6 host ::192.168.4.12 any
Ruijie(config-ipv6-nacl)# exit
Ruijie(config)#interface gigabitethernet 1/1
Ruijie(config-if)#ipv6 traffic-filter v6-acl in
Related
Commands
Command
Description
show access-lists
Displays all access lists.
ipv6 traffic-filter
Applies the extended IPv6 access list to the
interface.
ip access-group
Applies the IP access list to the interface.
mac access-group
Applies the extended MAC access list to the
interface.
ip access-list
Defines an IP access list.
mac access-list
Defines an extended MAC access list.
expert access-list
Define an extended expert access list.
ipv6 access-list
Defines an extended IPv6 access list.
deny
Defines the deny access entry.
Platform
Description
N/A
1.32 redirect destination interface
Use this command to redirect the traffic matching the access list to the specified interface. Use the no
form of this command to remove the redirection.
redirect destination interface interface-name acl { id | name } in
no redirect destination interface interface-name acl { id | name } in

Table of Contents

Related product manuals