Netgear M4300-24X24F (XSM4348S) - Stackable Managed Switch with 48x10G including 24x10GBASE-T and 24xSFP+ Layer 3 Guia Do Administrador

Página de 688
ACLs 
205
 Managed Switches
CLI: Redirect a Traffic Stream
The script in this section shows how to redirect an HTTP traffic stream received in an 
interface to the specified interface. This example redirects the HTTP traffic stream received 
in port 1/0/1 to port 1/0/19. 
1. 
Create an IP access control list with the name redirectHTTP.
2. 
Define a rule to match the HTTP stream and define a rule to permit all others.
3. 
Bind the ACL with interface 1/0/1. 
4. 
View the configuration.
(Netgear Switch) (Config)#ip access-list redirectHTTP
(Netgear Switch) (Config-ipv4-acl)# permit tcp any any eq http redirect 1/0/19
(Netgear Switch) (Config-ipv4-acl)# permit every
(Netgear Switch) (Interface 1/0/1)#ip access-group redirectHTTP in 1
(Netgear Switch) # show ip access-lists
Current number of ACLs: 1  Maximum number of ACLs: 100
   
ACL ID/Name         Rules   Direction    Interface(s)         VLAN(s)
------------------  -----   ----------   -------------------  -------
redirectHTTP        2       inbound      1/0/1
(Netgear Switch)  #show ip access-lists redirectHTTP
ACL Name: redirectHTTP
Inbound Interface(s): 1/0/1
Rule Number: 1
Action......................................... permit
Match All...................................... FALSE
Protocol....................................... 6(tcp)
Destination L4 Port Keyword.................... 80(www/http)
Redirect Interface............................. 1/0/19
   
Rule Number: 2
Action......................................... permit
Match All...................................... TRUE