नेटवर्क सिम्युलेट करें.फैसला आपके ब्राउज़र में.
NetVerdict एक deterministic नेटवर्क सिम्युलेटर है जो पूरी तरह आपके ब्राउज़र में चलता है. टोपोलॉजी बनाइए, वेंडर कॉन्फिग पेस्ट कीजिए, पैकेट को hop-by-hop आगे बढ़ाइए और साफ देखिए कि कोई route converge क्यों करता है, या क्यों नहीं करता.
NetVerdict क्यों
लैब जैसा व्यवहार, बिना लैब के.
उन इंजीनियरों के लिए जो VM संभालने के बजाय packets के बारे में सोचना चाहते हैं.
डिज़ाइन से deterministic
हर packet, queue और timer reproducible है. वही input, वही output, हर बार और हर मशीन पर.
ब्राउज़र में चलता है
पूरा सिम्युलेटर एक TypeScript engine है जिसे static SPA के रूप में compile किया गया है. कोई backend नहीं, कोई telemetry नहीं, tab से बाहर कुछ नहीं जाता.
ईमानदार वेंडर CLIs
Cisco IOS style, Juniper Junos और NV-* reference platforms. लैब में लिखे जाने वाले commands यहाँ सच में काम करते हैं.
घड़ी नहीं, packets step करें
एक frame को L2/L3 में step-by-step देखें और ARP, RPF, OSPF LSAs तथा IP forwarding decisions को सामने आते देखें.
मुक्त और ओपन
BSL 1.1 के तहत source-available, 4 साल बाद Apache 2.0 पर sunset. Static bundle जिसे कहीं भी host किया जा सकता है.
Teaching के लिए बनाया गया
Scenarios को एक URL के रूप में save और share करें. Students को reproducible misconfiguration एक click में दें.
प्लैटफॉर्म
एक topology में कई vendors मिलाएँ.
Profiles syntax और forwarding behaviour दोनों बताते हैं, इसलिए Junos box और IOS box OSPF को असली devices की तरह converge करते हैं.
उन लोगों के लिए जो सच में network छूते हैं.
Network engineers, instructors और students. Slide decks नहीं.
30 सेकंड में live
असली commands. असली packets.
एक ईमानदार forwarding plane पर vendor-shaped CLI.
nv@core1> enable
nv@core1# configure terminal
nv@core1(config)# interface ge-0/0/0
nv@core1(config-if)# ip address 10.0.0.1/30
nv@core1(config-if)# no shutdown
nv@core1(config-if)# exit
nv@core1(config)# router ospf 1
nv@core1(config-router)# network 10.0.0.0/30 area 0
nv@core1(config-router)# end
nv@core1# show ip route ospf
Legend: O - OSPF, IA - inter-area
O 10.0.1.0/30 [110/2] via 10.0.0.2, 00:00:04, ge-0/0/0संपर्क
बात करते हैं.
Bug reports, feature ideas, teaching scenarios, licensing — हम हर message पढ़ते हैं.