Hi,
is this setup valid?
right inervlan routing works fine. I have no issues with this. routing between l3 switch and router works fine as well however i dont understand how this works
router has an ip of 172.22.10.20 that is connected to l3 switch which is on access vlan 99. the interfacce svi for vlan 99 is 172.22.10.20.
my questions is the port thatgoes from rouer (172.22.10.20) to core switch (172.22.10.10) is an access port on vla 99 (with svi 172.22.10.20). how will this work? there is no routing on the core switch. just static route 0.0.0.0 0.0.0.0 172.22.10.10. wont the access port only carry vlan 99 traffic ? so if any ip on vlan 10 or 20 0r 30 or 40 wants to communicate to outside world, how will it do ?
outside world
|
|
172.22.10.20
router
|
|
|
|
|
int vl 99 172.22.10.10 trunk on both sides trunk on both sides
Core switch------------------------------------------Edge switch1 -------------------------------------------Edge switch 2
(layer3 switch - Inter vlan routing)
int vlan 10 10.10.10.10 int vl 10- 10.10.10.100 int vl 30 - 10.10.10.31
int vlan 20 10.10.10.20 int vl 20 - 10.10.10.200 int vl 40 - 10.10.10.41
int vlan 30 10.10.10.30
int vlan 40 10.10.10.40