Changes between Version 3 and Version 4 of Screenshots
- Timestamp:
- Jun 16, 2010, 6:10:33 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Screenshots
v3 v4 15 15 16 16 The video shows two consoles, bottom-left and top-right. These console correspond to two Virtual Machines running on the same subnet, as follow: 17 ( cli.simple.testbed.aaa ) <-----> ( serv.simple.testbed.aaa ) 17 {{{ 18 #!graphviz 19 graph G { 20 rankdir = "LR" 21 node [shape=box]; 22 edge [color=blue]; 23 cli [ label="cli.simple.testbed.aaa"] 24 serv [label="serv.simple.testbed.aaa" ] 25 cli -- serv [label=Diameter]; 26 } 27 }}} 18 28 19 29 Here is what happens in the video: … … 28 38 ==== Configuration files ==== 29 39 40 ===== Scripts ===== 41 42 ===== serv.simple.testbed.aaa ===== 43 44 ===== cli.simple.testbed.aaa ===== 45 46 47 30 48 ---- 31 49