Quantcast
Channel: All Ethernet Switching posts
Viewing all articles
Browse latest Browse all 10307

Re: VRRP over IRB - can't ping L3 interfaces

$
0
0

labroot@TEST# show interfaces ae29 | display inheritance no-comments
mtu 9100;
aggregated-ether-options {
    lacp {
        active;
        periodic fast;
        system-id 00:29:29:29:29:29;
        admin-key 3;
    }
    mc-ae {
        mc-ae-id 29;
        chassis-id 0;
        mode active-active;
        status-control active;
        init-delay-time 229;
    }
}
unit 0 {
    family ethernet-switching {
        interface-mode trunk;
        vlan {
            members [ MGMT PUBLIC ];
        }
    }
}

 


labroot@TEST# show vlans MGMT
vlan-id 86;
l3-interface irb.86;

 


labroot@TEST# show vlans PUBLIC 
vlan-id 88;
l3-interface irb.88;

 


labroot@TEST# show interfaces irb.86
family inet {
    address 10.3.18.2/26 {
        vrrp-group 2 {
            virtual-address 10.3.18.1;
            priority 150;
            preempt {
                hold-time 300;
            }
            accept-data;
        }
    }
}

 


labroot@TEST# show interfaces irb.88
family inet {
    address 10.2.3.2/27 {
        vrrp-group 4 {
            virtual-address 10.2.3.1;
            priority 150;
            preempt {
                hold-time 300;
            }
            accept-data;
        }
    }
}


labroot@TEST# run show interfaces mc-ae
 Member Link                  : ae29
 Current State Machine's State: mcae active state
 Local Status                 : active
 Local State                  : up
 Peer Status                  : active
 Peer State                   : up
     Logical Interface        : ae29.0
     Topology Type            : bridge
     Local State              : up
     Peer State               : up
     Peer Ip/MCP/State        : X.X.X.X ae10.0 up


{master:0}[edit]
labroot@TEST# run show iccp

Redundancy Group Information for peer X.X.X.X
  TCP Connection       : Established
  Liveliness Detection : Up

Client Application: l2ald_iccpd_client

Client Application: lacpd

Client Application: MCSNOOPD


{master:0}[edit]
labroot@TEST# run show vrrp
Interface     State       Group   VR state VR Mode   Timer    Type   Address
irb.86        up              2   backup   Active      D  3.084 lcl    10.3.18.2     
                                                                vip    10.3.18.1     
                                                                mas    10.3.18.3      
   
irb.88        up              4   backup   Active      D  2.981 lcl    10.2.3.2   
                                                                vip    10.2.3.1   
                                                                mas    10.2.3.3     

labroot@TEST# run ping 10.3.18.3 count 10 rapid     
PING 10.3.18.3 (10.3.18.3): 56 data bytes
.........
--- 10.3.18.3 ping statistics ---
10 packets transmitted, 0 packets received, 100% packet loss

{master:0}[edit]
labroot@TEST# run ping 10.3.18.3 source 10.3.18.2 count 10 rapid
PING 10.3.18.3 (10.3.18.3): 56 data bytes
.........
--- 10.3.18.3 ping statistics ---
10 packets transmitted, 0 packets received, 100% packet loss


As per the below document , this seems to be an expected behavior
 
http://www.juniper.net/techpubs/en_US/junos14.1/information-products/pathway-pages/mc-lag/multichassis-link-aggregation-groups.html
 
" If you are using the VRRP over IRB or RVI method to enable Layer 3 functionality, you must configure static ARP entries for the IRB or RVI interface of the remote MC-LAG peer to allow routing protocols to run over the IRB or RVI interfaces."
 
Dynamic ARP resolution over the ICL interface is not supported.
 
I have added the configuration for static mac entries and  ping to the VRRP address started working.
 
Configuration added :
==================
 
set interfaces irb unit 86 family inet address 10.3.18.2/26 arp 10.3.18.3 l2-interface ae10.0
set interfaces irb unit 86 family inet address 10.3.18.2/26 arp 10.3.18.3 mac cc:e1:7f:68:43:00
 
 
root@TEST# run ping 10.3.18.3 count 10 rapid   
PING 10.3.18.3 (10.3.18.3): 56 data bytes
!!!!!!!!!!
--- 10.3.18.3 ping statistics ---
10 packets transmitted, 10 packets received, 0% packet loss
round-trip min/avg/max/stddev = 0.468/14.455/43.348/11.247 ms


Viewing all articles
Browse latest Browse all 10307

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>