# For a SNMP soon to be named tool # by Bradley Huffaker 3/18/98 # t number # (total number of nodes) # Must be at the beginning of the file. # number the number of nodes to follow. (int) # T number # (total number of links) # Must be at the beginning of the file. # number the nubmer of links that will used (int) # # n node_index x y name # N node_index lat long name # ? node_index name # (node) # node_index - unqueue node identifier (int) # site_index - identifier node's site (int) # x - the x location on map (positive int) # y - the y location on map (positive int) # lat - latitude (float) # long - longitude (float) # name - name of the node (string no spaces) # # g group_index d|s num_enters discription # (group_gory) # group_index - unqueue ValuesGroup identifier (int) # num_enters - number of entries (int) # discription - discription of ValuesGroup (string up to \n) # d - group contains floats # s - group contains strings # # f group_index string[:i|o]'string2[:i|o]'string3[:i|o]'.... # (fields of each ValuesGroup) # group_index - identifier for the ValuesGroup which has # these fields (int) # string1[:i|o]' - a list of strings of any number that begins # string1 - field header (string upto :) # i - option mean into node or from first node # o - option mean out of node or into first node # may have either i or o, but not both # This allows for possible future fields # # v node_index|site_index group_index value1'value2'value3 ... # V link_index group_index value1'value2'value3 ... # (values for the ValuesGroup) # node_index|site_index - identifier for the node (int) # both nodes and site share the same # domain of index so n reference to either # a node or a site # link_index - identifier for the link (int) # group_index - identifier for the ValuesGroup which holds # these values (int) # value1 - values for each colomn (float) # # l linkidx n_idx1 n_idx2 # L linkidx n_idx1 n_idx2 # (link) # l - unidirectional"; # L - bidirectional"; # linkidx the index of this link into an array # bandwidth the bandwidth of the link # nidx1 the index of the node that is the client # nidx2 the index of the node that is the server g 0 d 1 Node Values f 0 Degree g 1 s 6 Tunnel Attributes f 1 Type (DVMRP,PIM)'Status (Down,Unidirection,Native,Tunnel)'Type of Network'Metric'Threshold Symmetry'Threshold Groups g 2 d 2 Tunnel Values f 2 Metric'Threshold t 9266 T 14605