qpimd-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[qpimd-users] Re: querry realted with vifs and ifs in pimd


From: Everton Marques
Subject: [qpimd-users] Re: querry realted with vifs and ifs in pimd
Date: Thu, 10 Sep 2009 12:12:44 -0300

Hi,

On Thu, Sep 10, 2009 at 11:55 AM,  <address@hidden> wrote:
>
>     Thanks Everton for your extremely helpful reply.
> I have still some  querry related with interface. I might be paraphrsing
> the things said by Everton to make it clear for me.
> let's say machine has 4 (eth 0,1,2,3) ethernet cards so it has 4 interfaces.
> One struct interface for each means 4 struct interfaces in this case.
> Then what is the connected list of addresses? In this case, is it
> the remaining 3 interfaces addresses by each one i.e. eth0 will have
> eth1,2,3 addresses plus it self's address in the connected list or eth0
> it self may have several addresses and they are stored in the connected
> addresses list? If second possibility then lowest ip address of the all
> will be the primary address.

The interface's connected list keeps all addresses assigned to the
that interface. For instance, if you have 2 ethernet cards configured
as follows:

$ /sbin/ifconfig | egrep 'eth0|inet'
eth0      Link encap:Ethernet  HWaddr 00:10:5A:AB:F9:4D
          inet addr:1.1.1.1  Bcast:1.1.1.255  Mask:255.255.255.0
eth0:0    Link encap:Ethernet  HWaddr 00:10:5A:AB:F9:4D
          inet addr:2.2.2.2  Bcast:2.2.2.255  Mask:255.255.255.0
eth1      Link encap:Ethernet  HWaddr 00:10:5A:F0:01:B2
          inet addr:3.3.3.3  Bcast:3.3.3.255  Mask:255.255.255.0

Then the connected lists are:

eth0: connected list = 1.1.1.1/24, 2.2.2.2/24
eth1: connected list = 3.3.3.3/24

Everton




reply via email to

[Prev in Thread] Current Thread [Next in Thread]