[Xorp-users] Multiple IPs for one interface

Carsten Otto c-otto at gmx.de
Tue Nov 21 13:06:58 PST 2006


On Mon, Nov 20, 2006 at 12:15:16PM -0800, Pavlin Radoslavov wrote:
> /*
>  * Method 1: reuse all addresses that have been configured before
>  * starting XORP.
>  */
> interfaces {
>     interface eth0 {
>         default-system-config
>     }
> }

This works, which confuses me. Perhaps I forgot the restart of XORP?

> /*
>  * Method 2: explicitly assign the IP addresses.
>  */
> interfaces {
>     interface eth0 {
>         vif eth0 {
>             address 137.226.108.1 {
>                 prefix-length: 22
>             }
>             address 134.130.48.1 {
>                 prefix-length: 23
>             }
>         }
>     }
> }

This is not the way according to the documentation. There it is a second
vif instead of just an additional address.

Thanks a lot,
-- 
Carsten Otto
c-otto at gmx.de
www.c-otto.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://mailman.ICSI.Berkeley.EDU/pipermail/xorp-users/attachments/20061121/c040e0fc/attachment.bin 


More information about the Xorp-users mailing list