juniper SRX240H2 查看单个IP数据流向

[edit]

juniper@SRD# run show security flow session |match 192.168.5.11 查看192.168.5.11这个IP的数据流向

  In: 192.168.5.11/30514 --> 113.108.81.38/8000;udp, If: ge-0/0/15.0, Pkts: 178, Bytes: 27314

  In: 192.168.5.11/49177 --> 37.187.172.36/5938;tcp, If: ge-0/0/15.0, Pkts: 238, Bytes: 22696

  In: 192.168.5.11/49403 --> 101.199.97.149/80;tcp, If: ge-0/0/15.0, Pkts: 44, Bytes: 4501

  In: 192.168.5.11/64299 --> 182.254.110.91/8000;udp, If: ge-0/0/15.0, Pkts: 796, Bytes: 75130

  In: 192.168.5.11/4012 --> 182.254.110.93/8000;udp, If: ge-0/0/15.0, Pkts: 1350, Bytes: 143330


[edit]
juniper@SRD# run restart web-management (重启WEB)
Web management gatekeeper process started, pid 11962

juniper@SRD> ping 203.86.27.56 routing-instance isp1  (通过ISP1 ping 203.86.27.56这个IP ,可以用这个命令判断单个外网IP是否通) 
PING 203.86.27.56 (203.86.27.56): 56 data bytes
64 bytes from 203.86.27.56: icmp_seq=0 ttl=63 time=7.000 ms
64 bytes from 203.86.27.56: icmp_seq=1 ttl=63 time=5.061 ms
64 bytes from 203.86.27.56: icmp_seq=2 ttl=63 time=4.432 ms
64 bytes from 203.86.27.56: icmp_seq=3 ttl=63 time=5.844 ms


你可能感兴趣的:(Security,数据流)