Re: [nsp] Juniper secondary IP

From: David McGaugh (david_mcgaugh@eli.net)
Date: Fri Jan 25 2002 - 10:40:26 EST


Yes:

[edit]
user@router# set interfaces fe-0/2/0 unit 0 family inet address
192.168.25.1/24

[edit]
user@router# set interfaces fe-0/2/0 unit 0 family inet address
192.168.50.1/24

[edit]
user@router# show interfaces fe-0/2/0

unit 0 {
    family inet {
        address 192.168.25.1/24;
        address 192.168.50.1/24;
    }
}

You can add addresses until you heart is content. There are also options
to make one address "preferred" or "primary". Info for the behavior of
each can be found at:

http://www.juniper.net/techpubs/software/junos51/swconfig51-interfaces/html/interfaces-family-config7.html

Cheers,
Dave

Birsen Ozturk wrote:
>
> > Hello List
>
> I have a question about juniper routers. Is it possible to assign a secondary
> IP to a juniper interface?
>
> Thanks in advance
>
> Birsen




This archive was generated by hypermail 2b29 : Sun Aug 04 2002 - 04:13:29 EDT