| { |
| "fabric-spgw": { |
| "addr": "localhost:5051", |
| "flows": [ |
| { |
| "table_name": "filtering.fwd_classifier", |
| "match_fields": { |
| "standard_metadata.ingress_port": 1, |
| "hdr.ethernet.dst_addr": "c2:42:59:2d:3a:84", |
| "fabric_metadata.original_ether_type": 2048 |
| }, |
| "action_name": "filtering.set_forwarding_type", |
| "action_params": { |
| "fwd_type": 2 |
| } |
| }, |
| { |
| "table_name": "forwarding.unicast_v4", |
| "match_fields": { |
| "hdr.ipv4.dst_addr": ["192.168.103.11", 32] |
| }, |
| "action_name": "forwarding.set_next_id", |
| "action_params": { |
| "next_id": 1 |
| } |
| }, |
| { |
| "table_name": "next.simple", |
| "match_fields": { |
| "fabric_metadata.next_id": 1 |
| }, |
| "action_name": "next.l3_routing", |
| "action_params": { |
| "port_num": 2, |
| "smac": "3a:c1:e2:53:e1:50", |
| "dmac": "52:54:00:29:c9:b7" |
| } |
| }, |
| { |
| "table_name": "filtering.fwd_classifier", |
| "match_fields": { |
| "standard_metadata.ingress_port": 2, |
| "hdr.ethernet.dst_addr": "3a:c1:e2:53:e1:50", |
| "fabric_metadata.original_ether_type": 2048 |
| }, |
| "action_name": "filtering.set_forwarding_type", |
| "action_params": { |
| "fwd_type": 2 |
| } |
| }, |
| { |
| "table_name": "forwarding.unicast_v4", |
| "match_fields": { |
| "hdr.ipv4.dst_addr": ["16.255.255.252", 32] |
| }, |
| "action_name": "forwarding.set_next_id", |
| "action_params": { |
| "next_id": 2 |
| } |
| }, |
| { |
| "table_name": "next.simple", |
| "match_fields": { |
| "fabric_metadata.next_id": 2 |
| }, |
| "action_name": "next.l3_routing", |
| "action_params": { |
| "port_num": 1, |
| "smac": "c2:42:59:2d:3a:84", |
| "dmac": "52:54:00:05:7b:59" |
| } |
| }, |
| { |
| "table_name": "spgw_ingress.ue_filter_table", |
| "match_fields": { |
| "ipv4.dst_addr": ["16.255.255.252", 32] |
| }, |
| "action_name": "NoAction", |
| "action_params": { |
| } |
| }, |
| { |
| "table_name": "spgw_ingress.s1u_filter_table", |
| "match_fields": { |
| "spgw_meta.s1u_sgw_addr": "192.168.102.13" |
| }, |
| "action_name": "NoAction", |
| "action_params": { |
| } |
| }, |
| { |
| "table_name": "spgw_ingress.dl_sess_lookup", |
| "match_fields": { |
| "ipv4.dst_addr": "16.255.255.252" |
| }, |
| "action_name": "spgw_ingress.set_dl_sess_info", |
| "action_params": { |
| "teid": 1, |
| "s1u_enb_addr": "192.168.102.11", |
| "s1u_sgw_addr": "192.168.102.13" |
| } |
| } |
| ] |
| } |
| } |