Data Center

 View Only
  • 1.  JuniperApstra DCI

    Posted 11 days ago

    Hello Team , am trying to establish DCI connection using the following Apstra using ge0/0/2 interface with Snapshot but still it is not working . 

    Thanks for your feedback. 

    ************************************************************
    admin@DC01-Leaf03-71# run show configuration routing-instances    
    ProdTenant {
        instance-type vrf;
        routing-options {
            graceful-restart;
            multipath;
            auto-export;
        }
        protocols {
            evpn {
                irb-symmetric-routing {
                    vni 10000;
                }
                ip-prefix-routes {
                    advertise direct-nexthop;
                    encapsulation vxlan;
                    vni 10000;
                    export BGP-AOS-Policy-ProdTenant;
                }
            }
        }
        description ProdTenant;
        interface irb.100;
        interface irb.101;
        interface irb.102;                  
        interface irb.103;
        interface lo0.2;
        route-distinguisher 10.100.102.4:1000;
        vrf-target target:10000:1;
    }
    evpn-1 {
        instance-type mac-vrf;
        protocols {
            evpn {
                encapsulation vxlan;
                default-gateway do-not-advertise;
                duplicate-mac-detection {
                    auto-recovery-time 9;
                }
                extended-vni-list all;
                vni-options {
                    vni 10100 {
                        vrf-target target:10100:1;
                    }
                    vni 10101 {
                        vrf-target target:10101:1;
                    }
                    vni 10102 {             
                        vrf-target target:10102:1;
                    }
                    vni 10103 {
                        vrf-target target:10103:1;
                    }
                }
            }
        }
        vtep-source-interface lo0.0;
        service-type vlan-aware;
        interface ge-0/0/4.0;
        interface ge-0/0/5.0;
        interface ge-0/0/6.0;
        interface ge-0/0/7.0;
        route-distinguisher 10.100.102.4:65534;
        vrf-target target:100:100;
        vlans {
            vn100 {
                description VLAN100---VLAN100;
                vlan-id 100;
                l3-interface irb.100;
                vxlan {
                    vni 10100;              
                }
            }
            vn101 {
                description VLAN101;
                vlan-id 101;
                l3-interface irb.101;
                vxlan {
                    vni 10101;
                }
            }
            vn102 {
                description VLAN102;
                vlan-id 102;
                l3-interface irb.102;
                vxlan {
                    vni 10102;
                }
            }
            vn103 {
                description VLAN103;
                vlan-id 103;
                l3-interface irb.103;
                vxlan {                     
                    vni 10103;
                }
            }
        }
    }
    mgmt_junos {
        routing-options {
            static {
                route 192.168.3.0/24 next-hop 192.168.3.3;
            }
        }
        description mgmtjunos;
    }

    [edit]


    admin@DC01-Leaf03-71# run show configuration interfaces ge-0/0/2  
    unit 0 {
        family inet;
    }

    [edit]
    admin@DC01-Leaf03-71# 


    [edit]
    admin@DC01-Leaf03-71# run show bgp summary 

    Warning: License key missing; requires 'BGP' license

    Threading mode: BGP I/O
    Default eBGP mode: advertise - accept, receive - accept
    Groups: 3 Peers: 5 Down peers: 1
    Table          Tot Paths  Act Paths Suppressed    History Damp State    Pending
    inet.0               
                          16         10          0          0          0          0
    bgp.evpn.0           
                          36         18          0          0          0          0
    Peer                     AS      InPkt     OutPkt    OutQ   Flaps Last Up/Dwn State|#Active/Received/Accepted/Damped...
    10.100.101.4          65100        126        123       0       0       54:42 Establ
      inet.0: 5/8/8/0
    10.100.101.10         65101        124        122       0       0       54:13 Establ
      inet.0: 5/8/8/0
    10.100.102.0          65100        132        127       0       0       54:38 Establ
      bgp.evpn.0: 18/18/18/0
      evpn-1.evpn.0: 8/8/8/0
      ProdTenant.evpn.0: 10/10/10/0         
      __default_evpn__.evpn.0: 0/0/0/0
    10.100.102.1          65101        132        125       0       0       54:12 Establ
      bgp.evpn.0: 0/18/18/0
      evpn-1.evpn.0: 0/8/8/0
      ProdTenant.evpn.0: 0/10/10/0
      __default_evpn__.evpn.0: 0/0/0/0
    202.202.202.79        65656          0          0       0       0       25:10 Active

    [edit]
    admin@DC01-Leaf03-71# 

    ************************************************************


    [edit]
    admin@DC02-Leaf01-79# run show configuration routing-instances              
    ProdTenant {
        instance-type vrf;
        routing-options {
            graceful-restart;
            multipath;
            auto-export;
        }
        protocols {
            evpn {
                irb-symmetric-routing {
                    vni 10000;
                }
                ip-prefix-routes {
                    advertise direct-nexthop;
                    encapsulation vxlan;
                    vni 10000;
                    export BGP-AOS-Policy-ProdTenant;
                }
            }
        }
        interface irb.100;
        interface irb.101;
        interface irb.102;
        interface irb.103;                  
        interface lo0.2;
        route-distinguisher 10.200.102.2:1000;
        vrf-target target:10000:1;
    }
    evpn-1 {
        instance-type mac-vrf;
        protocols {
            evpn {
                encapsulation vxlan;
                default-gateway do-not-advertise;
                duplicate-mac-detection {
                    auto-recovery-time 9;
                }
                extended-vni-list all;
                vni-options {
                    vni 10100 {
                        vrf-target target:10100:1;
                    }
                    vni 10101 {
                        vrf-target target:10101:1;
                    }
                    vni 10102 {
                        vrf-target target:10102:1;
                    }
                    vni 10103 {
                        vrf-target target:10103:1;
                    }
                }
            }
        }
        vtep-source-interface lo0.0;
        service-type vlan-aware;
        interface ge-0/0/4.0;
        interface ge-0/0/5.0;
        interface ge-0/0/6.0;
        interface ge-0/0/7.0;
        route-distinguisher 10.200.102.2:65534;
        vrf-target target:100:100;
        vlans {
            vn100 {
                description VLAN100;
                vlan-id 100;
                l3-interface irb.100;
                vxlan {
                    vni 10100;
                }                           
            }
            vn101 {
                description VLAN101;
                vlan-id 101;
                l3-interface irb.101;
                vxlan {
                    vni 10101;
                }
            }
            vn102 {
                description VLAN102;
                vlan-id 102;
                l3-interface irb.102;
                vxlan {
                    vni 10102;
                }
            }
            vn103 {
                description VLAN103;
                vlan-id 103;
                l3-interface irb.103;
                vxlan {
                    vni 10103;              
                }
            }
        }
    }
    mgmt_junos {
        routing-options {
            static {
                route 192.168.3.0/24 next-hop 192.168.3.3;
            }
        }
        description mgmtjunos;
    }

    [edit]
    admin@DC02-Leaf01-79# 


    [edit]
    admin@DC02-Leaf01-79# run show configuration interfaces ge-0/0/2  
    unit 0 {
        family inet;
    }

    [edit]
    admin@DC02-Leaf01-79# 


    [edit]


    [edit]
    admin@DC02-Leaf01-79# run show bgp summary 

    Warning: License key missing; requires 'BGP' license

    Threading mode: BGP I/O
    Default eBGP mode: advertise - accept, receive - accept
    Groups: 3 Peers: 5 Down peers: 1
    Table          Tot Paths  Act Paths Suppressed    History Damp State    Pending
    inet.0               
                          16         10          0          0          0          0
    bgp.evpn.0           
                          36         18          0          0          0          0
    Peer                     AS      InPkt     OutPkt    OutQ   Flaps Last Up/Dwn State|#Active/Received/Accepted/Damped...
    10.200.101.0          65500        152        151       0       0     1:07:18 Establ
      inet.0: 5/8/8/0
    10.200.101.6          65501        153        150       0       0     1:07:08 Establ
      inet.0: 5/8/8/0
    10.200.102.0          65500        176        161       0       0     1:07:13 Establ
      bgp.evpn.0: 5/18/18/0
      ProdTenant.evpn.0: 5/10/10/0
      evpn-1.evpn.0: 4/8/8/0                
      __default_evpn__.evpn.0: 0/0/0/0
    10.200.102.1          65501        176        160       0       0     1:07:02 Establ
      bgp.evpn.0: 13/18/18/0
      ProdTenant.evpn.0: 5/10/10/0
      evpn-1.evpn.0: 4/8/8/0
      __default_evpn__.evpn.0: 0/0/0/0
    202.202.202.71        65656          0          0       0       0       23:01 Active

    [edit]
    admin@DC02-Leaf01-79# 

    ************************************************************

    Regards

    uni



    ------------------------------
    [uni1389]
    ------------------------------