Difference between revisions of "IETF 106 Hackathon"

From Yuma123 Wiki
Jump to navigationJump to search
(Created page with "==Plan== From https://trac.ietf.org/trac/ietf/meeting/wiki/105hackathon : '''Implementation of RFC2544 for NETCONF/YANG managed Network Interconnect Tester and DUT''' * C...")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
==Plan==
 
==Plan==
From https://trac.ietf.org/trac/ietf/meeting/wiki/105hackathon :
+
From https://trac.ietf.org/trac/ietf/meeting/wiki/106hackathon :
  +
'''Implementation of RFC2544 for NETCONF/YANG managed Network Interconnect Tester and DUT'''
 
  +
'''BMWG - Implement RFC2544 for NETCONF/YANG managed tester and DUT'''
* Champion(s)
 
  +
* Champion(s)
* Vladimir Vassilev <vladimir at lightside-instruments.com>
 
  +
* Vladimir Vassilev <vladimir at lightside-instruments.com>
* Drafts
 
  +
* Drafts
* [https://tools.ietf.org/html/draft-vassilev-netmod-network-bridge-01 A YANG Data Model for Network Bridge Management]
 
* [https://tools.ietf.org/html/draft-vassilev-bmwg-network-interconnect-tester-02 A YANG Data Model for Network Interconnect Tester Management]
+
* [https://tools.ietf.org/html/draft-vassilev-netmod-network-bridge A YANG Data Model for Network Bridge Management]
  +
* [https://tools.ietf.org/html/draft-vassilev-bmwg-network-interconnect-tester A YANG Data Model for Network Interconnect Tester Management]
* Expected result
 
  +
* Project(s)
* Command line application written in Python connecting directly to the DUT and the tester over NETCONF and conducting the RFC2544 testing producing report.
 
  +
* Standalone command line application written in Python connecting directly to the DUT and the tester over NETCONF executing the RFC2544 test and reporting the results.
  +
  +
==Progress==
  +
* Code - https://github.com/vlvassilev/litenc/blob/master/tntapi/example/ietf-network-interconnect-tester/test-rfc2544-throughput.py
  +
* Presentation [https://github.com/IETF-Hackathon/ietf106-project-presentations/raw/master/ietf106-hackathon-yang-netconf-managed-network-interconnect-tester.pdf slides PDF] [https://www.youtube.com/watch?v=WsG6xwqxWvA&t=6110 video]
  +
* Presentation at BMWG session [https://datatracker.ietf.org/meeting/106/materials/slides-106-bmwg-a-yang-data-model-for-network-interconnect-tester-management-01.pdf slides PDF] [https://www.youtube.com/watch?v=OENxLsVa81M&t=4440 video]

Latest revision as of 14:33, 27 November 2019

Plan

From https://trac.ietf.org/trac/ietf/meeting/wiki/106hackathon :

BMWG - Implement RFC2544 for NETCONF/YANG managed tester and DUT
  * Champion(s)
    * Vladimir Vassilev <vladimir at lightside-instruments.com>
  * Drafts
     * A YANG Data Model for Network Bridge Management
     * A YANG Data Model for Network Interconnect Tester Management
  * Project(s)
    * Standalone command line application written in Python connecting directly to the DUT and the tester over NETCONF executing the RFC2544 test and reporting the results.

Progress