コード例 #1
0
 def get_nat_stats (self):
     response    = self.cmd_link.run_single_command('show ip nat statistics')
     return CShowParser.parse_nat_stats(response)
コード例 #2
0
ファイル: CPlatform.py プロジェクト: wlm328cs/trex
 def get_nat_stats (self):
     response    = self.cmd_link.run_single_command('show ip nat statistics')
     return CShowParser.parse_nat_stats(response)