http://orbit-computer-solutions.com/images/intervlanrouting.png
In this image, I want to telnet from PC 1 to the switch.
I'm thinking I need to:
*Create a management VLAN on the switch, say VLAN 99 and give it a management IP of 192.168.5.1/24 (SVI)
*Have a sub-interface on the router with IP 192.168.5.254
When I telnet from 192.168.1.4 to 192.168.5.1 does the packet go through the router because they are on different subnets? And would I need the "ip default-gateway" command on the switch?
Additionally, if there were many hops between PC 1 and the router, how is the SYN packet transferred across? If there are 10 hops in between is the SYN bit set for every hop, same TCP seq number? And when router sends back a SYN-ACK the TCP seq number should increment and every hop back receives this?
Thanks.
In this image, I want to telnet from PC 1 to the switch.
I'm thinking I need to:
*Create a management VLAN on the switch, say VLAN 99 and give it a management IP of 192.168.5.1/24 (SVI)
*Have a sub-interface on the router with IP 192.168.5.254
When I telnet from 192.168.1.4 to 192.168.5.1 does the packet go through the router because they are on different subnets? And would I need the "ip default-gateway" command on the switch?
Additionally, if there were many hops between PC 1 and the router, how is the SYN packet transferred across? If there are 10 hops in between is the SYN bit set for every hop, same TCP seq number? And when router sends back a SYN-ACK the TCP seq number should increment and every hop back receives this?
Thanks.