# # streaming.dml # # Two ASes, each with one router. The routers are directly connected, # and are each running BGP. # # router router # # 1:1(1) }------{ 2:1(1) # Net [ # the all-encompassing Net frequency 1000000000 # nanosecond simulation frequency bgpoptions [ printing false streaming true show_snd_update true ] Net [ id 1 AS_status boundary router [ id 1 graph [ ProtocolSession [ name bgp use SSF.OS.BGP4.BGPSession ] ProtocolSession [ name socket use SSF.OS.Socket.socketMaster ] ProtocolSession [ name tcp use SSF.OS.TCP.tcpSessionMaster ] ProtocolSession [ name ip use SSF.OS.IP ] ProtocolSession [ name probe use SSF.OS.ProbeSession file "some-file-name" stream "some-stream-name" ] ] interface [ idrange [ from 0 to 1 ] ] interface [ id 99 virtual true ] ] ] Net [ id 2 AS_status boundary router [ id 1 graph [ ProtocolSession [ name bgp use SSF.OS.BGP4.BGPSession ] ProtocolSession [ name socket use SSF.OS.Socket.socketMaster ] ProtocolSession [ name tcp use SSF.OS.TCP.tcpSessionMaster ] ProtocolSession [ name ip use SSF.OS.IP ] ProtocolSession [ name probe use SSF.OS.ProbeSession file "some-file-name" stream "some-stream-name" ] ] interface [ idrange [ from 0 to 1 ] ] interface [ id 99 virtual true ] ] ] link [ attach 1:1(1) attach 2:1(1) ] ] # end of all-encompassing Net