Displays ingress group configuration for the given ingress group or all ingress groups.
Exec mode
A valid ingress-group-name must be provided.
device# show ingress-group ing
Name : ing
Route-Map : -
Description : -
Interfaces : none
Traffic-Type : GTPU
Tunnel-Id : 5000
Mode : decap
Destination-ip-addr : any
Source-ip-addr : any
Outer Tunnel Config :
Traffic-Type : VxLAN
Tunnel-Id : 7000
Destination-ip-addr : 192.168.20.2
Destination-ip-mask : 255.255.255.0
Source-ip-addr : any
Mirror : none
device# show ingress-group all
Number of ingress-groups: 2
Name : ing
Route-Map : -
Description : -
Interfaces : none
Traffic-Type : GTPU
Tunnel-Id : 5000
Mode : decap
Destination-ip-addr : any
Source-ip-addr : any
Outer Tunnel Config :
Traffic-Type : VxLAN
Tunnel-Id : 7000
Destination-ip-addr : 192.168.20.2
Destination-ip-mask : 255.255.255.0
Source-ip-addr : any
Mirror : none
Name : ing2
Route-Map : -
Description : -
Interfaces : none
Traffic-Type : NVGRE
Tunnel-Id : 5000
Mode : none
Destination-ip-addr : any
Source-ip-addr : 192.168.2.3
Source-ip-mask : 255.255.255.0
Outer Tunnel Config :
Traffic-Type : VxLAN
Tunnel-Id : 5000
Destination-ip-addr : 192.168.10.2
Destination-ip-mask : 255.255.255.0
Source-ip-addr : any
Mirror : mirr_2
device# show running-config ingress-group
ingress-group ing
traffic-type gtpu teid 5000 mode decap
traffic-type gtpu ip any any
traffic-type vxlan outer vni 7000
traffic-type vxlan outer ip any 192.168.20.2 255.255.255.0
ingress-group ing2
traffic-type nvgre vsid 5000
traffic-type nvgre ip 192.168.2.3 255.255.255.0 any
traffic-type vxlan outer vni 5000
traffic-type vxlan outer ip any 192.168.10.2 255.255.255.0
traffic-type vxlan outer mirror mirr_2
device(config-ingress-group)# do show ingress-group igg1
Number of ingress-groups: 1
Name : igg1
Route-Map : rmap1
Description : -
Interfaces : ethernet 0/1
Outer Tunnel Config :
Traffic-Type : MPLS
Header1 (Bottom of Stack header):
label : 12345
Traffic Class : any
Time to Live : any
Mirror : mirr_2
device# show running-config ingress-group
ingress-group igg1
traffic-type mpls outer header1 12345 any any
traffic-type mpls outer mirror mirr_2