# Network config for example branch-network emulation
#
# Edit these to show group number and address for emulated router R1.
#
# NOTE: this file is only read if /usr/local/etc/branch-network-config
#       does not exist, so if you want to change the settings, copy
#	it to /usr/local/etc/branch-network-config and make your changes
#	there to avoid having them overwritten by a raddle update.

# GROUP_NUMBER is used as the third octet of all addresses in the emulated network.
#	This allows several Raddle emulators to be connected to the same real
#	network without clashing.
#
# R1_ADDR is the address of the near-side interface of the entry-point router
#	in the emulated network. All traffic for the emulated network will be
#	router through it.
#
# R1_NETWORK is the network number from R1_ADDR
#
# R1_MASK_LENGTH is the number of bits in the netmask of R1_ADDR
#
# R1_DEFAULT_ROUTE is used as R1's default route. This has no effect on where
#	packets are actually routed to. It is only used in SNMP responses
#	from R1.

# $Id: network-config,v 1.4 2009/10/20 11:59:32 afindlay Exp $

#GROUP_NUMBER 5
#R1_ADDR 172.16.91.100
#R1_NETWORK 172.16.91.0
#R1_MASK_LENGTH 24
#R1_DEFAULT_ROUTE 172.16.91.1

GROUP_NUMBER 100
R1_ADDR 10.191.100.4
R1_NETWORK 10.191.0.0
R1_MASK_LENGTH 16
R1_DEFAULT_ROUTE 10.191.0.191


