Hello I have just been investigating the possibility to use multiple peer-unit on Logical-system
I mean that I want to do the following topology and feature, actually is that possible?
R1 -----------------R2
| VRRP |
|--------------------|
|
R3
set logical-systems R1 interfaces lt-0/1/0 unit 1 encapsulation ethernet
set logical-systems R1 interfaces lt-0/1/0 unit 1 peer-unit 3
set logical-systems R1 interfaces lt-0/1/0 unit 1 family inet address 10.0.10.1/24 vrrp-group 1 virtual-address 10.0.10.254
set logical-systems R1 interfaces lt-0/1/0 unit 1 family inet address 10.0.10.1/24 vrrp-group 1 priority 105
set logical-systems R2 interfaces lt-0/1/0 unit 2 peer-unit 3
set logical-systems R2 interfaces lt-0/1/0 unit 2 family inet address 10.0.10.2/24 vrrp-group 1 virtual-address 10.0.10.254
set logical-systems R2 interfaces lt-0/1/0 unit 2 family inet address 10.0.10.2/24 vrrp-group 1 priority 95
set logical-systems R3 interfaces lt-0/1/0 unit 3 ?? *investigating
Before using this feature, I know it is possible if I use logical-system and physical interface with vlan-tagging connected to other L2 switch. but I really want to use within Logical Tunnel Inteface (no cadbling).
Now I am using the following H/W and S/W
Juniper M10 with Tunnel Service PIC
JUNOS-Ver.10.4R1.9
I appreciate any feedback on this tips. thank you vey much.
Masanobu Hiyoshi
#vrrp#logical-system#LogicalTunnel