07-31-2019 10:04 AM
hello everyone
how to connsct new router to the network. In our network we have 3750 switch and 2 vlans on it. I just want to install software to router. The soft to router I will instal from FTP server. Open the attached image for more information (I'm sitting in VLAN 100 and FTP server too in vlan 100). Should I configure subinterfaces?
How configuration on both router and switch will look like?
Solved! Go to Solution.
07-31-2019 08:12 PM
Yes, if gigabitethernet1/0/1 interconnects the two devices.
08-01-2019 10:17 AM
07-31-2019 11:11 AM
07-31-2019 11:33 AM - edited 07-31-2019 11:38 AM
thank you for the answer
I just want to install software to SRE module on router via FTP server. So the router's going to act like a host.
Will Configuration look like this below?
Switch (current config on switch)
interface vlan 100
ip address 192.168.100.1 255.255.255.0
interface gigabitethernet1/0/1
switchport mode access
switchport access vlan 100
and we have interface VLAN 200, 300, but administrator's laptop is on VLAN 100
On new router:
interface gigEthernet0/0
no shut
no ip address
exit
interface gigEthernet0/0.100
Encapsulation dot1q 100
ip address 192.168.100.2 255.255.255.0
--------------------------------------------
should I change on switch interface gigabitethernet1/0/1 from switchport mode access to trunk mode?
07-31-2019 08:12 PM
Yes, if gigabitethernet1/0/1 interconnects the two devices.
08-01-2019 08:20 AM
08-01-2019 09:00 AM
08-01-2019 10:17 AM
08-01-2019 10:40 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide