On 08/16/10 04:24 AM, [email protected] wrote:
> Hello,
>
> I am running Opensolaris build 134 and I am trying to configure ISIS
> parameters (link metrics, hello timer) for trilld.
> I didn't find a config file for that parameters.
>
> How can I do it ?
trilld can accept a configuration file via the -f option. You have to
modify the start/exec SMF property to use the config file option.
F.e. the below command modifies a RBridge instance (first arg) to use a
config file and also a VTY port (second arg).
svccfg -s svc:/network/routing/trill:${1} <<EOF 2>/dev/null
addpg start method
setprop start/exec="/usr/sbin/trilld -i \"\" -f ${trilldconfigfile} -P
${2} %i &"
refresh
EOF
The config file is similar in format used by other Quagga daemons. See the
commands available in isis_circuit.c on modifying link metrics and hello timer
interval. F.e. see the isisd.conf.sample file in the repository.
http://cvs.opensolaris.org/source/xref/rbridges/rbridges-quagga/isisd/isisd.conf.sample
Rishi
_______________________________________________
rbridges-dev mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/rbridges-dev