On 1/9/2013 7:04 PM, Cory Smelosky wrote:
Can I have a transcript of the commands run to configure DECnet on it to behave that way?
I learn best by imitating other setups when it comes to stuff like this.;)
Setting up DECnet on a cisco is unbelievable easy.
conf t
decnet routing 52.1 (put your node info in here of course)
decnet node-type area
interface someInterface/0
decnet cost 10
interface someOtherInterface/0
decnet cost 10
^Z
wr mem
Done.
It will now route decnet between those two interfaces.
-brian