Traffic Management: Ingress Rules

Endpoints

Json structures

Display Ingress Rule json structure

{
    "port":{"type":"INF", "id":1},
    "type":"ingress_vlan_strip",
    "data":{}
}

Data

Type Data Description
ingress_vlan_tag "vid":<1-4095> Add VLAN tag with specified vid.
ingress_vlan_strip none Remove the inner or outer VLAN tag.
ingress_vxlan_term {"ip": "<ipv4>", "mac":"<mac>"} Create VXLAN tunnel termination with given IPv4 and MAC addresses
ingress_gre_term {"ip": "<ipv4>", "mac":"<mac>"} Create GRE-TAP tunnel termination with given IPv4 and MAC addresses
ingress_gre_keys_term {"ip": "<ipv4>", "mac":"<mac>", "src_ip": "<ipv4>", "keys":[305418240, 305418241, ...]} Create L2GRE tunnel termination with given destination IPv4, source IPv4, destination MAC, and GRE keys (unsigned 32-bit integers).
ingress_erspan_term {"ip": "<ipv4>", "mac":"<mac>"} Create ERSPAN tunnel termination with given IPv4 Address

Back to X2-SERIES API Home