show running-config ingress-group

Displays ingress-group configuration information.

Syntax

show running-config ingress-group [ name ]

Parameters

ingress-group name
Specifies an ingress-group.

Modes

Exec mode

Usage Guidelines

You can run this command without specifying a name to display configuration information for all.

Examples

The following example shows configurations for all configured ingresses.

device# show running-config ingress-group
ingress-group ig1
  traffic-type gtpu mode decap
  traffic-type gtpu ip any any
  traffic-type vxlan outer ip any any
  set route-map rm2
ingress-group ig2
  traffic-type gtpu teid 3000 mode new-scope
  traffic-type gtpu ip 10.10.10.1 255.255.255.255 20.20.20.1 255.255.255.255
  traffic-type vxlan outer vni 100
  traffic-type vxlan outer ip any any
  traffic-type vxlan outer mirror m1
  set route-map rm1
ingress-group ig3
  traffic-type gtpu mode decap
  traffic-type gtpu ip 30.30.30.1 255.255.255.255 40.40.40.1 255.255.255.255
  traffic-type vxlan outer ip any any
  set route-map rm2

The following example shows configuration for the ingress-group, ig1.

device# show running-config ingress-group ig1
ingress-group ig1
  traffic-type gtpu mode decap
  traffic-type gtpu ip any any
  traffic-type vxlan outer ip any any
  set route-map rm2