Configuring filter-based GRE tunneling

Traffic matching an IP filter can be tunneled with GRE using the following mechanisms.

The gre-tunnel-template defines the parameters to create the GRE header used to encapsulate matching IP traffic.

The following is an example configuration:

*A:Nokia-C>config>filter>ip-filter$ default-action 
        gre-tunnel-template "test" create 
            description "10.20.1.5" 
            ipv4 
                source-address 10.20.1.3 
                destination-address 9.9.9.9 
                destination-address 10.20.1.5 
                destination-address 13.13.13.13 
            exit 
        exit 
        ip-filter 1 name "1" create 
            entry 1 create 
                action 
                exit 
                pbr-down-action-override forward 
            exit  
            entry 2 create 
                action 
                    forward gre-tunnel "test" 
                exit 
            exit  
        exit