<html><body bgcolor="#FFFFFF"><div>You actually add routes for the management module exactly like you would for an interface module. It goes in the global routing table:</div><div><br></div><div>ip route x.x.x.x/x y.y.y.y </div><div><br></div><div>Because y.y.y.y is in the same network as your management module, it gets installed as a management route and not a line card route.  The box will keep line card and mgmt module routes separate. </div><div><br></div><div>The gotcha here is that you can't have "two default routes". So as long as your RX doesn't have a default route already, and you don't need it to, then specifying the management module's default route would be:</div><div><br></div><div>ip route 0.0.0.0/0 y.y.y.y </div><div><br></div><div>However, if that's not acceptable then you have some other choices:  </div><div><br></div><div>Use a static route (non-default) that points to y.y.y.y as next hop. You would have to add a static to each of the networks you want to manage from  </div><div><br></div><div>The other choice is to just use in-band management and not use the mgmt port. </div><div><br></div><div>You could also use a bastion host as a hop-off point that lives in the mgmt module subnet. That way you don't need to worry about routes. The bastion host has its own default gateway. </div><div><br>Good luck,<br><div><br></div><div>Jared</div><div><br></div></div><div><br>On Sep 13, 2010, at 7:20 PM, Jason Pope <<a href="mailto:boards188@gmail.com">boards188@gmail.com</a>> wrote:<br><br></div><div></div><blockquote type="cite"><div>I believe it would just be:<br><br>ip default-network [A.B.C.D or A.B.C.D/L]<br><br clear="all">Jason<br><br>
<br><br><div class="gmail_quote">On Mon, Sep 13, 2010 at 5:07 PM,  <span dir="ltr"><<a href="mailto:tdonahue@vonsystems.com"><a href="mailto:tdonahue@vonsystems.com">tdonahue@vonsystems.com</a></a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi all,<br>
<br>
Sorry for such a basic question, but I can't seem to find the answer to this question from Google or in the Configuration Guide.<br>
<br>
We have the management interface on our BigIron RX-4 connected to an internal network and we are trying to figure out how to add a default route for that interface.  Can anyone point me to the documentation or send me a quick sample for setting up the routes for the management interface?<br>

<br>
Thank you,<br>
<br>
Tim<br>
_______________________________________________<br>
foundry-nsp mailing list<br>
<a href="mailto:foundry-nsp@puck.nether.net"><a href="mailto:foundry-nsp@puck.nether.net">foundry-nsp@puck.nether.net</a></a><br>
<a href="http://puck.nether.net/mailman/listinfo/foundry-nsp" target="_blank"><a href="http://puck.nether.net/mailman/listinfo/foundry-nsp">http://puck.nether.net/mailman/listinfo/foundry-nsp</a></a><br>
</blockquote></div><br>
</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>foundry-nsp mailing list</span><br><span><a href="mailto:foundry-nsp@puck.nether.net">foundry-nsp@puck.nether.net</a></span><br><span><a href="http://puck.nether.net/mailman/listinfo/foundry-nsp">http://puck.nether.net/mailman/listinfo/foundry-nsp</a></span></div></blockquote></body></html>