IP+端口,取端口
/[^:]+:(.*)/
 
IP+端口,取IP
/([^:]+):.*/
 
取双引号内的内容
/"([^\"]*)\"/

 

 
取网卡名称(四种方法)
/(.*)(Bits received|Bits sent)/ 

/(Interface gigabitethernet.*\d+)/ 

/(Interface gigabitethernet.*\d)/ 

/(Interface gigabitethernet\d+.*\d+.*\d+).*/

 

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-02-09
  • 2021-07-27
  • 2021-12-13
  • 2021-12-31
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-22
  • 2022-12-23
  • 2021-08-28
相关资源
相似解决方案