IPv4 Criteria with GigaSMART Operation

The following example creates a simple de-duplication GigaSMART operation and includes it in map with IPv4 source address and port criteria:

(config) # gsop alias dedup1 dedup set port-list gsgrp1

(config) # map alias gigamon1

(config map alias gigamon1) # type regular byRule

(config map alias gigamon1) # from 1/1/g1..g4

(config map alias gigamon1) # use gsop dedup1

(config map alias gigamon1) # to 1/2/x1..x2

(config map alias gigamon1) # rule add pass ipsrc 192.168.1.70 /32 portsrc 80

(config map alias gigamon1) # rule add pass ipdst 192.168.1.70 /32 portdst 80

(config map alias gigamon1) # rule add drop ethertype 0806

(config map alias gigamon1) # exit

(config) #