============================== SRX-100 ================================= ops@JSRX-100-E10# run show version Hostname: JSRX-100-E10 Model: srx100-lm JUNOS Software Release [10.0R3.10] Interface Configuration [edit interfaces fe-0/0/1] description "fe-0/0/1 COMPANY NAME LAN SEGMENT"; traceoptions; speed 100m; link-mode full-duplex; unit 0 { family inet { address 20.20.1.2/24 { vrrp-group 1 { virtual-address 20.20.1.99; priority 50; preempt { hold-time 150; } accept-data; } } } } ops@JSRX-100-E10# run show vrrp summary Interface State Group VR state VR Mode Type Address fe-0/0/1.0 up 1 master Active lcl 20.20.1.2 vip 20.20.1.99 ops@JSRX-100-E10# run show vrrp detail Physical interface: fe-0/0/1, Unit: 0, Address: 20.20.1.2/24 Index: 69, SNMP ifIndex: 504, VRRP-Traps: enabled Interface state: up, Group: 1, State: master, VRRP Mode: Active Priority: 50, Advertisement interval: 1, Authentication type: none Delay threshold: 100, Computed send rate: 0 Preempt: yes, Preempt hold time: 150 Accept-data mode: yes, VIP count: 1, VIP: 20.20.1.99 Advertisement Timer: 0.580s, Master router: 20.20.1.2 Virtual router uptime: 03:45:13, Master router uptime: 00:20:29 Virtual Mac: 00:00:5e:00:01:01 Tracking: disabled ops@JSRX-100-E10# run ping 20.20.1.1 PING 20.20.1.1 (20.20.1.1): 56 data bytes 64 bytes from 20.20.1.1: icmp_seq=0 ttl=64 time=1.993 ms 64 bytes from 20.20.1.1: icmp_seq=1 ttl=64 time=2.145 ms 64 bytes from 20.20.1.1: icmp_seq=2 ttl=64 time=1.818 ms 64 bytes from 20.20.1.1: icmp_seq=3 ttl=64 time=7.545 ms ============================== SRX-240 ================================= root@JSRX240-E100# run show version Hostname: JSRX240-E100 Model: srx240-hm JUNOS Software Release [10.0R3.10] [edit interfaces ge-0/0/1] root@JSRX240-E100# show description "VRRP-Connected with backup node"; enable; speed 100m; link-mode full-duplex; unit 0 { family inet { address 20.20.1.1/24 { vrrp-group 1 { virtual-address 20.20.1.99; priority 150; preempt { hold-time 150; } accept-data; } } } } root@JSRX240-E100# run show vrrp summary Interface State Group VR state VR Mode Type Address ge-0/0/1.0 up 1 master Active lcl 20.20.1.1 vip 20.20.1.99 root@JSRX240-E100# run show vrrp detail Physical interface: ge-0/0/1, Unit: 0, Address: 20.20.1.1/24 Index: 71, SNMP ifIndex: 515, VRRP-Traps: enabled Interface state: up, Group: 1, State: master, VRRP Mode: Active Priority: 150, Advertisement interval: 1, Authentication type: none Delay threshold: 100, Computed send rate: 0 Preempt: yes, Preempt hold time: 150 Accept-data mode: yes, VIP count: 1, VIP: 20.20.1.99 Advertisement Timer: 0.276s, Master router: 20.20.1.1 Virtual router uptime: 02:25:10, Master router uptime: 00:30:40 Virtual Mac: 00:00:5e:00:01:01 Tracking: disabled root@JSRX240-E100# run ping 20.20.1.2 PING 20.20.1.2 (20.20.1.2): 56 data bytes 64 bytes from 20.20.1.2: icmp_seq=0 ttl=64 time=1.374 ms 64 bytes from 20.20.1.2: icmp_seq=1 ttl=64 time=1.321 ms 64 bytes from 20.20.1.2: icmp_seq=2 ttl=64 time=1.249 ms