[j-nsp] Logical routers and VRRP behaviour

Gordon Smith gsmith at wxc.co.nz
Thu Oct 27 16:30:09 EDT 2005


Thanks Patrick,

That's exactly what I needed.
The scenario is half the primary logicals on one router, and the other
half of the primarys on the second router (lets me split load during
normal operation while still providing redundancy). 
Unfortunately, the JUNOS interface docs weren't very clear regarding
vrrp behaviour.

Since both routers have gig-e pics in them, I've got them split up into
tagged sub-interfaces for the logicals. Be nice to have more routers,
but.....  :-)

Cheers,
Gordon


> -----Original Message-----
> From: Patrick Lynchehaun [mailto:plynchehaun at servecentric.com] 
> Sent: Thursday, 27 October 2005 11:56 p.m.
> To: Gordon Smith; juniper-nsp at puck.nether.net
> Subject: RE: [j-nsp] Logical routers and VRRP behaviour
> 
> Gordon,
>       See config below 2 logical routers with each having 2 
> tag interfaces. 
> 
> patrick# show logical-routers pat1       
> interfaces {
>     ge-0/2/0 {
>         unit 200 {
>             vlan-id 200;
>             family inet {
>                 address 1.1.1.1/24 {
>                     vrrp-group 200 {
>                         virtual-address 1.1.1.3;
>                         priority 100;
>                     }
>                 }
>             }
>         }
>         unit 201 {
>             vlan-id 201;
>             family inet {
>                 address 1.1.2.1/24 {
>                     vrrp-group 201 {
>                         virtual-address 1.1.2.3;
>                         priority 90;
>                     }
>                 }
>             }
>         }           
>     }
> }
> 
> [edit]
> patrick# show logical-routers pat2    
> interfaces {
>     ge-0/2/1 {
>         unit 200 {
>             vlan-id 200;
>             family inet {
>                 address 1.1.1.2/24 {
>                     vrrp-group 200 {
>                         virtual-address 1.1.1.3;
>                         priority 90;
>                     }
>                 }
>             }
>         }
>         unit 201 {
>             vlan-id 201;
>             family inet {
>                 address 1.1.2.2/24 {
>                     vrrp-group 201 {
>                         virtual-address 1.1.2.3;
>                         priority 100;
>                     }
>                 }
>             }
>         }           
>     }
> }
> 
> [edit]
> patrick# run show vrrp brief 
> Interface   Unit  Group  Type  Address          Int state    
> VR state   Timer
> ge-0/2/0        200   200    lcl   1.1.1.1          up        
>    master     A 0.593
>                          vip   1.1.1.3
> ge-0/2/0        201   201    lcl   1.1.2.1          up        
>    backup     D 3.355
>                          vip   1.1.2.3
>                          mas   1.1.2.2
> ge-0/2/1        200   200    lcl   1.1.1.2          up        
>    backup     D 3.014
>                          vip   1.1.1.3
>                          mas   1.1.1.1
> ge-0/2/1        201   201    lcl   1.1.2.2          up        
>    master     A 0.912
>                          vip   1.1.2.3
> 
> Thanks,
> 	Patrick.
> 




More information about the juniper-nsp mailing list