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

EX3300 RVI on Routing-instances (local routes rejected)

$
0
0

Hi,

 

I tried to create routed vlan interface and placed it inside routing instance, based on my testing, from server i tried to ping my GW (Switch vlan interface) but its unreachable. I did this setup to segragate 2 kinds of traffic and to route traffic between 2 vlans.

From route table it seems its rejectecting local routes, Is this set up posible? what could be the issue?

 

routing-instances {
EVO {
  instance-type virtual-router;
  interface vlan.20;
  interface vlan.21;
  interface vlan.22;
  }
}
MGMT {
   instance-type virtual-router;
   interface vlan.30;
   interface vlan.31;
   interface vlan.32;
    }

}

 

Interfaces

ge-0/0/8 {
description "To Test MGMT1";
unit 0 {
family ethernet-switching {
vlan {
members V31;
}

ge-1/0/8 {
description "To Test MGMT2";
unit 0 {
family ethernet-switching {
vlan {
members V32;
}
vlan {
unit 30 {
description TEST_VLAN_MGMT;
family inet {
address 10.188.119.226/30;
}
}
unit 20 {
description TEST_VLAN_EVO;
family inet {
address 10.188.119.230/30;
}
}
unit 31 {
family inet {
address 10.188.119.241/29;
}
}
unit 32 {
family inet {
address 10.188.119.233/30;
}
}
unit 21 {
family inet {
address 10.188.119.249/29;
}
}
unit 22 {
family inet {
address 10.188.119.237/30;
}
}

 

VLANS

vlans {
V30 {
description "Test MGMT VLAN to FW";
vlan-id 30;
l3-interface vlan.30;
}
V20 {
description "Test EVO VLAN to FW";
vlan-id 20;
l3-interface vlan.20;
}
V31 {
description "Test MGMT1 VLAN";
vlan-id 31;
l3-interface vlan.31;
}
V21 {
description "Test EVO1 VLAN";
vlan-id 21;
l3-interface vlan.21;
}
V32 {
description "Test MGMT2 VLAN";
vlan-id 32;
l3-interface vlan.32;
}
V22 {
description "Test EVO2 VLAN";
vlan-id 22;
l3-interface vlan.22;
}
}

 

{master:0}
root@VAL_EC_AAA_SW> show route table EVO.inet.0

EVO.inet.0: 7 destinations, 7 routes (7 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both

0.0.0.0/0 *[OSPF/150] 5d 09:10:59, metric 10, tag 0
> to 10.188.119.229 via vlan.20
10.188.119.224/30 *[OSPF/10] 5d 09:03:12, metric 2
> to 10.188.119.229 via vlan.20
10.188.119.228/30 *[Direct/0] 5d 09:28:24
> via vlan.20
10.188.119.230/32 *[Local/0] 5d 09:28:24
Local via vlan.20
10.188.119.237/32 *[Local/0] 5d 09:28:25
Reject
10.188.119.249/32 *[Local/0] 5d 09:28:24
Reject
224.0.0.5/32 *[OSPF/10] 5d 09:28:31, metric 1
MultiRecv

{master:0}
root@VAL_EC_AAA_SW> show route table MGMT.inet.0

MGMT.inet.0: 7 destinations, 7 routes (7 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both

0.0.0.0/0 *[OSPF/150] 5d 09:03:54, metric 10, tag 0
> to 10.188.119.225 via vlan.30
10.188.119.224/30 *[Direct/0] 5d 09:28:35
> via vlan.30
10.188.119.226/32 *[Local/0] 5d 09:28:35
Local via vlan.30
10.188.119.228/30 *[OSPF/10] 5d 09:03:54, metric 2
> to 10.188.119.225 via vlan.30
10.188.119.233/32 *[Local/0] 5d 09:28:35
Reject
10.188.119.241/32 *[Local/0] 5d 09:28:35
Reject
224.0.0.5/32 *[OSPF/10] 5d 09:28:41, metric 1
MultiRecv


Viewing all articles
Browse latest Browse all 10307

Trending Articles



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