# # Two directly connected routers, each running BGP, and each # representing a different autonomous system. Each AS has a # single host. # # # AS 1 AS 2 # # 1:1(1) }---------------------{ 2:1(1) # 1:1(0) }--. .--{ 2:1(0) # | | # 1:101(0) 2:101(0) # # _schema [ _find .schemas.Net ] Net [ frequency 1000000000 # nanosecond simulation resolution Net [ idrange [ from 1 to 2 ] AS_status boundary router [ id 1 graph [ ProtocolSession [ name bgp use SSF.OS.BGP4.BGPSession autoconfig true ] ProtocolSession [ name socket use SSF.OS.Socket.socketMaster ] ProtocolSession [ name tcp use SSF.OS.TCP.tcpSessionMaster ] ProtocolSession [ name ip use SSF.OS.IP ] ] interface [ idrange [ from 0 to 1 ] ] route [ dest default interface 0 ] ] host [ id 101 graph [ ProtocolSession [ name ip use SSF.OS.IP ] ] interface [ id 0 ] ] link [ attach 1(0) attach 101(0) delay 0.001 ] # attach router to host ] link [ attach 1:1(1) attach 2:1(1) delay 0.01 ] # attach router to router ]