I have a L3 switch and another switch that has a different ip address how would I connect to it connect to switch through fiber cabling how would I configure the L3
will something like this work
thanks
vlan database
vlan 47
exit
config t
int g0/5
no switchport
ip address 192.168.10.5 255.255.255.0
int f0/1
switchport access vlan 47
no shut
exit
I guess I would use a static route.
My not sure this will work cause I can't connect to that switch I am trying to access it all I know is it password and IP address.
I might be better doing this
vlan database
vlan 47
exit
config t
int vlan 47
ip address 192.168.10.5 255.255.255.0
no shut
int f0/1
switchport access vlan 47
no shut
exit
int g0/5
switchport trunk encapsulation dot1q
switchport mode trunk
no shut
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.