锐吴 wrote:
      Hi Guys

I have run opensolaris b134 on vmware and install trill quagga. I create one Rbridge and they works well,

but when I try to config a vty interface and try to telnet, it seems not work.

      I config like this:
I have one Rbridge named rbridge_one. Then use command " trilld -A 127.0.0.1 -P 2068 -f /home/wgr/config_file -i /home/wgr/pid_file rbridge_one " to create a vty interface. I can see it creates another trilld process, but no process listen at port 2068, and I can't telnet to 2068 too. There is only host name and password in config_file.
You probably need to add the "enable password xxxx" line to the config file.
For example here is a sample config file:

hostname HOSTNAME
password xxx
enable password xxx
log file /tmp/LOGFILE

Rishi
_______________________________________________
rbridges-dev mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/rbridges-dev

Reply via email to