add route to network 10 out the 10 interface and then default
out the other

route add net 10.0.0.0 netmask 255.0.0.0 10.1.1.1   1

route add net default 192.168.1.1    1

The above are HP-UX specific so make your AIX changes.
As to making it permanent -- I know nuttin' 'bout AIX, but you
*could* put in startup scripts (HP-UX has a network config file that
gets parsed during startup).

-------------------------------------------------
Tks        | <mailto:[EMAIL PROTECTED]>
BV         | <mailto:[EMAIL PROTECTED]>
Sr. Technical Consultant,  SBM, A Gates/Arrow Co.
Vox 770-623-3430           11455 Lakefield Dr.
Fax 770-623-3429           Duluth, GA 30097-1511
=================================================





-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
[EMAIL PROTECTED]
Sent: Monday, January 29, 2001 12:24 PM
To: [EMAIL PROTECTED]
Subject: OT: AIX route add


Okay, way off topic, as far as Unix configs might apply to Cisco, but at
least it's about network-layer stuff.

On an AIX box, how can I add static route statements, directing traffic
to a
specific interface?  And, once added, can I make them applicable after
an
IPL/reboot?

My Problem:  An AIX server is connected to two LANs, with NIC0 connected
to
10.1.1.0/24, and NIC1 connected to 192.168.1.0/24.  These LANs are
connected
to each other via routing at the core, but a layer 8 protocol demands
"quicker access" by connecting both networks.

I'd prefer not to run a routing protocol that might affect neighboring
routers and create more traffic on the links (and open the whole STP
can-o-worms).  I want traffic destined for 10.1.1.0/24 (or 10.0.0.0/8)
to
transit NIC0, and all other traffic (see Howard's email for the proper
term)
to exit via NIC1.

One of my colleague, trying very hard to be the Unix gooroo, suggested
configuring routed or gated -- but I suspect he doesn't really know WTF
he's
talking about, since further questioning of configs and routing effects
resulted in a blank stare.

-jon-

_________________________________
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_________________________________
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to