On Wed, 6 Feb 2002, Todd B wrote:

|+You could always do something like assign a larger subnet to a loopback and
|+run IP unnumbered on the RBE sub-if.  You could then just staticly route
the
|+3 IP addresses to that sub interface.
|+
|+int loopback 0 
|+ip address 10.0.0.1 255.255.255.0
|+
|+int atm0/0/0.100 point-to-point
|+ ip unnumbered loopback0
|+ atm route-bridged ip
|+ pvc 1/32
|+  encap aal5snap
|+end
|+
|+ip route 10.0.0.2 255.255.255.255 atm0/0/0.100
|+ip route 10.0.0.3 255.255.255.255 atm0/0/0.100
|+ip route 10.0.0.4 255.255.255.255 atm0/0/0.100

I see how that would work. Though thats an awful lot of static routes to
add. Is this something that is done as a normal practice?

Thanks,
Keith




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=34592&t=34564
--------------------------------------------------
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