Diagnose firewall gtp tunnel list command
The diagnose fiewall gtp tunnel list
command displays information about all of the active GTP tunnels, for example:
diagnose firewall gtp tunnel list list gtp tunnels -----------prof=S11u-profile_check_on_RAT=NBIOT ref=6 imsi=208930123000001 msisdn=012300000100000 mei=35349006.987300.1 ms_addr=10.45.0.194 s11_s4 1----------- -----------index=00000062 life=1438(sec) idle=1438(sec) vd=0 ver=2----------- c_pkt=2 c_bytes=384 u_pkt=0 u_bytes=0 downlink cfteid: addr=172.30.111.2 teid=0x00000001 role=control vd=0 intf_type=s11 mme gtp-c uplink cfteid: addr=172.30.111.4 teid=0x000000c1 role=control vd=0 intf_type=s11/s4 sgw gtp-c 1/1 bearers: id=5 linked_id=0 type=regular dead=0 apn=internet selection=ms-or-net-provided-apn apn_restriction=all user_addr=10.45.0.194 u_pkt=0 u_bytes=0 2 fteids: addr=172.30.111.6 teid=0x00000182 role=data vd=0 intf_type=s1-u sgw gtp-u addr=172.30.111.7 teid=0x00000182 role=data vd=0 intf_type=s5/s8 pgw gtp-u
Notes about the command output
Index=00000062
means 6x16 + 2 = 98 decimal as shown in GTP Log.
downlink cfteid, addr=172.30.111.2
is the source of the GTP-C create_session_request
. The field inf_type=s11
indicates MME.
uplink cfteid, addr=172.30.111.4
is the source of the GTP-C create_session_response
. The field intf_type=s11/s4
indicates SGW.
For the bearers, GTP-U traffic (information as received from the SGW in the Create_Session_Response
) includes the following fields:
-
addr=172.30.111.6
GTP-U from eNodeB to SGW (S1-U). -
addr=172.30.111.7
GTP-U from PGW to SGW (S5-U).